.form-control {
  display: block;
  height: 44px !important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -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: #cccccc;
  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: 99;
  display: block;
  float: right;
  position: static;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a,
.sp-megamenu-parent >li >span {
  display: inline-block;
  padding: 0 15px;
  line-height: 80px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777777;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .sp-megamenu-parent >li >a,
  .sp-megamenu-parent >li >span {
    line-height: 55px;
  }
}
.sp-megamenu-parent >li.sp-has-child>a:after,
.sp-megamenu-parent >li.sp-has-child>span:after {
  display: none;
  font-family: "FontAwesome";
  content: " \f107";
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px;
}
.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 {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 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 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:focus {
  margin-left: 8px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 7px;
  line-height: 1;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  display: block;
  padding: 6px 10px;
  font-size: 14px;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
  cursor: inherit;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
#offcanvas-toggler {
  float: right;
  line-height: 77px;
  margin-left: 15px;
  font-size: 20px;
}
#offcanvas-toggler >i {
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  #offcanvas-toggler {
    line-height: 52px;
  }
}
.off-canvas-menu-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0,0,0,0.2);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  right: 0;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: .5;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  padding-top: 3px;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
  visibility: hidden;
  overflow: inherit;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 50px;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  background: rgba(0,0,0,0.02);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
  padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  background: transparent;
  border-color: #5f5f5f;
  color: #fff;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.offcanvas .body-wrapper {
  right: 0;
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
}
.offcanvas .body-wrapper:after {
  width: 100%;
  height: 100%;
  right: 0;
}
.offcanvas .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent.menu-rotate .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  visibility: visible;
  top: 90px;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown .sp-dropdown {
  top: 0;
}
.menu-slide-down .sp-has-child >.sp-dropdown {
  top: 60px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 500ms ease;
}
.menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-rotate .sp-has-child {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.menu-rotate .sp-has-child >.sp-dropdown {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.menu-rotate .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
  perspective: 1000px;
}
.menu-drop-in .sp-has-child .sp-menu-item {
  -webkit-transform: translate(0,100px);
  transform: translate(0,100px);
  opacity: 0;
  padding: 0 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: dropup;
  animation-name: dropup;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-drop-in .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-drop-in .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
@-webkit-keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
.menu-twist .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-twist .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
}
.menu-twist .sp-has-child .sp-menu-item {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  padding: 0 20px !important;
  background: #fff;
}
.menu-twist .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-twist .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-twist .sp-has-child:hover .sp-menu-item {
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: twist;
  animation-name: twist;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-twist .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-twist .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes twist {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes twist {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
@-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;
  }
}
.slide-top-menu .offcanvas-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide-top-menu .body-wrapper {
  right: 0;
}
.slide-top-menu .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.slide-top-menu .offcanvas-menu {
  right: 0;
  background-color: #000000;
  visibility: visible;
}
.full-screen .offcanvas-menu {
  right: -100%;
  width: 100%;
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 600ms ease;
}
.full-screen .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
}
.full-screen-ftop .offcanvas-menu {
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 500ms ease;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul >li {
  opacity: 0;
  -webkit-transform: translate3d(0px,-80px,0px);
  transform: translate3d(0px,-80px,0px);
  -webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen-ftop .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
  opacity: 1;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module {
  margin-top: 80px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul >li {
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}
.new-look .offcanvas-menu {
  background-color: #2b2f3b;
}
.new-look .offcanvas-menu .sp-module ul >li >a {
  padding-left: 28px;
}
.new-look .offcanvas-menu .sp-module ul >li >a:before {
  display: none;
}
.new-look .offcanvas-menu .sp-module ul >li:hover a,
.new-look .offcanvas-menu .sp-module ul >li:focus a,
.new-look .offcanvas-menu .sp-module ul >li.active a {
  background: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a {
  background-color: #2b2f3b !important;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a:hover,
.new-look .offcanvas-menu .sp-module ul >li ul li a:focus {
  color: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler {
  top: 6px;
  padding: 18px 25px;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler i {
  display: none !important;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: auto;
  position: absolute;
  right: 25px;
  top: 14px;
  width: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: auto;
  position: absolute;
  right: 22px;
  top: 17px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look-off-canvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.new-look-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@-moz-document url-prefix() {
  .offcanvas-menu {
    right: -320px;
    transform: translateX(0px);
  }
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  line-height: 24px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
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;
}
.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 {
  box-shadow: none !important;
  display: block;
  height: 44px !important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -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;
}
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: #cccccc;
  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;
}
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 {
  background: #fff !important;
}
.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%;
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 62px;
  right: 100px;
  display: none;
  z-index: 999;
  border: 1px solid #ddd;
}
.scrollup:hover,
.scrollup:focus {
  background-color: #555555;
}
.scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
#sp-top-bar {
  padding: 8px 0;
  background-color: #222222;
  color: #cccccc;
  position: relative;
  z-index: 98;
}
#sp-top-bar a {
  color: #cccccc;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
  margin-bottom: -6px;
}
#sp-top-bar ul.social-icons > li {
  margin: 4px 8px;
}
#sp-top-bar ul.social-icons > li > a > i {
  font-size: 16px;
}
#sp-top-bar ul.menu > li {
  display: inline-block;
  border-bottom: none;
}
#sp-top-bar ul.menu > li > a {
  line-height: 24px;
  padding: 0;
}
#sp-top-bar ul.menu > li > a:before {
  display: none;
}
#sp-top-bar ul.menu > li + li {
  margin-left: 20px;
}
#sp-top-bar .sp-module + .social-icons {
  margin-left: 15px;
}
#sp-top-bar .search form {
  display: table;
}
#sp-top-bar .search form .inputbox {
  height: 30px !important;
  display: table-cell;
  width: auto;
}
#sp-top-bar .search form button {
  display: table-cell;
  padding: 0;
  height: 30px;
  width: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: -1px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 3px 3px;
}
ul.social-icons >li a {
  text-align: center;
  color: #999999;
}
ul.social-icons >li a.styled {
  display: inline-block;
  padding: 8px;
  width: 40px;
  height: 40px;
  color: #fff !important;
}
ul.social-icons >li a.styled:hover,
ul.social-icons >li a.styled:focus {
  background-color: #555555;
}
ul.social-icons >li a.styled i {
  font-size: 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 {
  display: inline-block;
  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;
}
.sticky-wrapper {
  position: relative;
  z-index: 99;
}
#sp-header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  height: 80px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sp-header .logo {
  display: inline-block;
  height: 80px;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
#sp-header.menu-fixed {
  position: fixed;
  z-index: 9999;
}
@media screen and (max-width: 991px) {
  #sp-header {
    height: 55px;
  }
  #sp-header .logo {
    height: 55px;
  }
}
.logo {
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}
.logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.logo p {
  margin: 5px 0 0;
}
.logo .sp-retina-logo {
  display: none;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
#sp-slider .sp-module-title {
  display: none;
}
#sp-slider .sp-module ul > li {
  border-bottom: none;
}
.rev_slider_wrapper {
  z-index: 0;
}
div.tp-caption.fullscreenvideo {
  left: 0 !important;
}
div.tp-rightarrow.default {
  background: url(../images/slider/large_right.png) no-repeat 0 0;
}
div.tp-rightarrow.default:hover,
div.tp-rightarrow.default:focus {
  background-position: bottom left;
}
div.tp-leftarrow.default {
  background: url(../images/slider/large_left.png) no-repeat 0 0;
}
div.tp-leftarrow.default:hover,
div.tp-leftarrow.default:focus {
  background-position: bottom left;
}
div.tp-bullets.simplebullets.round .bullet {
  background: rgba(0,0,0,0.75);
  border-radius: 50%;
  border: 2px solid transparent;
}
div.tp-bullets.simplebullets.round .bullet.selected,
div.tp-bullets.simplebullets.round .bullet:hover,
div.tp-bullets.simplebullets.round .bullet:focus {
  background: #fff;
  border-color: rgba(0,0,0,0.75);
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  text-align: center;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 36px;
  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;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed {
  background-image: url(../images/boxed-bg.png);
  background-repeat: repeat;
  background-position: top center;
}
.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: 80px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #sp-left + #sp-component {
    margin-top: 50px;
  }
  #sp-right + #sp-component {
    margin-top: 50px;
  }
  #sp-component + #sp-right {
    margin-top: 50px;
  }
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  position: relative;
  font-size: 20px;
  margin: 0 0 18px;
  text-transform: uppercase;
  line-height: 28px;
}
.sp-module .sp-module-title:before {
  content: "";
  height: 1px;
  width: 100%;
  display: none;
  background: #555555;
  position: absolute;
  bottom: 0;
}
.sp-module .sp-module-title:after {
  content: "";
  height: 3px;
  width: 30%;
  position: absolute;
  bottom: -1px;
  display: none;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover,
.sp-module ul >li >a:focus {
  background: none;
}
.sp-module ul >li >a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 8px;
}
.sp-module ul >li:last-child {
  border-bottom: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.sp-module .tagspopular > ul > li {
  display: inline-block;
  border: none !important;
  margin: 0 7px 10px 0;
}
.sp-module .tagspopular > ul > li > a {
  padding: 5px 10px !important;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  background: #222222;
  border: 1px solid #555555;
  line-height: 1.5;
  color: #fff;
}
.sp-module .tagspopular > ul > li > a:before {
  display: none;
}
.sp-module .tagspopular > ul > li > a:hover,
.sp-module .tagspopular > ul > li > a:focus {
  background: transparent;
}
.sp-module #mod-search-searchword {
  width: 100%;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 13px;
}
.article-info > dd {
  font-size: 13px;
  display: inline-block;
  color: #777777;
  text-transform: capitalize;
  margin: 0 8px 5px;
}
.article-info > dd >i {
  display: inline-block;
  margin-right: 3px;
}
.article-info > dd a {
  color: #777777;
}
article.item {
  margin-bottom: 50px;
}
.article-text {
  margin-bottom: 50px;
}
.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tags > a.label {
  margin: 0 7px 10px 0;
  padding: 5px 10px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  background: #222222;
  border: 1px solid #555555;
}
.tags > a.label:hover,
.tags > a.label:focus {
  background: transparent;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating .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: 22px;
}
.entry-image img,
.entry-gallery img,
.entry-video img,
.entry-audio img,
.entry-link img {
  width: 100%;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 18px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 0 0 5px;
  font-size: 24px;
  line-height: 1.2;
}
.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;
}
.article-footer-wrap {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ddd;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: right;
}
@media only screen and (max-width: 479px) {
  .article-footer-top .post_rating {
    margin-top: 20px;
    float: left;
  }
}
.helix-social-share {
  float: left;
}
.helix-social-share .helix-social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.helix-social-share .helix-social-share-icon ul li {
  margin-right: 7px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div {
  display: block;
}
.helix-social-share .helix-social-share-icon ul li div a {
  height: 40px;
  color: #fff;
  line-height: 30px;
  padding-top: 4px;
  text-align: center;
  width: 40px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div a:hover,
.helix-social-share .helix-social-share-icon ul li div a:focus {
  background: #333333;
}
.blog .readmore {
  margin-top: 25px;
}
.blog img {
  width: 100%;
}
.blog .entry-header h2 {
  padding-right: 30px;
}
.blog .icons {
  position: absolute;
  top: 0;
  right: 0;
}
.blog .icons button {
  padding: 0;
  box-shadow: none !important;
  background: transparent;
}
.blog .icons button .caret {
  display: none;
}
.blog .icons .dropdown-menu {
  border-radius: 0;
  min-width: 100px;
}
.blog .icons .dropdown-menu a {
  background: transparent;
}
.blog .media-container {
  position: relative;
}
.blog .media-container .item-date {
  width: 120px;
  position: absolute;
  top: 30px;
  left: 30px;
  text-align: center;
}
.blog .media-container .item-date time {
  display: block;
  line-height: 60px;
  background: #fff;
  color: #222222;
}
.blog .media-container .item-date span {
  line-height: 60px;
  font-size: 42px;
  font-weight: 700;
  display: block;
  color: #fff;
}
@media only screen and (max-width: 479px) {
  .blog .media-container .item-date {
    top: 10px;
    left: 10px;
    width: 80px;
  }
  .blog .media-container .item-date time {
    line-height: 30px;
    font-size: 13px;
  }
  .blog .media-container .item-date span {
    line-height: 30px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .blog .items-leading .item {
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
  }
  .blog .items-row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .blog .items-row > div[class*="col-"] {
    margin-bottom: 50px;
    position: relative;
  }
  .blog .items-row > div[class*="col-"]:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #ddd;
    left: 0;
    right: 0;
  }
  .blog .items-row > div[class*="col-"]:nth-child(1):after {
    right: 0;
    left: 15px;
  }
  .blog .items-row > div[class*="col-"]:nth-last-child(1):after {
    right: 15px;
    left: 0;
  }
  .blog .items-row > div[class="col-md-12"]:nth-last-child(1):after {
    left: 15px;
    right: 15px;
  }
  .blog .items-row > .col-md-12 .entry-image,
  .blog .items-row > .col-md-12 .entry-gallery,
  .blog .items-row > .col-md-12 .entry-video,
  .blog .items-row > .col-md-12 .entry-audio,
  .blog .items-row > .col-md-12 .entry-link {
    margin-bottom: 0;
  }
}
.blog.item-page {
  margin-bottom: 0;
}
.pager {
  margin: 30px 0 0;
}
.pager > li > a {
  border-radius: 0;
}
#sp-comments {
  margin-top: 50px;
}
#sp-bottom {
  background: #333333;
  color: #999;
}
#sp-bottom .sp-module .sp-module-title {
  text-transform: none;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 18px;
  color: #fff;
  line-height: 28px;
}
#sp-bottom .sp-module ul li {
  border-bottom: 1px dashed #555555;
}
#sp-bottom .sp-module ul li:last-child {
  border-bottom: none;
}
#sp-bottom .sp-module ul li a {
  padding: 0;
  color: #999;
}
#sp-bottom .sp-module ul li a:hover,
#sp-bottom .sp-module ul li a:focus {
  color: #fff;
}
#sp-bottom .mod-articles-category-title {
  color: #fff;
}
#sp-bottom .mod-articles-category-introtext {
  margin-bottom: 5px;
}
#sp-bottom .article-info dd {
  color: #555555;
}
#sp-bottom .sp-column {
  margin-bottom: 30px;
}
#sp-footer {
  text-align: center;
  padding: 20px 0;
  background-color: #222222;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  #sp-footer .text-left,
  #sp-footer .text-right {
    text-align: center;
  }
}
#sp-footer .row > div[class*="col-"] {
  padding-top: 7px;
  padding-bottom: 7px;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon #sp-comingsoon {
  padding: 100px 0;
}
.sp-comingsoon .sp-comingsoon-wrap.has-background {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.sp-comingsoon .comingsoon-page-logo {
  text-align: center;
}
.sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
}
.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
  display: none;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  margin-bottom: 0px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 40px 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;
  position: relative;
}
.sp-comingsoon .days .number:after,
.sp-comingsoon .hours .number:after,
.sp-comingsoon .seconds .number:after,
.sp-comingsoon .minutes .number:after {
  content: "";
  background: #000;
  border-radius: 5px;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 118px;
  height: 130px;
  z-index: -1;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 15px;
}
.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.has-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.error-page .error-page-inner .error-logo-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.error-page .error-page-inner .error-logo-wrap img {
  display: inline-block;
}
.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: 60px;
  line-height: 150px;
  margin: 0 auto 20px;
  padding: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  background-color: #e94e4c;
}
.error-page .error-message {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
    display: table;
    margin: 0 auto;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-default-logo {
    display: none;
  }
  .logo .sp-default-logo {
    display: none;
  }
  .logo .sp-retina-logo {
    display: block;
  }
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead >tr,
table.category tbody >tr {
  border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #2D2D2D;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-pre-loader {
  background: #f5f5f5;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-pre-loader .sp-loader-clock {
  border: 3px solid #333333;
  border-radius: 60px;
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.sp-pre-loader .sp-loader-clock:after {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 2px;
  left: 48%;
  height: 38px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 97%;
  transform-origin: 50% 97%;
  -webkit-animation: grdAiguille 2s linear infinite;
  animation: grdAiguille 2s linear infinite;
}
.sp-pre-loader .sp-loader-clock:before {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 6px;
  left: 48%;
  height: 35px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 94%;
  transform-origin: 50% 94%;
  -webkit-animation: ptAiguille 12s linear infinite;
  animation: ptAiguille 12s linear infinite;
}
.sp-pre-loader .sp-loader-circle {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  border: 3px solid rgba(51,51,51,0.7);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader1 3s linear infinite;
  animation: loader1 3s linear infinite;
}
.sp-pre-loader .sp-loader-circle:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background-color: #333333;
}
.sp-pre-loader .sp-loader-bubble-loop {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 12px;
  background-color: #333333;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader6 1s ease-in-out infinite;
  animation: loader6 1s ease-in-out infinite;
}
.sp-pre-loader .sp-loader-bubble-loop:before {
  content: "";
  position: absolute;
  background-color: rgba(51,51,51,0.5);
  top: 0px;
  left: -25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .sp-loader-bubble-loop:after {
  content: "";
  position: absolute;
  background-color: rgba(51,51,51,0.5);
  top: 0px;
  left: 25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .circle-two {
  bottom: 0;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.sp-pre-loader .circle-two > span,
.sp-pre-loader .circle-two > span:before,
.sp-pre-loader .circle-two > span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sp-pre-loader .circle-two > span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent;
  -webkit-animation: effect-2 2s infinite linear;
  -moz-animation: effect-2 2s infinite linear;
  -ms-animation: effect-2 2s infinite linear;
  -o-animation: effect-2 2s infinite linear;
  animation: effect-2 2s infinite linear;
}
.sp-pre-loader .circle-two > span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent;
}
.sp-pre-loader .circle-two > span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent;
}
.sp-pre-loader .wave-two-wrap {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  width: 90px;
}
.sp-pre-loader .wave-two {
  margin: 0;
  list-style: none;
  width: 90px;
  position: relative;
  padding: 0;
  height: 10px;
}
.sp-pre-loader .wave-two li {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #333333;
  bottom: 0;
}
.sp-pre-loader .wave-two li:nth-child(1) {
  left: 0;
  -webkit-animation: sequence1 1s ease infinite 0;
  animation: sequence1 1s ease infinite 0;
}
.sp-pre-loader .wave-two li:nth-child(2) {
  left: 15px;
  -webkit-animation: sequence2 1s ease infinite 0.1s;
  animation: sequence2 1s ease infinite 0.1s;
}
.sp-pre-loader .wave-two li:nth-child(3) {
  left: 30px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
  animation: sequence1 1s ease-in-out infinite 0.2s;
}
.sp-pre-loader .wave-two li:nth-child(4) {
  left: 45px;
  -webkit-animation: sequence2 1s ease-in infinite 0.3s;
  animation: sequence2 1s ease-in infinite 0.3s;
}
.sp-pre-loader .wave-two li:nth-child(5) {
  left: 60px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
  animation: sequence1 1s ease-in-out infinite 0.4s;
}
.sp-pre-loader .wave-two li:nth-child(6) {
  left: 75px;
  -webkit-animation: sequence2 1s ease infinite 0.5s;
  animation: sequence2 1s ease infinite 0.5s;
}
.sp-pre-loader .sp-loader-audio-wave {
  width: 3em;
  height: 2em;
  background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
  background-repeat: no-repeat;
  background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  animation: audioWave 1.5s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sp-pre-loader .sp-loader-with-logo {
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}
.sp-pre-loader .sp-loader-with-logo .logo {
  display: inline-block;
  width: auto;
}
.sp-pre-loader .sp-loader-with-logo .line {
  background: #333333;
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  top: auto;
}
@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader6 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes loader6 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes audioWave {
  25% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  37.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  50% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
  }
  62.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
  }
  75% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
  }
}
@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes effect-2 {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 10px;
  }
}
@keyframes sequence2 {
  0% {
    height: 20px;
  }
  50% {
    height: 65px;
  }
  100% {
    height: 20px;
  }
}
@keyframes rot1 {
  100% {
    transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@-webkit-keyframes rot1 {
  100% {
    -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@keyframes rot2 {
  100% {
    transform: skew(-10deg) rotate(525deg);
  }
}
@-webkit-keyframes rot2 {
  100% {
    -webkit-transform: skew(-10deg) rotate(525deg);
  }
}
@keyframes rot3 {
  100% {
    transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@-webkit-keyframes rot3 {
  100% {
    -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@keyframes width {
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
  }
  30% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
  60% {
    width: 60%;
  }
  70% {
    width: 70%;
  }
  80% {
    width: 80%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  ul.social-icons {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  ul.social-icons > li {
    margin: 5px;
  }
  .sp-contact-info {
    display: table;
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 89%;
  }
  .sppb-animated .sppb-addon-cta .sppb-cta-title {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  .sppb-animated .sppb-addon-cta .sppb-btn-lg {
    font-size: 16px;
  }
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
  .form-horizontal .control-label {
    width: 100%;
    text-align: left;
  }
  .form-horizontal .controls {
    margin: 0;
    width: 100%;
  }
  .form-horizontal .controls input,
  .form-horizontal .controls textarea {
    width: 100%;
  }
  .form-horizontal .controls textarea {
    height: 131px;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 90%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h2,
.h2 {
  line-height: 30px;
  margin-bottom: 18px;
}
h3,
.h3 {
  line-height: 28px;
  margin-bottom: 18px;
}
h4,
.h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 18px;
}
h5,
.h5 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 16px;
}
h6,
.h6 {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 14px;
}
.pull-none {
  float: none !important;
}
#sp-page-builder .title-light .sppb-section-title .sppb-title-heading {
  color: #fff;
}
#sp-page-builder .title-light .sppb-section-title .sppb-title-heading:before {
  background: #fff;
  opacity: 95% !important;
}
#sp-page-builder .title-white .sppb-section-title .sppb-title-heading {
  color: #fff;
}
#sp-page-builder .title-white .sppb-section-title .sppb-title-heading:before {
  background: #fff !important;
}
#sp-page-builder .title-white .sppb-section-title .sppb-title-heading:after {
  background: #fff !important;
}
#sp-page-builder .title-dark .sppb-section-title .sppb-title-heading:before {
  background: #222222 !important;
}
#sp-page-builder .title-white-black .sppb-section-title .sppb-title-heading {
  color: #fff;
}
#sp-page-builder .title-white-black .sppb-section-title .sppb-title-heading:before {
  background: #000 !important;
}
#sp-page-builder .title-white-black .sppb-section-title .sppb-title-heading:after {
  background: #fff !important;
}
#sp-page-builder .title-dot-center .sppb-section-title .sppb-title-heading:before {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#sp-page-builder .title-dot-center .sppb-section-title .sppb-title-heading:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#sp-page-builder .title-dot-left .sppb-section-title {
  text-align: left;
}
#sp-page-builder .title-dot-left .sppb-section-title .sppb-title-heading:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#sp-page-builder .title-dot-left .sppb-section-title .sppb-title-heading:after {
  position: absolute;
  left: 0;
}
#sp-page-builder .title-dot-left-2 .sppb-section-title {
  text-align: left;
}
#sp-page-builder .title-dot-left-2 .sppb-section-title .sppb-title-heading:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#sp-page-builder .title-dot-left-2 .sppb-section-title .sppb-title-heading:after {
  position: absolute;
  left: 10px;
}
#sp-page-builder .title-dot-right .sppb-section-title {
  text-align: right;
}
#sp-page-builder .title-dot-right .sppb-section-title .sppb-title-heading:before {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
#sp-page-builder .title-dot-right .sppb-section-title .sppb-title-heading:after {
  position: absolute;
  right: 0;
}
#sp-page-builder .title-bar-center .sppb-section-title .sppb-title-heading:before {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#sp-page-builder .title-bar-center .sppb-section-title .sppb-title-heading:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#sp-page-builder .title-bar-left .sppb-section-title {
  text-align: left;
}
#sp-page-builder .title-bar-left .sppb-section-title .sppb-title-heading:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#sp-page-builder .title-bar-left .sppb-section-title .sppb-title-heading:after {
  position: absolute;
  left: 0;
}
#sp-page-builder .title-bar-left-2 .sppb-section-title {
  text-align: left;
}
#sp-page-builder .title-bar-left-2 .sppb-section-title .sppb-title-heading:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#sp-page-builder .title-bar-left-2 .sppb-section-title .sppb-title-heading:after {
  position: absolute;
  left: 10px;
}
#sp-page-builder .title-bar-right .sppb-section-title {
  text-align: right;
}
#sp-page-builder .title-bar-right .sppb-section-title .sppb-title-heading:before {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
#sp-page-builder .title-bar-right .sppb-section-title .sppb-title-heading:after {
  position: absolute;
  right: 0;
}
#sp-page-builder .title-fluid .sppb-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#sp-page-builder .addon-title-dot .sppb-addon-title {
  text-align: left;
}
#sp-page-builder .addon-title-dot .sppb-addon-title:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#sp-page-builder .addon-title-dot .sppb-addon-title:after {
  position: absolute;
  left: 0;
}
#sp-page-builder .addon-title-bar .sppb-addon-title {
  text-align: left;
}
#sp-page-builder .addon-title-bar .sppb-addon-title:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#sp-page-builder .addon-title-bar .sppb-addon-title:after {
  position: absolute;
  left: 0;
}
#sp-page-builder .title-white-black .sppb-addon-title {
  color: #fff;
}
#sp-page-builder .title-white-black .sppb-addon-title:before {
  background: #000 !important;
}
#sp-page-builder .title-white-black .sppb-addon-title:after {
  background: #fff !important;
}
.modules-title-bar-center .sp-module .sp-module-title {
  text-align: center;
  padding-bottom: 10px;
}
.modules-title-bar-center .sp-module .sp-module-title:before {
  display: block;
}
.modules-title-bar-center .sp-module .sp-module-title:after {
  left: 50%;
  margin-left: -15%;
  display: block;
}
.modules-title-bar-left .sp-module .sp-module-title {
  padding-bottom: 10px;
}
.modules-title-bar-left .sp-module .sp-module-title:before {
  display: block;
}
.modules-title-bar-left .sp-module .sp-module-title:after {
  left: 0;
  right: auto;
  display: block;
}
#sp-header.header-style-1 {
  height: 90px;
}
@media screen and (min-width: 1200px) {
  #sp-header.header-style-1 {
    background: transparent;
    box-shadow: none;
  }
  #sp-header.header-style-1 > .container {
    background: #fff;
  }
  #sp-header.header-style-1 > .container > .row > div:nth-child(1):before {
    content: "";
    border-top: 0px solid transparent;
    border-left: 35px solid transparent;
    border-right: 0px solid #FFFFFF;
    border-bottom: 90px solid #FFFFFF;
    position: absolute;
    left: -35px;
    z-index: 1;
    height: 90px;
  }
  #sp-header.header-style-1 > .container > .row > div:nth-last-child(1):after {
    content: "";
    height: 90px;
    display: block;
    position: absolute;
    background: #fff;
    width: 1920px;
    right: -1920px;
  }
  #sp-header.header-style-1.menu-fixed {
    background: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  }
}
@media screen and (max-width: 991px) {
  #sp-header.header-style-1 {
    height: 60px;
  }
}
#sp-header.header-style-1 .sp-megamenu-parent > li > a {
  line-height: 90px;
  font-weight: 400;
}
#sp-header.header-style-1 .sp-megamenu-parent > li .sp-dropdown.sp-dropdown-main .sp-dropdown-inner {
  border-top: 1px solid #e6e6e6;
}
#sp-header.header-style-1 .sp-module ul.menu > li {
  display: inline-block;
  border-bottom: none;
}
#sp-header.header-style-1 .sp-module ul.menu > li > a {
  padding: 0 15px;
  line-height: 90px;
  color: #777777;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}
#sp-header.header-style-1 .sp-module ul.menu > li > a:before {
  display: none;
}
#sp-header.header-style-2 {
  height: auto;
}
@media screen and (min-width: 992px) {
  #sp-header.header-style-2 #sp-logo {
    float: none;
    margin: 0 auto;
  }
  #sp-header.header-style-2 #sp-logo .logo {
    height: 108px;
    margin: 0 auto;
  }
  #sp-header.header-style-2 #sp-menu {
    width: 100%;
    text-align: center;
  }
  #sp-header.header-style-2 #sp-menu .sp-column {
    background: #fff;
  }
  #sp-header.header-style-2 #sp-menu .sp-column:before,
  #sp-header.header-style-2 #sp-menu .sp-column:after {
    content: " ";
    display: table;
  }
  #sp-header.header-style-2 #sp-menu .sp-column:after {
    clear: both;
  }
  #sp-header.header-style-2 #sp-menu .sp-column .sp-megamenu-parent {
    float: none;
  }
  #sp-header.header-style-2.menu-fixed #sp-logo .logo {
    height: 64px;
  }
}
#sp-header.header-style-2 .sp-megamenu-parent > li {
  border-right: 1px solid #e6e6e6;
}
#sp-header.header-style-2 .sp-megamenu-parent > li:first-child {
  border-left: 1px solid #e6e6e6;
}
#sp-header.header-style-2 .sp-megamenu-parent > li > a {
  color: #777777;
  line-height: 60px;
  font-weight: 400;
  padding: 0 30px;
}
#sp-header.header-style-2 .sp-megamenu-parent > li.active > a,
#sp-header.header-style-2 .sp-megamenu-parent > li > a:hover,
#sp-header.header-style-2 .sp-megamenu-parent > li > a:focus,
#sp-header.header-style-2 .sp-megamenu-parent > li:hover > a,
#sp-header.header-style-2 .sp-megamenu-parent > li:focus > a {
  color: #fff;
}
#sp-header.header-style-2 .sp-megamenu-parent > li .sp-dropdown.sp-dropdown-main .sp-dropdown-inner {
  border-top: 1px solid #e6e6e6;
  text-align: left;
}
#sp-header.header-style-2 .sp-module ul.menu > li > a {
  padding: 0 15px;
  line-height: 60px;
  color: #777777;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}
#sp-header.header-style-2 .sp-module ul.menu > li > a:before {
  display: none;
}
#sp-header.header-style-2 #offcanvas-toggler {
  line-height: 57px;
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  #sp-header.header-style-2 #offcanvas-toggler {
    margin-right: 0;
  }
  #sp-header.header-style-2 #offcanvas-toggler > i {
    color: #fff;
  }
}
#sp-header.header-style-3 {
  height: 60px;
}
#sp-header.header-style-3 .sp-megamenu-parent > li > a {
  color: #fff;
  line-height: 60px;
  font-weight: 400;
  padding: 0 30px;
}
#sp-header.header-style-3 .sp-module ul.menu > li > a {
  padding: 0 15px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}
#sp-header.header-style-3 .sp-module ul.menu > li > a:before {
  display: none;
}
#sp-header.header-style-3 #offcanvas-toggler > i {
  color: #fff;
}
#sp-header.header-style-4 {
  background: #414b54;
}
#sp-header.header-style-4 #sp-logo .sp-column {
  padding: 0 10px;
}
#sp-header.header-style-4 #sp-logo .sp-column .logo {
  margin: 0 auto;
}
#sp-header.header-style-4 .sp-megamenu-parent > li {
  margin: 0 2px;
}
#sp-header.header-style-4 .sp-megamenu-parent > li > a {
  color: #fff;
  border-width: 2px;
  padding: 0 10px;
  border-style: solid;
  border-color: transparent;
  border-radius: 3px;
  line-height: 40px;
  margin-top: 18px;
  margin-bottom: 18px;
}
#sp-header.header-style-4 .sp-module ul.menu > li > a {
  padding: 0 15px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  margin: 20px 0;
}
#sp-header.header-style-4 .sp-module ul.menu > li > a:before {
  display: none;
}
@media screen and (max-width: 991px) {
  #sp-header.header-style-4 {
    height: 60px;
  }
  #sp-header.header-style-4 #sp-logo .sp-column .logo {
    height: 60px;
  }
}
#sp-header.header-style-4 #offcanvas-toggler > i {
  color: #fff;
}
#sp-header.header-style-5 {
  background: rgba(0,0,0,0.6);
}
#sp-header.header-style-5 .sp-megamenu-parent > li> a {
  color: #fff;
}
#sp-header.header-style-5 .sp-module ul.menu {
  background: #333333;
  padding: 0 20px;
}
#sp-header.header-style-5 .sp-module ul.menu > li {
  display: inline-block;
  border-bottom: none;
}
#sp-header.header-style-5 .sp-module ul.menu > li > a {
  padding: 0 5px;
  line-height: 80px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}
#sp-header.header-style-5 .sp-module ul.menu > li > a:before {
  display: none;
}
#sp-header.header-style-5.menu-fixed {
  background: rgba(0,0,0,0.9);
}
#sp-header.header-style-5 #offcanvas-toggler > i {
  color: #fff;
}
#sp-header.header-style-6 {
  background: #f3f3f3;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: none;
}
#sp-header.header-style-6 .logo {
  height: 60px;
}
#sp-header.header-style-6 .sp-megamenu-parent > li {
  border-right: 1px solid #e6e6e6;
}
#sp-header.header-style-6 .sp-megamenu-parent > li > a {
  line-height: 60px;
  color: #555555;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0 20px;
}
#sp-header.header-style-6 .sp-megamenu-parent > li.active > a,
#sp-header.header-style-6 .sp-megamenu-parent > li > a:hover,
#sp-header.header-style-6 .sp-megamenu-parent > li > a:focus,
#sp-header.header-style-6 .sp-megamenu-parent > li:hover > a,
#sp-header.header-style-6 .sp-megamenu-parent > li:focus > a {
  background: #e6e6e6;
  color: #333333;
}
#sp-header.header-style-6 .sp-module ul.menu {
  background: #333333;
  padding: 0 20px;
}
#sp-header.header-style-6 .sp-module ul.menu > li {
  display: inline-block;
  border-bottom: none;
}
#sp-header.header-style-6 .sp-module ul.menu > li > a {
  padding: 0 5px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}
#sp-header.header-style-6 .sp-module ul.menu > li > a:before {
  display: none;
}
#sp-header.header-style-7 {
  background: #fff;
  border-bottom: 2px solid #e6e6e6;
}
#sp-header.header-style-7 .sp-megamenu-parent > li.active > a,
#sp-header.header-style-7 .sp-megamenu-parent > li > a:hover,
#sp-header.header-style-7 .sp-megamenu-parent > li > a:focus,
#sp-header.header-style-7 .sp-megamenu-parent > li:hover > a,
#sp-header.header-style-7 .sp-megamenu-parent > li:focus > a {
  color: #fff;
}
#sp-header.header-style-7 .sp-module ul.menu > li {
  display: inline-block;
  border-bottom: none;
}
#sp-header.header-style-7 .sp-module ul.menu > li > a {
  padding: 0 15px;
  line-height: 80px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}
#sp-header.header-style-7 .sp-module ul.menu > li > a:before {
  display: none;
}
#sp-header.header-style-8 {
  background: url(../images/bg-dark.png);
  background-repeat: repeat;
  border-bottom: 1px solid #333333;
}
#sp-header.header-style-8 .sp-module ul.menu > li {
  display: inline-block;
  border-bottom: none;
}
#sp-header.header-style-8 .sp-module ul.menu > li > a {
  padding: 0 15px;
  line-height: 80px;
  text-transform: uppercase;
  font-size: 15px;
}
#sp-header.header-style-8 .sp-module ul.menu > li > a:before {
  display: none;
}
#sp-header.header-style-9 {
  background: transparent;
  box-shadow: none;
}
#sp-header.header-style-9 .sp-megamenu-parent > li > a {
  color: #fff;
}
#sp-header.header-style-9 #offcanvas-toggler > i {
  color: #fff;
}
#sp-header.header-style-9.menu-fixed {
  background: rgba(0,0,0,0.95);
}
@media screen and (max-width: 991px) {
  #sp-header.header-style-9 {
    background: #000;
  }
}
.menu-left .sp-megamenu-parent {
  float: left;
}
.menu-left .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}
.menu-center .sp-megamenu-parent {
  float: none;
  text-align: center;
}
.menu-center .sp-megamenu-parent li {
  text-align: left;
}
@media screen and (min-width: 992px) {
  #offcanvas-container .offcanvas-menu {
    width: 260px;
    padding: 30px 15px;
    box-shadow: 0 0 5px #000;
    overflow: auto;
    visibility: visible;
    right: auto;
    left: auto;
    background-color: #333333;
    z-index: 100;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  #offcanvas-container .offcanvas-menu #sp-logo {
    padding-left: 15px;
  }
}
#sp-top-bar.topbar-style-1 {
  background: #f6f7f7;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
}
#sp-top-bar.topbar-style-1 a {
  color: #999;
}
#sp-top-bar.topbar-style-1 ul.sp-contact-info > li {
  position: relative;
}
#sp-top-bar.topbar-style-1 ul.sp-contact-info > li:after {
  content: "";
  width: 1px;
  height: 16px;
  background: #999;
  position: absolute;
  right: -10px;
  top: 4px;
}
#sp-top-bar.topbar-style-1 ul.menu > li {
  position: relative;
}
#sp-top-bar.topbar-style-1 ul.menu > li:after {
  content: "";
  width: 1px;
  height: 16px;
  background: #999;
  position: absolute;
  right: -10px;
  top: 4px;
}
#sp-top-bar.topbar-style-1 ul.social-icons > li {
  margin: 4px;
  position: relative;
}
#sp-top-bar.topbar-style-1 ul.social-icons > li > a {
  width: 30px;
  display: block;
}
#sp-top-bar.topbar-style-2 {
  padding: 10px 0;
}
#sp-top-bar.topbar-style-2 ul.sp-contact-info > li {
  position: relative;
  line-height: 30px;
}
#sp-top-bar.topbar-style-2 ul.menu > li {
  position: relative;
  line-height: 30px;
}
#sp-top-bar.topbar-style-2 ul.menu > li > a {
  color: #fff;
}
#sp-top-bar.topbar-style-2 ul.social-icons > li {
  margin: 4px;
}
#sp-top-bar.topbar-style-2 ul.social-icons > li > a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  padding: 0;
  color: #333333;
}
#sp-top-bar.topbar-style-2 ul.social-icons > li > a i {
  font-size: 14px;
}
#sp-top-bar.topbar-style-2 .sp-module {
  margin-left: 0;
}
#sp-top-bar.topbar-style-2 .container .row > div[class*="col-"]:nth-child(n+2) {
  position: relative;
}
#sp-top-bar.topbar-style-2 .container .row > div[class*="col-"]:nth-child(n+2):before {
  content: "";
  width: 1px;
  position: absolute;
  left: 0;
  top: -10px;
  bottom: -10px;
}
#sp-top-bar.topbar-style-3 {
  padding: 23px 0;
}
#sp-top-bar.topbar-style-3 ul.sp-contact-info > li {
  position: relative;
  line-height: 34px;
  font-size: 15px;
  font-weight: 400;
}
#sp-top-bar.topbar-style-3 ul.menu > li {
  position: relative;
  line-height: 34px;
}
#sp-top-bar.topbar-style-3 ul.menu > li > a {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
#sp-top-bar.topbar-style-3 ul.social-icons > li {
  margin: 4px;
}
#sp-top-bar.topbar-style-3 ul.social-icons > li > a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  padding: 0;
}
#sp-top-bar.topbar-style-4 {
  background: #000;
}
#sp-top-bar.topbar-style-4 ul.sp-contact-info > li {
  position: relative;
}
#sp-top-bar.topbar-style-4 ul.sp-contact-info > li:after {
  content: "";
  width: 1px;
  background: #333333;
  position: absolute;
  right: -10px;
  top: -8px;
  bottom: -8px;
}
#sp-top-bar.topbar-style-4 ul.menu > li {
  position: relative;
}
#sp-top-bar.topbar-style-4 ul.menu > li:after {
  content: "";
  width: 1px;
  background: #333333;
  position: absolute;
  right: -10px;
  top: -8px;
  bottom: -8px;
}
#sp-top-bar.topbar-style-4 ul.social-icons > li {
  margin: 1px 4px;
}
#sp-top-bar.topbar-style-4 ul.social-icons > li > a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #555555;
  border-radius: 50%;
  display: block;
}
#sp-top-bar.topbar-style-5 {
  background: #fff;
  border-bottom: 4px double #e6e6e6;
  padding: 18px 0;
  color: #555555;
}
#sp-top-bar.topbar-style-5 .logo {
  height: 40px;
}
#sp-top-bar.topbar-style-5 a {
  color: #555555;
}
#sp-top-bar.topbar-style-5 ul.sp-contact-info {
  margin: 0;
}
#sp-top-bar.topbar-style-5 ul.sp-contact-info > li {
  line-height: 40px;
  margin: 0;
}
#sp-top-bar.topbar-style-5 ul.sp-contact-info > li + li {
  margin-left: 10px;
}
#sp-top-bar.topbar-style-5 ul.menu > li {
  position: relative;
}
#sp-top-bar.topbar-style-5 ul.menu > li:after {
  content: "";
  width: 1px;
  background: #333333;
  position: absolute;
  right: -10px;
  top: -8px;
  bottom: -8px;
}
#sp-top-bar.topbar-style-5 ul.social-icons > li > a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #555555;
  border-radius: 50%;
  display: block;
}
#sp-top-bar.topbar-style-6 {
  background: #2c2c2c;
  border-bottom: 1px solid #333333;
}
#sp-top-bar.topbar-style-6 ul.sp-contact-info > li {
  position: relative;
}
#sp-top-bar.topbar-style-6 ul.sp-contact-info > li:after {
  content: "";
  width: 1px;
  background: #333333;
  position: absolute;
  right: -10px;
  top: -8px;
  bottom: -8px;
}
#sp-top-bar.topbar-style-6 ul.menu > li {
  position: relative;
}
#sp-top-bar.topbar-style-6 ul.menu > li:after {
  content: "";
  width: 1px;
  background: #333333;
  position: absolute;
  right: -10px;
  top: -8px;
  bottom: -8px;
}
#sp-top-bar.topbar-style-6 ul.social-icons > li {
  margin: 4px 15px;
  position: relative;
}
#sp-top-bar.topbar-style-6 ul.social-icons > li:after {
  content: "";
  width: 1px;
  background: #333333;
  position: absolute;
  right: -15px;
  top: -8px;
  bottom: -8px;
}
#sp-top-bar.topbar-style-6 .sp-module {
  margin-left: 0;
}
@media only screen and (min-width: 992px) {
  .logo-center .logo {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .logo-right .logo {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .page-title-inline .sp-page-title h2 {
    display: inline-block;
    float: left;
  }
  .page-title-inline .sp-page-title .breadcrumb {
    display: inline-block;
    float: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-title-big .sp-page-title {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-title-big .sp-page-title {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 992px) {
  .same-height-columns .sppb-row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .same-height-columns .sppb-row > div > .sppb-column {
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .desktop-white-space-1 {
    margin-top: 360px !important;
  }
}
.skew-section {
  transform: skewY(-8deg);
  -webkit-transform: skewY(-8deg);
}
.skew-section > div {
  transform: skewY(8deg);
  -webkit-transform: skewY(8deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.skew-start {
  margin-top: -135px !important;
}
.skew-end {
  position: relative !important;
  margin-top: -135px !important;
}
@media only screen and (min-width: 992px) {
  .overlap-desktop-160 {
    margin-top: -160px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .overlap-bg {
    margin-top: -380px !important;
  }
  .overlap-bg div[class*="col-"] {
    padding-top: 380px !important;
  }
}
@media only screen and (max-width: 991px) {
  .overlap-bg {
    background: transparent !important;
  }
}
#selectForm span {
  display: inline-block;
  margin-right: 10px;
}
#selectForm select {
  display: inline-block;
  height: 44px !important;
  min-width: 150px;
}
.contact .page-header {
  margin: 30px 0;
}
.contact .page-header h2 {
  margin: 0;
  line-height: 1;
  font-size: 24px;
}
.contact .contact-form form legend {
  font-size: 16px;
}
.contact .contact-form form .form-group:last-child {
  margin-bottom: 0;
  position: relative;
}
.contact .contact-form form .checkbox {
  margin-top: 0;
}
.contact .contact-form form .checkbox input {
  margin-left: 0;
  margin-top: 6px;
}
.contact .contact-form form textarea {
  margin-bottom: 0;
}
.contact .contact-form form input.invalid,
.contact .contact-form form textarea.invalid {
  border-color: #d9534f;
}
.contact .contact-form .contactbutton {
  margin-top: 15px;
}
.contact .contact-form .text-right {
  text-align: left;
}
.contact .thumbnail img {
  width: 100%;
}
.contact .contact-address dt {
  color: #222222;
  font-weight: 700;
}
.contact .contact-address dd {
  line-height: 2;
}
.contact .contact-address dd i {
  width: 20px;
}
.contact .contact-links .nav-stacked {
  border: none;
}
.contact .contact-links .nav-stacked > li > a {
  border-radius: 0px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .contact .form-group div + div {
    margin-top: 15px;
  }
  .contact .contact-sidebar {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .contact .contact-form .text-right {
    text-align: right;
  }
  .contact .contact-form .contactbutton {
    margin-top: 0;
  }
  .contact .contact-form .contactbutton.withcaptcha {
    top: 80px;
  }
}
.registration .form-group:nth-last-child(-n+3) {
  text-align: center;
}
.registration .form-group .btn + .btn {
  margin-left: 5px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.search .btn-toolbar {
  display: table;
  margin-left: 0;
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .btn-toolbar input[type="text"] {
  height: 44px !important + 1;
}
.search .btn-toolbar .btn-group {
  float: none;
  display: table-cell;
}
.search .phrases {
  margin-top: 30px;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 10px;
  line-height: 1.4;
}
.search .phrases .ordering-box {
  margin: 15px 0;
}
.search .only {
  margin-top: 30px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 10px;
  line-height: 1.4;
}
.search .form-limit {
  margin-top: 20px;
  padding: 015px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #ddd;
}
.search label {
  display: inline-block;
  margin-right: 5px;
}
.search select {
  display: inline-block;
}
.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 {
  margin: 5px 0;
  display: inline-block;
  height: 44px !important;
}
.finder .word .btn {
  position: relative;
  top: -2px;
  margin: 5px 0;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.finder #finder-filter-window .filter-branch {
  margin: 0 -10px 10px;
}
.finder #finder-filter-window .filter-branch .finder-selects {
  margin-top: 20px;
  padding: 0 10px;
}
.tag-category form fieldset .btn-group label {
  display: none;
}
.tag-category form fieldset .btn-group input[type="text"] {
  float: left;
  height: 44px !important + 1;
  margin-right: 5px;
}
.tag-category form fieldset .btn-group .btn-primary {
  margin-right: 2px;
}
@media only screen and (max-width: 479px) {
  .tag-category form fieldset .btn-group .btn-default {
    display: none;
  }
}
.tag-category .thumbnails {
  margin: 0 -15px;
  padding: 0;
}
.tag-category .thumbnails li {
  list-style: none;
}
.tag-category .thumbnails li .tag-ct {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ddd;
  margin-top: 30px;
  text-align: center;
}
.tag-category .thumbnails li .tag-ct h3 {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tag-category ul.category {
  padding: 0;
}
.tag-category ul.category li {
  list-style: none;
  padding-top: 30px;
}
.tag-category ul.category li a img {
  margin-bottom: 20px;
}
.tag-category ul.category li h3 {
  margin: 0;
  font-size: 20px;
}
.tag-category ul.category li .tag-body {
  margin-top: 10px;
}
#jform_captcha {
  display: inline-block;
  margin-top: 15px;
}
.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper .pagination {
  margin: 0 -5px;
  display: inline-block;
}
.pagination-wrapper .pagination > li > a {
  line-height: 38px;
  height: 40px;
  margin: 5px;
  padding: 0 16px;
  text-align: center;
}
.pagination-wrapper .pagination > li.active a,
.pagination-wrapper .pagination > li > a:hover,
.pagination-wrapper .pagination > li > a:focus {
  color: #fff;
}
.pagination-wrapper .pagination > li:first-child > a,
.pagination-wrapper .pagination > li:last-child > a {
  border-radius: 0;
}
.sppb-btn,
.btn {
  padding: 10px 36px;
  border-radius: 0px;
  font-size: 16px;
  border: 1px solid transparent;
  white-space: inherit;
}
.sppb-btn.sppb-btn-outline,
.btn.sppb-btn-outline {
  padding: 10px 36px;
  border-width: 1px;
  background: transparent;
}
.sppb-btn.sppb-btn-outline-hover,
.btn.sppb-btn-outline-hover {
  padding: 10px 36px;
}
.sppb-btn.sppb-btn-outline-hover:hover,
.sppb-btn.sppb-btn-outline-hover:focus,
.btn.sppb-btn-outline-hover:hover,
.btn.sppb-btn-outline-hover:focus {
  background: transparent;
}
.sppb-btn-xs,
.sppb-btn-xs,
.btn-xs,
.btn-xs {
  padding: 2px 6px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
  border: 1px solid transparent;
}
.sppb-btn-xs.sppb-btn-outline,
.sppb-btn-xs.sppb-btn-outline,
.btn-xs.sppb-btn-outline,
.btn-xs.sppb-btn-outline {
  padding: 2px 6px;
}
.sppb-btn-xs.sppb-btn-outline-hover,
.sppb-btn-xs.sppb-btn-outline-hover,
.btn-xs.sppb-btn-outline-hover,
.btn-xs.sppb-btn-outline-hover {
  padding: 2px 6px;
  border-width: 1px;
}
.sppb-btn-xs.sppb-btn-outline-hover:hover,
.sppb-btn-xs.sppb-btn-outline-hover:focus,
.sppb-btn-xs.sppb-btn-outline-hover:hover,
.sppb-btn-xs.sppb-btn-outline-hover:focus,
.btn-xs.sppb-btn-outline-hover:hover,
.btn-xs.sppb-btn-outline-hover:focus,
.btn-xs.sppb-btn-outline-hover:hover,
.btn-xs.sppb-btn-outline-hover:focus {
  background: transparent;
}
.sppb-btn-sm,
.sppb-btn-sm,
.btn-sm,
.btn-sm {
  padding: 8px 15px;
  font-size: 15px;
  line-height: 1.4;
  border: 1px solid transparent;
}
.sppb-btn-sm.sppb-btn-outline,
.sppb-btn-sm.sppb-btn-outline,
.btn-sm.sppb-btn-outline,
.btn-sm.sppb-btn-outline {
  padding: 8px 15px;
}
.sppb-btn-sm.sppb-btn-outline-hover,
.sppb-btn-sm.sppb-btn-outline-hover,
.btn-sm.sppb-btn-outline-hover,
.btn-sm.sppb-btn-outline-hover {
  padding: 8px 15px;
  border-width: 1px;
}
.sppb-btn-sm.sppb-btn-outline-hover:hover,
.sppb-btn-sm.sppb-btn-outline-hover:focus,
.sppb-btn-sm.sppb-btn-outline-hover:hover,
.sppb-btn-sm.sppb-btn-outline-hover:focus,
.btn-sm.sppb-btn-outline-hover:hover,
.btn-sm.sppb-btn-outline-hover:focus,
.btn-sm.sppb-btn-outline-hover:hover,
.btn-sm.sppb-btn-outline-hover:focus {
  background: transparent;
}
.sppb-btn-lg,
.sppb-btn-lg,
.btn-lg,
.btn-lg {
  font-size: 17px;
  padding: 12px 36px;
  border: 2px solid transparent;
}
.sppb-btn-lg.sppb-btn-outline,
.sppb-btn-lg.sppb-btn-outline,
.btn-lg.sppb-btn-outline,
.btn-lg.sppb-btn-outline {
  padding: 12px 36px;
  border-width: 2px;
}
.sppb-btn-lg.sppb-btn-outline-hover,
.sppb-btn-lg.sppb-btn-outline-hover,
.btn-lg.sppb-btn-outline-hover,
.btn-lg.sppb-btn-outline-hover {
  padding: 12px 36px;
}
.sppb-btn-lg.sppb-btn-outline-hover:hover,
.sppb-btn-lg.sppb-btn-outline-hover:focus,
.sppb-btn-lg.sppb-btn-outline-hover:hover,
.sppb-btn-lg.sppb-btn-outline-hover:focus,
.btn-lg.sppb-btn-outline-hover:hover,
.btn-lg.sppb-btn-outline-hover:focus,
.btn-lg.sppb-btn-outline-hover:hover,
.btn-lg.sppb-btn-outline-hover:focus {
  background: transparent;
}
.sppb-btn-xlg,
.sppb-btn-xlg,
.btn-xlg,
.btn-xlg {
  font-size: 16px;
  padding: 15px 40px;
  border: 3px solid transparent;
}
.sppb-btn-xlg.sppb-btn-outline,
.sppb-btn-xlg.sppb-btn-outline,
.btn-xlg.sppb-btn-outline,
.btn-xlg.sppb-btn-outline {
  padding: 15px 40px;
  border-width: 3px;
}
.sppb-btn-xlg.sppb-btn-outline-hover,
.sppb-btn-xlg.sppb-btn-outline-hover,
.btn-xlg.sppb-btn-outline-hover,
.btn-xlg.sppb-btn-outline-hover {
  padding: 15px 40px;
}
.sppb-btn-xlg.sppb-btn-outline-hover:hover,
.sppb-btn-xlg.sppb-btn-outline-hover:focus,
.sppb-btn-xlg.sppb-btn-outline-hover:hover,
.sppb-btn-xlg.sppb-btn-outline-hover:focus,
.btn-xlg.sppb-btn-outline-hover:hover,
.btn-xlg.sppb-btn-outline-hover:focus,
.btn-xlg.sppb-btn-outline-hover:hover,
.btn-xlg.sppb-btn-outline-hover:focus {
  background: transparent;
}
.sppb-btn-round {
  border-radius: 100px !important;
}
.sppb-btn-rounded {
  border-radius: 4px;
}
.btn-primary-white,
.sppb-btn-primary-white {
  color: #fff;
}
.btn-primary-white:hover,
.btn-primary-white:focus,
.sppb-btn-primary-white:hover,
.sppb-btn-primary-white:focus {
  background: #fff;
}
.btn-primary-white.sppb-btn-outline:hover,
.btn-primary-white.sppb-btn-outline:focus,
.sppb-btn-primary-white.sppb-btn-outline:hover,
.sppb-btn-primary-white.sppb-btn-outline:focus {
  border-color: #fff;
}
.btn-primary-white.sppb-btn-outline-hover:hover,
.btn-primary-white.sppb-btn-outline-hover:focus,
.sppb-btn-primary-white.sppb-btn-outline-hover:hover,
.sppb-btn-primary-white.sppb-btn-outline-hover:focus {
  border-color: #fff;
  color: #fff;
}
.btn-primary-black,
.sppb-btn-primary-black {
  color: #222222;
}
.btn-primary-black:hover,
.btn-primary-black:focus,
.sppb-btn-primary-black:hover,
.sppb-btn-primary-black:focus {
  background: #222222;
}
.btn-primary-black.sppb-btn-outline:hover,
.btn-primary-black.sppb-btn-outline:focus,
.sppb-btn-primary-black.sppb-btn-outline:hover,
.sppb-btn-primary-black.sppb-btn-outline:focus {
  border-color: #222222;
}
.btn-primary-black.sppb-btn-outline-hover:hover,
.btn-primary-black.sppb-btn-outline-hover:focus,
.sppb-btn-primary-black.sppb-btn-outline-hover:hover,
.sppb-btn-primary-black.sppb-btn-outline-hover:focus {
  border-color: #222222;
  color: #222222;
}
.btn-white,
.sppb-btn-white {
  background: #fff;
  color: #222222;
}
.btn-white:hover,
.btn-white:focus,
.sppb-btn-white:hover,
.sppb-btn-white:focus {
  background-color: #e6e6e6;
  color: #222222;
}
.btn-white.sppb-btn-outline,
.sppb-btn-white.sppb-btn-outline {
  border-color: #fff;
  color: #fff;
}
.btn-white.sppb-btn-outline:hover,
.btn-white.sppb-btn-outline:focus,
.sppb-btn-white.sppb-btn-outline:hover,
.sppb-btn-white.sppb-btn-outline:focus {
  background: #fff;
  color: #222222;
}
.btn-white.sppb-btn-outline-hover:hover,
.btn-white.sppb-btn-outline-hover:focus,
.sppb-btn-white.sppb-btn-outline-hover:hover,
.sppb-btn-white.sppb-btn-outline-hover:focus {
  border-color: #fff;
  color: #fff;
}
.btn-white-primary,
.sppb-btn-white-primary {
  background: #fff;
}
.btn-white-primary:hover,
.btn-white-primary:focus,
.sppb-btn-white-primary:hover,
.sppb-btn-white-primary:focus {
  color: #fff;
}
.btn-white-primary.sppb-btn-outline,
.sppb-btn-white-primary.sppb-btn-outline {
  border-color: #fff;
  color: #fff;
}
.btn-white-primary.sppb-btn-outline:hover,
.btn-white-primary.sppb-btn-outline:focus,
.sppb-btn-white-primary.sppb-btn-outline:hover,
.sppb-btn-white-primary.sppb-btn-outline:focus {
  color: #fff;
  border-color: transparent;
}
.btn-white-primary.sppb-btn-outline-hover,
.sppb-btn-white-primary.sppb-btn-outline-hover {
  background: #fff;
}
.btn-white-black,
.sppb-btn-white-black {
  background: #fff;
  color: #222222;
}
.btn-white-black:hover,
.btn-white-black:focus,
.sppb-btn-white-black:hover,
.sppb-btn-white-black:focus {
  background: #222222;
  color: #fff;
}
.btn-white-black.sppb-btn-outline,
.sppb-btn-white-black.sppb-btn-outline {
  border-color: #fff;
  color: #fff;
}
.btn-white-black.sppb-btn-outline:hover,
.btn-white-black.sppb-btn-outline:focus,
.sppb-btn-white-black.sppb-btn-outline:hover,
.sppb-btn-white-black.sppb-btn-outline:focus {
  border-color: transparent;
}
.btn-white-black.sppb-btn-outline-hover:hover,
.btn-white-black.sppb-btn-outline-hover:focus,
.sppb-btn-white-black.sppb-btn-outline-hover:hover,
.sppb-btn-white-black.sppb-btn-outline-hover:focus {
  border-color: #222222;
  color: #222222;
}
.btn-black,
.sppb-btn-black {
  background: #222222;
  color: #fff;
}
.btn-black:hover,
.btn-black:focus,
.sppb-btn-black:hover,
.sppb-btn-black:focus {
  background-color: #2f2f2f;
  color: #fff;
}
.btn-black.sppb-btn-outline,
.sppb-btn-black.sppb-btn-outline {
  border-color: #222222;
  color: #222222;
}
.btn-black.sppb-btn-outline:hover,
.btn-black.sppb-btn-outline:focus,
.sppb-btn-black.sppb-btn-outline:hover,
.sppb-btn-black.sppb-btn-outline:focus {
  background: #222222;
  color: #fff;
}
.btn-black.sppb-btn-outline-hover:hover,
.btn-black.sppb-btn-outline-hover:focus,
.sppb-btn-black.sppb-btn-outline-hover:hover,
.sppb-btn-black.sppb-btn-outline-hover:focus {
  border-color: #222222;
  color: #222222;
}
.btn-black-primary,
.sppb-btn-black-primary {
  background: #222222;
}
.btn-black-primary:hover,
.btn-black-primary:focus,
.sppb-btn-black-primary:hover,
.sppb-btn-black-primary:focus {
  color: #222222;
}
.btn-black-primary.sppb-btn-outline,
.sppb-btn-black-primary.sppb-btn-outline {
  border-color: #222222;
  color: #222222;
}
.btn-black-primary.sppb-btn-outline:hover,
.btn-black-primary.sppb-btn-outline:focus,
.sppb-btn-black-primary.sppb-btn-outline:hover,
.sppb-btn-black-primary.sppb-btn-outline:focus {
  color: #222222;
  border-color: transparent;
}
.btn-black-primary.sppb-btn-outline-hover,
.sppb-btn-black-primary.sppb-btn-outline-hover {
  background: #222222;
}
.btn-black-white,
.sppb-btn-black-white {
  background: #222222;
  color: #fff;
}
.btn-black-white:hover,
.btn-black-white:focus,
.sppb-btn-black-white:hover,
.sppb-btn-black-white:focus {
  background: #fff;
  color: #222222;
}
.btn-black-white.sppb-btn-outline,
.sppb-btn-black-white.sppb-btn-outline {
  border-color: #222222;
  color: #222222;
}
.btn-black-white.sppb-btn-outline:hover,
.btn-black-white.sppb-btn-outline:focus,
.sppb-btn-black-white.sppb-btn-outline:hover,
.sppb-btn-black-white.sppb-btn-outline:focus {
  border-color: transparent;
}
.btn-black-white.sppb-btn-outline-hover:hover,
.btn-black-white.sppb-btn-outline-hover:focus,
.sppb-btn-black-white.sppb-btn-outline-hover:hover,
.sppb-btn-black-white.sppb-btn-outline-hover:focus {
  border-color: #fff;
  color: #fff;
}
.btn-reveal,
.sppb-btn-reveal {
  border: 1px solid #ddd;
  position: relative;
  padding: 0 !important;
  min-height: 39px;
  font-size: 15px;
  margin: 1px;
}
.btn-reveal span,
.sppb-btn-reveal span {
  display: inline-block;
  margin-right: -35px;
  padding: 8px 15px;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: margin-right 0.5s;
  -o-transition: margin-right 0.5s;
  transition: margin-right 0.5s;
}
.btn-reveal:after,
.sppb-btn-reveal:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
  margin-right: 1px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-reveal:hover span,
.btn-reveal:focus span,
.sppb-btn-reveal:hover span,
.sppb-btn-reveal:focus span {
  margin-right: 0;
}
.btn-cutter,
.sppb-btn-cutter {
  background: transparent;
  line-height: 50px;
  height: 50px;
  padding: 0 20px !important;
  font-size: 18px !important;
  border-bottom: 50px solid #000;
  border-right: 50px solid transparent;
}
.btn-cutter:hover,
.btn-cutter:focus,
.sppb-btn-cutter:hover,
.sppb-btn-cutter:focus {
  color: #fff;
}
.btn-slider-black,
.sppb-btn-slider-black {
  display: block;
  font-size: 18px;
  line-height: 45px;
  font-weight: 400;
  text-transform: uppercase;
  border: 2px solid #333333;
  padding: 8px 7px;
  cursor: pointer;
  background-color: transparent;
}
.btn-slider-black span,
.sppb-btn-slider-black span {
  color: #fff;
  background-color: #333333;
  padding: 10px 30px;
  border: 1px solid #333333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-slider-black:hover,
.btn-slider-black:focus,
.sppb-btn-slider-black:hover,
.sppb-btn-slider-black:focus {
  color: #222222;
  text-decoration: none;
  border: 2px solid #fff;
  background-color: #fff;
}
.btn-slider-black:hover span,
.btn-slider-black:focus span,
.sppb-btn-slider-black:hover span,
.sppb-btn-slider-black:focus span {
  color: #222222;
  background-color: #fff;
}
.btn-slider-primary,
.sppb-btn-slider-primary {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 7px;
  cursor: pointer;
}
.btn-slider-primary span,
.sppb-btn-slider-primary span {
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-slider-primary:hover,
.btn-slider-primary:focus,
.sppb-btn-slider-primary:hover,
.sppb-btn-slider-primary:focus {
  color: #fff;
  text-decoration: none;
  background-color: #333333;
  border: 2px solid #333333;
}
.btn-slider-primary:hover span,
.btn-slider-primary:focus span,
.sppb-btn-slider-primary:hover span,
.sppb-btn-slider-primary:focus span {
  background-color: #fff;
}
.btn-slider-white,
.sppb-btn-slider-white {
  display: block;
  font-size: 18px;
  line-height: 45px;
  font-weight: 400;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 8px 7px;
  cursor: pointer;
  background-color: transparent;
}
.btn-slider-white span,
.sppb-btn-slider-white span {
  color: #333333;
  background-color: #fff;
  padding: 10px 30px;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-slider-white:hover,
.btn-slider-white:focus,
.sppb-btn-slider-white:hover,
.sppb-btn-slider-white:focus {
  color: #222222;
  text-decoration: none;
  border: 2px solid #fff;
  background-color: #fff;
}
.btn-slider-white:hover span,
.btn-slider-white:focus span,
.sppb-btn-slider-white:hover span,
.sppb-btn-slider-white:focus span {
  background-color: #fff;
}
.btn-slider-circle,
.sppb-btn-slider-circle {
  padding: 25px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
}
.btn-slider-circle:before,
.sppb-btn-slider-circle:before {
  content: "\f04b";
  font-family: FontAwesome;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
div.ut-ctc .ctc-ct {
  padding: 0;
}
div.ut-ctc .ctc-ct .ctc-title {
  display: none;
}
div.ut-ctc .ctc-ct dl dt {
  line-height: 24px;
}
div.ut-ctc .ctc-ct dl dt i {
  font-size: inherit;
  top: 0;
}
div.ut-ctc .ctc-ct dl dd {
  line-height: 24px;
  margin-bottom: 10px;
}
div.ut-ctc .ctc-ct form input[type="text"],
div.ut-ctc .ctc-ct form textarea {
  background-color: rgba(255,255,255,0.1);
  margin-bottom: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ut-ctc .ctc-ct form textarea {
  min-height: 140px;
}
.horizontal-menu.menu > li {
  display: inline-block;
  padding: 0;
  border-bottom: none;
}
.horizontal-menu.menu > li > a {
  line-height: 1;
  padding: 0;
}
.horizontal-menu.menu > li > a:before {
  display: none;
}
.horizontal-menu.menu > li >ul {
  display: none;
}
.horizontal-menu.menu > li + li {
  padding-left: 7px;
  margin-left: 7px;
  border-left: 1px solid #555555;
}
.blog-zero-1 .items-list .item-container {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  position: relative;
}
.blog-zero-1 .items-list .item-container:before,
.blog-zero-1 .items-list .item-container:after {
  content: " ";
  display: table;
}
.blog-zero-1 .items-list .item-container:after {
  clear: both;
}
.blog-zero-1 .items-list .item-container .image-ct {
  padding: 0;
}
.blog-zero-1 .items-list .item-container .image-ct .entry-image,
.blog-zero-1 .items-list .item-container .image-ct .entry-gallery,
.blog-zero-1 .items-list .item-container .image-ct .entry-video,
.blog-zero-1 .items-list .item-container .image-ct .entry-audio,
.blog-zero-1 .items-list .item-container .image-ct .entry-link {
  margin-bottom: 0;
}
.blog-zero-1 .items-list .item-container .image-ct img {
  min-height: 248px;
  width: 100%;
}
.blog-zero-1 .items-list .item-container .content-ct {
  padding-top: 15px;
  padding-bottom: 15px;
  position: static;
}
.blog-zero-1 .items-list .item-container .content-ct h4 {
  margin-bottom: 10px;
}
.blog-zero-1 .items-list .item-container .content-ct h4 .mod-articles-category-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}
.blog-zero-1 .items-list .item-container .content-ct .article-info {
  font-size: 14px;
  margin: 0 -5px 5px;
}
.blog-zero-1 .items-list .item-container .content-ct .article-info dd {
  margin: 0 5px;
  text-transform: capitalize;
}
.blog-zero-1 .items-list .item-container .content-ct a.btn {
  position: absolute;
  bottom: -20px;
  right: 25px;
}
.blog-zero-1 .items-list .item-container .image-ct.pull-right + .content-ct a.btn {
  right: auto;
  left: 25px;
}
.blog-zero-2 .item-container {
  margin-bottom: 30px;
}
.blog-zero-2 .item-container:before,
.blog-zero-2 .item-container:after {
  content: " ";
  display: table;
}
.blog-zero-2 .item-container:after {
  clear: both;
}
.blog-zero-2 .item-container .item-date {
  width: 50px;
  margin: 0 20px 10px 0;
  float: left;
}
.blog-zero-2 .item-container .item-date span {
  display: block;
  color: #fff;
  text-align: center;
}
.blog-zero-2 .item-container .item-date span:nth-child(1) {
  height: 50px;
  background: #333333;
  line-height: 50px;
  font-size: 36px;
  position: relative;
}
.blog-zero-2 .item-container .item-date span:nth-child(1):after {
  content: "\f0d7";
  font-size: 30px;
  font-family: FontAwesome;
  line-height: 0;
  color: #333333;
  display: block;
}
.blog-zero-2 .item-container .item-date span:nth-child(2) {
  height: 30px;
  line-height: 30px;
}
.blog-zero-2 .item-container .item-content h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0px;
}
.blog-zero-2 .item-container .item-content h4 .mod-articles-category-title:hover,
.blog-zero-2 .item-container .item-content h4 .mod-articles-category-title:focus {
  color: #333333;
}
.blog-one-1 .items-list .item-container {
  margin-bottom: 30px;
  background: #e6e6e6;
  position: relative;
  margin-top: 40px;
}
.blog-one-1 .items-list .item-container:before,
.blog-one-1 .items-list .item-container:after {
  content: " ";
  display: table;
}
.blog-one-1 .items-list .item-container:after {
  clear: both;
}
.blog-one-1 .items-list .item-container .image-ct {
  padding: 0;
}
.blog-one-1 .items-list .item-container .image-ct .entry-image,
.blog-one-1 .items-list .item-container .image-ct .entry-gallery,
.blog-one-1 .items-list .item-container .image-ct .entry-video,
.blog-one-1 .items-list .item-container .image-ct .entry-audio,
.blog-one-1 .items-list .item-container .image-ct .entry-link {
  margin-bottom: 0;
}
.blog-one-1 .items-list .item-container .image-ct img {
  min-height: 220px;
  width: 100%;
}
.blog-one-1 .items-list .item-container .content-ct {
  padding-top: 15px;
  padding-bottom: 15px;
  position: static;
}
.blog-one-1 .items-list .item-container .content-ct .item-date {
  width: 60px;
  background: #e6e6e6;
  border-width: 3px;
  border-style: solid;
  border-radius: 5px;
  text-align: center;
  padding: 13px;
  position: absolute;
  top: 0;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-one-1 .items-list .item-container .content-ct .item-date span {
  display: block;
  text-transform: uppercase;
}
.blog-one-1 .items-list .item-container .content-ct .item-date span:first-child {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  font-size: 22px;
}
.blog-one-1 .items-list .item-container .content-ct h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.blog-one-1 .items-list .item-container .content-ct h4 .mod-articles-category-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}
.blog-one-1 .items-list .item-container .content-ct .item-date + h4 {
  padding-right: 70px;
}
.blog-one-1 .items-list .item-container:hover .item-date,
.blog-one-1 .items-list .item-container:focus .item-date {
  color: #fff;
}
.blog-one-1 .items-list .item-container:hover .image-ct img,
.blog-one-1 .items-list .item-container:focus .image-ct img {
  -webkit-filter: sepia(60%);
  filter: sepia(60%);
  -moz-opacity: sepia(60%);
  -khtml-opacity: sepia(60%);
  opacity: 0.9;
}
.blog-one-2 {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .blog-one-2:before {
    content: "";
    width: 2px;
    background: #cccccc;
    position: absolute;
    left: 20.83%;
    top: 0px;
    bottom: -10px;
    margin-left: -10px;
    z-index: -1;
  }
}
.blog-one-2 .items-list .item-container {
  margin: 30px 0;
}
.blog-one-2 .items-list .item-container:before,
.blog-one-2 .items-list .item-container:after {
  content: " ";
  display: table;
}
.blog-one-2 .items-list .item-container:after {
  clear: both;
}
.blog-one-2 .items-list .item-container .image-ct {
  position: relative;
}
.blog-one-2 .items-list .item-container .image-ct .entry-image,
.blog-one-2 .items-list .item-container .image-ct .entry-gallery,
.blog-one-2 .items-list .item-container .image-ct .entry-video,
.blog-one-2 .items-list .item-container .image-ct .entry-audio,
.blog-one-2 .items-list .item-container .image-ct .entry-link {
  margin-bottom: 0;
}
.blog-one-2 .items-list .item-container .image-ct img {
  width: 100%;
}
.blog-one-2 .items-list .item-container .image-ct .item-date {
  width: 50px;
  color: #fff;
  text-align: center;
  padding: 6px 13px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,50%);
  -webkit-transform: translate(-50%,50%);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-one-2 .items-list .item-container .image-ct .item-date span {
  display: block;
  text-transform: uppercase;
}
.blog-one-2 .items-list .item-container .image-ct .item-date span:first-child {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .blog-one-2 .items-list .item-container .image-ct {
    margin-bottom: 40px;
  }
}
.blog-one-2 .items-list .item-container .content-ct h4 {
  margin-bottom: 5px;
}
.blog-one-2 .items-list .item-container .content-ct h4 .mod-articles-category-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}
.blog-one-2 .items-list .item-container .content-ct dl dd {
  text-transform: capitalize;
}
.blog-two-1 .items-list .item-container {
  background: #e6e6e6;
  margin-bottom: 30px;
}
.blog-two-1 .items-list .item-container:before,
.blog-two-1 .items-list .item-container:after {
  content: " ";
  display: table;
}
.blog-two-1 .items-list .item-container:after {
  clear: both;
}
.blog-two-1 .items-list .item-container .image-ct {
  position: relative;
}
.blog-two-1 .items-list .item-container .image-ct .entry-image,
.blog-two-1 .items-list .item-container .image-ct .entry-gallery,
.blog-two-1 .items-list .item-container .image-ct .entry-video,
.blog-two-1 .items-list .item-container .image-ct .entry-audio,
.blog-two-1 .items-list .item-container .image-ct .entry-link {
  margin-bottom: 0;
}
.blog-two-1 .items-list .item-container .image-ct img {
  width: 100%;
}
.blog-two-1 .items-list .item-container .content-ct {
  background: #fff;
  margin: -40px 15px 15px;
  padding: 20px;
  position: relative;
}
.blog-two-1 .items-list .item-container .content-ct h4 {
  margin-bottom: 5px;
}
.blog-two-1 .items-list .item-container .content-ct h4 .mod-articles-category-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}
.blog-two-1 .items-list .item-container .content-ct dl {
  margin-bottom: 10px;
}
.blog-two-1 .items-list .item-container .content-ct dl dd {
  text-transform: capitalize;
  color: #333333;
  padding: 0 8px;
  margin: 0;
}
.blog-two-1 .items-list .item-container .content-ct dl dd + dd {
  position: relative;
}
.blog-two-1 .items-list .item-container .content-ct dl dd + dd:before {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  left: -1px;
  top: 5px;
  background: #333333;
}
.blog-two-1 .items-list .item-container .content-ct .mod-articles-category-introtext {
  border-top: 1px solid #e6e6e6;
  padding-top: 8px;
}
.blog-two-1 .items-list .item-container .readmore {
  border-top: 1px solid #e6e6e6;
  text-align: center;
  padding-top: 15px;
}
.blog-two-1 .items-list .item-container .readmore a.sppb-btn {
  padding: 5px 10px;
}
.blog-two-1 .items-list .item-container:hover .image-ct img,
.blog-two-1 .items-list .item-container:focus .image-ct img {
  -webkit-filter: sepia(60%);
  filter: sepia(60%);
  -moz-opacity: sepia(60%);
  -khtml-opacity: sepia(60%);
  opacity: 0.9;
}
.blog-two-2 .items-list .item-container {
  background: #fff;
  margin-bottom: 30px;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}
.blog-two-2 .items-list .item-container:before,
.blog-two-2 .items-list .item-container:after {
  content: " ";
  display: table;
}
.blog-two-2 .items-list .item-container:after {
  clear: both;
}
.blog-two-2 .items-list .item-container .fa {
  font-size: 20px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-two-2 .items-list .item-container .image-ct {
  position: relative;
  margin-bottom: 20px;
}
.blog-two-2 .items-list .item-container .image-ct .entry-image,
.blog-two-2 .items-list .item-container .image-ct .entry-gallery,
.blog-two-2 .items-list .item-container .image-ct .entry-video,
.blog-two-2 .items-list .item-container .image-ct .entry-audio,
.blog-two-2 .items-list .item-container .image-ct .entry-link {
  margin-bottom: 0;
}
.blog-two-2 .items-list .item-container .image-ct img {
  width: 100%;
}
.blog-two-2 .items-list .item-container .content-ct h4 {
  margin-bottom: 10px;
}
.blog-two-2 .items-list .item-container .content-ct h4 .mod-articles-category-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}
.blog-two-2 .items-list .item-container .content-ct dl {
  margin-bottom: 15px;
}
.blog-two-2 .items-list .item-container .content-ct dl dd {
  text-transform: capitalize;
  padding: 0 8px;
  margin: 0;
}
.blog-two-2 .items-list .item-container .content-ct dl dd + dd {
  position: relative;
}
.blog-two-2 .items-list .item-container .content-ct dl dd + dd:before {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  left: -1px;
  top: 3px;
  background: #777777;
}
.blog-two-2 .items-list .item-container .content-ct .mod-articles-category-introtext {
  font-size: 14px;
}
.blog-two-2 .items-list .item-container a.sppb-btn {
  padding: 5px 10px;
  margin-top: 10px;
}
.blog-two-2 .items-list .item-container:hover .image-ct img,
.blog-two-2 .items-list .item-container:focus .image-ct img {
  -webkit-filter: sepia(80%);
  filter: sepia(80%);
  -moz-opacity: sepia(80%);
  -khtml-opacity: sepia(80%);
}
@media only screen and (min-width: 768px) {
  .blog-two-2 .items-list .item-container {
    margin-left: 70px;
  }
  .blog-two-2 .items-list .item-container .image-ct {
    margin-left: -85px;
    margin-bottom: 0;
  }
  .blog-two-2 .items-list .item-container .image-ct img {
    min-height: 200px;
  }
  .blog-two-2 .items-list .item-container .content-ct {
    width: auto;
    float: none;
    overflow: hidden;
    padding-right: 30px;
  }
}
.blog-three-1 .items-list .item-container {
  margin-bottom: 30px;
}
.blog-three-1 .items-list .item-container:before,
.blog-three-1 .items-list .item-container:after {
  content: " ";
  display: table;
}
.blog-three-1 .items-list .item-container:after {
  clear: both;
}
.blog-three-1 .items-list .item-container .image-ct {
  position: relative;
}
.blog-three-1 .items-list .item-container .image-ct .entry-image,
.blog-three-1 .items-list .item-container .image-ct .entry-gallery,
.blog-three-1 .items-list .item-container .image-ct .entry-video,
.blog-three-1 .items-list .item-container .image-ct .entry-audio,
.blog-three-1 .items-list .item-container .image-ct .entry-link {
  margin-bottom: 0;
}
.blog-three-1 .items-list .item-container .image-ct img {
  width: 100%;
}
.blog-three-1 .items-list .item-container .content-ct {
  background: #fff;
  margin: -40px 15px 0;
  padding: 20px;
  position: relative;
}
.blog-three-1 .items-list .item-container .content-ct .item-date {
  width: 60px;
  text-align: center;
  padding: 10px 13px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-three-1 .items-list .item-container .content-ct .item-date span {
  display: block;
  text-transform: uppercase;
  color: #fff;
}
.blog-three-1 .items-list .item-container .content-ct .item-date span:first-child {
  border-bottom: 2px solid #fff;
  font-size: 18px;
  font-weight: 600;
}
.blog-three-1 .items-list .item-container .content-ct h4 {
  margin-bottom: 5px;
}
.blog-three-1 .items-list .item-container .content-ct h4 .mod-articles-category-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}
.blog-three-1 .items-list .item-container .content-ct .mod-articles-category-introtext {
  font-size: 14px;
}
.blog-three-1 .items-list .item-container a.sppb-btn {
  padding: 5px 10px;
}
.blog-three-1 .items-list .item-container:hover .image-ct img,
.blog-three-1 .items-list .item-container:focus .image-ct img {
  -webkit-filter: sepia(60%);
  filter: sepia(60%);
  -moz-opacity: sepia(60%);
  -khtml-opacity: sepia(60%);
  opacity: 0.9;
}
.blog-four-1 .items-list .item-container {
  position: relative;
  overflow: hidden;
}
.blog-four-1 .items-list .item-container .image-ct {
  overflow: hidden;
}
.blog-four-1 .items-list .item-container .image-ct .entry-image,
.blog-four-1 .items-list .item-container .image-ct .entry-gallery,
.blog-four-1 .items-list .item-container .image-ct .entry-video,
.blog-four-1 .items-list .item-container .image-ct .entry-audio,
.blog-four-1 .items-list .item-container .image-ct .entry-link {
  margin-bottom: 0;
}
.blog-four-1 .items-list .item-container .image-ct img {
  width: 100%;
}
.blog-four-1 .items-list .item-container .content-ct {
  text-align: center;
  background-color: rgba(0,0,0,0.6);
}
.blog-four-1 .items-list .item-container .content-ct:before,
.blog-four-1 .items-list .item-container .content-ct:after {
  content: "";
  position: absolute;
  background-color: transparent;
  height: 1px;
  width: 0;
  margin: 0 auto;
  right: 0;
  left: 0;
  display: block;
  transition: width .5s ease, background-color .5s ease;
  -webkit-transition: width .5s ease, background-color .5s ease;
  -moz-transition: width .5s ease, background-color .5s ease;
}
.blog-four-1 .items-list .item-container .content-ct:before {
  top: 50px;
}
.blog-four-1 .items-list .item-container .content-ct:after {
  bottom: 50px;
}
.blog-four-1 .items-list .item-container .content-ct .content-inner {
  padding: 50px 40px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-four-1 .items-list .item-container .content-ct .content-inner:before,
.blog-four-1 .items-list .item-container .content-ct .content-inner:after {
  content: "";
  position: absolute;
  background-color: transparent;
  width: 1px;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  transition: height .5s ease, background-color .5s ease;
  -webkit-transition: height .5s ease, background-color .5s ease;
  -moz-transition: height .5s ease, background-color .5s ease;
}
.blog-four-1 .items-list .item-container .content-ct .content-inner:before {
  left: 40px;
}
.blog-four-1 .items-list .item-container .content-ct .content-inner:after {
  right: 40px;
}
.blog-four-1 .items-list .item-container .content-ct .content-inner h4 {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-four-1 .items-list .item-container .content-ct .content-inner h4 .mod-articles-category-title {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}
.blog-four-1 .items-list .item-container .content-ct .content-inner .mod-articles-category-introtext {
  color: #e6e6e6;
}
@media only screen and (max-width: 479px) {
  .blog-four-1 .items-list .item-container .content-ct .content-inner .mod-articles-category-introtext {
    display: none;
  }
}
.blog-four-1 .items-list .item-container .content-ct .content-inner dl dd {
  color: #fff;
  text-transform: capitalize;
}
.blog-four-1 .items-list .item-container .image-ct + .content-ct {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-four-1 .items-list .item-container:hover .content-ct:before,
.blog-four-1 .items-list .item-container:hover .content-ct:after,
.blog-four-1 .items-list .item-container:focus .content-ct:before,
.blog-four-1 .items-list .item-container:focus .content-ct:after {
  width: 100%;
  background-color: #fff;
}
.blog-four-1 .items-list .item-container:hover .content-ct .content-inner,
.blog-four-1 .items-list .item-container:focus .content-ct .content-inner {
  padding-top: 70px;
}
.blog-four-1 .items-list .item-container:hover .content-ct .content-inner:before,
.blog-four-1 .items-list .item-container:hover .content-ct .content-inner:after,
.blog-four-1 .items-list .item-container:focus .content-ct .content-inner:before,
.blog-four-1 .items-list .item-container:focus .content-ct .content-inner:after {
  height: 100%;
  background-color: #fff;
}
.blog-four-1 .items-list .col-md-6 .item-container .content-ct:before {
  top: 30px;
}
.blog-four-1 .items-list .col-md-6 .item-container .content-ct:after {
  bottom: 30px;
}
.blog-four-1 .items-list .col-md-6 .item-container .content-ct .content-inner {
  padding: 30px 30px 40px;
}
.blog-four-1 .items-list .col-md-6 .item-container .content-ct .content-inner:before {
  left: 20px;
}
.blog-four-1 .items-list .col-md-6 .item-container .content-ct .content-inner:after {
  right: 20px;
}
.blog-four-1 .items-list .col-md-6 .item-container:hover .content-ct .content-inner h4,
.blog-four-1 .items-list .col-md-6 .item-container:focus .content-ct .content-inner h4 {
  margin-top: 15px;
}
.blog-five-1 .items-list .item-container {
  margin-bottom: 30px;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.blog-five-1 .items-list .item-container:before,
.blog-five-1 .items-list .item-container:after {
  content: " ";
  display: table;
}
.blog-five-1 .items-list .item-container:after {
  clear: both;
}
.blog-five-1 .items-list .item-container .image-ct {
  position: relative;
}
.blog-five-1 .items-list .item-container .image-ct .entry-image,
.blog-five-1 .items-list .item-container .image-ct .entry-gallery,
.blog-five-1 .items-list .item-container .image-ct .entry-video,
.blog-five-1 .items-list .item-container .image-ct .entry-audio,
.blog-five-1 .items-list .item-container .image-ct .entry-link {
  margin-bottom: 0;
}
.blog-five-1 .items-list .item-container .image-ct img {
  width: 100%;
}
.blog-five-1 .items-list .item-container .content-ct {
  background: #fff;
  padding: 20px 5px 5px;
  position: relative;
  text-align: right;
}
.blog-five-1 .items-list .item-container .content-ct .item-date {
  width: 60px;
  text-align: center;
  border: 3px solid #fff;
  position: absolute;
  top: 0;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-five-1 .items-list .item-container .content-ct .item-date span {
  display: block;
  text-transform: uppercase;
  color: #fff;
  line-height: 60px;
  background-color: #222222;
}
.blog-five-1 .items-list .item-container .content-ct .item-date span:first-child {
  font-size: 18px;
  font-weight: 600;
}
.blog-five-1 .items-list .item-container .content-ct h4 {
  margin-bottom: 5px;
  padding-left: 70px;
}
.blog-five-1 .items-list .item-container .content-ct h4 .mod-articles-category-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}
.blog-five-1 .items-list .item-container .content-ct .mod-articles-category-introtext {
  font-size: 14px;
  margin-top: 20px;
}
.blog-five-1 .items-list .item-container a.sppb-btn {
  padding: 5px 10px;
}
.blog-five-1 .items-list .item-container:hover .image-ct img,
.blog-five-1 .items-list .item-container:focus .image-ct img {
  -webkit-filter: sepia(60%);
  filter: sepia(60%);
  -moz-opacity: sepia(60%);
  -khtml-opacity: sepia(60%);
  opacity: 0.9;
}
.blog-six-1 .items-list div[class*="col-"] {
  padding: 0;
}
.blog-six-1 .items-list div[class*="col-"]:nth-child(1) .item-container .content-ct {
  padding-top: 270px;
}
.blog-six-1 .items-list .item-container {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-six-1 .items-list .item-container:before,
.blog-six-1 .items-list .item-container:after {
  content: " ";
  display: table;
}
.blog-six-1 .items-list .item-container:after {
  clear: both;
}
.blog-six-1 .items-list .item-container .image-ct .entry-image,
.blog-six-1 .items-list .item-container .image-ct .entry-gallery,
.blog-six-1 .items-list .item-container .image-ct .entry-video,
.blog-six-1 .items-list .item-container .image-ct .entry-audio,
.blog-six-1 .items-list .item-container .image-ct .entry-link {
  margin-bottom: 0;
}
.blog-six-1 .items-list .item-container .image-ct img {
  width: 100%;
}
.blog-six-1 .items-list .item-container .image-ct:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-six-1 .items-list .item-container .image-ct:hover:before,
.blog-six-1 .items-list .item-container .image-ct:focus:before {
  background-color: transparent;
}
.blog-six-1 .items-list .item-container .content-ct {
  padding: 30px 20px 0;
}
.blog-six-1 .items-list .item-container .content-ct h3 {
  font-weight: 600;
}
.blog-six-1 .items-list .item-container .content-ct h3 .mod-articles-category-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}
.blog-six-1 .items-list .item-container .content-ct.item-bg {
  background-color: rgba(0,0,0,0.6);
  padding: 90px 30px 40px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-six-1 .items-list .item-container .content-ct.item-bg h3 a {
  color: #fff;
}
.blog-six-1 .items-list .item-container .content-ct.item-bg .mod-articles-category-introtext {
  color: #fff;
  font-weight: 400;
}
.blog-six-1 .items-list .item-container .content-ct a.btn {
  margin-top: 10px;
  padding: 6px 20px;
  font-size: 14px;
}
.blog-six-1 .items-list .item-container:hover .content-ct.item-bg,
.blog-six-1 .items-list .item-container:focus .content-ct.item-bg {
  background-color: transparent;
}
.blog-seven-1 .items-list .item-container {
  padding-bottom: 30px;
}
.blog-seven-1 .items-list .item-container .image-ct .entry-image,
.blog-seven-1 .items-list .item-container .image-ct .entry-gallery,
.blog-seven-1 .items-list .item-container .image-ct .entry-video,
.blog-seven-1 .items-list .item-container .image-ct .entry-audio,
.blog-seven-1 .items-list .item-container .image-ct .entry-link {
  margin-bottom: 0;
}
.blog-seven-1 .items-list .item-container .image-ct img {
  width: 100%;
  min-height: 190px;
}
.blog-seven-1 .items-list .item-container .content-ct h3 {
  margin-bottom: 10px;
}
.blog-seven-1 .items-list .item-container .content-ct h3 .mod-articles-category-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}
@media only screen and (max-width: 767px) {
  .blog-seven-1 .items-list .item-container .content-ct {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .blog-seven-1 .items-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .blog-seven-1 .items-list > div[class*="col-"] {
    padding-top: 30px;
    height: 100%;
  }
  .blog-seven-1 .items-list > div[class*="col-"]:nth-child(even) {
    border-left: 1px solid #ddd;
  }
  .blog-seven-1 .items-list > div[class*="col-"]:nth-child(n+3) {
    border-top: 1px solid #ddd;
  }
}
.blog-seven-2 .items-list .image-ct {
  position: relative;
}
.blog-seven-2 .items-list .image-ct .entry-image,
.blog-seven-2 .items-list .image-ct .entry-gallery,
.blog-seven-2 .items-list .image-ct .entry-video,
.blog-seven-2 .items-list .image-ct .entry-audio,
.blog-seven-2 .items-list .image-ct .entry-link {
  margin-bottom: 0;
}
.blog-seven-2 .items-list .image-ct img {
  width: 100%;
}
.blog-seven-2 .items-list .content-ct {
  background: #fff;
  padding-top: 20px;
  position: relative;
  margin-bottom: 30px;
}
.blog-seven-2 .items-list .content-ct .item-date {
  width: 60px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-seven-2 .items-list .content-ct .item-date span {
  display: block;
  text-transform: uppercase;
  color: #fff;
  line-height: 60px;
  background-color: #222222;
}
.blog-seven-2 .items-list .content-ct .item-date span:first-child {
  font-size: 18px;
  font-weight: 600;
}
.blog-seven-2 .items-list .content-ct h4 {
  margin-bottom: 5px;
  padding-right: 70px;
}
.blog-seven-2 .items-list .content-ct h4 .mod-articles-category-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}
.blog-seven-2 .items-list .content-ct .mod-articles-category-introtext {
  font-size: 14px;
  margin-top: 20px;
}
.blog-seven-2 .items-list .content-ct dl dd {
  text-transform: capitalize;
  color: #777777;
}
.blog-seven-2 .items-list .content-ct dl dd a {
  color: #777777;
}
.blog-seven-2 .items-list > div:hover .image-ct img,
.blog-seven-2 .items-list > div:focus .image-ct img {
  -webkit-filter: sepia(60%);
  filter: sepia(60%);
  -moz-opacity: sepia(60%);
  -khtml-opacity: sepia(60%);
  opacity: 0.9;
}
.blog-eight-1 .item-container {
  margin-bottom: 40px;
}
.blog-eight-1 .item-container .image-ct {
  position: relative;
}
.blog-eight-1 .item-container .image-ct .entry-image,
.blog-eight-1 .item-container .image-ct .entry-gallery,
.blog-eight-1 .item-container .image-ct .entry-video,
.blog-eight-1 .item-container .image-ct .entry-audio,
.blog-eight-1 .item-container .image-ct .entry-link {
  margin-bottom: 0;
}
.blog-eight-1 .item-container .image-ct img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.blog-eight-1 .item-container .image-ct .item-date {
  width: 70px;
  text-align: center;
  padding: 7px 8px 9px;
  position: absolute;
  bottom: 0;
  left: 15px;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.blog-eight-1 .item-container .image-ct .item-date span {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.blog-eight-1 .item-container .image-ct .item-date span:first-child {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 2px;
}
.blog-eight-1 .item-container .content-ct .mod-articles-category-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.blog-eight-1 .item-container .content-ct .readmore a {
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.blog-eight-1 .item-container:hover .image-ct img,
.blog-eight-1 .item-container:focus .image-ct img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.blog-eight-1 .item-container:hover .image-ct .item-date,
.blog-eight-1 .item-container:focus .image-ct .item-date {
  background-color: #fff;
}
.content-related {
  margin-top: 30px;
}
.blog-related .items-list .image-ct .entry-image,
.blog-related .items-list .image-ct .entry-gallery,
.blog-related .items-list .image-ct .entry-video,
.blog-related .items-list .image-ct .entry-audio,
.blog-related .items-list .image-ct .entry-link {
  margin-bottom: 10px;
}
.blog-related .items-list h4 {
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 18px;
}
.blog-related .items-list h4 .mod-articles-category-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.blog-related .items-list .article-info {
  margin-bottom: 10px;
}
.blog-related .items-list .article-info dd {
  color: #222222;
}
.blog-related .items-list .mod-articles-category-readmore {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .blog-related .items-list .mod-articles-category-readmore {
    margin-bottom: 30px;
  }
}
.blog-list .item-container .image-ct {
  padding-right: 0;
}
.blog-list .item-container .image-ct .entry-image,
.blog-list .item-container .image-ct .entry-gallery,
.blog-list .item-container .image-ct .entry-video,
.blog-list .item-container .image-ct .entry-audio,
.blog-list .item-container .image-ct .entry-link {
  margin-bottom: 0;
}
.blog-list .item-container .content-ct h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  margin-bottom: 5px;
}
.blog-list .item-container .content-ct .article-info {
  margin: 0 -4px;
}
.blog-list .item-container .content-ct .article-info dd {
  margin: 0 4px 0;
}
.blog-list .item-container .content-ct .article-info dd i {
  display: none;
}
.blog-list .item-container + .item-container {
  margin-top: 30px;
}
.itp-share-mod {
  display: inline-block;
  margin-top: 20px;
}
.itp-share-mod:before,
.itp-share-mod:after {
  content: " ";
  display: table;
}
.itp-share-mod:after {
  clear: both;
}
.itp-share-mod div[class*="itp-share"] {
  margin: 10px 5px 0 0;
}
.itp-share-mod div[class*="itp-share"] iframe {
  display: block !important;
}
.itp-share-mod div[class*="itp-share"] > div,
.itp-share-mod div[class*="itp-share"] > span,
.itp-share-mod div[class*="itp-share"] > a {
  display: block !important;
  line-height: 1;
}
.itp-share-mod div[class*="itp-share"]:nth-last-child(1) {
  margin-right: 0;
}
.feature-box-1 {
  margin-top: 45px;
  margin-bottom: 50px;
}
.feature-box-1 .sppb-addon-content {
  border: 1px solid #ddd;
  padding: 0 15px;
}
.feature-box-1 .sppb-addon-content .sppb-icon {
  position: relative;
  display: inline-block;
  margin: -45px 0 30px;
  width: 90px;
  height: 90px;
  background: #cccccc;
  font-size: 40px;
  color: #333333;
  line-height: 90px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.feature-box-1 .sppb-addon-content .sppb-icon:after {
  content: " ";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  z-index: 1;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  border-top: 15px solid #cccccc;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.feature-box-1 .sppb-addon-content .sppb-addon-text {
  margin-bottom: 25px;
}
.feature-box-1 .sppb-addon-content .sppb-btn {
  margin-bottom: -20px;
}
.feature-box-1 .sppb-addon-content:hover .sppb-icon,
.feature-box-1 .sppb-addon-content:focus .sppb-icon {
  color: #fff;
}
.feature-box-1 .sppb-addon-content:hover .sppb-btn span,
.feature-box-1 .sppb-addon-content:focus .sppb-btn span {
  margin-right: 0;
}
.feature-box-2 .sppb-addon-content .sppb-icon {
  display: inline-block;
  position: relative;
  margin: 0 0 30px;
  width: 90px;
  height: 90px;
  border: 1px solid #555555;
  font-size: 40px;
  line-height: 90px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.feature-box-2 .sppb-addon-content .sppb-icon:after {
  content: " ";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  z-index: 1;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  border-top: 15px solid #555555;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.feature-box-2 .sppb-addon-content .sppb-addon-text {
  margin-bottom: 25px;
}
.feature-box-2 .sppb-addon-content:hover .sppb-icon,
.feature-box-2 .sppb-addon-content:focus .sppb-icon {
  background-color: #555555;
  color: #fff;
}
.feature-box-3 .sppb-addon-content .sppb-media,
.feature-box-3 .sppb-addon-content .sppb-media-body {
  overflow: inherit;
}
.feature-box-3 .sppb-addon-content .sppb-feature-box-title span {
  display: block;
  font-size: 14px;
  color: #727272;
}
.feature-box-3 .sppb-addon-content .sppb-icon {
  position: relative;
}
.feature-box-3 .sppb-addon-content .sppb-icon .sppb-icon-container {
  border: 1px solid #ddd;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.feature-box-3 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  width: 46px !important;
  height: 46px !important;
  text-align: center;
  line-height: 46px !important;
  background: #333333;
  color: #fff;
  font-size: 30px !important;
  position: absolute;
  top: -6px;
  left: -6px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.feature-box-3 .sppb-addon-content:hover .sppb-icon,
.feature-box-3 .sppb-addon-content:focus .sppb-icon {
  margin: 0;
}
.feature-box-3 .sppb-addon-content:hover .sppb-icon .sppb-icon-container,
.feature-box-3 .sppb-addon-content:focus .sppb-icon .sppb-icon-container {
  width: 54px;
  height: 54px;
  padding: 3px;
}
.feature-box-3 .sppb-addon-content:hover .sppb-icon .sppb-icon-container i,
.feature-box-3 .sppb-addon-content:focus .sppb-icon .sppb-icon-container i {
  position: relative;
  top: 0;
  left: 0;
}
.feature-box-4 .sppb-addon-content .sppb-icon .sppb-icon-container {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin: 0px auto 10px;
}
.feature-box-4 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  line-height: 50px !important;
  font-size: 20px !important;
}
.feature-box-4 .sppb-addon-content:hover .sppb-icon .sppb-icon-container i,
.feature-box-4 .sppb-addon-content:focus .sppb-icon .sppb-icon-container i {
  color: #fff;
}
.feature-box-5 {
  padding-left: 15px;
  margin-bottom: 30px;
  margin-right: -15px;
}
.feature-box-5:before,
.feature-box-5:after {
  content: " ";
  display: table;
}
.feature-box-5:after {
  clear: both;
}
.feature-box-5 .sppb-addon-content .sppb-media {
  overflow: inherit;
}
.feature-box-5 .sppb-addon-content .sppb-icon .sppb-icon-container {
  height: 86px;
  line-height: 96px;
  width: 90px;
  transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature-box-5 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  transform: skewX(25deg);
  -webkit-transform: skewX(25deg);
  color: #fff;
  font-size: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
  width: 45px !important;
}
.feature-box-5 .sppb-addon-content .sppb-media-body {
  font-size: 14px;
  line-height: 20px;
  padding-left: 15px;
}
.feature-box-5 .sppb-addon-content .sppb-media-body .sppb-feature-box-title {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature-box-5 .sppb-addon-content:hover .sppb-icon .sppb-icon-container,
.feature-box-5 .sppb-addon-content:focus .sppb-icon .sppb-icon-container {
  transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
}
@media screen and (max-width: 767px) {
  .feature-box-5 {
    margin-right: 0;
  }
}
.feature-box-6 {
  padding: 80px 50px;
}
.feature-box-6 .sppb-addon-content .sppb-media {
  overflow: inherit;
}
.feature-box-6 .sppb-addon-content .sppb-icon .sppb-icon-container {
  height: 78px;
  width: 96px;
  line-height: 78px;
  margin-bottom: 20px;
  position: relative;
}
.feature-box-6 .sppb-addon-content .sppb-icon .sppb-icon-container:after {
  height: 78px;
  width: 96px;
  margin: 0px 0px 0px -63px;
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  transform: skewX(-25deg);
  content: "";
  position: absolute;
  border: 2px solid #fff;
  transition: all 0.5s ease;
}
.feature-box-6 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  color: #fff;
  font-size: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  width: 30px !important;
}
.feature-box-6 .sppb-addon-content .sppb-media-body {
  font-size: 14px;
  line-height: 20px;
  padding-left: 15px;
}
.feature-box-6 .sppb-addon-content a.sppb-btn {
  margin-top: 30px;
}
.feature-box-6:hover .sppb-icon .sppb-icon-container:after,
.feature-box-6:focus .sppb-icon .sppb-icon-container:after {
  transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
}
.feature-box-7 {
  margin-bottom: 40px;
}
.feature-box-7 .sppb-addon-content .sppb-media {
  overflow: inherit;
  padding-left: 12px;
  margin-right: -12px;
}
.feature-box-7 .sppb-addon-content .sppb-icon .sppb-icon-container {
  height: 52px;
  width: 48px;
  line-height: 52px;
  position: relative;
}
.feature-box-7 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  font-size: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  width: 20px !important;
}
.feature-box-7 .sppb-addon-content .sppb-icon .sppb-icon-container:after {
  height: 52px;
  width: 48px;
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  transform: skewX(-25deg);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #777777;
  transition: all 0.5s ease;
}
.feature-box-7 .sppb-addon-content .sppb-feature-box-title {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature-box-7 .sppb-addon-content .sppb-media-body {
  font-size: 14px;
  line-height: 20px;
  padding-left: 15px;
}
.feature-box-7 .sppb-addon-content a.sppb-btn {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .feature-box-7 .sppb-addon-content .sppb-media {
    margin-right: 0;
  }
}
.feature-box-7:hover .sppb-icon .sppb-icon-container:after,
.feature-box-7:focus .sppb-icon .sppb-icon-container:after {
  transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
}
.feature-box-8 {
  margin-bottom: 45px;
  margin-top: 15px;
}
.feature-box-8:before,
.feature-box-8:after {
  content: " ";
  display: table;
}
.feature-box-8:after {
  clear: both;
}
.feature-box-8 .sppb-addon-content .sppb-media {
  overflow: inherit;
  padding-left: 15px;
}
.feature-box-8 .sppb-addon-content .sppb-icon .sppb-icon-container {
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  border: 4px solid #fff;
  background-color: #cccccc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature-box-8 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  font-size: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  width: 30px !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.feature-box-8 .sppb-addon-content .sppb-media-body {
  font-size: 14px;
  line-height: 20px;
  padding-left: 15px;
}
.feature-box-8 .sppb-addon-content a.sppb-btn {
  margin-top: 20px;
}
.feature-box-8:hover .sppb-icon .sppb-icon-container i,
.feature-box-8:focus .sppb-icon .sppb-icon-container i {
  color: #fff;
}
.feature-box-9 {
  margin-bottom: 30px;
}
.feature-box-9 .sppb-addon-content .sppb-media {
  overflow: inherit;
  padding-left: 15px;
}
.feature-box-9 .sppb-addon-content .sppb-icon .sppb-icon-container {
  border: 1px solid #222222;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature-box-9 .sppb-addon-content .sppb-feature-box-title {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature-box-9 .sppb-addon-content .sppb-media-body {
  font-size: 14px;
  line-height: 20px;
}
.feature-box-9 .sppb-addon-content a.sppb-btn {
  margin-top: 20px;
}
.feature-box-9:hover .sppb-icon .sppb-icon-container i,
.feature-box-9:focus .sppb-icon .sppb-icon-container i {
  color: #fff;
}
.feature-box-10 .sppb-addon-content .sppb-media-body {
  padding: 30px;
  background-color: #e6e6e6;
  text-align: left;
}
.feature-box-10 .sppb-addon-content .sppb-feature-box-title {
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .feature-box-10 .sppb-addon-content .sppb-media .sppb-media-body {
    width: 65%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 14px;
  }
  .feature-box-10 .sppb-addon-content .sppb-media .sppb-media-body a.sppb-btn {
    float: right;
    margin-top: 15px;
  }
  .feature-box-10 .sppb-addon-content .sppb-media .pull-left+.sppb-media-body {
    right: 0;
    left: auto;
  }
}
@media only screen and (max-width: 991px) {
  .feature-box-10 .sppb-addon-content .sppb-media div[class*="pull-"] {
    float: none !important;
    margin-left: 0;
    text-align: center;
  }
}
.feature-box-11 {
  margin-bottom: 30px;
}
.feature-box-11 .sppb-addon-content .sppb-media {
  overflow: hidden;
  position: relative;
}
.feature-box-11 .sppb-addon-content .sppb-media .sppb-img-container {
  display: block !important;
}
.feature-box-11 .sppb-addon-content .sppb-media div[class*="pull-"] {
  margin: 0;
  float: none !important;
}
.feature-box-11 .sppb-addon-content .sppb-media div[class*="pull-"] img {
  width: 100%;
}
.feature-box-11 .sppb-addon-content .sppb-media .sppb-media-body {
  font-size: 14px;
  text-align: center;
  padding: 8px;
  height: 100%;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature-box-11 .sppb-addon-content .sppb-media .sppb-media-body .sppb-feature-box-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.feature-box-11 .sppb-addon-content .sppb-media .sppb-media-body a.sppb-btn {
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) {
  .feature-box-11 .sppb-addon-content .sppb-media .sppb-media-body {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    transform: translateY(-34px);
    -webkit-transform: translateY(-34px);
  }
  .feature-box-11 .sppb-addon-content .sppb-media:hover .sppb-media-body,
  .feature-box-11 .sppb-addon-content .sppb-media:focus .sppb-media-body {
    bottom: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@media only screen and (max-width: 1199px) {
  .feature-box-11 .sppb-addon-content .sppb-media .sppb-media-body {
    padding-bottom: 20px;
  }
  .feature-box-11 .sppb-addon-content .sppb-media .sppb-addon-text {
    display: none;
  }
}
.feature-box-12 .sppb-addon-content .sppb-icon .sppb-icon-container {
  border: 3px solid #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box-12 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box-12 .sppb-addon-content:hover .sppb-icon-container,
.feature-box-12 .sppb-addon-content:focus .sppb-icon-container {
  background-color: #fff;
}
.feature-box-13 .sppb-addon-content .sppb-icon .sppb-icon-container {
  border: 2px solid #fff;
  background-color: #222222;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box-13 .sppb-addon-content .sppb-feature-box-title {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box-13 .sppb-addon-content:hover .sppb-icon .sppb-icon-container,
.feature-box-13 .sppb-addon-content:focus .sppb-icon .sppb-icon-container {
  border-color: #222222;
  background-color: #fff;
}
.feature-box-13 .sppb-addon-content:hover .sppb-feature-box-title,
.feature-box-13 .sppb-addon-content:focus .sppb-feature-box-title {
  color: #222222;
}
.feature-box-14 {
  margin-bottom: 40px;
}
.feature-box-14 .sppb-addon-content {
  position: relative;
}
.feature-box-14 .sppb-addon-content .sppb-icon {
  display: inline-block;
  width: 200px;
  height: 200px;
}
.feature-box-14 .sppb-addon-content .sppb-icon .sppb-icon-container {
  background-color: #fff;
  border: 3px solid #e6e6e6;
  display: inline-block;
  padding: 43px !important;
  margin-top: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.feature-box-14 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  color: #555555;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.feature-box-14 .sppb-addon-content .sppb-feature-box-title {
  line-height: 26px;
  color: #555555;
  margin-top: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.feature-box-14 .sppb-addon-content .sppb-btn {
  border-radius: 30px;
  border-color: #555555;
  background: #fff;
  color: #555555;
}
.feature-box-14 .sppb-addon-content .sppb-addon-text + .sppb-btn {
  margin-top: 20px;
}
.feature-box-14 .sppb-addon-content:hover .sppb-icon-container,
.feature-box-14 .sppb-addon-content:focus .sppb-icon-container {
  background-color: transparent;
  border-color: #555555;
}
.feature-box-14 .sppb-addon-content:hover .sppb-btn,
.feature-box-14 .sppb-addon-content:focus .sppb-btn {
  background: transparent;
}
@media only screen and (min-width: 992px) {
  .feature-box-14.overlaped .sppb-addon-content {
    margin-top: -342px;
  }
  .feature-box-14.overlaped .sppb-addon-content .sppb-addon-text {
    padding-top: 40px;
    position: relative;
    margin-top: 48px;
  }
  .feature-box-14.overlaped .sppb-addon-content .sppb-addon-text:before {
    content: "";
    width: 0;
    height: 0;
    border: 24px solid transparent;
    border-bottom-color: #e6e6e6;
    position: absolute;
    top: -48px;
    left: 50%;
    margin-left: -24px;
  }
}
.feature-box-15 .sppb-addon-content .sppb-icon-container {
  line-height: 1;
}
.feature-box-16 .sppb-addon-content .sppb-icon .sppb-icon-container {
  border: 3px solid #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  line-height: 1;
}
.feature-box-16 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box-16 .sppb-addon-content:hover .sppb-icon-container,
.feature-box-16 .sppb-addon-content:focus .sppb-icon-container {
  background-color: #fff;
}
.feature-box-16 .sppb-addon-content:hover .sppb-icon-container i,
.feature-box-16 .sppb-addon-content:focus .sppb-icon-container i {
  color: #555555;
}
.feature-box-17 {
  margin-bottom: 30px;
}
.feature-box-17 .sppb-addon-content {
  border: 1px solid #fff;
  padding: 25px;
  color: #fff;
  background-color: #9FA4A8;
}
.feature-box-17 .sppb-addon-content .sppb-icon {
  font-size: 40px;
  margin-bottom: 15px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.feature-box-17 .sppb-addon-content .sppb-feature-box-title {
  color: #fff;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.feature-box-17 .sppb-addon-content .sppb-addon-text {
  margin-bottom: 25px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.feature-box-17 .sppb-addon-content:hover,
.feature-box-17 .sppb-addon-content:focus {
  background-color: #fff;
}
.feature-box-17 .sppb-addon-content:hover .sppb-addon-text,
.feature-box-17 .sppb-addon-content:focus .sppb-addon-text {
  color: #727272;
}
.feature-box-17 .sppb-addon-content:hover .sppb-btn,
.feature-box-17 .sppb-addon-content:focus .sppb-btn {
  background-color: transparent;
}
.feature-box-17 .sppb-addon-content:hover .sppb-btn span,
.feature-box-17 .sppb-addon-content:focus .sppb-btn span {
  margin-right: 0;
}
.feature-box-18 .sppb-addon-content {
  padding: 35px 15px 24px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.feature-box-18 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  color: #fff;
}
.feature-box-18 .sppb-addon-content .sppb-addon-text {
  color: #fff;
}
.feature-box-18 .sppb-addon-content .sppb-feature-box-title {
  color: #fff;
}
.feature-box-18 .sppb-addon-content:hover,
.feature-box-18 .sppb-addon-content:focus {
  background-color: #333333;
}
.feature-box-19 {
  margin-bottom: 30px;
}
.feature-box-19 .sppb-addon-content .sppb-media {
  overflow: visible;
}
.feature-box-19 .sppb-addon-content .sppb-icon {
  width: 72px;
  height: 42px;
  background: #cccccc;
  position: relative;
  margin-top: 20px;
  display: inline-block;
}
.feature-box-19 .sppb-addon-content .sppb-icon:before,
.feature-box-19 .sppb-addon-content .sppb-icon:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
}
.feature-box-19 .sppb-addon-content .sppb-icon:before {
  top: -20px;
  border-bottom: 20px solid #cccccc;
}
.feature-box-19 .sppb-addon-content .sppb-icon:after {
  bottom: -20px;
  border-top: 20px solid #cccccc;
}
.feature-box-19 .sppb-addon-content .sppb-icon .sppb-icon-container {
  width: 70px;
  height: 40px;
  position: relative;
  background: #fff;
  margin: 1px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.feature-box-19 .sppb-addon-content .sppb-icon .sppb-icon-container:before,
.feature-box-19 .sppb-addon-content .sppb-icon .sppb-icon-container:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.feature-box-19 .sppb-addon-content .sppb-icon .sppb-icon-container:before {
  top: -20px;
  border-bottom: 20px solid #fff;
}
.feature-box-19 .sppb-addon-content .sppb-icon .sppb-icon-container:after {
  bottom: -20px;
  border-top: 20px solid #fff;
  z-index: 99;
}
.feature-box-19 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  font-size: 30px !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 40px !important;
}
.feature-box-19 .sppb-addon-content:hover .sppb-icon .sppb-icon-container i,
.feature-box-19 .sppb-addon-content:focus .sppb-icon .sppb-icon-container i {
  color: #fff;
}
.feature-box-20 {
  margin-bottom: 30px;
}
.feature-box-20 .sppb-addon-content .sppb-icon .sppb-icon-container {
  background-color: #222222;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box-20 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  color: #fff;
}
.feature-box-20 .sppb-addon-content .sppb-feature-box-title {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box-21 {
  margin-bottom: 30px;
}
.feature-box-21 .sppb-addon-content {
  border: 1px solid #222222;
  padding: 15px;
  background-color: #0C0C0C;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box-21 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box-21 .sppb-addon-content .sppb-feature-box-title {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box-21 .sppb-addon-content:hover,
.feature-box-21 .sppb-addon-content:focus {
  background-color: #222222;
}
.feature-box-21 .sppb-addon-content:hover .sppb-icon .sppb-icon-container i,
.feature-box-21 .sppb-addon-content:focus .sppb-icon .sppb-icon-container i {
  color: #fff;
}
.feature-box-22 {
  margin-bottom: 30px;
}
.feature-box-22 .sppb-addon-content .sppb-icon .sppb-icon-container {
  border: 3px solid #cccccc;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box-22 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  color: #222222;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box-22 .sppb-addon-content .sppb-feature-box-title {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box-22 .sppb-addon-content .sppb-addon-text {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box-22 .sppb-addon-content:hover .sppb-icon .sppb-icon-container i,
.feature-box-22 .sppb-addon-content:focus .sppb-icon .sppb-icon-container i {
  color: #fff;
}
.feature-box-22 .sppb-addon-content:hover .sppb-addon-text,
.feature-box-22 .sppb-addon-content:focus .sppb-addon-text {
  color: #fff;
}
.feature-box-23 {
  margin-bottom: 30px;
}
.feature-box-23 .sppb-addon-content .sppb-img-container img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.feature-box-23 .sppb-addon-content .sppb-feature-box-title {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box-23 .sppb-addon-content .sppb-addon-text {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box-23 .sppb-addon-content:hover .sppb-img-container img,
.feature-box-23 .sppb-addon-content:focus .sppb-img-container img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(00%);
}
.feature-box-triangle .sppb-row-container {
  text-align: center;
}
.feature-box-triangle .sppb-row {
  justify-content: center;
}
.feature-box-triangle .sppb-row div[class*="sppb-col-"]:nth-child(1) {
  margin-left: 0 !important;
}
.feature-box-triangle .sppb-row div[class*="sppb-col-"]:nth-child(odd) {
  width: 0;
  height: 0;
  border-bottom: 210px solid rgba(0,0,0,0.7);
  border-left: 122px solid transparent;
  border-right: 122px solid transparent;
  position: relative;
  margin-left: -100px;
  text-align: center;
}
.feature-box-triangle .sppb-row div[class*="sppb-col-"]:nth-child(odd) .sppb-addon-feature {
  position: absolute;
  transform: translate(-50%,100%);
  -webkit-transform: translate(-50%,100%);
}
.feature-box-triangle .sppb-row div[class*="sppb-col-"]:nth-child(odd) .sppb-addon-feature .sppb-feature-box-title {
  margin-bottom: 0;
  margin-top: 18px;
}
.feature-box-triangle .sppb-row div[class*="sppb-col-"]:nth-child(even) {
  width: 0;
  height: 0;
  border-top: 210px solid rgba(0,0,0,0.7);
  border-left: 122px solid transparent;
  border-right: 122px solid transparent;
  position: relative;
  margin-left: -100px;
  text-align: center;
}
.feature-box-triangle .sppb-row div[class*="sppb-col-"]:nth-child(even) .sppb-addon-feature {
  position: absolute;
  transform: translate(-50%,-200%);
  -webkit-transform: translate(-50%,-200%);
}
.feature-box-triangle .sppb-row div[class*="sppb-col-"]:nth-child(even) .sppb-addon-feature .sppb-feature-box-title {
  margin-bottom: 18px;
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .feature-box-triangle .sppb-row div[class*="sppb-col-"]:nth-child(n+6) {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-box-triangle .sppb-row div[class*="sppb-col-"]:nth-child(n+5) {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-box-triangle .sppb-row div[class*="sppb-col-"] {
    margin-left: 0 !important;
    display: block !important;
  }
  .feature-box-triangle .sppb-row div[class*="sppb-col-"]:nth-child(n+2) {
    margin-top: 15px;
  }
}
.feature-box-triangle .sppb-row div[class*="sppb-col-"]:hover:nth-child(odd),
.feature-box-triangle .sppb-row div[class*="sppb-col-"]:focus:nth-child(odd) {
  border-bottom-color: rgba(255,255,255,0.7);
}
.feature-box-triangle .sppb-row div[class*="sppb-col-"]:hover:nth-child(even),
.feature-box-triangle .sppb-row div[class*="sppb-col-"]:focus:nth-child(even) {
  border-top-color: rgba(255,255,255,0.7);
}
.feature-box-triangle .sppb-row div[class*="sppb-col-"]:hover .sppb-feature-box-title,
.feature-box-triangle .sppb-row div[class*="sppb-col-"]:hover .sppb-icon,
.feature-box-triangle .sppb-row div[class*="sppb-col-"]:focus .sppb-feature-box-title,
.feature-box-triangle .sppb-row div[class*="sppb-col-"]:focus .sppb-icon {
  color: #222222;
}
.feature-box-triangle .sppb-row .sppb-feature-box-title {
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.feature-box-triangle .sppb-row .sppb-icon {
  color: #fff;
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.feature-box-diamond .sppb-row-container {
  text-align: center;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .feature-box-diamond .sppb-row-container {
    text-align: left;
  }
}
.feature-box-diamond .sppb-row {
  display: inline-block;
}
.feature-box-diamond div[class*="sppb-col-"] {
  width: 270px;
  height: 270px;
  padding: 0;
  margin: 10px;
  overflow: hidden;
  display: inline-block;
  max-width: inherit;
}
.feature-box-diamond div[class*="sppb-col-"]:before,
.feature-box-diamond div[class*="sppb-col-"]:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 135px;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  top: -135px;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature-box-diamond div[class*="sppb-col-"]:after {
  border-color: transparent;
  top: auto;
  bottom: -135px;
}
.feature-box-diamond div[class*="sppb-col-"] .sppb-column {
  align-items: center;
  -webkit-align-items: center;
}
.feature-box-diamond div[class*="sppb-col-"]:nth-child(even):before {
  border-bottom-color: #222222;
}
.feature-box-diamond div[class*="sppb-col-"]:nth-child(even):after {
  border-top-color: #222222;
}
.feature-box-diamond div[class*="sppb-col-"]:hover:nth-child(odd):before,
.feature-box-diamond div[class*="sppb-col-"]:focus:nth-child(odd):before {
  border-bottom-color: #222222;
}
.feature-box-diamond div[class*="sppb-col-"]:hover:nth-child(odd):after,
.feature-box-diamond div[class*="sppb-col-"]:focus:nth-child(odd):after {
  border-top-color: #222222;
}
@media only screen and (min-width: 1200px) {
  .feature-box-diamond div[class*="sppb-col-"]:nth-child(n+5) {
    margin-top: -130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-box-diamond div[class*="sppb-col-"] {
    float: left;
  }
  .feature-box-diamond div[class*="sppb-col-"]:nth-child(4),
  .feature-box-diamond div[class*="sppb-col-"]:nth-child(5) {
    margin-top: -130px;
    left: 145px;
  }
  .feature-box-diamond div[class*="sppb-col-"]:nth-child(6) {
    margin-top: 20px;
    left: 0px;
  }
  .feature-box-diamond div[class*="sppb-col-"]:nth-child(7) {
    margin-top: -280px;
    left: 290px;
  }
}
@media only screen and (min-width: 580px) and (max-width: 991px) {
  .feature-box-diamond div[class*="sppb-col-"]:nth-child(4),
  .feature-box-diamond div[class*="sppb-col-"]:nth-child(5) {
    margin-top: -130px;
  }
  .feature-box-diamond div[class*="sppb-col-"]:nth-child(3n+3) {
    margin-top: -130px;
    left: 145px;
    display: block;
  }
}
@media only screen and (min-width: 580px) and (max-width: 767px) {
  .feature-box-diamond div[class*="sppb-col-"]:nth-child(7) {
    left: 145px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 579px) {
  .feature-box-diamond div[class*="sppb-col-"]:nth-child(n+2),
  .feature-box-diamond div[class*="sppb-col-"]:nth-child(5) {
    margin-top: -130px;
  }
  .feature-box-diamond div[class*="sppb-col-"]:nth-child(2n+2) {
    left: 145px;
  }
}
.feature-box-diamond .sppb-feature-box-title,
.feature-box-diamond .sppb-icon-container i,
.feature-box-diamond .sppb-addon-text {
  color: #fff;
}
.sppb-addon-optin-forms {
  padding: 0;
}
.sppb-addon-optin-forms .sppb-optin-form-box .sppb-optin-form-info-wrap .sppb-optin-form-details-wrap:not(:empty) {
  padding: 0;
}
.sppb-addon-optin-forms .sppb-optin-form-box .sppb-optin-form-info-wrap .sppb-optin-form-details-wrap .sppb-addon-title + .sppb-optin-form-details {
  margin-bottom: 50px;
}
.sppb-addon-optin-forms .sppb-optin-form-box .sppb-optin-form-info-wrap .sppb-optin-form-details-wrap .sppb-optin-form-details {
  margin-bottom: 15px;
}
.sppb-addon-optin-forms.optin-form-inline .sppb-optin-form-box .sppb-optin-form-content .sppb-optin-form {
  margin-left: -5px;
  margin-right: -5px;
}
.sppb-addon-optin-forms.optin-form-inline .sppb-optin-form-box .sppb-optin-form-content .sppb-optin-form div[class*="-wrap"] {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.sppb-addon-optin-forms.optin-form-inline .sppb-optin-form-box .sppb-optin-form-content .sppb-optin-form .name-wrap + .email-wrap {
  width: auto;
}
.sppb-addon-optin-forms.optin-form-inline .sppb-optin-form-box .sppb-optin-form-content .sppb-optin-form .email-wrap {
  width: 70%;
}
.single-image-style-1 .sppb-addon-content .sppb-addon-single-image-container {
  display: block;
}
.single-image-style-1 .sppb-addon-content .sppb-addon-single-image-container img {
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.single-image-style-1 .sppb-addon-content:hover img,
.single-image-style-1 .sppb-addon-content:focus img {
  -webkit-filter: sepia(80%);
  filter: sepia(80%);
  -moz-opacity: sepia(80%);
  -khtml-opacity: sepia(80%);
  opacity: 0.9;
}
.single-image-overlap .sppb-addon-single-image-container {
  display: block;
}
.single-image-overlap .sppb-addon-single-image-container img {
  width: 100%;
  margin-top: -40px;
}
.bg-primary .sppb-addon-raw-html i {
  color: #222222;
}
.sppb-addon-tab .sppb-addon-content .tab-text ul {
  padding: 0;
}
.sppb-addon-tab .sppb-addon-content .tab-text ul li {
  list-style: none;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}
.sppb-addon-tab .sppb-addon-content .tab-text ul li:before {
  content: "\f05d";
  font-family: Fontawesome;
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .sppb-addon-tab .sppb-addon-content .tab-image + .tab-text {
    margin-top: 30px;
  }
  .sppb-addon-tab .sppb-addon-content div[class*="pull-"] {
    float: none !important;
  }
}
.tabs-style-1 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] {
  background-color: #222222;
  position: relative;
}
.tabs-style-1 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li {
  position: static;
  margin-bottom: 0;
}
.tabs-style-1 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li:nth-child(1):before,
.tabs-style-1 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li:nth-last-child(1):after {
  content: "";
  background-color: #222222;
  width: 1920px;
  height: 100%;
  position: absolute;
  top: 0;
}
.tabs-style-1 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li:nth-child(1):before {
  left: -1920px;
}
.tabs-style-1 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li:nth-last-child(1):after {
  right: -1920px;
}
.tabs-style-1 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li > a {
  text-align: center;
  font-size: 16px;
  padding: 60px 40px;
  background-color: #222222;
  color: #fff;
  border: none;
}
.tabs-style-1 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li > a > i {
  display: block;
  font-size: 36px;
  padding-bottom: 20px;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .tabs-style-1 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li.active a:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 24px;
    border-style: solid;
    border-color: #222222 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    bottom: -48px;
  }
}
@media only screen and (max-width: 1199px) {
  .tabs-style-1 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li a {
    padding: 30px 15px;
    font-size: 14px;
  }
}
.tabs-style-1 .sppb-addon-content .sppb-tab-content[class*="sppb-nav-"] {
  padding: 50px 0 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  .tabs-style-1 .sppb-addon-content .sppb-tab-content[class*="sppb-nav-"] {
    padding-top: 30px;
  }
}
.tabs-style-2 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] {
  border: none;
}
.tabs-style-2 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li {
  margin-bottom: 0;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tabs-style-2 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li > a {
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  color: #333333;
  border: 1px solid #cccccc;
  font-weight: 400;
}
.tabs-style-2 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li > a:hover,
.tabs-style-2 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li > a:focus {
  color: #fff;
}
.tabs-style-2 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li.active a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .tabs-style-2 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li.active a:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 14px;
    border-style: solid;
    border-color: transparent;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: -28px;
  }
}
@media only screen and (max-width: 767px) {
  .tabs-style-2 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li a:after {
    display: none;
  }
}
.tabs-style-2 .sppb-addon-content .sppb-tab-content {
  margin-top: 25px;
}
.tabs-style-2 .sppb-addon-content .sppb-tab-content[class*="sppb-nav-"] {
  border: none;
  padding: 0;
}
.tabs-style-3 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li {
  margin-bottom: -1px;
  display: inline-block;
}
.tabs-style-3 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li > a {
  text-align: center;
  background-color: #fff;
  color: #222222;
  font-weight: 400;
}
.tabs-style-3 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li > a:hover,
.tabs-style-3 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li > a:focus {
  color: #fff;
  background-color: #222222;
}
.tabs-style-3 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li.active a {
  color: #fff;
  border-bottom-color: #e6e6e6;
  background-color: #222222;
}
@media only screen and (min-width: 768px) {
  .tabs-style-3 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li.active a:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 14px;
    border-style: solid;
    border-color: #222222 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: -28px;
    -webkit-transition: border-color 400ms;
    -o-transition: border-color 400ms;
    transition: border-color 400ms;
  }
}
@media only screen and (max-width: 767px) {
  .tabs-style-3 .sppb-addon-content .sppb-nav[class*="sppb-nav-"] > li a:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .tabs-style-3 .sppb-addon-content .sppb-tab-content {
    padding-top: 30px;
  }
}
.animated-number-1 .sppb-addon-content,
.animated-number-2 .sppb-addon-content {
  display: block;
}
.animated-number-1 .sppb-addon-content .sppb-animated-number,
.animated-number-2 .sppb-addon-content .sppb-animated-number {
  margin-bottom: 20px;
  font-weight: 700;
}
.animated-number-1 .sppb-addon-content .sppb-animated-number-title,
.animated-number-2 .sppb-addon-content .sppb-animated-number-title {
  line-height: 80px !important;
  background-color: #222222;
  color: #fff;
}
.ut-testimonial .ut-testimonial-item .author-avatar img {
  width: auto;
  display: inline-block;
}
.ut-testimonial .ut-testimonial-item .avatar-author-left {
  display: inline-block;
  float: right;
  margin: 0 0 15px 15px;
  width: 100px;
  height: 100px;
}
.ut-testimonial .ut-testimonial-item .avatar-author-right {
  display: inline-block;
  float: left;
  margin: 0 15px 15px 0;
  width: 100px;
  height: 100px;
}
.ut-testimonial .ut-testimonial-item .author-top {
  margin-bottom: 20px;
}
.ut-testimonial .ut-testimonial-item .author-bottom {
  margin-top: 20px;
}
.ut-testimonial .ut-testimonial-item .author-before {
  margin-bottom: 20px;
}
.ut-testimonial .ut-testimonial-item .author-after {
  margin-top: 20px;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-before .author-left,
.ut-testimonial .ut-testimonial-item.testimonial-avatar-before .author-right {
  margin-bottom: 20px;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-after .author-left,
.ut-testimonial .ut-testimonial-item.testimonial-avatar-after .author-right {
  margin-bottom: 20px;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-after .author-avatar {
  margin-top: 20px;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-left .row {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media screen and (max-width: 479px) {
  .ut-testimonial .ut-testimonial-item.testimonial-avatar-left .row {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-left .author-avatar {
  padding-right: 0;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-right .row {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media screen and (max-width: 479px) {
  .ut-testimonial .ut-testimonial-item.testimonial-avatar-right .row {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-right .author-avatar {
  padding-left: 0;
}
.ut-testimonial-style-1 .ut-testimonial-item .row {
  display: flex;
  display: -webkit-flex;
}
@media screen and (max-width: 480px) {
  .ut-testimonial-style-1 .ut-testimonial-item .row {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.ut-testimonial-style-1 .author-avatar {
  text-align: center;
}
.ut-testimonial-style-1 div[class*="avatar-author-"] {
  position: relative;
  border-width: 3px;
  border-style: solid;
  display: inline-block;
}
.ut-testimonial-style-1 div[class*="avatar-author-"] img {
  width: auto;
}
.ut-testimonial-style-1 div[class*="avatar-author-"]:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 12px 12px 0 12px;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.ut-testimonial-style-1 .client-name {
  font-weight: 600;
  font-size: 18px;
}
.ut-testimonial-style-1 .client-url {
  color: #fff;
}
.ut-testimonial-style-1 .sppb-testimonial-client {
  text-align: center;
}
.ut-testimonial-style-1 .sppb-testimonial-message {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1440px) {
  .ut-testimonial-style-1 .testimonial-avatar-right div[class*="sppb-col-"],
  .ut-testimonial-style-1 .testimonial-avatar-right div[class*="sppb-col-"] {
    width: 100%;
  }
}
.ut-testimonial-style-2 .ut-testimonial-item {
  margin-bottom: 40px;
}
.ut-testimonial-style-2 .ut-testimonial-item:before,
.ut-testimonial-style-2 .ut-testimonial-item:after {
  content: " ";
  display: table;
}
.ut-testimonial-style-2 .ut-testimonial-item:after {
  clear: both;
}
.ut-testimonial-style-2 .ut-testimonial-item.testimonial-avatar-after .author-avatar {
  margin-top: 40px;
}
.ut-testimonial-style-2 .ut-testimonial-item:hover .sppb-testimonial-message,
.ut-testimonial-style-2 .ut-testimonial-item:focus .sppb-testimonial-message {
  color: #fff;
}
.ut-testimonial-style-2 .ut-testimonial-item:hover .client-name,
.ut-testimonial-style-2 .ut-testimonial-item:focus .client-name {
  color: #fff;
}
.ut-testimonial-style-2 .sppb-testimonial-message {
  border-width: 0 8px 0 5px;
  border-style: solid;
  border-left-color: #e6e6e6;
  position: relative;
  padding: 25px;
  background-color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.ut-testimonial-style-2 .sppb-testimonial-message:after {
  content: '';
  position: absolute;
  bottom: -16px;
  right: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17px 0 17px;
  border-color: #fff transparent transparent transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.ut-testimonial-style-2 .author-avatar .author-left {
  text-align: right;
}
.ut-testimonial-style-2 .client-name {
  font-size: 20px;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.ut-testimonial-style-2 .client-url {
  color: #fff;
}
.ut-testimonial-style-3 .ut-testimonial-item .author-avatar img {
  border: 2px solid #333333;
}
.ut-testimonial-style-3 .ut-testimonial-item .client-name {
  font-weight: 600;
  font-size: 18px;
}
.ut-testimonial-style-3 div.owl-dots .owl-dot span {
  background: #e6e6e6;
  width: 12px;
  height: 12px;
}
.ut-testimonial-style-3 div.owl-dots .owl-dot.active span {
  background: #333333;
}
.ut-testimonial-style-4 .ut-testimonial-item {
  text-align: center;
}
.ut-testimonial-style-4 .ut-testimonial-item .author-avatar {
  display: inline-block;
  padding: 10px;
  background-color: #fff;
  border: 5px solid #222222;
  position: relative;
}
.ut-testimonial-style-4 .ut-testimonial-item .author-avatar img {
  width: 100%;
}
.ut-testimonial-style-4 .ut-testimonial-item .author-avatar:after {
  content: "";
  width: 0;
  height: 0;
  border: 18px solid transparent;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ut-testimonial-style-4 .ut-testimonial-item .author-avatar .sppb-testimonial-client {
  margin-top: 15px;
}
.ut-testimonial-style-4 .ut-testimonial-item .author-avatar .sppb-testimonial-client .client-name {
  font-weight: 700;
}
.ut-testimonial-style-4 .ut-testimonial-item .author-avatar .sppb-testimonial-client .client-url {
  color: #222222;
}
.ut-testimonial-style-4 .ut-testimonial-item.testimonial-avatar-before .author-avatar {
  margin-bottom: 30px;
}
.ut-testimonial-style-4 .ut-testimonial-item.testimonial-avatar-before .author-avatar:after {
  border-top-color: #222222;
  bottom: -36px;
  left: 50%;
  margin-left: -18px;
}
.ut-testimonial-style-4 .ut-testimonial-item.testimonial-avatar-after .author-avatar {
  margin-top: 30px;
}
.ut-testimonial-style-4 .ut-testimonial-item.testimonial-avatar-after .author-avatar:after {
  border-bottom-color: #222222;
  top: -36px;
  left: 50%;
  margin-left: -18px;
}
.ut-testimonial-style-4 .ut-testimonial-item.testimonial-avatar-right .row {
  margin-right: 0;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media screen and (max-width: 479px) {
  .ut-testimonial-style-4 .ut-testimonial-item.testimonial-avatar-right .row {
    flex-direction: column;
  }
}
.ut-testimonial-style-4 .ut-testimonial-item.testimonial-avatar-right .author-avatar {
  padding-left: 10px;
}
.ut-testimonial-style-4 .ut-testimonial-item.testimonial-avatar-right .author-avatar:after {
  border-right-color: #222222;
  top: 20px;
  left: -36px;
}
.ut-testimonial-style-4 .ut-testimonial-item.testimonial-avatar-right .sppb-testimonial-message {
  margin-top: 30px;
}
@media only screen and (min-width: 480px) {
  .ut-testimonial-style-4 .ut-testimonial-item.testimonial-avatar-right .sppb-testimonial-message {
    text-align: right;
    padding-right: 25px;
    margin-top: 0;
  }
}
.ut-testimonial-style-4 .ut-testimonial-item.testimonial-avatar-left .row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media screen and (max-width: 479px) {
  .ut-testimonial-style-4 .ut-testimonial-item.testimonial-avatar-left .row {
    flex-direction: column;
  }
}
.ut-testimonial-style-4 .ut-testimonial-item.testimonial-avatar-left .author-avatar {
  padding-right: 10px;
}
.ut-testimonial-style-4 .ut-testimonial-item.testimonial-avatar-left .author-avatar:after {
  border-left-color: #222222;
  top: 20px;
  right: -36px;
}
.ut-testimonial-style-4 .ut-testimonial-item.testimonial-avatar-left .sppb-testimonial-message {
  margin-top: 30px;
}
@media only screen and (min-width: 480px) {
  .ut-testimonial-style-4 .ut-testimonial-item.testimonial-avatar-left .sppb-testimonial-message {
    padding-left: 25px;
    margin-top: 0;
    text-align: left;
  }
}
.ut-testimonial-style-4 .ut-testimonial-item:hover.testimonial-avatar-before .author-avatar:after,
.ut-testimonial-style-4 .ut-testimonial-item:focus.testimonial-avatar-before .author-avatar:after {
  border-top-color: #fff;
}
.ut-testimonial-style-4 .ut-testimonial-item:hover.testimonial-avatar-after .author-avatar:after,
.ut-testimonial-style-4 .ut-testimonial-item:focus.testimonial-avatar-after .author-avatar:after {
  border-bottom-color: #fff;
}
.ut-testimonial-style-4 .ut-testimonial-item:hover.testimonial-avatar-right .author-avatar:after,
.ut-testimonial-style-4 .ut-testimonial-item:focus.testimonial-avatar-right .author-avatar:after {
  border-right-color: #fff;
}
.ut-testimonial-style-4 .ut-testimonial-item:hover.testimonial-avatar-left .author-avatar:after,
.ut-testimonial-style-4 .ut-testimonial-item:focus.testimonial-avatar-left .author-avatar:after {
  border-left-color: #fff;
}
.ut-testimonial-style-4 div.owl-dots {
  margin-top: 20px !important;
}
.ut-testimonial-style-4 div.owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #fff;
  margin: 5px;
}
.ut-testimonial-style-4 div.owl-dots .owl-dot.active span {
  border-color: #222222;
  background: #fff;
}
.ut-testimonial-style-5 .ut-testimonial-item .author-avatar img {
  border: 5px solid #222222;
}
.ut-testimonial-style-5 .ut-testimonial-item .client-name {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ut-testimonial-style-5 .ut-testimonial-item .author-avatar {
    margin-bottom: 25px;
  }
}
.ut-testimonial-style-5 .ut-testimonial-item.testimonial-avatar-before img {
  margin-bottom: 25px;
}
.ut-testimonial-style-5 .ut-testimonial-item.testimonial-avatar-after img {
  margin-top: 25px;
}
.ut-testimonial-style-5 div.owl-dots {
  margin-top: 20px !important;
}
.ut-testimonial-style-5 div.owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #fff;
  margin: 5px;
}
.ut-testimonial-style-5 div.owl-dots .owl-dot.active span {
  border-color: #222222;
  background: #fff;
}
.ut-testimonial-style-6 .ut-testimonial-item .author-avatar img {
  border: 3px solid #e6e6e6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
@media only screen and (min-width: 768px) {
  .ut-testimonial-style-6 .ut-testimonial-item .author-avatar img {
    width: 100%;
  }
}
.ut-testimonial-style-6 .ut-testimonial-item .sppb-testimonial-message .message {
  background-color: rgba(0,0,0,0.5);
  padding: 20px;
  position: relative;
  margin-bottom: 25px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.ut-testimonial-style-6 .ut-testimonial-item .sppb-testimonial-message .message:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid rgba(0,0,0,0.5);
  position: absolute;
  bottom: -20px;
  left: 15px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.ut-testimonial-style-6 .ut-testimonial-item .sppb-testimonial-client .client-name {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.ut-testimonial-style-6 .ut-testimonial-item:hover .author-avatar img,
.ut-testimonial-style-6 .ut-testimonial-item:focus .author-avatar img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.ut-testimonial-style-6 .ut-testimonial-item:hover .sppb-testimonial-message .message,
.ut-testimonial-style-6 .ut-testimonial-item:focus .sppb-testimonial-message .message {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .ut-testimonial-style-6 .ut-testimonial-item {
    text-align: center;
  }
  .ut-testimonial-style-6 .ut-testimonial-item .author-avatar {
    margin-bottom: 20px;
  }
  .ut-testimonial-style-6 .ut-testimonial-item .sppb-testimonial-message .message:after {
    left: 50%;
    margin-left: -10px;
  }
}
.testimonial-style-1 {
  margin-bottom: 30px;
}
.testimonial-style-1 .sppb-addon-content .sppb-media {
  position: relative;
  overflow: visible;
}
.testimonial-style-1 .sppb-addon-content .sppb-media a[class*="pull-"] {
  padding: 20px;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0;
}
.testimonial-style-1 .sppb-addon-content .sppb-media a[class*="pull-"] img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .sppb-media-body {
  width: 86%;
  background-color: #e6e6e6;
  padding: 35px 25px;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .sppb-media-body blockquote {
  padding: 0;
  margin: 0;
  font-size: 15px;
  border-left: none;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .sppb-media-body blockquote footer {
  margin-top: 15px;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .sppb-media-body blockquote footer:before {
  display: none;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .sppb-media-body blockquote footer strong {
  font-size: 16px;
  display: block;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .sppb-media-body blockquote footer cite {
  display: block;
  font-size: 14px;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .pull-left + .sppb-media-body {
  padding-left: 105px;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .pull-left + .sppb-media-body blockquote footer {
  text-align: left;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .pull-right + .sppb-media-body {
  padding-right: 105px;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .pull-right + .sppb-media-body blockquote footer {
  text-align: right;
}
@media only screen and (max-width: 479px) {
  .testimonial-style-1 .sppb-addon-content .sppb-media {
    background: #e6e6e6;
    padding: 20px;
    text-align: center;
  }
  .testimonial-style-1 .sppb-addon-content .sppb-media .sppb-media-body {
    width: 100%;
    text-align: left;
    padding: 0 !important;
  }
  .testimonial-style-1 .sppb-addon-content .sppb-media a[class*="pull-"] {
    position: relative;
    top: 0;
    transform: translate(0,0);
    float: none !important;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
  }
}
.testimonial-style-2 {
  margin-bottom: 30px;
}
.testimonial-style-2 .sppb-addon-content .sppb-media a[class*="pull-"] {
  padding: 5px;
  border: 1px solid #ddd;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.testimonial-style-2 .sppb-addon-content .sppb-media .pull-right + .sppb-media-body {
  text-align: right;
}
.testimonial-style-2 .sppb-addon-content .sppb-media .pull-right + .sppb-media-body footer strong {
  float: right;
  margin-left: 5px;
}
.testimonial-style-2 .sppb-addon-content .sppb-media .sppb-media-body blockquote {
  padding: 0;
  margin: 0;
  font-size: inherit;
  border-left: none;
}
.testimonial-style-2 .sppb-addon-content .sppb-media .sppb-media-body blockquote footer {
  margin-top: 10px;
  font-size: inherit;
}
.testimonial-style-2 .sppb-addon-content .sppb-media .sppb-media-body blockquote footer:before {
  display: none;
}
.testimonial-style-2 .sppb-addon-content .sppb-media .sppb-media-body blockquote footer strong {
  font-weight: 400;
  text-transform: uppercase;
}
.ut-social-links-style-1 .sppb-addon-content > a {
  position: relative;
}
.ut-social-links-style-1 .sppb-addon-content > a i {
  width: 45px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ut-social-links-style-1 .sppb-addon-content > a i:after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: rgba(255,255,255,0.3);
  top: -1px;
  left: 45px;
  bottom: -1px;
}
.ut-social-links-style-1 .sppb-addon-content > a:hover,
.ut-social-links-style-1 .sppb-addon-content > a:focus {
  -webkit-filter: sepia(50%);
  filter: sepia(50%);
}
.ut-social-links-style-1 .sppb-addon-content > a:hover i,
.ut-social-links-style-1 .sppb-addon-content > a:focus i {
  margin-right: 5px;
}
.sppb-addon-person.team-style-1 .sppb-addon-content {
  background: #fff;
  margin-top: 85px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sppb-addon-person.team-style-1 .sppb-addon-content .sppb-person-image {
  margin-top: -85px;
  display: inline-block;
  position: relative;
}
.sppb-addon-person.team-style-1 .sppb-addon-content .sppb-person-information {
  padding: 20px;
  margin: 20px 0;
}
.sppb-addon-person.team-style-1 .sppb-addon-content .sppb-person-information .sppb-person-name {
  color: #333333;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sppb-addon-person.team-style-1 .sppb-addon-content .sppb-person-information .sppb-person-designation {
  font-size: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sppb-addon-person.team-style-1 .sppb-addon-content .sppb-person-social-icons {
  background: #414141;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sppb-addon-person.team-style-1 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li {
  margin: 0 5px;
}
.sppb-addon-person.team-style-1 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a i {
  width: 30px;
  height: 30px;
  background: #414141;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #777777;
}
.sppb-addon-person.team-style-1 .sppb-addon-content:hover,
.sppb-addon-person.team-style-1 .sppb-addon-content:focus {
  background: #414141;
}
.sppb-addon-person.team-style-1 .sppb-addon-content:hover .sppb-person-name,
.sppb-addon-person.team-style-1 .sppb-addon-content:hover .sppb-person-designation,
.sppb-addon-person.team-style-1 .sppb-addon-content:focus .sppb-person-name,
.sppb-addon-person.team-style-1 .sppb-addon-content:focus .sppb-person-designation {
  color: #fff;
}
.sppb-addon-person.team-style-1 .sppb-addon-content:hover .sppb-person-social-icons,
.sppb-addon-person.team-style-1 .sppb-addon-content:focus .sppb-person-social-icons {
  background: #fff;
}
.sppb-addon-person.team-style-2 .sppb-addon-content {
  background: #fff;
  border: 1px solid #ddd;
}
.sppb-addon-person.team-style-2 .sppb-addon-content .sppb-person-image {
  display: inline-block;
  position: relative;
  margin: 10px 10px 20px;
  border: 1px solid #ddd;
}
.sppb-addon-person.team-style-2 .sppb-addon-content .sppb-person-information {
  margin: 0;
}
.sppb-addon-person.team-style-2 .sppb-addon-content .sppb-person-information .sppb-person-name {
  color: #333333;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
.sppb-addon-person.team-style-2 .sppb-addon-content .sppb-person-information .sppb-person-designation {
  font-size: 14px;
}
.sppb-addon-person.team-style-2 .sppb-addon-content .sppb-person-social-icons {
  padding: 10px 0;
  margin-top: 20px;
}
.sppb-addon-person.team-style-2 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li {
  margin: 0 5px;
}
.sppb-addon-person.team-style-2 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a i {
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}
.sppb-addon-person.team-style-2 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a i:hover,
.sppb-addon-person.team-style-2 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a i:focus {
  background: #333333;
  color: #fff;
}
.sppb-addon-person.team-style-2 .sppb-addon-content:hover .sppb-person-image img,
.sppb-addon-person.team-style-2 .sppb-addon-content:focus .sppb-person-image img {
  filter: sepia(60%);
  -webkit-filter: sepia(60%);
}
.sppb-addon-person.team-style-3 .sppb-addon-content .sppb-person-image img {
  width: 78%;
}
.sppb-addon-person.team-style-3 .sppb-addon-content .sppb-person-information {
  margin-top: 0;
  background-color: #fff;
  padding: 15px 0;
  transform: skewX(-5deg);
  -webkit-transform: skewX(-5deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sppb-addon-person.team-style-3 .sppb-addon-content .sppb-person-information .sppb-person-name {
  text-transform: uppercase;
  color: #333333;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sppb-addon-person.team-style-3 .sppb-addon-content .sppb-person-information .sppb-person-designation {
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sppb-addon-person.team-style-3 .sppb-addon-content .sppb-person-social-icons {
  margin-top: -108px;
}
.sppb-addon-person.team-style-3 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li {
  margin: 0 3px;
}
.sppb-addon-person.team-style-3 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a i {
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sppb-addon-person.team-style-3 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a i:hover,
.sppb-addon-person.team-style-3 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a i:focus {
  background-color: #333333;
}
.sppb-addon-person.team-style-3 .sppb-addon-content .sppb-person-introtext {
  margin-top: 98px;
  color: #fff;
}
.sppb-addon-person.team-style-3 .sppb-addon-content:hover .sppb-person-image img,
.sppb-addon-person.team-style-3 .sppb-addon-content:focus .sppb-person-image img {
  filter: sepia(60%);
  -webkit-filter: sepia(60%);
  opacity: 0.96;
}
.sppb-addon-person.team-style-3 .sppb-addon-content:hover .sppb-person-information .sppb-person-name,
.sppb-addon-person.team-style-3 .sppb-addon-content:hover .sppb-person-information .sppb-person-designation,
.sppb-addon-person.team-style-3 .sppb-addon-content:focus .sppb-person-information .sppb-person-name,
.sppb-addon-person.team-style-3 .sppb-addon-content:focus .sppb-person-information .sppb-person-designation {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .sppb-addon-person.team-style-3 {
    margin-bottom: 108px;
  }
  .sppb-addon-person.team-style-3 .sppb-person-introtext {
    margin-bottom: -68px;
  }
}
.sppb-addon-person.team-style-4 {
  margin-bottom: 30px;
}
.sppb-addon-person.team-style-4 .sppb-addon-content {
  position: relative;
  text-align: center;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-image {
  border-width: 10px;
  border-style: solid;
  border-radius: 50%;
  margin-bottom: 5px;
  position: relative;
  max-width: 300px;
  max-height: 300px;
  display: inline-block;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-image img {
  border-radius: 50%;
  width: 100%;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-information {
  margin-top: 15px;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-information .sppb-person-name {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-information .sppb-person-designation {
  background: #e6e6e6;
  color: #222222;
  font-size: 16px;
  padding: 5px 0;
  text-align: center;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-social-icons {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(119,119,119,0.7);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-social-icons .sppb-person-social {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a i {
  border-radius: 50%;
  border: 6px #fff solid;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  cursor: pointer;
  display: inline-block;
  text-align: center;
  color: #fff;
  transform: scale(0.5) translate(-50%,-50%);
  -webkit-transform: scale(0.5) translate(-50%,-50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a i.fa-facebook {
  background-color: #3b5998;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a i.fa-twitter {
  background-color: #55acee;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a i.fa-google-plus {
  background-color: #dd4b39;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a i.fa-youtube {
  background-color: #e52d27;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a i.fa-linkedin {
  background-color: #007bb6;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a i.fa-pinterest {
  background-color: #cb2027;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a i.fa-flickr {
  background-color: #ff0084;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a i.fa-dribbble {
  background-color: #ea4c89;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a i.fa-behance {
  background-color: #053eff;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a i.fa-instagram {
  background-color: #517fa4;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li:nth-child(1) > a i {
  width: 70px;
  height: 70px;
  font-size: 36px;
  line-height: 60px;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li:nth-child(2) > a i {
  width: 65px;
  height: 65px;
  font-size: 34px;
  line-height: 55px;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li:nth-child(3) > a i {
  width: 60px;
  height: 60px;
  font-size: 32px;
  line-height: 50px;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li:nth-child(4) > a i {
  width: 55px;
  height: 55px;
  font-size: 30px;
  line-height: 45px;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li:nth-child(5) > a i {
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 40px;
}
.sppb-addon-person.team-style-4 .sppb-addon-content .sppb-person-introtext {
  width: 100%;
  position: absolute;
  top: 50%;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  transform: translateY(-50%) scale(.1);
  -webkit-transform: translateY(-50%) scale(.1);
  padding: 0 15%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  opacity: 0;
}
.sppb-addon-person.team-style-4 .sppb-addon-content:hover .sppb-person-social-icons,
.sppb-addon-person.team-style-4 .sppb-addon-content:hover .sppb-person-social-icons {
  opacity: 1;
}
.sppb-addon-person.team-style-4 .sppb-addon-content:hover .sppb-person-social-icons .sppb-person-social > li:nth-child(1) > a i,
.sppb-addon-person.team-style-4 .sppb-addon-content:hover .sppb-person-social-icons .sppb-person-social > li:nth-child(1) > a i {
  right: 0;
  left: auto;
  transform: scale(1);
  top: -10px;
}
.sppb-addon-person.team-style-4 .sppb-addon-content:hover .sppb-person-social-icons .sppb-person-social > li:nth-child(2) > a i,
.sppb-addon-person.team-style-4 .sppb-addon-content:hover .sppb-person-social-icons .sppb-person-social > li:nth-child(2) > a i {
  right: -30px;
  left: auto;
  transform: scale(1);
  top: 35px;
}
.sppb-addon-person.team-style-4 .sppb-addon-content:hover .sppb-person-social-icons .sppb-person-social > li:nth-child(3) > a i,
.sppb-addon-person.team-style-4 .sppb-addon-content:hover .sppb-person-social-icons .sppb-person-social > li:nth-child(3) > a i {
  right: -30px;
  left: auto;
  transform: scale(1);
  top: 85px;
}
.sppb-addon-person.team-style-4 .sppb-addon-content:hover .sppb-person-social-icons .sppb-person-social > li:nth-child(4) > a i,
.sppb-addon-person.team-style-4 .sppb-addon-content:hover .sppb-person-social-icons .sppb-person-social > li:nth-child(4) > a i {
  right: -20px;
  left: auto;
  transform: scale(1);
  top: 130px;
}
.sppb-addon-person.team-style-4 .sppb-addon-content:hover .sppb-person-social-icons .sppb-person-social > li:nth-child(5) > a i,
.sppb-addon-person.team-style-4 .sppb-addon-content:hover .sppb-person-social-icons .sppb-person-social > li:nth-child(5) > a i {
  right: 5px;
  left: auto;
  transform: scale(1);
  top: 170px;
}
.sppb-addon-person.team-style-4 .sppb-addon-content:hover .sppb-person-introtext,
.sppb-addon-person.team-style-4 .sppb-addon-content:hover .sppb-person-introtext {
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  opacity: 1;
}
@media only screen and (max-width: 479px) {
  .sppb-addon-person.team-style-4 .sppb-addon-content {
    padding-right: 20px;
  }
}
.sppb-addon-person.team-style-5 {
  margin-bottom: 30px;
}
.sppb-addon-person.team-style-5 .sppb-addon-content {
  border-radius: 5px 5px 3px 3px;
  overflow: hidden;
}
.sppb-addon-person.team-style-5 .sppb-addon-content .sppb-person-image {
  margin-bottom: 0;
}
.sppb-addon-person.team-style-5 .sppb-addon-content .sppb-person-image img {
  width: 100%;
}
.sppb-addon-person.team-style-5 .sppb-person-information {
  background-color: #000;
  margin: 0;
  padding: 10px;
  border-bottom: 3px solid #777777;
}
.sppb-addon-person.team-style-5 .sppb-person-information .sppb-person-name {
  color: #fff;
  font-size: 18px;
}
.sppb-addon-person.team-style-5 .sppb-person-information .sppb-person-designation {
  font-size: 14px;
  line-height: 20px;
}
.sppb-addon-person.team-style-5 .sppb-person-introtext,
.sppb-addon-person.team-style-5 .sppb-person-social-icons {
  background-color: #cccccc;
  padding: 10px;
  margin: 0;
}
.sppb-addon-person.team-style-6 {
  margin-bottom: 30px;
  font-weight: 400;
}
.sppb-addon-person.team-style-6 .sppb-addon-content {
  border-radius: 5px;
  background-color: #e6e6e6;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sppb-addon-person.team-style-6 .sppb-addon-content:before,
.sppb-addon-person.team-style-6 .sppb-addon-content:after {
  content: " ";
  display: table;
}
.sppb-addon-person.team-style-6 .sppb-addon-content:after {
  clear: both;
}
.sppb-addon-person.team-style-6 .sppb-addon-content .sppb-person-image {
  display: block;
  padding-top: 40px;
  margin-bottom: 0;
}
.sppb-addon-person.team-style-6 .sppb-addon-content .sppb-person-image img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sppb-addon-person.team-style-6 .sppb-addon-content .sppb-person-information .sppb-person-name {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #777777;
  padding-bottom: 15px;
  display: inline-block;
  color: #555555;
  margin-bottom: 5px;
}
.sppb-addon-person.team-style-6 .sppb-addon-content .sppb-person-information .sppb-person-designation {
  color: #555555;
  font-size: inherit;
}
.sppb-addon-person.team-style-6 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li {
  margin: 0 3px;
}
.sppb-addon-person.team-style-6 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 37px;
  background: #e6e6e6;
}
.sppb-addon-person.team-style-6 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a i {
  color: #555555;
  font-size: 20px;
  line-height: 40px;
}
.sppb-addon-person.team-style-6 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a:hover,
.sppb-addon-person.team-style-6 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a:focus {
  background: #555555;
  border-color: #555555;
}
.sppb-addon-person.team-style-6 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a:hover i,
.sppb-addon-person.team-style-6 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a:focus i {
  color: #fff;
}
.sppb-addon-person.team-style-6 .sppb-addon-content .sppb-person-information + .sppb-person-social-icons {
  padding-top: 40px;
}
.sppb-addon-person.team-style-6 .sppb-addon-content > div {
  padding-left: 25px;
  padding-right: 25px;
}
.sppb-addon-person.team-style-6 .sppb-addon-content > div:nth-child(2) {
  padding-top: 40px;
}
.sppb-addon-person.team-style-6 .sppb-addon-content > div:nth-last-child(1) {
  padding-bottom: 40px;
}
.sppb-addon-person.team-style-6 .sppb-addon-content:hover,
.sppb-addon-person.team-style-6 .sppb-addon-content:focus {
  background-color: #555555;
  color: #fff;
}
.sppb-addon-person.team-style-6 .sppb-addon-content:hover .sppb-person-image img,
.sppb-addon-person.team-style-6 .sppb-addon-content:focus .sppb-person-image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.sppb-addon-person.team-style-6 .sppb-addon-content:hover .sppb-person-information .sppb-person-name,
.sppb-addon-person.team-style-6 .sppb-addon-content:hover .sppb-person-information .sppb-person-designation,
.sppb-addon-person.team-style-6 .sppb-addon-content:focus .sppb-person-information .sppb-person-name,
.sppb-addon-person.team-style-6 .sppb-addon-content:focus .sppb-person-information .sppb-person-designation {
  color: #fff;
  border-color: #fff;
}
@media only screen and (min-width: 768px) {
  .sppb-addon-person.team-style-6 .sppb-addon-content > div:nth-child(n+2) {
    width: 50%;
    margin-top: 0;
  }
  .sppb-addon-person.team-style-6 .sppb-addon-content .sppb-person-image {
    padding: 0;
    width: 50%;
    float: right;
    padding-top: 0;
  }
  .sppb-addon-person.team-style-6 .sppb-addon-content .sppb-person-image img {
    border-radius: 0 5px 5px 0;
  }
}
.sppb-addon-person.team-style-7 {
  margin-bottom: 30px;
}
.sppb-addon-person.team-style-7 .sppb-addon-content {
  background: #fff;
  padding: 0 20px 5px 20px;
  margin-top: 100px;
  border-top-width: 6px;
  border-top-style: solid;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sppb-addon-person.team-style-7 .sppb-addon-content .sppb-person-image {
  display: inline-block;
  position: relative;
}
.sppb-addon-person.team-style-7 .sppb-addon-content .sppb-person-image img {
  border-radius: 50%;
  margin-top: -100px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sppb-addon-person.team-style-7 .sppb-addon-content .sppb-person-information .sppb-person-name {
  color: #333333;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sppb-addon-person.team-style-7 .sppb-addon-content .sppb-person-information .sppb-person-designation {
  font-size: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sppb-addon-person.team-style-7 .sppb-addon-content .sppb-person-introtext {
  color: #777777;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sppb-addon-person.team-style-7 .sppb-addon-content .sppb-person-social-icons {
  padding: 10px 0;
  border-top: 1px solid #e6e6e6;
}
.sppb-addon-person.team-style-7 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li {
  margin: 0 5px;
}
.sppb-addon-person.team-style-7 .sppb-addon-content .sppb-person-social-icons .sppb-person-social > li > a i {
  width: 30px;
  height: 30px;
  color: #222222;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sppb-addon-person.team-style-7 .sppb-addon-content:hover,
.sppb-addon-person.team-style-7 .sppb-addon-content:focus {
  background: #e6e6e6;
  border-top-color: #fff;
}
.sppb-addon-person.team-style-7 .sppb-addon-content:hover .sppb-person-image img,
.sppb-addon-person.team-style-7 .sppb-addon-content:focus .sppb-person-image img {
  box-shadow: 0 0 0 5px #fff;
  -webkit-filter: sepia(60%);
  filter: sepia(60%);
  -moz-opacity: sepia(60%);
  -khtml-opacity: sepia(60%);
}
.sppb-addon-person.team-style-7 .sppb-addon-content:hover .sppb-person-social-icons .sppb-person-social > li > a i,
.sppb-addon-person.team-style-7 .sppb-addon-content:focus .sppb-person-social-icons .sppb-person-social > li > a i {
  background-color: #cccccc;
}
.sppb-addon-person.team-style-8 {
  margin-bottom: 30px;
}
.sppb-addon-person.team-style-8 .sppb-addon-content {
  overflow: hidden;
}
.sppb-addon-person.team-style-8 .sppb-addon-content .sppb-person-image {
  margin-bottom: 0;
}
.sppb-addon-person.team-style-8 .sppb-addon-content .sppb-person-image img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.sppb-addon-person.team-style-8 .sppb-addon-content .sppb-person-information {
  background-color: #000;
  margin: 0;
  padding: 10px;
  border-bottom: 3px solid #777777;
}
.sppb-addon-person.team-style-8 .sppb-addon-content .sppb-person-information .sppb-person-name {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.sppb-addon-person.team-style-8 .sppb-addon-content .sppb-person-information .sppb-person-designation {
  font-size: 14px;
}
.sppb-addon-person.team-style-8 .sppb-addon-content .sppb-person-introtext {
  background-color: #cccccc;
  padding: 10px;
  margin: 0;
}
.sppb-addon-person.team-style-8 .sppb-addon-content .sppb-person-social-icons {
  background-color: #cccccc;
  padding: 10px;
  margin: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sppb-addon-person.team-style-8 .sppb-addon-content .sppb-person-social-icons .sppb-person-social li {
  margin: 3px;
}
.sppb-addon-person.team-style-8 .sppb-addon-content .sppb-person-social-icons .sppb-person-social li > a {
  padding: 0 5px;
}
.sppb-addon-person.team-style-8 .sppb-addon-content .sppb-person-social-icons .sppb-person-social li > a i {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sppb-addon-person.team-style-8 .sppb-addon-content:hover .sppb-person-image img,
.sppb-addon-person.team-style-8 .sppb-addon-content:focus .sppb-person-image img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.sppb-addon-person.team-style-8 .sppb-addon-content:hover .sppb-person-social-icons li > a i,
.sppb-addon-person.team-style-8 .sppb-addon-content:focus .sppb-person-social-icons li > a i {
  color: #fff;
}
.sppb-addon-pie-progress.pie-progress-style-1 {
  margin-bottom: 30px;
}
.sppb-addon-pie-progress.pie-progress-style-1 .sppb-pie-chart {
  background-color: #333333;
  border-radius: 50%;
}
.sppb-addon-pie-progress.pie-progress-style-1 .sppb-pie-chart .sppb-chart-percent {
  font-size: 30px;
  font-weight: 600;
}
.sppb-addon-pie-progress.pie-progress-style-1 .sppb-pie-chart .sppb-chart-percent span {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sppb-addon-pie-progress.pie-progress-style-1 .sppb-addon-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.sppb-addon-pie-progress.pie-progress-style-1 .sppb-addon-text {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .simple-tweet-feed {
    text-align: left;
  }
  .simple-tweet-feed .tweet-author {
    display: inline-block;
    text-align: center;
    width: 20%;
    padding-right: 20px;
  }
  .simple-tweet-feed .tweet-author > a {
    display: block;
    margin-bottom: 10px;
  }
  .simple-tweet-feed div[id*="sppb-carousel"] {
    display: inline-block;
    width: 80%;
  }
  .simple-tweet-feed div[id*="sppb-carousel"] .sppb-tweet-created {
    font-size: 18px;
  }
  .simple-tweet-feed div[id*="sppb-carousel"] .sppb-tweet-text {
    font-size: 20px;
  }
}
.sppb-addon-ut-clients .sppb-addon-content .owl-nav {
  width: 100%;
  position: absolute;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
}
.sppb-addon-ut-clients .sppb-addon-content .owl-nav div[class*="owl-"] {
  position: absolute;
  left: -16px;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 30px;
  margin-top: -16px;
  border-radius: 0;
  background: #000;
  text-indent: 999px;
  overflow: hidden;
}
.sppb-addon-ut-clients .sppb-addon-content .owl-nav div[class*="owl-"]:before {
  content: "\f0d9";
  color: #fff;
  font-family: Fontawesome;
  display: block;
  text-indent: 0;
  font-size: 24px;
}
.sppb-addon-ut-clients .sppb-addon-content .owl-nav div.owl-next {
  left: auto;
  right: -16px;
}
.sppb-addon-ut-clients .sppb-addon-content .owl-nav div.owl-next:before {
  content: "\f0da";
}
.sppb-addon-ut-clients .sppb-addon-content .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.ut-clients-style-1 .sppb-addon-content div [class*="ut-clients-"] {
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ut-clients-style-2 .sppb-addon-content div [class*="ut-clients-"] {
  padding: 25px;
}
.clients-style-1 .sppb-addon-content img {
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .clients-style-1 .sppb-addon-content div[class*="sppb-col-"] {
    width: 50%;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .sppb-addon-timeline .sppb-addon-timeline-wrapper:before {
    display: none;
  }
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:before,
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:after {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel:before {
    top: 1px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
  }
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part {
    text-align: center;
  }
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part:before {
    top: auto;
    right: 0;
    bottom: 1px;
    left: 0;
    margin: auto;
    transform: rotate(135deg) translateY(-50%);
    -webkit-transform: rotate(135deg) translateY(-50%);
    -moz-transform: rotate(135deg) translateY(-50%);
  }
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-date {
    text-align: center;
  }
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.even {
    margin: 0;
  }
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.even:before {
    bottom: 10px;
    content: " ";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    margin: auto;
  }
  .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.even:after {
    background: #fff none repeat scroll 0 0;
    border: 2px solid;
    border-radius: 50%;
    bottom: .1em;
    content: "";
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 20px;
  }
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
  width: auto;
}
.sppb-addon-pricing-table.pricing-style-1 {
  margin-bottom: 30px;
}
.sppb-addon-pricing-table.pricing-style-1.pricing-featured .sppb-pricing-box {
  background: #333333;
}
.sppb-addon-pricing-table.pricing-style-1.pricing-featured .sppb-pricing-header .sppb-pricing-title {
  background-color: #333333;
  color: #fff;
}
.sppb-addon-pricing-table.pricing-style-1.pricing-featured .sppb-pricing-footer .sppb-btn {
  color: #fff;
}
.sppb-addon-pricing-table.pricing-style-1 .sppb-pricing-box {
  padding: 0;
  border: none;
  background-color: #e6e6e6;
}
.sppb-addon-pricing-table.pricing-style-1 .sppb-pricing-header .sppb-pricing-title {
  padding: 20px 0 55px;
  margin-bottom: 0;
  background-color: #cccccc;
  color: #333333;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
}
.sppb-addon-pricing-table.pricing-style-1 .sppb-pricing-header .sppb-pricing-ct {
  width: 0;
  height: 0;
  margin-top: -65px;
  border-top: 65px solid transparent;
  border-left: 262px solid #333333;
  border-bottom: 65px solid transparent;
  position: relative;
}
.sppb-addon-pricing-table.pricing-style-1 .sppb-pricing-header .sppb-pricing-ct .price {
  float: left;
  display: block;
  color: #fff;
  margin-top: -15px;
  margin-left: -234px;
  width: 262px;
  font-weight: 600;
  text-align: left;
  font-size: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sppb-addon-pricing-table.pricing-style-1 .sppb-pricing-header .sppb-pricing-ct {
    border-left-width: 212px;
  }
  .sppb-addon-pricing-table.pricing-style-1 .sppb-pricing-header .sppb-pricing-ct .price {
    margin-left: -200px;
    font-size: 20px;
  }
}
.sppb-addon-pricing-table.pricing-style-1 .sppb-pricing-features {
  padding: 0;
}
.sppb-addon-pricing-table.pricing-style-1 .sppb-pricing-features ul li {
  border-bottom: 1px solid #fff;
  padding: 14px 0;
}
.sppb-addon-pricing-table.pricing-style-1 .sppb-pricing-footer {
  padding: 30px 0;
}
.sppb-addon-pricing-table.pricing-style-1 .sppb-pricing-footer .sppb-btn {
  background: #fff;
  border: 1px solid #333333;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sppb-addon-pricing-table.pricing-style-1:hover.pricing-featured .sppb-pricing-footer .sppb-btn,
.sppb-addon-pricing-table.pricing-style-1:focus.pricing-featured .sppb-pricing-footer .sppb-btn {
  border-color: #fff;
}
.sppb-addon-pricing-table.pricing-style-1:hover .sppb-pricing-footer .sppb-btn,
.sppb-addon-pricing-table.pricing-style-1:focus .sppb-pricing-footer .sppb-btn {
  background: #333333;
  color: #fff;
}
.sppb-addon-pricing-table.pricing-style-2 {
  margin-bottom: 40px;
}
.sppb-addon-pricing-table.pricing-style-2 .sppb-pricing-box {
  border: 1px solid #cccccc;
  padding-top: 20px;
  color: #333333;
  margin-right: -1px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sppb-addon-pricing-table.pricing-style-2 .sppb-pricing-header .sppb-pricing-title {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
.sppb-addon-pricing-table.pricing-style-2 .sppb-pricing-header .sppb-pricing-ct {
  padding-top: 20px;
}
.sppb-addon-pricing-table.pricing-style-2 .sppb-pricing-header .sppb-pricing-ct .price {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}
.sppb-addon-pricing-table.pricing-style-2 .sppb-pricing-features ul li {
  padding: 12px 0;
}
.sppb-addon-pricing-table.pricing-style-2 .sppb-pricing-footer {
  position: relative;
}
.sppb-addon-pricing-table.pricing-style-2 .sppb-pricing-footer .sppb-btn {
  color: #333333;
  border-color: #cccccc;
  background: #fff;
  position: relative;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
.sppb-addon-pricing-table.pricing-style-2.featured .sppb-pricing-box,
.sppb-addon-pricing-table.pricing-style-2:hover .sppb-pricing-box,
.sppb-addon-pricing-table.pricing-style-2:focus .sppb-pricing-box {
  background-color: #333333;
  color: #cccccc;
}
.sppb-addon-pricing-table.pricing-style-2.featured .sppb-pricing-footer .sppb-btn,
.sppb-addon-pricing-table.pricing-style-2:hover .sppb-pricing-footer .sppb-btn,
.sppb-addon-pricing-table.pricing-style-2:focus .sppb-pricing-footer .sppb-btn {
  background: #333333;
  color: #fff;
  border-color: #fff;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter {
  margin-bottom: 30px;
  text-align: right;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul {
  margin: 0 -3px;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
  margin: 0 3px 10px;
  border: none;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  padding: 0 17px;
  line-height: 29px;
  background-color: transparent;
  color: #777777;
  font-weight: 400;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover,
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:focus {
  background: transparent !important;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:before {
  display: none;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active a {
  background: transparent !important;
}
div.sp-simpleportfolio.layout-gallery-space .sp-simpleportfolio-item:hover .sp-simpleportfolio-img,
div.sp-simpleportfolio.layout-gallery-space .sp-simpleportfolio-item:focus .sp-simpleportfolio-img,
div.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item:hover .sp-simpleportfolio-img,
div.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item:focus .sp-simpleportfolio-img,
div.sp-simpleportfolio.layout-default .sp-simpleportfolio-item:hover .sp-simpleportfolio-img,
div.sp-simpleportfolio.layout-default .sp-simpleportfolio-item:focus .sp-simpleportfolio-img {
  transform: translateY(-68px);
  -wbkit-transform: translateY(-68px);
  width: 100%;
}
div.sp-simpleportfolio .sp-simpleportfolio-items {
  margin: -10px;
}
div.sp-simpleportfolio .sp-simpleportfolio-items + .pagination-wrapper {
  margin-top: 50px;
}
div.sp-simpleportfolio .sp-simpleportfolio-item {
  padding: 10px;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns {
  position: absolute;
  top: 20%;
  left: 10px;
  right: 10px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  color: #fff;
  font-size: 14px;
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover,
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:focus {
  color: #fff;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
  transition: .5s cubic-bezier(.19,1,.22,1);
  -webkit-transition: .5s cubic-bezier(.19,1,.22,1);
  width: 100%;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  background: transparent;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-icon-video {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
div.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-img,
div.sp-simpleportfolio .sp-simpleportfolio-item:focus .sp-simpleportfolio-img {
  transform: scale3d(1,1,1);
  -wbkit-transform: scale3d(1,1,1);
}
div.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-btns,
div.sp-simpleportfolio .sp-simpleportfolio-item:focus .sp-simpleportfolio-btns {
  top: 30%;
}
div.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-icon-video,
div.sp-simpleportfolio .sp-simpleportfolio-item:focus .sp-simpleportfolio-icon-video {
  opacity: 0;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
  background: #333333;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  z-index: 3;
  display: block;
  width: 100%;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-title {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 3px;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-title a {
  color: #fff;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-tags {
  line-height: 1.5;
  font-size: 14px;
  color: #cccccc;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:focus {
  background: #333333;
  color: #fff;
}
div.sp-simpleportfolio .sp-simpleportfolio-gallery-info {
  position: absolute;
  bottom: 0;
  background: #333333;
  z-index: -1;
  display: block;
  width: 100%;
  padding: 10px 15px;
}
div.sp-simpleportfolio .sp-simpleportfolio-gallery-info .sp-simpleportfolio-title {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 3px;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.sp-simpleportfolio .sp-simpleportfolio-gallery-info .sp-simpleportfolio-title a {
  color: #fff;
}
div.sp-simpleportfolio .sp-simpleportfolio-gallery-info .sp-simpleportfolio-tags {
  line-height: 1.5;
  font-size: 14px;
  color: #cccccc;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-image {
  margin-bottom: 0;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-image img {
  width: 100%;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-description {
  width: 100%;
  float: none;
  margin-bottom: 0;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-description h2 {
  font-size: 24px;
  font-weight: 400;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-description .sp-simpleportfolio-link {
  margin-top: 20px;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-meta {
  width: 100%;
  float: none;
  padding-left: 0;
  margin-top: 5px;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-meta .sp-simpleportfolio-created {
  padding-top: 15px;
  border-color: #ddd;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-meta .sp-simpleportfolio-created h4 {
  display: inline-block;
  margin-bottom: 0;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-meta .sp-simpleportfolio-created span {
  display: inline-block;
  float: right;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-meta .sp-simpleportfolio-tags h4 {
  margin-bottom: 15px;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-meta .sp-simpleportfolio-tags span {
  padding: 5px 15px;
  font-size: 14px;
  border: 1px solid #ddd;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-client h4 {
  display: inline-block;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-client h4:after {
  content: ":";
  display: inline-block;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-client span {
  margin-left: 6px;
}
@media only screen and (max-width: 991px) {
  .sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-description {
    margin-top: 30px;
  }
}
#mod-sp-simpleportfolio.increase .sp-simpleportfolio-items {
  overflow: visible !important;
}
#mod-sp-simpleportfolio.increase .sp-simpleportfolio-items .sp-simpleportfolio-item {
  z-index: 0;
  transition: all 0.3s ease-in-out !important;
}
#mod-sp-simpleportfolio.increase .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper {
  overflow: visible;
}
#mod-sp-simpleportfolio.increase .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#mod-sp-simpleportfolio.increase .sp-simpleportfolio-items .sp-simpleportfolio-item:hover,
#mod-sp-simpleportfolio.increase .sp-simpleportfolio-items .sp-simpleportfolio-item:focus {
  z-index: 1;
}
#mod-sp-simpleportfolio.increase .sp-simpleportfolio-items .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img,
#mod-sp-simpleportfolio.increase .sp-simpleportfolio-items .sp-simpleportfolio-item:focus .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
#mod-sp-simpleportfolio.fadeup-black .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
#mod-sp-simpleportfolio.fadeup-primary .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  top: 25px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#mod-sp-simpleportfolio.fadeup-black .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .simpleportfolio-info .simpleportfolio-title,
#mod-sp-simpleportfolio.fadeup-primary .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .simpleportfolio-info .simpleportfolio-title {
  padding-bottom: 15px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  font-size: 20px;
  display: inline-block;
  margin: 0 auto 10px;
}
#mod-sp-simpleportfolio.fadeup-black .sp-simpleportfolio-items .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay,
#mod-sp-simpleportfolio.fadeup-black .sp-simpleportfolio-items .sp-simpleportfolio-item:focus .sp-simpleportfolio-overlay,
#mod-sp-simpleportfolio.fadeup-primary .sp-simpleportfolio-items .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay,
#mod-sp-simpleportfolio.fadeup-primary .sp-simpleportfolio-items .sp-simpleportfolio-item:focus .sp-simpleportfolio-overlay {
  top: 0;
}
#mod-sp-simpleportfolio.fadeup-black .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-overlay {
  background: rgba(0,0,0,0.8);
}
#mod-sp-simpleportfolio.fadeup-black .sp-simpleportfolio-items .sp-simpleportfolio-item .simpleportfolio-title a {
  color: #fff;
}
#mod-sp-simpleportfolio.fadeup-primary .sp-simpleportfolio-items .sp-simpleportfolio-item .simpleportfolio-info .simpleportfolio-title {
  border-bottom-color: #222222;
  font-weight: 600;
}
#mod-sp-simpleportfolio.fadeup-primary .sp-simpleportfolio-items .sp-simpleportfolio-item .simpleportfolio-info .simpleportfolio-title a {
  color: #222222;
}
#mod-sp-simpleportfolio.overlay .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #222222;
  border-color: #222222;
}
#mod-sp-simpleportfolio.overlay .sp-simpleportfolio-items .sp-simpleportfolio-item:hover .sp-simpleportfolio-btns,
#mod-sp-simpleportfolio.overlay .sp-simpleportfolio-items .sp-simpleportfolio-item:focus .sp-simpleportfolio-btns {
  top: 50%;
  margin-top: -70px;
}
#mod-sp-simpleportfolio.slideup .sp-simpleportfolio-items .sp-simpleportfolio-item .simpleportfolio-info {
  background: rgba(255,255,255,0.9);
  padding: 5px 15px 15px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#mod-sp-simpleportfolio.slideup .sp-simpleportfolio-items .sp-simpleportfolio-item .simpleportfolio-info .simpleportfolio-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#mod-sp-simpleportfolio.slideup .sp-simpleportfolio-items .sp-simpleportfolio-item .simpleportfolio-info .simpleportfolio-desc {
  color: #333333;
}
#mod-sp-simpleportfolio.slideup .sp-simpleportfolio-items .sp-simpleportfolio-item .simpleportfolio-info .readmore {
  margin-top: 15px;
}
#mod-sp-simpleportfolio.slideup .sp-simpleportfolio-items .sp-simpleportfolio-item .simpleportfolio-info .readmore a {
  color: #fff;
}
#mod-sp-simpleportfolio.slideup .sp-simpleportfolio-items .sp-simpleportfolio-item:hover .simpleportfolio-info,
#mod-sp-simpleportfolio.slideup .sp-simpleportfolio-items .sp-simpleportfolio-item:focus .simpleportfolio-info {
  height: 100%;
}
#mod-sp-simpleportfolio.caption .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .simpleportfolio-img {
  border: 1px solid #cccccc;
  padding: 5px;
  -webkit-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
#mod-sp-simpleportfolio.caption .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .simpleportfolio-info {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  background: rgba(0,0,0,0.9);
  left: 6px;
  -webkit-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
#mod-sp-simpleportfolio.caption .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .simpleportfolio-info .simpleportfolio-title {
  font-size: 16px;
  margin: 0;
  padding: 3px 10px 5px;
}
#mod-sp-simpleportfolio.caption .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .simpleportfolio-info .simpleportfolio-title a {
  color: #fff;
}
#mod-sp-simpleportfolio.caption .sp-simpleportfolio-items .sp-simpleportfolio-item:hover .simpleportfolio-img,
#mod-sp-simpleportfolio.caption .sp-simpleportfolio-items .sp-simpleportfolio-item:focus .simpleportfolio-img {
  -webkit-filter: sepia(60%);
  filter: sepia(60%);
  -moz-opacity: sepia(60%);
  -khtml-opacity: sepia(60%);
  opacity: 0.9;
}
#mod-sp-simpleportfolio.caption .sp-simpleportfolio-items .sp-simpleportfolio-item:hover .simpleportfolio-info,
#mod-sp-simpleportfolio.caption .sp-simpleportfolio-items .sp-simpleportfolio-item:focus .simpleportfolio-info {
  background: rgba(255,255,255,0.9);
}
#mod-sp-simpleportfolio.caption .sp-simpleportfolio-items .sp-simpleportfolio-item:hover .simpleportfolio-info .simpleportfolio-title a,
#mod-sp-simpleportfolio.caption .sp-simpleportfolio-items .sp-simpleportfolio-item:focus .simpleportfolio-info .simpleportfolio-title a {
  color: #222222;
}
.portfolio-fullwidth.view-items #sp-main-body > .container {
  width: auto;
  padding: 0;
}
.portfolio-fullwidth.view-items #sp-main-body > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
.portfolio-fullwidth.view-items #sp-main-body > .container #sp-component {
  padding: 0;
}
.portfolio-fullwidth.view-items #sp-main-body > .container #sp-component .sp-simpleportfolio-filter {
  padding-left: 15px;
  padding-right: 15px;
}
.vbox-open .vbox-overlay {
  z-index: 10000;
}
.vbox-open .vbox-overlay .vbox-container {
  overflow-y: hidden;
}
.vbox-open .vbox-overlay .vbox-container .vbox-content img {
  display: inline-block;
  width: auto;
}
.vbox-open .vbox-overlay .vbox-title {
  font-size: 14px;
}
.vbox-open .vbox-overlay .vbox-num {
  font-size: 14px;
}
.vbox-open .vbox-overlay .vbox-close {
  font-size: 30px;
}
.vbox-open .vbox-overlay .vbox-next,
.vbox-open .vbox-overlay .vbox-prev {
  text-align: center;
}
.vbox-open .vbox-overlay .vbox-next span,
.vbox-open .vbox-overlay .vbox-prev span {
  display: none;
}
.vbox-open .vbox-overlay .vbox-next:after,
.vbox-open .vbox-overlay .vbox-prev:after {
  content: "\f105";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: FontAwesome;
  font-size: 45px;
  line-height: 1;
  color: #fff;
}
.vbox-open .vbox-overlay .vbox-prev:after {
  content: "\f104";
}
#sp-page-builder .page-content .sppb-section,
#sp-page-builder .sppb-section {
  margin-top: 0;
  clear: both;
}
#sp-page-builder .sppb-section .sppb-section-title .sppb-title-subheading {
  font-size: inherit;
  max-width: 100%;
}
#sp-page-builder .sppb-section[class*="title-dot-"] .sppb-section-title .sppb-title-heading {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#sp-page-builder .sppb-section[class*="title-dot-"] .sppb-section-title .sppb-title-heading:before {
  content: "";
  height: 1px;
  width: 280px;
  background-color: #cccccc;
  z-index: 0;
}
#sp-page-builder .sppb-section[class*="title-dot-"] .sppb-section-title .sppb-title-heading:after {
  content: "";
  width: 11px;
  height: 11px;
  bottom: -5px;
  border-radius: 50%;
  z-index: 1;
}
#sp-page-builder .sppb-section[class*="title-bar-"] .sppb-section-title .sppb-title-heading {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#sp-page-builder .sppb-section[class*="title-bar-"] .sppb-section-title .sppb-title-heading:before {
  content: "";
  height: 1px;
  width: 280px;
  background-color: #cccccc;
  z-index: 0;
}
#sp-page-builder .sppb-section[class*="title-bar-"] .sppb-section-title .sppb-title-heading:after {
  content: "";
  width: 50px;
  height: 3px;
  bottom: -1px;
  z-index: 1;
}
#sp-page-builder .sppb-section.title-small-line .sppb-section-title .sppb-title-heading:before {
  width: 150px;
}
#sp-page-builder .sppb-addon.addon-title-dot .sppb-addon-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
#sp-page-builder .sppb-addon.addon-title-dot .sppb-addon-title:before {
  content: "";
  height: 1px;
  width: 280px;
  background-color: #bababa;
  z-index: 0;
}
#sp-page-builder .sppb-addon.addon-title-dot .sppb-addon-title:after {
  content: "";
  width: 11px;
  height: 11px;
  bottom: -5px;
  border-radius: 50%;
  z-index: 1;
}
#sp-page-builder .sppb-addon.addon-title-bar .sppb-addon-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
#sp-page-builder .sppb-addon.addon-title-bar .sppb-addon-title:before {
  content: "";
  height: 1px;
  width: 280px;
  background-color: #bababa;
  z-index: 0;
}
#sp-page-builder .sppb-addon.addon-title-bar .sppb-addon-title:after {
  content: "";
  width: 50px;
  height: 3px;
  bottom: -1px;
  z-index: 1;
}
#sp-page-builder .sppb-addon.title-small-line .sppb-addon-title:before {
  width: 150px;
}
#sp-page-builder .sppb-form-control {
  height: 44px !important;
}
.sppb-addon-raw-html ul {
  padding: 0;
}
.sppb-addon-raw-html ul li {
  list-style: none;
  line-height: 20px;
  margin-bottom: 12px;
}
.sppb-addon-raw-html ul i {
  margin-right: 8px;
}
.sppb-addon-accordion .sppb-panel-group > div[class*="sppb-panel"] {
  margin-bottom: 5px;
  border-color: #c4c4c4;
  border-top: 1px solid #c4c4c4;
}
.sppb-addon-accordion .sppb-panel-group > div[class*="sppb-panel"] .sppb-panel-heading {
  padding: 10px 15px 10px 40px;
}
.sppb-addon-accordion .sppb-panel-group > div[class*="sppb-panel"] .sppb-panel-heading .sppb-panel-title {
  color: #333333;
  font-weight: normal;
  font-size: 20px;
}
.sppb-addon-accordion .sppb-panel-group > div[class*="sppb-panel"] .sppb-panel-heading .sppb-toggle-direction {
  color: #333333;
  right: inherit;
  left: 10px;
}
.sppb-addon-accordion .sppb-panel-group > div[class*="sppb-panel"] .sppb-panel-heading.active .sppb-panel-title,
.sppb-addon-accordion .sppb-panel-group > div[class*="sppb-panel"] .sppb-panel-heading.active .sppb-toggle-direction {
  color: #fff;
}
.sppb-addon-accordion .sppb-panel-group > div[class*="sppb-panel"] .sppb-panel-body {
  border-top-color: #c4c4c4;
}
.sppb-addon-accordion .sppb-panel-group > div[class*="sppb-panel"] .sppb-panel-body ul {
  padding: 0;
  list-style: none;
}
.sppb-addon-accordion .sppb-panel-group > div[class*="sppb-panel"] .sppb-panel-body ul li:before {
  content: "\f18e";
  font-family: Fontawesome;
  display: inline-block;
  margin-right: 10px;
}
.sppb-addon-accordion .sppb-panel-group div.sppb-panel-faq .sppb-panel-heading,
.sppb-addon-accordion .sppb-panel-group div.sppb-panel-faq .sppb-panel-body {
  border-bottom: none;
}
@media screen and (max-width: 479px) {
  .sppb-addon-feature .sppb-addon-content .sppb-media .pull-left {
    float: none !important;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.bordered {
  border: 1px solid #ddd;
}
.bt {
  border-top: 1px solid #ddd;
}
.br {
  border-right: 1px solid #ddd;
}
.bb {
  border-bottom: 1px solid #ddd;
}
.bl {
  border-left: 1px solid #ddd;
}
.border-double {
  border: 4px double #ddd;
}
.bt-double {
  border-top: 4px double #ddd;
}
.br-double {
  border-right: 4px double #ddd;
}
.bb-double {
  border-bottom: 4px double #ddd;
}
.bl-double {
  border-left: 4px double #ddd;
}
.border-dashed {
  border: 1px dashed #ddd;
}
.bt-dashed {
  border-top: 1px dashed #ddd;
}
.br-dashed {
  border-right: 1px dashed #ddd;
}
.bb-dashed {
  border-bottom: 1px dashed #ddd;
}
.bl-dashed {
  border-left: 1px dashed #ddd;
}
.border-dotted {
  border: 1px dotted #ddd;
}
.bt-dotted {
  border-top: 1px dotted #ddd;
}
.br-dotted {
  border-right: 1px dotted #ddd;
}
.bb-dotted {
  border-bottom: 1px dotted #ddd;
}
.bl-dotted {
  border-left: 1px dotted #ddd;
}
@media only screen and (min-width: 768px) {
  .bordered-sm {
    border: 1px solid #ddd;
  }
  .bt-sm {
    border-top: 1px solid #ddd;
  }
  .br-sm {
    border-right: 1px solid #ddd;
  }
  .bb-sm {
    border-bottom: 1px solid #ddd;
  }
  .bl-sm {
    border-left: 1px solid #ddd;
  }
  .border-sm-double {
    border: 4px double #ddd;
  }
  .bt-sm-double {
    border-top: 4px double #ddd;
  }
  .br-sm-double {
    border-right: 4px double #ddd;
  }
  .bb-sm-double {
    border-bottom: 4px double #ddd;
  }
  .bl-sm-double {
    border-left: 4px double #ddd;
  }
  .border-sm-dashed {
    border: 1px dashed #ddd;
  }
  .bt-sm-dashed {
    border-top: 1px dashed #ddd;
  }
  .br-sm-dashed {
    border-right: 1px dashed #ddd;
  }
  .bb-sm-dashed {
    border-bottom: 1px dashed #ddd;
  }
  .bl-sm-dashed {
    border-left: 1px dashed #ddd;
  }
  .border-sm-dotted {
    border: 1px dotted #ddd;
  }
  .bt-sm-dotted {
    border-top: 1px dotted #ddd;
  }
  .br-sm-dotted {
    border-right: 1px dotted #ddd;
  }
  .bb-sm-dotted {
    border-bottom: 1px dotted #ddd;
  }
  .bl-sm-dotted {
    border-left: 1px dotted #ddd;
  }
}
@media only screen and (min-width: 992px) {
  .bordered-md {
    border: 1px solid #ddd;
  }
  .bt-md {
    border-top: 1px solid #ddd;
  }
  .br-md {
    border-right: 1px solid #ddd;
  }
  .bb-md {
    border-bottom: 1px solid #ddd;
  }
  .bl-md {
    border-left: 1px solid #ddd;
  }
  .border-md-double {
    border: 4px double #ddd;
  }
  .bt-md-double {
    border-top: 4px double #ddd;
  }
  .br-md-double {
    border-right: 4px double #ddd;
  }
  .bb-md-double {
    border-bottom: 4px double #ddd;
  }
  .bl-md-double {
    border-left: 4px double #ddd;
  }
  .border-md-dashed {
    border: 1px dashed #ddd;
  }
  .bt-md-dashed {
    border-top: 1px dashed #ddd;
  }
  .br-md-dashed {
    border-right: 1px dashed #ddd;
  }
  .bb-md-dashed {
    border-bottom: 1px dashed #ddd;
  }
  .bl-md-dashed {
    border-left: 1px dashed #ddd;
  }
  .border-md-dotted {
    border: 1px dotted #ddd;
  }
  .bt-md-dotted {
    border-top: 1px dotted #ddd;
  }
  .br-md-dotted {
    border-right: 1px dotted #ddd;
  }
  .bb-md-dotted {
    border-bottom: 1px dotted #ddd;
  }
  .bl-md-dotted {
    border-left: 1px dotted #ddd;
  }
}
@media only screen and (min-width: 1200px) {
  .bordered-lg {
    border: 1px solid #ddd;
  }
  .bt-lg {
    border-top: 1px solid #ddd;
  }
  .br-lg {
    border-right: 1px solid #ddd;
  }
  .bb-lg {
    border-bottom: 1px solid #ddd;
  }
  .bl-lg {
    border-left: 1px solid #ddd;
  }
  .border-lg-double {
    border: 4px double #ddd;
  }
  .bt-lg-double {
    border-top: 4px double #ddd;
  }
  .br-lg-double {
    border-right: 4px double #ddd;
  }
  .bb-lg-double {
    border-bottom: 4px double #ddd;
  }
  .bl-lg-double {
    border-left: 4px double #ddd;
  }
  .border-lg-dashed {
    border: 1px dashed #ddd;
  }
  .bt-lg-dashed {
    border-top: 1px dashed #ddd;
  }
  .br-lg-dashed {
    border-right: 1px dashed #ddd;
  }
  .bb-lg-dashed {
    border-bottom: 1px dashed #ddd;
  }
  .bl-lg-dashed {
    border-left: 1px dashed #ddd;
  }
  .border-lg-dotted {
    border: 1px dotted #ddd;
  }
  .bt-lg-dotted {
    border-top: 1px dotted #ddd;
  }
  .br-lg-dotted {
    border-right: 1px dotted #ddd;
  }
  .bb-lg-dotted {
    border-bottom: 1px dotted #ddd;
  }
  .bl-lg-dotted {
    border-left: 1px dotted #ddd;
  }
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-150 {
  padding-top: 150px;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (min-width: 768px) {
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pt-sm-70 {
    padding-top: 70px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-90 {
    padding-top: 90px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .pt-sm-110 {
    padding-top: 110px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pt-sm-130 {
    padding-top: 130px;
  }
  .pt-sm-140 {
    padding-top: 140px;
  }
  .pt-sm-150 {
    padding-top: 150px;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .pb-sm-70 {
    padding-bottom: 70px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-90 {
    padding-bottom: 90px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .pb-sm-110 {
    padding-bottom: 110px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
  .pb-sm-130 {
    padding-bottom: 130px;
  }
  .pb-sm-140 {
    padding-bottom: 140px;
  }
  .pb-sm-150 {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .pt-md-70 {
    padding-top: 70px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pt-md-90 {
    padding-top: 90px;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pt-md-110 {
    padding-top: 110px;
  }
  .pt-md-120 {
    padding-top: 120px;
  }
  .pt-md-130 {
    padding-top: 130px;
  }
  .pt-md-140 {
    padding-top: 140px;
  }
  .pt-md-150 {
    padding-top: 150px;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
  .pb-md-90 {
    padding-bottom: 90px;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
  .pb-md-110 {
    padding-bottom: 110px;
  }
  .pb-md-120 {
    padding-bottom: 120px;
  }
  .pb-md-130 {
    padding-bottom: 130px;
  }
  .pb-md-140 {
    padding-bottom: 140px;
  }
  .pb-md-150 {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pt-lg-70 {
    padding-top: 70px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pt-lg-90 {
    padding-top: 90px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pt-lg-110 {
    padding-top: 110px;
  }
  .pt-lg-120 {
    padding-top: 120px;
  }
  .pt-lg-130 {
    padding-top: 130px;
  }
  .pt-lg-140 {
    padding-top: 140px;
  }
  .pt-lg-150 {
    padding-top: 150px;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .pb-lg-70 {
    padding-bottom: 70px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  .pb-lg-90 {
    padding-bottom: 90px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .pb-lg-110 {
    padding-bottom: 110px;
  }
  .pb-lg-120 {
    padding-bottom: 120px;
  }
  .pb-lg-130 {
    padding-bottom: 130px;
  }
  .pb-lg-140 {
    padding-bottom: 140px;
  }
  .pb-lg-150 {
    padding-bottom: 150px;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-150 {
  margin-top: 150px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-150 {
  margin-bottom: 150px;
}
@media only screen and (min-width: 768px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mt-sm-70 {
    margin-top: 70px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .mt-sm-110 {
    margin-top: 110px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .mt-sm-130 {
    margin-top: 130px;
  }
  .mt-sm-140 {
    margin-top: 140px;
  }
  .mt-sm-150 {
    margin-top: 150px;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mb-sm-90 {
    margin-bottom: 90px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .mb-sm-110 {
    margin-bottom: 110px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mb-sm-130 {
    margin-bottom: 130px;
  }
  .mb-sm-140 {
    margin-bottom: 140px;
  }
  .mb-sm-150 {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mt-md-70 {
    margin-top: 70px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
  .mt-md-100 {
    margin-top: 100px;
  }
  .mt-md-110 {
    margin-top: 110px;
  }
  .mt-md-120 {
    margin-top: 120px;
  }
  .mt-md-130 {
    margin-top: 130px;
  }
  .mt-md-140 {
    margin-top: 150px;
  }
  .mt-md-150 {
    margin-top: 140px;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .mb-md-70 {
    margin-bottom: 70px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .mb-md-90 {
    margin-bottom: 90px;
  }
  .mb-md-100 {
    margin-bottom: 100px;
  }
  .mb-md-110 {
    margin-bottom: 110px;
  }
  .mb-md-120 {
    margin-bottom: 120px;
  }
  .mb-md-130 {
    margin-bottom: 130px;
  }
  .mb-md-140 {
    margin-bottom: 140px;
  }
  .mb-md-150 {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-70 {
    margin-top: 70px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
  .mt-lg-100 {
    margin-top: 100px;
  }
  .mt-lg-110 {
    margin-top: 110px;
  }
  .mt-lg-120 {
    margin-top: 120px;
  }
  .mt-lg-130 {
    margin-top: 130px;
  }
  .mt-lg-140 {
    margin-top: 140px;
  }
  .mt-lg-150 {
    margin-top: 150px;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .mb-lg-70 {
    margin-bottom: 70px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .mb-lg-90 {
    margin-bottom: 90px;
  }
  .mb-lg-100 {
    margin-bottom: 100px;
  }
  .mb-lg-110 {
    margin-bottom: 110px;
  }
  .mb-lg-120 {
    margin-bottom: 120px;
  }
  .mb-lg-130 {
    margin-bottom: 130px;
  }
  .mb-lg-140 {
    margin-bottom: 140px;
  }
  .mb-lg-150 {
    margin-bottom: 150px;
  }
}
.bg-black {
  background: #000;
}
.bg-darker {
  background: #222222;
}
.bg-dark {
  background: #333333;
}
.bg-gray {
  background: #555555;
}
.bg-light {
  background: #777777;
}
.bg-lighter {
  background: #cccccc;
}
.bg-lightest {
  background: #e6e6e6;
}
.bg-primary {
  color: #fff;
}
[class*="overlay-bg-"] {
  position: relative;
}
[class*="overlay-bg-"]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.overlay-bg-black-10:before {
  background: rgba(0,0,0,0.1);
}
.overlay-bg-black-20:before {
  background: rgba(0,0,0,0.2);
}
.overlay-bg-black-30:before {
  background: rgba(0,0,0,0.3);
}
.overlay-bg-black-40:before {
  background: rgba(0,0,0,0.4);
}
.overlay-bg-black-50:before {
  background: rgba(0,0,0,0.5);
}
.overlay-bg-black-60:before {
  background: rgba(0,0,0,0.6);
}
.overlay-bg-black-70:before {
  background: rgba(0,0,0,0.7);
}
.overlay-bg-black-80:before {
  background: rgba(0,0,0,0.8);
}
.overlay-bg-black-90:before {
  background: rgba(0,0,0,0.9);
}
.overlay-bg-white-10:before {
  background: rgba(255,255,255,0.1);
}
.overlay-bg-white-20:before {
  background: rgba(255,255,255,0.2);
}
.overlay-bg-white-30:before {
  background: rgba(255,255,255,0.3);
}
.overlay-bg-white-40:before {
  background: rgba(255,255,255,0.4);
}
.overlay-bg-white-50:before {
  background: rgba(255,255,255,0.5);
}
.overlay-bg-white-60:before {
  background: rgba(255,255,255,0.6);
}
.overlay-bg-white-70:before {
  background: rgba(255,255,255,0.7);
}
.overlay-bg-white-80:before {
  background: rgba(255,255,255,0.8);
}
.overlay-bg-white-90:before {
  background: rgba(255,255,255,0.9);
}
.white-color p,
.white-color a,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color span,
.white-color strong,
.white-color div {
  color: #fff;
}
.simple {
  background-color: transparent;
  color: #777777;
  border: none;
}
.simple:hover,
.simple:focus {
  color: #777777;
}
.light {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.light:hover,
.light:focus {
  color: #777777;
}
.dark {
  background-color: #000;
  color: #cccccc;
  border: 1px solid #000;
}
.dark:hover,
.dark:focus {
  color: #cccccc;
}
.square {
  border-radius: 0;
}
.rounded {
  border-radius: 4px;
}
.circle {
  border-radius: 50%;
}
.btn-behance.colored {
  background-color: #053eff;
  border: 1px solid transparent;
  color: #fff;
}
.btn-behance.simple-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: none;
}
.btn-behance.simple-hover-content-color:hover,
.btn-behance.simple-hover-content-color:focus {
  color: #777777;
}
.btn-behance.simple-hover-content-color:hover,
.btn-behance.simple-hover-content-color:focus {
  color: #053eff;
}
.btn-behance.light-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  color: #053eff;
}
.btn-behance.light-content-color:hover,
.btn-behance.light-content-color:focus {
  color: #777777;
}
.btn-behance.light-content-color:hover,
.btn-behance.light-content-color:focus {
  color: #053eff;
}
.btn-behance.light-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  border-color: #053eff;
}
.btn-behance.light-border-color:hover,
.btn-behance.light-border-color:focus {
  color: #777777;
}
.btn-behance.light-hover-colored {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-behance.light-hover-colored:hover,
.btn-behance.light-hover-colored:focus {
  color: #777777;
}
.btn-behance.light-hover-colored:hover,
.btn-behance.light-hover-colored:focus {
  background-color: #053eff;
  border: 1px solid transparent;
  color: #fff;
}
.btn-behance.light-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-behance.light-hover-content-color:hover,
.btn-behance.light-hover-content-color:focus {
  color: #777777;
}
.btn-behance.light-hover-content-color:hover,
.btn-behance.light-hover-content-color:focus {
  color: #053eff;
}
.btn-behance.light-hover-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-behance.light-hover-border-color:hover,
.btn-behance.light-hover-border-color:focus {
  color: #777777;
}
.btn-behance.light-hover-border-color:hover,
.btn-behance.light-hover-border-color:focus {
  border-color: #053eff;
}
.btn-behance.dark-hover-colored {
  background-color: #000;
  color: #cccccc;
  border: 1px solid #000;
}
.btn-behance.dark-hover-colored:hover,
.btn-behance.dark-hover-colored:focus {
  color: #cccccc;
}
.btn-behance.dark-hover-colored:hover,
.btn-behance.dark-hover-colored:focus {
  background-color: #053eff;
  border: 1px solid transparent;
  color: #fff;
}
.btn-dribbble.colored {
  background-color: #ea4c89;
  border: 1px solid transparent;
  color: #fff;
}
.btn-dribbble.simple-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: none;
}
.btn-dribbble.simple-hover-content-color:hover,
.btn-dribbble.simple-hover-content-color:focus {
  color: #777777;
}
.btn-dribbble.simple-hover-content-color:hover,
.btn-dribbble.simple-hover-content-color:focus {
  color: #ea4c89;
}
.btn-dribbble.light-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  color: #ea4c89;
}
.btn-dribbble.light-content-color:hover,
.btn-dribbble.light-content-color:focus {
  color: #777777;
}
.btn-dribbble.light-content-color:hover,
.btn-dribbble.light-content-color:focus {
  color: #ea4c89;
}
.btn-dribbble.light-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  border-color: #ea4c89;
}
.btn-dribbble.light-border-color:hover,
.btn-dribbble.light-border-color:focus {
  color: #777777;
}
.btn-dribbble.light-hover-colored {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-dribbble.light-hover-colored:hover,
.btn-dribbble.light-hover-colored:focus {
  color: #777777;
}
.btn-dribbble.light-hover-colored:hover,
.btn-dribbble.light-hover-colored:focus {
  background-color: #ea4c89;
  border: 1px solid transparent;
  color: #fff;
}
.btn-dribbble.light-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-dribbble.light-hover-content-color:hover,
.btn-dribbble.light-hover-content-color:focus {
  color: #777777;
}
.btn-dribbble.light-hover-content-color:hover,
.btn-dribbble.light-hover-content-color:focus {
  color: #ea4c89;
}
.btn-dribbble.light-hover-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-dribbble.light-hover-border-color:hover,
.btn-dribbble.light-hover-border-color:focus {
  color: #777777;
}
.btn-dribbble.light-hover-border-color:hover,
.btn-dribbble.light-hover-border-color:focus {
  border-color: #ea4c89;
}
.btn-dribbble.dark-hover-colored {
  background-color: #000;
  color: #cccccc;
  border: 1px solid #000;
}
.btn-dribbble.dark-hover-colored:hover,
.btn-dribbble.dark-hover-colored:focus {
  color: #cccccc;
}
.btn-dribbble.dark-hover-colored:hover,
.btn-dribbble.dark-hover-colored:focus {
  background-color: #ea4c89;
  border: 1px solid transparent;
  color: #fff;
}
.btn-facebook.colored {
  background-color: #3b5998;
  border: 1px solid transparent;
  color: #fff;
}
.btn-facebook.simple-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: none;
}
.btn-facebook.simple-hover-content-color:hover,
.btn-facebook.simple-hover-content-color:focus {
  color: #777777;
}
.btn-facebook.simple-hover-content-color:hover,
.btn-facebook.simple-hover-content-color:focus {
  color: #3b5998;
}
.btn-facebook.light-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  color: #3b5998;
}
.btn-facebook.light-content-color:hover,
.btn-facebook.light-content-color:focus {
  color: #777777;
}
.btn-facebook.light-content-color:hover,
.btn-facebook.light-content-color:focus {
  color: #3b5998;
}
.btn-facebook.light-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  border-color: #3b5998;
}
.btn-facebook.light-border-color:hover,
.btn-facebook.light-border-color:focus {
  color: #777777;
}
.btn-facebook.light-hover-colored {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-facebook.light-hover-colored:hover,
.btn-facebook.light-hover-colored:focus {
  color: #777777;
}
.btn-facebook.light-hover-colored:hover,
.btn-facebook.light-hover-colored:focus {
  background-color: #3b5998;
  border: 1px solid transparent;
  color: #fff;
}
.btn-facebook.light-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-facebook.light-hover-content-color:hover,
.btn-facebook.light-hover-content-color:focus {
  color: #777777;
}
.btn-facebook.light-hover-content-color:hover,
.btn-facebook.light-hover-content-color:focus {
  color: #3b5998;
}
.btn-facebook.light-hover-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-facebook.light-hover-border-color:hover,
.btn-facebook.light-hover-border-color:focus {
  color: #777777;
}
.btn-facebook.light-hover-border-color:hover,
.btn-facebook.light-hover-border-color:focus {
  border-color: #3b5998;
}
.btn-facebook.dark-hover-colored {
  background-color: #000;
  color: #cccccc;
  border: 1px solid #000;
}
.btn-facebook.dark-hover-colored:hover,
.btn-facebook.dark-hover-colored:focus {
  color: #cccccc;
}
.btn-facebook.dark-hover-colored:hover,
.btn-facebook.dark-hover-colored:focus {
  background-color: #3b5998;
  border: 1px solid transparent;
  color: #fff;
}
.btn-flickr.colored {
  background-color: #ff0084;
  border: 1px solid transparent;
  color: #fff;
}
.btn-flickr.simple-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: none;
}
.btn-flickr.simple-hover-content-color:hover,
.btn-flickr.simple-hover-content-color:focus {
  color: #777777;
}
.btn-flickr.simple-hover-content-color:hover,
.btn-flickr.simple-hover-content-color:focus {
  color: #ff0084;
}
.btn-flickr.light-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  color: #ff0084;
}
.btn-flickr.light-content-color:hover,
.btn-flickr.light-content-color:focus {
  color: #777777;
}
.btn-flickr.light-content-color:hover,
.btn-flickr.light-content-color:focus {
  color: #ff0084;
}
.btn-flickr.light-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  border-color: #ff0084;
}
.btn-flickr.light-border-color:hover,
.btn-flickr.light-border-color:focus {
  color: #777777;
}
.btn-flickr.light-hover-colored {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-flickr.light-hover-colored:hover,
.btn-flickr.light-hover-colored:focus {
  color: #777777;
}
.btn-flickr.light-hover-colored:hover,
.btn-flickr.light-hover-colored:focus {
  background-color: #ff0084;
  border: 1px solid transparent;
  color: #fff;
}
.btn-flickr.light-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-flickr.light-hover-content-color:hover,
.btn-flickr.light-hover-content-color:focus {
  color: #777777;
}
.btn-flickr.light-hover-content-color:hover,
.btn-flickr.light-hover-content-color:focus {
  color: #ff0084;
}
.btn-flickr.light-hover-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-flickr.light-hover-border-color:hover,
.btn-flickr.light-hover-border-color:focus {
  color: #777777;
}
.btn-flickr.light-hover-border-color:hover,
.btn-flickr.light-hover-border-color:focus {
  border-color: #ff0084;
}
.btn-flickr.dark-hover-colored {
  background-color: #000;
  color: #cccccc;
  border: 1px solid #000;
}
.btn-flickr.dark-hover-colored:hover,
.btn-flickr.dark-hover-colored:focus {
  color: #cccccc;
}
.btn-flickr.dark-hover-colored:hover,
.btn-flickr.dark-hover-colored:focus {
  background-color: #ff0084;
  border: 1px solid transparent;
  color: #fff;
}
.btn-google.colored {
  background-color: #dd4b39;
  border: 1px solid transparent;
  color: #fff;
}
.btn-google.simple-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: none;
}
.btn-google.simple-hover-content-color:hover,
.btn-google.simple-hover-content-color:focus {
  color: #777777;
}
.btn-google.simple-hover-content-color:hover,
.btn-google.simple-hover-content-color:focus {
  color: #dd4b39;
}
.btn-google.light-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  color: #dd4b39;
}
.btn-google.light-content-color:hover,
.btn-google.light-content-color:focus {
  color: #777777;
}
.btn-google.light-content-color:hover,
.btn-google.light-content-color:focus {
  color: #dd4b39;
}
.btn-google.light-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  border-color: #dd4b39;
}
.btn-google.light-border-color:hover,
.btn-google.light-border-color:focus {
  color: #777777;
}
.btn-google.light-hover-colored {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-google.light-hover-colored:hover,
.btn-google.light-hover-colored:focus {
  color: #777777;
}
.btn-google.light-hover-colored:hover,
.btn-google.light-hover-colored:focus {
  background-color: #dd4b39;
  border: 1px solid transparent;
  color: #fff;
}
.btn-google.light-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-google.light-hover-content-color:hover,
.btn-google.light-hover-content-color:focus {
  color: #777777;
}
.btn-google.light-hover-content-color:hover,
.btn-google.light-hover-content-color:focus {
  color: #dd4b39;
}
.btn-google.light-hover-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-google.light-hover-border-color:hover,
.btn-google.light-hover-border-color:focus {
  color: #777777;
}
.btn-google.light-hover-border-color:hover,
.btn-google.light-hover-border-color:focus {
  border-color: #dd4b39;
}
.btn-google.dark-hover-colored {
  background-color: #000;
  color: #cccccc;
  border: 1px solid #000;
}
.btn-google.dark-hover-colored:hover,
.btn-google.dark-hover-colored:focus {
  color: #cccccc;
}
.btn-google.dark-hover-colored:hover,
.btn-google.dark-hover-colored:focus {
  background-color: #dd4b39;
  border: 1px solid transparent;
  color: #fff;
}
.btn-linkedin.colored {
  background-color: #007bb6;
  border: 1px solid transparent;
  color: #fff;
}
.btn-linkedin.simple-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: none;
}
.btn-linkedin.simple-hover-content-color:hover,
.btn-linkedin.simple-hover-content-color:focus {
  color: #777777;
}
.btn-linkedin.simple-hover-content-color:hover,
.btn-linkedin.simple-hover-content-color:focus {
  color: #007bb6;
}
.btn-linkedin.light-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  color: #007bb6;
}
.btn-linkedin.light-content-color:hover,
.btn-linkedin.light-content-color:focus {
  color: #777777;
}
.btn-linkedin.light-content-color:hover,
.btn-linkedin.light-content-color:focus {
  color: #007bb6;
}
.btn-linkedin.light-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  border-color: #007bb6;
}
.btn-linkedin.light-border-color:hover,
.btn-linkedin.light-border-color:focus {
  color: #777777;
}
.btn-linkedin.light-hover-colored {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-linkedin.light-hover-colored:hover,
.btn-linkedin.light-hover-colored:focus {
  color: #777777;
}
.btn-linkedin.light-hover-colored:hover,
.btn-linkedin.light-hover-colored:focus {
  background-color: #007bb6;
  border: 1px solid transparent;
  color: #fff;
}
.btn-linkedin.light-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-linkedin.light-hover-content-color:hover,
.btn-linkedin.light-hover-content-color:focus {
  color: #777777;
}
.btn-linkedin.light-hover-content-color:hover,
.btn-linkedin.light-hover-content-color:focus {
  color: #007bb6;
}
.btn-linkedin.light-hover-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-linkedin.light-hover-border-color:hover,
.btn-linkedin.light-hover-border-color:focus {
  color: #777777;
}
.btn-linkedin.light-hover-border-color:hover,
.btn-linkedin.light-hover-border-color:focus {
  border-color: #007bb6;
}
.btn-linkedin.dark-hover-colored {
  background-color: #000;
  color: #cccccc;
  border: 1px solid #000;
}
.btn-linkedin.dark-hover-colored:hover,
.btn-linkedin.dark-hover-colored:focus {
  color: #cccccc;
}
.btn-linkedin.dark-hover-colored:hover,
.btn-linkedin.dark-hover-colored:focus {
  background-color: #007bb6;
  border: 1px solid transparent;
  color: #fff;
}
.btn-instagram.colored {
  background-color: #517fa4;
  border: 1px solid transparent;
  color: #fff;
}
.btn-instagram.simple-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: none;
}
.btn-instagram.simple-hover-content-color:hover,
.btn-instagram.simple-hover-content-color:focus {
  color: #777777;
}
.btn-instagram.simple-hover-content-color:hover,
.btn-instagram.simple-hover-content-color:focus {
  color: #517fa4;
}
.btn-instagram.light-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  color: #517fa4;
}
.btn-instagram.light-content-color:hover,
.btn-instagram.light-content-color:focus {
  color: #777777;
}
.btn-instagram.light-content-color:hover,
.btn-instagram.light-content-color:focus {
  color: #517fa4;
}
.btn-instagram.light-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  border-color: #517fa4;
}
.btn-instagram.light-border-color:hover,
.btn-instagram.light-border-color:focus {
  color: #777777;
}
.btn-instagram.light-hover-colored {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-instagram.light-hover-colored:hover,
.btn-instagram.light-hover-colored:focus {
  color: #777777;
}
.btn-instagram.light-hover-colored:hover,
.btn-instagram.light-hover-colored:focus {
  background-color: #517fa4;
  border: 1px solid transparent;
  color: #fff;
}
.btn-instagram.light-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-instagram.light-hover-content-color:hover,
.btn-instagram.light-hover-content-color:focus {
  color: #777777;
}
.btn-instagram.light-hover-content-color:hover,
.btn-instagram.light-hover-content-color:focus {
  color: #517fa4;
}
.btn-instagram.light-hover-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-instagram.light-hover-border-color:hover,
.btn-instagram.light-hover-border-color:focus {
  color: #777777;
}
.btn-instagram.light-hover-border-color:hover,
.btn-instagram.light-hover-border-color:focus {
  border-color: #517fa4;
}
.btn-instagram.dark-hover-colored {
  background-color: #000;
  color: #cccccc;
  border: 1px solid #000;
}
.btn-instagram.dark-hover-colored:hover,
.btn-instagram.dark-hover-colored:focus {
  color: #cccccc;
}
.btn-instagram.dark-hover-colored:hover,
.btn-instagram.dark-hover-colored:focus {
  background-color: #517fa4;
  border: 1px solid transparent;
  color: #fff;
}
.btn-pinterest.colored {
  background-color: #cb2027;
  border: 1px solid transparent;
  color: #fff;
}
.btn-pinterest.simple-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: none;
}
.btn-pinterest.simple-hover-content-color:hover,
.btn-pinterest.simple-hover-content-color:focus {
  color: #777777;
}
.btn-pinterest.simple-hover-content-color:hover,
.btn-pinterest.simple-hover-content-color:focus {
  color: #cb2027;
}
.btn-pinterest.light-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  color: #cb2027;
}
.btn-pinterest.light-content-color:hover,
.btn-pinterest.light-content-color:focus {
  color: #777777;
}
.btn-pinterest.light-content-color:hover,
.btn-pinterest.light-content-color:focus {
  color: #cb2027;
}
.btn-pinterest.light-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  border-color: #cb2027;
}
.btn-pinterest.light-border-color:hover,
.btn-pinterest.light-border-color:focus {
  color: #777777;
}
.btn-pinterest.light-hover-colored {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-pinterest.light-hover-colored:hover,
.btn-pinterest.light-hover-colored:focus {
  color: #777777;
}
.btn-pinterest.light-hover-colored:hover,
.btn-pinterest.light-hover-colored:focus {
  background-color: #cb2027;
  border: 1px solid transparent;
  color: #fff;
}
.btn-pinterest.light-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-pinterest.light-hover-content-color:hover,
.btn-pinterest.light-hover-content-color:focus {
  color: #777777;
}
.btn-pinterest.light-hover-content-color:hover,
.btn-pinterest.light-hover-content-color:focus {
  color: #cb2027;
}
.btn-pinterest.light-hover-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-pinterest.light-hover-border-color:hover,
.btn-pinterest.light-hover-border-color:focus {
  color: #777777;
}
.btn-pinterest.light-hover-border-color:hover,
.btn-pinterest.light-hover-border-color:focus {
  border-color: #cb2027;
}
.btn-pinterest.dark-hover-colored {
  background-color: #000;
  color: #cccccc;
  border: 1px solid #000;
}
.btn-pinterest.dark-hover-colored:hover,
.btn-pinterest.dark-hover-colored:focus {
  color: #cccccc;
}
.btn-pinterest.dark-hover-colored:hover,
.btn-pinterest.dark-hover-colored:focus {
  background-color: #cb2027;
  border: 1px solid transparent;
  color: #fff;
}
.btn-rss.colored {
  background-color: #FF8A00;
  border: 1px solid transparent;
  color: #fff;
}
.btn-rss.simple-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: none;
}
.btn-rss.simple-hover-content-color:hover,
.btn-rss.simple-hover-content-color:focus {
  color: #777777;
}
.btn-rss.simple-hover-content-color:hover,
.btn-rss.simple-hover-content-color:focus {
  color: #FF8A00;
}
.btn-rss.light-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  color: #FF8A00;
}
.btn-rss.light-content-color:hover,
.btn-rss.light-content-color:focus {
  color: #777777;
}
.btn-rss.light-content-color:hover,
.btn-rss.light-content-color:focus {
  color: #FF8A00;
}
.btn-rss.light-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  border-color: #FF8A00;
}
.btn-rss.light-border-color:hover,
.btn-rss.light-border-color:focus {
  color: #777777;
}
.btn-rss.light-hover-colored {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-rss.light-hover-colored:hover,
.btn-rss.light-hover-colored:focus {
  color: #777777;
}
.btn-rss.light-hover-colored:hover,
.btn-rss.light-hover-colored:focus {
  background-color: #FF8A00;
  border: 1px solid transparent;
  color: #fff;
}
.btn-rss.light-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-rss.light-hover-content-color:hover,
.btn-rss.light-hover-content-color:focus {
  color: #777777;
}
.btn-rss.light-hover-content-color:hover,
.btn-rss.light-hover-content-color:focus {
  color: #FF8A00;
}
.btn-rss.light-hover-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-rss.light-hover-border-color:hover,
.btn-rss.light-hover-border-color:focus {
  color: #777777;
}
.btn-rss.light-hover-border-color:hover,
.btn-rss.light-hover-border-color:focus {
  border-color: #FF8A00;
}
.btn-rss.dark-hover-colored {
  background-color: #000;
  color: #cccccc;
  border: 1px solid #000;
}
.btn-rss.dark-hover-colored:hover,
.btn-rss.dark-hover-colored:focus {
  color: #cccccc;
}
.btn-rss.dark-hover-colored:hover,
.btn-rss.dark-hover-colored:focus {
  background-color: #FF8A00;
  border: 1px solid transparent;
  color: #fff;
}
.btn-soundcloud.colored {
  background-color: #ff3a00;
  border: 1px solid transparent;
  color: #fff;
}
.btn-soundcloud.simple-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: none;
}
.btn-soundcloud.simple-hover-content-color:hover,
.btn-soundcloud.simple-hover-content-color:focus {
  color: #777777;
}
.btn-soundcloud.simple-hover-content-color:hover,
.btn-soundcloud.simple-hover-content-color:focus {
  color: #ff3a00;
}
.btn-soundcloud.light-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  color: #ff3a00;
}
.btn-soundcloud.light-content-color:hover,
.btn-soundcloud.light-content-color:focus {
  color: #777777;
}
.btn-soundcloud.light-content-color:hover,
.btn-soundcloud.light-content-color:focus {
  color: #ff3a00;
}
.btn-soundcloud.light-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  border-color: #ff3a00;
}
.btn-soundcloud.light-border-color:hover,
.btn-soundcloud.light-border-color:focus {
  color: #777777;
}
.btn-soundcloud.light-hover-colored {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-soundcloud.light-hover-colored:hover,
.btn-soundcloud.light-hover-colored:focus {
  color: #777777;
}
.btn-soundcloud.light-hover-colored:hover,
.btn-soundcloud.light-hover-colored:focus {
  background-color: #ff3a00;
  border: 1px solid transparent;
  color: #fff;
}
.btn-soundcloud.light-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-soundcloud.light-hover-content-color:hover,
.btn-soundcloud.light-hover-content-color:focus {
  color: #777777;
}
.btn-soundcloud.light-hover-content-color:hover,
.btn-soundcloud.light-hover-content-color:focus {
  color: #ff3a00;
}
.btn-soundcloud.light-hover-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-soundcloud.light-hover-border-color:hover,
.btn-soundcloud.light-hover-border-color:focus {
  color: #777777;
}
.btn-soundcloud.light-hover-border-color:hover,
.btn-soundcloud.light-hover-border-color:focus {
  border-color: #ff3a00;
}
.btn-soundcloud.dark-hover-colored {
  background-color: #000;
  color: #cccccc;
  border: 1px solid #000;
}
.btn-soundcloud.dark-hover-colored:hover,
.btn-soundcloud.dark-hover-colored:focus {
  color: #cccccc;
}
.btn-soundcloud.dark-hover-colored:hover,
.btn-soundcloud.dark-hover-colored:focus {
  background-color: #ff3a00;
  border: 1px solid transparent;
  color: #fff;
}
.btn-tumblr.colored {
  background-color: #547F9D;
  border: 1px solid transparent;
  color: #fff;
}
.btn-tumblr.simple-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: none;
}
.btn-tumblr.simple-hover-content-color:hover,
.btn-tumblr.simple-hover-content-color:focus {
  color: #777777;
}
.btn-tumblr.simple-hover-content-color:hover,
.btn-tumblr.simple-hover-content-color:focus {
  color: #547F9D;
}
.btn-tumblr.light-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  color: #547F9D;
}
.btn-tumblr.light-content-color:hover,
.btn-tumblr.light-content-color:focus {
  color: #777777;
}
.btn-tumblr.light-content-color:hover,
.btn-tumblr.light-content-color:focus {
  color: #547F9D;
}
.btn-tumblr.light-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  border-color: #547F9D;
}
.btn-tumblr.light-border-color:hover,
.btn-tumblr.light-border-color:focus {
  color: #777777;
}
.btn-tumblr.light-hover-colored {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-tumblr.light-hover-colored:hover,
.btn-tumblr.light-hover-colored:focus {
  color: #777777;
}
.btn-tumblr.light-hover-colored:hover,
.btn-tumblr.light-hover-colored:focus {
  background-color: #547F9D;
  border: 1px solid transparent;
  color: #fff;
}
.btn-tumblr.light-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-tumblr.light-hover-content-color:hover,
.btn-tumblr.light-hover-content-color:focus {
  color: #777777;
}
.btn-tumblr.light-hover-content-color:hover,
.btn-tumblr.light-hover-content-color:focus {
  color: #547F9D;
}
.btn-tumblr.light-hover-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-tumblr.light-hover-border-color:hover,
.btn-tumblr.light-hover-border-color:focus {
  color: #777777;
}
.btn-tumblr.light-hover-border-color:hover,
.btn-tumblr.light-hover-border-color:focus {
  border-color: #547F9D;
}
.btn-tumblr.dark-hover-colored {
  background-color: #000;
  color: #cccccc;
  border: 1px solid #000;
}
.btn-tumblr.dark-hover-colored:hover,
.btn-tumblr.dark-hover-colored:focus {
  color: #cccccc;
}
.btn-tumblr.dark-hover-colored:hover,
.btn-tumblr.dark-hover-colored:focus {
  background-color: #547F9D;
  border: 1px solid transparent;
  color: #fff;
}
.btn-twitter.colored {
  background-color: #55acee;
  border: 1px solid transparent;
  color: #fff;
}
.btn-twitter.simple-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: none;
}
.btn-twitter.simple-hover-content-color:hover,
.btn-twitter.simple-hover-content-color:focus {
  color: #777777;
}
.btn-twitter.simple-hover-content-color:hover,
.btn-twitter.simple-hover-content-color:focus {
  color: #55acee;
}
.btn-twitter.light-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  color: #55acee;
}
.btn-twitter.light-content-color:hover,
.btn-twitter.light-content-color:focus {
  color: #777777;
}
.btn-twitter.light-content-color:hover,
.btn-twitter.light-content-color:focus {
  color: #55acee;
}
.btn-twitter.light-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  border-color: #55acee;
}
.btn-twitter.light-border-color:hover,
.btn-twitter.light-border-color:focus {
  color: #777777;
}
.btn-twitter.light-hover-colored {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-twitter.light-hover-colored:hover,
.btn-twitter.light-hover-colored:focus {
  color: #777777;
}
.btn-twitter.light-hover-colored:hover,
.btn-twitter.light-hover-colored:focus {
  background-color: #55acee;
  border: 1px solid transparent;
  color: #fff;
}
.btn-twitter.light-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-twitter.light-hover-content-color:hover,
.btn-twitter.light-hover-content-color:focus {
  color: #777777;
}
.btn-twitter.light-hover-content-color:hover,
.btn-twitter.light-hover-content-color:focus {
  color: #55acee;
}
.btn-twitter.light-hover-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-twitter.light-hover-border-color:hover,
.btn-twitter.light-hover-border-color:focus {
  color: #777777;
}
.btn-twitter.light-hover-border-color:hover,
.btn-twitter.light-hover-border-color:focus {
  border-color: #55acee;
}
.btn-twitter.dark-hover-colored {
  background-color: #000;
  color: #cccccc;
  border: 1px solid #000;
}
.btn-twitter.dark-hover-colored:hover,
.btn-twitter.dark-hover-colored:focus {
  color: #cccccc;
}
.btn-twitter.dark-hover-colored:hover,
.btn-twitter.dark-hover-colored:focus {
  background-color: #55acee;
  border: 1px solid transparent;
  color: #fff;
}
.btn-vimeo.colored {
  background-color: #1ab7ea;
  border: 1px solid transparent;
  color: #fff;
}
.btn-vimeo.simple-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: none;
}
.btn-vimeo.simple-hover-content-color:hover,
.btn-vimeo.simple-hover-content-color:focus {
  color: #777777;
}
.btn-vimeo.simple-hover-content-color:hover,
.btn-vimeo.simple-hover-content-color:focus {
  color: #1ab7ea;
}
.btn-vimeo.light-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  color: #1ab7ea;
}
.btn-vimeo.light-content-color:hover,
.btn-vimeo.light-content-color:focus {
  color: #777777;
}
.btn-vimeo.light-content-color:hover,
.btn-vimeo.light-content-color:focus {
  color: #1ab7ea;
}
.btn-vimeo.light-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  border-color: #1ab7ea;
}
.btn-vimeo.light-border-color:hover,
.btn-vimeo.light-border-color:focus {
  color: #777777;
}
.btn-vimeo.light-hover-colored {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-vimeo.light-hover-colored:hover,
.btn-vimeo.light-hover-colored:focus {
  color: #777777;
}
.btn-vimeo.light-hover-colored:hover,
.btn-vimeo.light-hover-colored:focus {
  background-color: #1ab7ea;
  border: 1px solid transparent;
  color: #fff;
}
.btn-vimeo.light-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-vimeo.light-hover-content-color:hover,
.btn-vimeo.light-hover-content-color:focus {
  color: #777777;
}
.btn-vimeo.light-hover-content-color:hover,
.btn-vimeo.light-hover-content-color:focus {
  color: #1ab7ea;
}
.btn-vimeo.light-hover-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-vimeo.light-hover-border-color:hover,
.btn-vimeo.light-hover-border-color:focus {
  color: #777777;
}
.btn-vimeo.light-hover-border-color:hover,
.btn-vimeo.light-hover-border-color:focus {
  border-color: #1ab7ea;
}
.btn-vimeo.dark-hover-colored {
  background-color: #000;
  color: #cccccc;
  border: 1px solid #000;
}
.btn-vimeo.dark-hover-colored:hover,
.btn-vimeo.dark-hover-colored:focus {
  color: #cccccc;
}
.btn-vimeo.dark-hover-colored:hover,
.btn-vimeo.dark-hover-colored:focus {
  background-color: #1ab7ea;
  border: 1px solid transparent;
  color: #fff;
}
.btn-youtube.colored {
  background-color: #e52d27;
  border: 1px solid transparent;
  color: #fff;
}
.btn-youtube.simple-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: none;
}
.btn-youtube.simple-hover-content-color:hover,
.btn-youtube.simple-hover-content-color:focus {
  color: #777777;
}
.btn-youtube.simple-hover-content-color:hover,
.btn-youtube.simple-hover-content-color:focus {
  color: #e52d27;
}
.btn-youtube.light-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  color: #e52d27;
}
.btn-youtube.light-content-color:hover,
.btn-youtube.light-content-color:focus {
  color: #777777;
}
.btn-youtube.light-content-color:hover,
.btn-youtube.light-content-color:focus {
  color: #e52d27;
}
.btn-youtube.light-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
  border-color: #e52d27;
}
.btn-youtube.light-border-color:hover,
.btn-youtube.light-border-color:focus {
  color: #777777;
}
.btn-youtube.light-hover-colored {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-youtube.light-hover-colored:hover,
.btn-youtube.light-hover-colored:focus {
  color: #777777;
}
.btn-youtube.light-hover-colored:hover,
.btn-youtube.light-hover-colored:focus {
  background-color: #e52d27;
  border: 1px solid transparent;
  color: #fff;
}
.btn-youtube.light-hover-content-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-youtube.light-hover-content-color:hover,
.btn-youtube.light-hover-content-color:focus {
  color: #777777;
}
.btn-youtube.light-hover-content-color:hover,
.btn-youtube.light-hover-content-color:focus {
  color: #e52d27;
}
.btn-youtube.light-hover-border-color {
  background-color: transparent;
  color: #777777;
  border: 1px solid #ddd;
}
.btn-youtube.light-hover-border-color:hover,
.btn-youtube.light-hover-border-color:focus {
  color: #777777;
}
.btn-youtube.light-hover-border-color:hover,
.btn-youtube.light-hover-border-color:focus {
  border-color: #e52d27;
}
.btn-youtube.dark-hover-colored {
  background-color: #000;
  color: #cccccc;
  border: 1px solid #000;
}
.btn-youtube.dark-hover-colored:hover,
.btn-youtube.dark-hover-colored:focus {
  color: #cccccc;
}
.btn-youtube.dark-hover-colored:hover,
.btn-youtube.dark-hover-colored:focus {
  background-color: #e52d27;
  border: 1px solid transparent;
  color: #fff;
}
.sppb-addon-ut-social-links .sppb-addon-content a i+span {
  margin-left: 10px;
}
.sppb-addon-ut-social-links .sppb-addon-content a span {
  text-transform: capitalize;
}
