.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
@font-face {
  font-family: 'IcoMoon';
  src: url('../fonts/IcoMoon.eot');
  src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../fonts/IcoMoon.woff') format('woff'), url('../fonts/IcoMoon.ttf') format('truetype'), url('../fonts/IcoMoon.svg#IcoMoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: .25em;
  line-height: 14px;
  background-image: none;
}
dd > span[class^="icon-"] + time,
dd > span[class*=" icon-"] + time {
  margin-left: -0.25em;
}
dl.article-info dd.hits span[class^="icon-"],
dl.article-info dd.hits span[class*=" icon-"] {
  margin-right: 0;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}
.icon-joomla:before {
  content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
  content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
  content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
  content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
  content: "\e008";
}
.icon-arrow-first:before {
  content: "\e003";
}
.icon-arrow-last:before {
  content: "\e004";
}
.icon-arrow-up-2:before {
  content: "\e009";
}
.icon-arrow-right-2:before {
  content: "\e00a";
}
.icon-arrow-down-2:before {
  content: "\e00b";
}
.icon-arrow-left-2:before {
  content: "\e00c";
}
.icon-arrow-up-3:before {
  content: "\e00f";
}
.icon-arrow-right-3:before {
  content: "\e010";
}
.icon-arrow-down-3:before {
  content: "\e011";
}
.icon-arrow-left-3:before {
  content: "\e012";
}
.icon-menu-2:before {
  content: "\e00e";
}
.icon-arrow-up-4:before {
  content: "\e201";
}
.icon-arrow-right-4:before {
  content: "\e202";
}
.icon-arrow-down-4:before {
  content: "\e203";
}
.icon-arrow-left-4:before {
  content: "\e204";
}
.icon-share:before,
.icon-redo:before {
  content: "\27";
}
.icon-undo:before {
  content: "\28";
}
.icon-forward-2:before {
  content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
  content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
  content: "\6c";
}
.icon-undo-2:before {
  content: "\e207";
}
.icon-move:before {
  content: "\7a";
}
.icon-expand:before {
  content: "\66";
}
.icon-contract:before {
  content: "\67";
}
.icon-expand-2:before {
  content: "\68";
}
.icon-contract-2:before {
  content: "\69";
}
.icon-play:before {
  content: "\e208";
}
.icon-pause:before {
  content: "\e209";
}
.icon-stop:before {
  content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
  content: "\7c";
}
.icon-next:before,
.icon-forward:before {
  content: "\7b";
}
.icon-first:before {
  content: "\7d";
}
.icon-last:before {
  content: "\e000";
}
.icon-play-circle:before {
  content: "\e00d";
}
.icon-pause-circle:before {
  content: "\e211";
}
.icon-stop-circle:before {
  content: "\e212";
}
.icon-backward-circle:before {
  content: "\e213";
}
.icon-forward-circle:before {
  content: "\e214";
}
.icon-loop:before {
  content: "\e001";
}
.icon-shuffle:before {
  content: "\e002";
}
.icon-search:before {
  content: "\53";
}
.icon-zoom-in:before {
  content: "\64";
}
.icon-zoom-out:before {
  content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
  content: "\2b";
}
.icon-pencil-2:before {
  content: "\2c";
}
.icon-brush:before {
  content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
  content: "\5d";
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
  content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
  content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
  content: "\47";
}
.icon-new:before,
.icon-plus:before {
  content: "\2a";
}
.icon-plus-circle:before {
  content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
  content: "\4b";
}
.icon-minus-circle:before {
  content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
  content: "\4a";
}
.icon-cancel-circle:before {
  content: "\e217";
}
.icon-checkmark-2:before {
  content: "\e218";
}
.icon-checkmark-circle:before {
  content: "\e219";
}
.icon-info:before {
  content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
  content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
  content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
  content: "\e222";
}
.icon-notification:before {
  content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
  content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
  content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
  content: "\e225";
}
.icon-checkbox-unchecked:before {
  content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
  content: "\3e";
}
.icon-checkbox-partial:before {
  content: "\3f";
}
.icon-square:before {
  content: "\e226";
}
.icon-radio-unchecked:before {
  content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
  content: "\e228";
}
.icon-circle:before {
  content: "\e229";
}
.icon-signup:before {
  content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
  content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
  content: "\59";
}
.icon-menu:before {
  content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
  content: "\31";
}
.icon-list-2:before {
  content: "\e231";
}
.icon-menu-3:before {
  content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
  content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
  content: "\2e";
}
.icon-folder-plus:before {
  content: "\e234";
}
.icon-folder-minus:before {
  content: "\e235";
}
.icon-folder-3:before {
  content: "\e236";
}
.icon-folder-plus-2:before {
  content: "\e237";
}
.icon-folder-remove:before {
  content: "\e238";
}
.icon-file:before {
  content: "\e016";
}
.icon-file-2:before {
  content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
  content: "\29";
}
.icon-file-remove:before,
.icon-file-minus:before {
  content: "\e017";
}
.icon-file-check:before {
  content: "\e240";
}
.icon-file-remove:before {
  content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
  content: "\e018";
}
.icon-stack:before {
  content: "\e242";
}
.icon-tree:before {
  content: "\e243";
}
.icon-tree-2:before {
  content: "\e244";
}
.icon-paragraph-left:before {
  content: "\e246";
}
.icon-paragraph-center:before {
  content: "\e247";
}
.icon-paragraph-right:before {
  content: "\e248";
}
.icon-paragraph-justify:before {
  content: "\e249";
}
.icon-screen:before {
  content: "\e01c";
}
.icon-tablet:before {
  content: "\e01d";
}
.icon-mobile:before {
  content: "\e01e";
}
.icon-box-add:before {
  content: "\51";
}
.icon-box-remove:before {
  content: "\52";
}
.icon-download:before {
  content: "\e021";
}
.icon-upload:before {
  content: "\e022";
}
.icon-home:before {
  content: "\21";
}
.icon-home-2:before {
  content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
  content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
  content: "\e251";
}
.icon-link:before {
  content: "\e252";
}
.icon-picture:before,
.icon-image:before {
  content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
  content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
  content: "\e014";
}
.icon-camera:before {
  content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
  content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
  content: "\56";
}
.icon-music:before {
  content: "\57";
}
.icon-user:before {
  content: "\22";
}
.icon-users:before {
  content: "\e01f";
}
.icon-vcard:before {
  content: "\6d";
}
.icon-address:before {
  content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
  content: "\26";
}
.icon-enter:before {
  content: "\e257";
}
.icon-exit:before {
  content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
  content: "\24";
}
.icon-comments-2:before {
  content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
  content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
  content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
  content: "\e259";
}
.icon-phone:before {
  content: "\e260";
}
.icon-phone-2:before {
  content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
  content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
  content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
  content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
  content: "\50";
}
.icon-briefcase:before {
  content: "\e020";
}
.icon-tag:before {
  content: "\e262";
}
.icon-tag-2:before {
  content: "\e263";
}
.icon-tags:before {
  content: "\e264";
}
.icon-tags-2:before {
  content: "\e265";
}
.icon-options:before,
.icon-cog:before {
  content: "\38";
}
.icon-cogs:before {
  content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
  content: "\36";
}
.icon-wrench:before {
  content: "\3a";
}
.icon-equalizer:before {
  content: "\39";
}
.icon-dashboard:before {
  content: "\78";
}
.icon-switch:before {
  content: "\e266";
}
.icon-filter:before {
  content: "\54";
}
.icon-purge:before,
.icon-trash:before {
  content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
  content: "\23";
}
.icon-unlock:before {
  content: "\e267";
}
.icon-key:before {
  content: "\5f";
}
.icon-support:before {
  content: "\46";
}
.icon-database:before {
  content: "\62";
}
.icon-scissors:before {
  content: "\e268";
}
.icon-health:before {
  content: "\6a";
}
.icon-wand:before {
  content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
  content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
  content: "\e269";
}
.icon-clock:before {
  content: "\6e";
}
.icon-compass:before {
  content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
  content: "\e01b";
}
.icon-book:before {
  content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
  content: "\79";
}
.icon-print:before,
.icon-printer:before {
  content: "\e013";
}
.icon-feed:before {
  content: "\71";
}
.icon-calendar:before {
  content: "\43";
}
.icon-calendar-2:before {
  content: "\44";
}
.icon-calendar-3:before {
  content: "\e273";
}
.icon-pie:before {
  content: "\77";
}
.icon-bars:before {
  content: "\76";
}
.icon-chart:before {
  content: "\75";
}
.icon-power-cord:before {
  content: "\32";
}
.icon-cube:before {
  content: "\33";
}
.icon-puzzle:before {
  content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
  content: "\72";
}
.icon-lamp:before {
  content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
  content: "\73";
}
.icon-location:before {
  content: "\63";
}
.icon-shield:before {
  content: "\e274";
}
.icon-flag:before {
  content: "\35";
}
.icon-flag-3:before {
  content: "\e275";
}
.icon-bookmark:before {
  content: "\e023";
}
.icon-bookmark-2:before {
  content: "\e276";
}
.icon-heart:before {
  content: "\e277";
}
.icon-heart-2:before {
  content: "\e278";
}
.icon-thumbs-up:before {
  content: "\5b";
}
.icon-thumbs-down:before {
  content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
  content: "\40";
}
.icon-star-2:before {
  content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
  content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
  content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
  content: "\e280";
}
.icon-smiley-sad:before {
  content: "\e281";
}
.icon-smiley-sad-2:before {
  content: "\e282";
}
.icon-smiley-neutral:before {
  content: "\e283";
}
.icon-smiley-neutral-2:before {
  content: "\e284";
}
.icon-cart:before {
  content: "\e019";
}
.icon-basket:before {
  content: "\e01a";
}
.icon-credit:before {
  content: "\e286";
}
.icon-credit-2:before {
  content: "\e287";
}
.icon-expired:before {
  content: "\4b";
}
.menu-fixed .sp-megamenu-parent >li >a,
.menu-fixed .sp-megamenu-parent >li >span {
  color: #073b17;
}
.menu-fixed .sp-megamenu-parent >li.sp-has-child:hover > a:before {
  opacity: 1;
  background: #d6c3dc;
}
.menu-fixed .sp-megamenu-parent >li:hover > a:before {
  background: #d6c3dc;
}
.menu-fixed .sp-megamenu-parent >li.active>a,
.menu-fixed .sp-megamenu-parent >li:hover>a {
  color: #d6c3dc;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;
  display: block;
  float: left;
  position: relative;
  height: 60px;
}
.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 14px;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
  font-weight: 600;
  height: 60px;
}
.sp-megamenu-parent >li >a .fa-home,
.sp-megamenu-parent >li >span .fa-home {
  font-size: 140%;
}
.sp-megamenu-parent >li.sp-has-child>a:after,
.sp-megamenu-parent >li.sp-has-child>span:after {
  font-family: "FontAwesome";
  content: " \f107";
}
.sp-megamenu-parent >li.sp-has-child:hover > a:before {
  opacity: 1;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  background: #d6c3dc;
}
.sp-megamenu-parent >li > a:before {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0 auto;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.sp-megamenu-parent >li:hover > a:before {
  opacity: 1;
  width: 75%;
  background: #d6c3dc;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-module .sp-module-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #141414;
  padding: 13px 10px 14px 25px;
  margin-bottom: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-module .tagspopular ul li a {
  line-height: 1;
  font-size: 14px;
  padding: 15px 10px 15px 25px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-module .tagspopular ul li a:before {
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-module .tagspopular ul li a:hover {
  background: #ffffff;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-module .latestnews div {
  padding: 0;
  margin: 0;
  border: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-module .latestnews div a {
  line-height: 1.3;
  font-size: 14px;
  padding: 13px 10px 13px 25px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-module .latestnews div a:hover {
  background: #fff;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-module .latestnews div small {
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-module .latestnews div:last-child a {
  border: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-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;
  border-bottom: 1px solid #EDEDED;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
  border-bottom: none;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  display: block;
  padding: 8px 10px 8px 25px;
  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;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item a .fa {
  padding-right: 3px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item a:hover .fa {
  padding-right: 5px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  pointer-events: none;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:not(.sp-group-title):hover {
  background-color: #c9e4d1;
  color: #073b17;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:not(.sp-group-title) {
  background-color: #fff;
  color: #000;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item a .fa {
  color: #0b5b24;
  font-size: 82%;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover a .fa {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.sp-mega-group .sp-menu-item.sp-has-child:hover >a {
  background-color: #0b5b24;
  color: #fff;
}
.sp-mega-group .sp-menu-item.sp-has-child >a {
  font-size: 14px !important;
  padding: 15px 10px 10px 25px !important;
}
.sp-mega-group .sp-menu-item.sp-has-child >a:hover {
  color: #d6c3dc;
}
#offcanvas-toggler {
  float: right;
  line-height: 87px;
  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;
}
.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: 600;
  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 {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  opacity: 1;
  visibility: visible;
  top: 60px;
}
.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;
}
.menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: 0;
  right: 0;
}
.menu-slide-down .sp-has-child:hover a:before {
  bottom: -15px;
  -webkit-transition: .02s;
  -o-transition: .02s;
  transition: .02s;
}
.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;
  background-color: #ffffff;
}
.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;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 15px;
}
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;
}
span.rhino-last-title {
  display: block;
}
div.clear {
  clear: both;
  width: 100%;
}
.btn,
.sppb-btn {
  font-size: 16px;
  -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;
}
.btn.btn-link,
.btn.sppb-btn-link,
.sppb-btn.btn-link,
.sppb-btn.sppb-btn-link {
  font-weight: 600;
  padding: 0;
}
.btn.btn-primary,
.btn.sppb-btn-primary,
.sppb-btn.btn-primary,
.sppb-btn.sppb-btn-primary {
  padding: 18px 50px;
  font-weight: 600;
  border: 0;
  border-radius: 100px;
  font-size: 14px;
}
.btn.btn-primary:hover,
.btn.sppb-btn-primary:hover,
.sppb-btn.btn-primary:hover,
.sppb-btn.sppb-btn-primary:hover {
  background-color: #073b17;
}
.btn.btn-success,
.btn.sppb-btn-success,
.sppb-btn.btn-success,
.sppb-btn.sppb-btn-success {
  padding: 13px 32px;
  font-weight: 600;
  border: 0;
  border-radius: 0;
}
.btn.btn-default,
.btn.sppb-btn-default,
.sppb-btn.btn-default,
.sppb-btn.sppb-btn-default {
  padding: 15px 25px;
  background: #c9e4d1;
  border: 0;
  font-weight: 600;
  border-radius: 50px;
  color: #fff !important;
}
.btn.btn-default:hover,
.btn.sppb-btn-default:hover,
.sppb-btn.btn-default:hover,
.sppb-btn.sppb-btn-default:hover {
  color: #fff;
  background: #0b5b24;
}
.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.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: 60px;
  height: 45px;
  position: fixed;
  bottom: 62px;
  right: 100px;
  display: none;
  z-index: 999;
  border: 2px solid #ddd;
  border-radius: 45px;
  background-color: #0b5b24;
}
.scrollup:hover {
  background-color: #073b17;
}
.scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  position: absolute;
  top: 2px;
  right: 0;
  border-radius: 3px;
  width: 56px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
.alert {
  padding: .75rem 1.25rem;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: .25rem;
  font-size: 14px;
}
.alert.alert-notice {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert.alert-error,
.com-search.view-search .search .error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
body.com-spsimpleportfolio #sp-page-title,
body.view-category #sp-page-title,
body.view-article #sp-page-title,
body.com-k2 #sp-page-title,
body.com-sppagebuilder.view-page #sp-page-title {
  position: relative;
  border-bottom: 10px solid #c9e4d1;
}
body.com-spsimpleportfolio #sp-bottom,
body.view-category #sp-bottom,
body.view-article #sp-bottom,
body.com-k2 #sp-bottom,
body.com-sppagebuilder.view-page #sp-bottom {
  position: relative;
}
body.com-sppagebuilder.view-page.itemid-437 #sp-page-title {
  border-bottom: none;
}
#sp-top-bar {
  padding: 8px 0;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
  line-height: 60px;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons >li a {
  color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
.sticky-wrapper {
  position: relative;
  z-index: 99;
}
#sp-header {
  background: transparent;
  font-family: 'Open Sans', sans-serif;
  margin-top: 10px;
  height: 71px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: .4s;
  border-top: #d6d6d6 solid 1px;
  border-bottom: 10px solid #c9e4d1;
}
#sp-header .logo {
  display: inline-block;
  height: 60px;
  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;
  box-shadow: 0 3px 3px rgba(0,0,0,0.1);
  background-color: #fff;
  margin-top: 0;
  border-bottom: 7px solid #c9e4d1;
  border-top: none;
  height: 67px;
}
#sp-header .sp-module {
  margin-top: 0;
}
#sp-header .social-icons {
  margin-left: 0;
}
#sp-header .social-icons li {
  margin: 3px 6px;
}
#sp-header .social-icons li a {
  font-size: 14px;
}
#sp-header #sp-top1 {
  padding-right: 5px;
}
#sp-header-right .menu-top-right {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
}
#sp-header-right .menu-top-right .nav.menu {
  text-align: right;
}
#sp-header-right .menu-top-right .nav.menu li {
  display: inline-block;
  border: 0;
}
#sp-header-right .menu-top-right .nav.menu li a {
  padding: 0 8px;
  text-transform: uppercase;
  color: #e5e6e8;
  font-size: 15px;
  font-weight: 600;
  background: transparent;
  letter-spacing: 0.02em;
}
#sp-header-right .menu-top-right .nav.menu li a:before {
  display: none;
}
#sp-header-right .menu-top-right .nav.menu li a:hover,
#sp-header-right .menu-top-right .nav.menu li a:focus {
  color: #de5bff;
}
#sp-header-right .menu-top-right .nav.menu li.active a {
  color: #933ca9;
}
#sp-header-right .sppb-addon-social-media .social-media-text-wrap {
  text-align: right;
  margin-right: 0px;
}
#sp-header-right .sppb-addon-social-media .social-media-text-wrap a {
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
  padding: 3px;
  border: 1px solid #252b32;
  border-radius: 2px;
}
#sp-header-right .sppb-addon-social-media .social-media-text-wrap a .fa {
  min-width: 20px;
  text-align: center;
}
#sp-header-right .sppb-addon-social-media .social-media-text-wrap a:hover {
  color: #de5bff;
  border: 1px solid #de5bff;
  background-color: #161b20;
  box-shadow: 0 0 10px 3px #933ca9, inset 0 0 1px 1px #c04fde;
}
#sp-header-right .top-blockquote .sppb-container-inner {
  padding: 0;
}
#sp-header-right .top-blockquote .sppb-container-inner .sppb-item {
  padding: 0;
}
#sp-header-right .top-blockquote .sppb-container-inner .sppb-item .sppb-carousel-text {
  color: #fff;
}
#sp-header-right .top-blockquote .sppb-container-inner .sppb-item .sppb-carousel-text .sppb-blockquote p {
  min-height: 48px;
  margin-bottom: 0;
  color: #b7b7b7;
}
#sp-header-right .top-blockquote .sppb-container-inner .sppb-item .sppb-carousel-text .sppb-blockquote:before {
  margin-bottom: 5px;
}
#sp-header-right .top-blockquote .sppb-container-inner .sppb-carousel-indicators {
  margin: 0 0 0 -38%;
  bottom: -3px;
}
#sp-header-right .top-blockquote .sppb-container-inner .sppb-carousel-indicators li {
  border: 1px solid #7e7f81;
}
#sp-header-right .top-blockquote .sppb-container-inner .sppb-carousel-indicators li.active {
  background-color: #bfc0c3;
  border: 1px solid #bfc0c3;
}
#sp-topheader {
  line-height: 22px;
  margin-top: 15px;
}
#sp-topheader #sp-top-tel {
  text-align: right;
  display: block;
  color: #555;
  margin: 0px 0 0 0;
  padding: 0px 0px 0px 30px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
}
#sp-topheader #sp-top-tel .top-tel .tel-data a,
#sp-topheader #sp-top-tel .customtop-tel .tel-data a {
  color: #202020;
  cursor: default;
  text-decoration: none;
}
#sp-topheader #sp-top-tel .top-tel .tel-data a span.tel_data,
#sp-topheader #sp-top-tel .customtop-tel .tel-data a span.tel_data {
  color: #202020;
  padding-left: 2px;
}
#sp-topheader #sp-top-tel .top-tel .tel-data a:hover,
#sp-topheader #sp-top-tel .customtop-tel .tel-data a:hover {
  color: #202020;
  text-decoration: none;
}
#sp-topheader #sp-top-tel .top-tel .work-data > span,
#sp-topheader #sp-top-tel .customtop-tel .work-data > span {
  padding-right: 7px;
}
#sp-topheader #sp-top-tel div.zakaz-zv_modal {
  text-align: right;
  font-family: 'Open Sans', Arial, sans-serif;
  margin-top: 6px;
}
#sp-topheader #sp-top-tel div.zakaz-zv_modal a {
  background: none;
  line-height: 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #052e12 !important;
  padding: 0 14px;
}
#sp-topheader #sp-top-tel div.zakaz-zv_modal a:hover {
  color: #fff !important;
  border-radius: 25px;
  background: #0b5b24;
}
#sp-topheader #sp-header-text .header-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  font-family: 'Open Sans', Arial, sans-serif;
}
#sp-topheader #sp-header-text .header-text div.slogan {
  margin-top: 2px;
  font-weight: 700;
}
#sp-topheader #section-id-1521729291053 .sppb-col-md-12 {
  padding: 0 0 0 0;
}
#sp-topheader #sp-top-form .zakaz-zayavka_modal {
  text-align: center;
  font-family: 'Open Sans', Arial, sans-serif;
  margin-top: 10px;
}
#sp-topheader #sp-top-form .zakaz-zayavka_modal a {
  color: #ffffff;
  padding: 0 25px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 40px;
  letter-spacing: 0.04em;
}
#sp-topheader #sp-top-form .zakaz-zayavka_modal a:hover {
  color: #fff;
}
#sp-topheader #sp-top-form div.top-link {
  text-align: center;
  margin-top: 9px;
}
#sp-topheader #sp-top-form div.top-link a {
  font-size: 14px;
  padding: 0 2px;
  color: #0b5b24;
}
#sp-topheader #sp-top-form div.top-link a:hover {
  border-bottom: none;
  color: #073b17;
  text-decoration: underline;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
.icon-top-wrapper {
  height: auto;
  line-height: 56px;
  margin: 0;
  width: 30px;
  position: relative;
  z-index: 9999;
}
.icon-top-wrapper i {
  cursor: pointer;
  font-size: 13px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.icon-top-wrapper i.search-open-icon {
  background: #fff;
  color: #073b17;
  width: 33px;
  height: 33px;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.icon-top-wrapper i.search-open-icon:hover {
  color: #fff;
}
.icon-top-wrapper i.search-close-icon {
  font-size: 22px;
  color: #073b17;
  z-index: 9999;
  position: fixed;
  top: 20px;
  margin-left: 10px;
}
.icon-top-wrapper .search-close-icon {
  display: none;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  text-align: center;
  padding: 70px 0 20px 0;
  min-height: 230px;
  overflow: hidden;
}
.sp-page-title .container {
  width: 100%;
  padding: 0;
}
.sp-page-title h2,
.sp-page-title h3,
.sp-page-title span.h2pageTitl,
.sp-page-title span.h3pageTitl {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2,
.sp-page-title span.h2pageTitl {
  line-height: 1;
  font-weight: 500;
  font-size: 75px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  color: #FFFFFF;
  letter-spacing: -1.7px;
  text-shadow: 0 4px 5px rgba(0,0,0,0.1);
  font-weight: 700;
  text-transform: uppercase;
}
.sp-page-title h2:before,
.sp-page-title span.h2pageTitl:before {
  content: '';
  position: absolute;
  top: auto;
  width: 100%;
  left: 0;
}
.sp-page-title h3,
.sp-page-title span.h3pageTitl {
  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;
  position: relative;
}
.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 {
  color: #fff;
  font-weight: 300;
  font-size: 95%;
}
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}
.sp-page-title .breadcrumb >li>a:hover {
  border-bottom: none;
  color: #b16c77;
}
.sp-page-title.has-bgimage h2:before {
  background: transparent none;
}
body:not(.view-article) #sp-page-builder .sppb-section-title {
  margin-bottom: 40px;
}
body:not(.view-article) #sp-page-builder .sppb-section-title .sppb-title-heading {
  letter-spacing: -2.57px;
}
body:not(.view-article) #sp-page-builder .sppb-addon-text-block .sppb-addon-title {
  letter-spacing: -2.57px;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.layout-boxed .top-search-input-wrap,
.layout-boxed #sp-header {
  max-width: 1240px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.layout-boxed .sppb-addon-gallery .sppb-gallery li .gallery-info-wrap i {
  font-size: 50px;
}
.layout-boxed .sppb-addon-gallery .sppb-gallery li:hover .gallery-info-wrap {
  bottom: 30px;
}
.sppb-title-subheading {
  font-weight: 300;
}
#sp-main-body {
  padding: 40px 0;
  transition: transform 0.6s, opacity 0.6s;
  transition-timing-function: cubic-bezier(0.2,1,0.3,1);
  background-color: #fff;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sppb-slider-fullwidth-wrapper .owl-carousel .owl-controls {
  position: absolute;
  margin: 0;
  width: 100%;
  bottom: 50px;
}
.sppb-slider-fullwidth-wrapper .owl-carousel .owl-controls .owl-dots .owl-dot span {
  background: rgba(255,255,255,0.7);
  width: 12px;
  height: 4px;
  border-radius: 100px;
  margin: 5px 5px;
}
.sppb-slider-fullwidth-wrapper .owl-carousel .owl-controls .owl-dots .owl-dot.active span {
  top: 0;
  width: 32px;
}
.sppb-slider-fullwidth-wrapper .customNavigation {
  position: absolute;
  top: 45%;
  left: 0;
  display: table;
  z-index: 9;
  width: 100%;
}
.sppb-slider-fullwidth-wrapper .customNavigation a {
  cursor: pointer;
  font-size: 50px;
  color: rgba(255,255,255,0.5);
}
.sppb-slider-fullwidth-wrapper .customNavigation a.sppbSlidePrev {
  float: left;
  margin-left: 80px;
}
.sppb-slider-fullwidth-wrapper .customNavigation a.sppbSlideNext {
  float: right;
  margin-right: 80px;
}
.sppb-slider-fullwidth-wrapper .customNavigation a:hover {
  color: #fff;
}
.sppb-slider-fullwidth-wrapper .sppb-fw-slider-button-wrapper {
  margin-top: 40px;
}
.sppb-slider-fullwidth-wrapper .sppb-fw-slider-button-wrapper a {
  padding: 18px 27px;
  background: #fff;
  border: 0;
  font-weight: 600;
  border-radius: 50px;
}
.sppb-slider-fullwidth-wrapper .sppb-fw-slider-button-wrapper a:hover {
  color: #fff;
}
.sppb-slideshow-fullwidth-item {
  min-height: 710px;
  position: relative;
}
.sppb-slideshow-fullwidth-item .sppb-slide-item-bg {
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding-top: 200px;
  min-height: 710px;
  position: absolute;
  left: 0;
  top: 0;
}
.sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text {
  text-align: center;
}
.sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h1,
.sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h2,
.sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -3.5px;
  text-shadow: 0 5px 6px rgba(0,0,0,0.1);
  margin: 0;
  z-index: 2;
  line-height: 1.2;
  text-transform: uppercase;
}
.sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h1 small,
.sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h2 small,
.sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h3 small {
  display: block;
  color: #FFFFFF;
  letter-spacing: -1.7px;
  text-shadow: 0 4px 5px rgba(0,0,0,0.1);
  font-weight: 700;
  position: relative;
}
.sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h1 small span,
.sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h2 small span,
.sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h3 small span {
  display: block;
  color: #181a27;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0,0,0,0.19);
  padding-left: 5px;
}
.sppb-slideshow-fullwidth-item .bottom-slider-img {
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: 0;
  left: 0;
}
.owl-item .sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h1,
.owl-item .sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h2,
.owl-item .sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h3 {
  display: none;
}
.owl-item .sppb-slideshow-fullwidth-item .sppb-fw-slider-button-wrapper {
  display: none;
}
.owl-item.active .sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h1,
.owl-item.active .sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h2,
.owl-item.active .sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h3 {
  display: block;
}
.owl-item.active .sppb-slideshow-fullwidth-item .sppb-fw-slider-button-wrapper {
  display: block;
}
.rhino-feature-section .sppb-addon-feature {
  padding: 40px 10px 27px;
  margin-bottom: 30px;
}
.rhino-feature-section .sppb-addon-feature .sppb-icon i {
  font-size: 70px;
}
.rhino-feature-section .sppb-addon-feature .sppb-addon-title {
  letter-spacing: -0.64px;
}
.ico-sevice img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  transform: scale(1);
}
.ico-sevice:hover img {
  transform: scale(1.05);
}
.ico-sevice:hover h4.sppb-addon-title {
  text-decoration: underline;
  color: #ebf8ff;
}
.up-curve-white {
  position: relative;
}
.up-curve-white:after {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid;
  border-top: 100px solid transparent;
  content: "";
  position: absolute;
  top: -100px;
  width: 100%;
  border-right-color: #fff;
}
.up-curve-grey {
  position: relative;
}
.up-curve-grey:after {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid;
  border-top: 100px solid transparent;
  content: "";
  position: absolute;
  top: -100px;
  width: 100%;
  border-right-color: #efefef;
}
.up-curve-black {
  position: relative;
}
.up-curve-black:after {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid;
  border-top: 100px solid transparent;
  content: "";
  position: absolute;
  top: -100px;
  width: 100%;
  border-right-color: #1a2025;
}
.up-curve-grey {
  position: relative;
}
.down-curve-grey {
  position: relative;
}
.down-curve-fiolet {
  position: relative;
}
#section-id-1502194292492 {
  z-index: 2 !important;
}
.wherefore-services {
  position: relative;
}
.wherefore-services::before {
  content: "";
  background-image: url(../images/macbook_camera_coffee_watches_ipod.jpg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -75px;
  width: 50%;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.wherefore-services h2 small {
  font-size: 60%;
  line-height: 40px;
  color: #202020;
  letter-spacing: -0.05em;
}
.wherefore-services .sppb-addon-blocknumber h3.sppb-media-heading {
  margin: 0 0 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.wherefore-services .sppb-addon-blocknumber span.sppb-blocknumber-number {
  font-size: 450%;
  font-weight: 300;
}
.wherefore-services #sppb-addon-1519747390 span.sppb-blocknumber-number {
  color: #fd5238;
}
.wherefore-services #sppb-addon-1519747390 .sppb-addon-blocknumber h3.sppb-media-heading {
  color: #fd5238;
}
.wherefore-services #sppb-addon-1519747390 .sppb-addon-blocknumber:hover h3.sppb-media-heading {
  color: #202020;
}
.wherefore-services #sppb-addon-1519747392 span.sppb-blocknumber-number {
  color: #dd3540;
}
.wherefore-services #sppb-addon-1519747392 .sppb-addon-blocknumber h3.sppb-media-heading {
  color: #dd3540;
}
.wherefore-services #sppb-addon-1519747392 .sppb-addon-blocknumber:hover h3.sppb-media-heading {
  color: #202020;
}
.wherefore-services #sppb-addon-1519747394 span.sppb-blocknumber-number {
  color: #930037;
}
.wherefore-services #sppb-addon-1519747394 .sppb-addon-blocknumber h3.sppb-media-heading {
  color: #930037;
}
.wherefore-services #sppb-addon-1519747394 .sppb-addon-blocknumber:hover h3.sppb-media-heading {
  color: #202020;
}
#section-id-1502269258543 {
  z-index: 2 !important;
}
.sppb-modal-selector.sppb-magnific-popup {
  position: relative;
  text-align: center;
}
.sppb-modal-selector.sppb-magnific-popup span.bubble-ripple {
  position: absolute;
  top: 0;
  width: 125px;
  height: 125px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: rgba(0,0,0,0.8);
  border-radius: 50%;
  -webkit-animation: bubble-ripple 1.5s linear infinite;
  -moz-animation: bubble-ripple 1.5s linear infinite;
  -o-animation: bubble-ripple 1.5s linear infinite;
  animation: bubble-ripple 1.5s linear infinite;
}
.sppb-modal-selector.sppb-magnific-popup span.bubble-ripple .bubble-ripple-inner {
  position: absolute;
  top: 0;
  width: 125px;
  height: 125px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: rgba(0,0,0,0.8);
  border-radius: 50%;
  -webkit-animation: bubble-ripple 1.5s linear infinite;
  -moz-animation: bubble-ripple 1.5s linear infinite;
  -o-animation: bubble-ripple 1.5s linear infinite;
  animation: bubble-ripple 1.5s linear infinite;
}
.sppb-modal-selector.sppb-magnific-popup i {
  height: 125px;
  width: 125px;
  background: #fff;
  font-size: 50px;
  line-height: 125px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@-webkit-keyframes bubble-ripple {
  0% {
    transform: scale(1);
    opacity: .75;
  }
  25% {
    transform: scale(1);
    opacity: .75;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes bubble-ripple {
  0% {
    transform: scale(1);
    opacity: .75;
  }
  25% {
    transform: scale(1);
    opacity: .75;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.rhino-fun-facts-section {
  margin-top: -70px !important;
}
.rhino-fun-facts-section.up-curve-white:before {
  top: 32px;
}
.rhino-fun-facts-section .sppb-addon-feature .sppb-icon-container {
  border-radius: 50%;
  display: table;
  width: 90px;
  height: 90px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.06);
}
.rhino-fun-facts-section .sppb-addon-feature .sppb-icon-container i {
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
}
.sppb-addon-animated-number .sppb-animated-number {
  font-weight: 600;
  letter-spacing: -3px;
}
.sppb-addon-animated-number .sppb-animated-number-title {
  font-weight: 300;
  color: #000;
  margin-top: 5px;
}
.textBlock-home .sppb-section-title {
  margin-bottom: 40px !important;
}
.textBlock-home .sppb-section-title .sppb-title-subheading {
  color: #fd5238;
}
.customer-reviews .sppb-section-title p.sppb-title-subheading {
  color: #c9e4d1;
}
.rhino-home-news .sppb-addon-article {
  background: #fff;
  padding: 35px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.rhino-home-news .sppb-addon-article:hover img {
  -webkit-transform: scale3d(1.02,1.02,1);
  transform: scale3d(1.02,1.02,1);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.rhino-home-news .sppb-addon-article h3 {
  margin-top: 0;
  line-height: 22px;
  margin-bottom: 22px;
  max-height: 50px;
  overflow: hidden;
}
.rhino-home-news .sppb-addon-article h3 a {
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #000000;
}
.rhino-home-news .sppb-addon-article .sppb-article-meta {
  margin: 0 0 2px;
}
.rhino-home-news .sppb-addon-article .sppb-article-meta span {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin: 8px 5px 5px 0;
}
.rhino-home-news .sppb-addon-article .sppb-article-introtext p {
  font-size: 14px;
  color: #949494;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.rhino-home-news .sppb-addon-article:hover h3 a {
  color: #fff;
}
.rhino-home-news .sppb-addon-article:hover h3 a:hover,
.rhino-home-news .sppb-addon-article:hover h3 a:focus {
  opacity: .5;
  color: #fff;
}
.rhino-home-news .sppb-addon-article:hover .sppb-article-meta span {
  color: #fff;
}
.rhino-home-news .sppb-addon-article:hover .sppb-article-introtext p {
  color: #fff;
}
.rhino-home-news p.sppb-title-subheading {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.rhino-started-with .sppb-addon-feature .sppb-icon-container {
  display: block;
}
.rhino-started-with .sppb-addon-feature .sppb-icon i {
  font-size: 115px;
  color: #000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.rhino-started-with .sppb-addon-feature .sppb-addon-title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.sppb-section.klochkov-top-post-slider .sppb-addon-articles-slider .sppb-addon-article {
  display: table;
  width: 100%;
}
.sppb-section.klochkov-top-post-slider .sppb-addon-articles-slider .sppb-addon-article a {
  border: 2px;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -ms-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
}
.sppb-section.klochkov-top-post-slider .sppb-addon-articles-slider .sppb-addon-article .sppb-img-wrapper {
  width: 60px;
  float: left;
  display: block;
}
.sppb-section.klochkov-top-post-slider .sppb-addon-articles-slider .sppb-addon-article .sppb-article-details {
  float: left;
  line-height: 1;
  padding: 0 0 0 15px;
  width: 200px;
}
.sppb-section.klochkov-top-post-slider .sppb-addon-articles-slider .sppb-addon-article .sppb-article-details .sppb-meta-category a {
  background: transparent;
  padding: 0;
  font-weight: 500;
  color: #7c3591;
  font-family: 'Open Sans', 'Open Sans', Arial, Helvetica, sans-serif;
}
.sppb-section.klochkov-top-post-slider .sppb-addon-articles-slider .sppb-addon-article .sppb-article-details .sppb-meta-category a:hover,
.sppb-section.klochkov-top-post-slider .sppb-addon-articles-slider .sppb-addon-article .sppb-article-details .sppb-meta-category a:focus {
  color: #d428ff;
}
.sppb-section.klochkov-top-post-slider .sppb-addon-articles-slider .sppb-addon-article .sppb-article-details .sppb-article-meta {
  display: none;
}
.sppb-section.klochkov-top-post-slider .sppb-addon-articles-slider .sppb-addon-article .sppb-article-details .article-title {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin: 3px 0 0;
}
.sppb-section.klochkov-top-post-slider .sppb-addon-articles-slider .sppb-addon-article .sppb-article-details .article-title a {
  color: #000;
}
.sppb-section.klochkov-top-post-slider .sppb-addon-articles-slider .sppb-addon-article .sppb-article-details .sppb-readmore {
  display: none;
}
.sppb-section.klochkov-top-post-slider .sppb-addon-articles-slider .sppb-addon-article:hover {
  color: #eda7ff;
}
.sppb-section.klochkov-top-post-slider .sppb-addon-articles-slider .sppb-addon-article:hover a {
  border: 2px solid #eda7ff;
}
.sppb-section.klochkov-top-post-slider .sppb-addon-articles-slider .sppb-addon-article:hover a img {
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -ms-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
}
.sppb-section.klochkov-top-post-slider .sppb-addon-articles-slider .sppb-addon-article:hover a:hover,
.sppb-section.klochkov-top-post-slider .sppb-addon-articles-slider .sppb-addon-article:hover a:focus {
  border: 2px solid #d428ff;
}
.sppb-section.klochkov-top-post-slider .sppb-addon-articles-slider .sppb-addon-article:hover .sppb-article-details a {
  color: #de5bff !important;
  border: none;
  border-bottom: dashed 1px #de5bff;
}
.customNavigation {
  margin-bottom: 15px;
}
.customNavigation a {
  font-size: 20px;
  background: #000;
  line-height: 1;
  padding: 4px 12px 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
.customNavigation a:hover,
.customNavigation a:focus {
  color: #fff;
}
.customNavigation a.sppbSlidePrev {
  margin-right: 10px;
}
.club-wrap .sppb-section-title {
  margin-bottom: 30px !important;
}
.club-wrap .mod-sp-club-wrap {
  margin: 30px;
}
.club-wrap .mod-sp-club-wrap .sp-club-wrap .sp-club-overlay-wrapper img {
  border-radius: 0%;
  border: 4px solid #ffffff;
  display: inline-block;
}
.club-wrap .mod-sp-club-wrap .sp-club-wrap .sp-club-overlay-wrapper .sp-club-overlay .sp-vertical-middle-wrap {
  background: rgba(28,33,39,0.87) !important;
  padding: 0px 30px 37% 25px !important;
  text-align: center;
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  z-index: 2;
  border-radius: 50%;
  border: 4px solid #de5bff;
}
.club-wrap .mod-sp-club-wrap .sp-club-wrap .sp-club-overlay-wrapper .sp-club-overlay .sp-vertical-middle-wrap .sp-vertical-middle {
  height: 100%;
  width: 100%;
  display: table;
}
.club-wrap .mod-sp-club-wrap .sp-club-wrap .sp-club-overlay-wrapper .sp-club-overlay .sp-vertical-middle-wrap .sp-vertical-middle >div {
  vertical-align: bottom;
  display: table-cell;
}
.club-wrap .mod-sp-club-wrap .sp-club-wrap .sp-club-overlay-wrapper .sp-club-overlay .sp-vertical-middle-wrap .sp-vertical-middle >div .sp-club-title {
  letter-spacing: 0;
  margin-top: 0;
  position: relative;
  display: inline-block;
  font-size: 22px;
  margin-top: 20px;
  line-height: 1;
  margin: 0;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate3d(0,15px,0);
  transform: translate3d(0,15px,0);
  -webkit-transition: all 400ms;
  transition: all 400ms;
  font-weight: normal;
}
.club-wrap .mod-sp-club-wrap .sp-club-wrap .sp-club-overlay-wrapper .sp-club-overlay .sp-vertical-middle-wrap .sp-vertical-middle >div .sp-club-title:before {
  content: '\e916';
  font-family: 'rhino-icon' !important;
  font-size: 85px;
  color: #de5bff;
  display: inline-block;
  margin-bottom: 15px;
}
.club-wrap .mod-sp-club-wrap .sp-club-wrap .sp-club-overlay-wrapper .sp-club-overlay .sp-vertical-middle-wrap .sp-vertical-middle >div .sp-club-title a {
  display: block;
  line-height: 1.333;
  color: #fff;
  font-size: 27px;
}
.club-wrap .mod-sp-club-wrap .sp-club-wrap .sp-club-overlay-wrapper .sp-club-overlay .sp-vertical-middle-wrap .sp-vertical-middle >div .sp-club-title a:hover {
  color: #de5bff;
  text-decoration: underline;
}
.club-wrap .mod-sp-club-wrap .sp-club-wrap:hover img {
  border-radius: 50%;
  border: 4px solid #ffffff;
  display: inline-block;
}
.club-wrap .mod-sp-club-wrap .sp-club-wrap:hover .sp-club-overlay .sp-vertical-middle-wrap {
  opacity: 1;
}
.club-wrap .mod-sp-club-wrap .sp-club-wrap:hover .sp-club-overlay .sp-vertical-middle-wrap .sp-vertical-middle >div .sp-club-title {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.club-wrap .mod-sp-club-wrap .sp-club-wrap:hover .sp-club-overlay .sp-vertical-middle-wrap .sp-vertical-middle >div .sp-club-title a {
  display: block;
  line-height: 1.333;
  font-weight: 500;
}
.club-cart-link-wr a.sppb-btn-link {
  font-weight: 700 !important;
  background: #0b5b24;
  padding: 18px 50px;
  border: 0;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
}
.club-cart-link-wr a.sppb-btn-link:hover {
  background-color: #073b17;
  text-decoration: none;
  color: #fff;
}
#sp-top-social .social-icons li a {
  color: #fff;
}
.white-header .sp-megamenu-parent > li > a,
.white-header .sp-megamenu-parent > li > span {
  color: #fff;
}
.white-header #offcanvas-toggler > i {
  color: #fff;
}
.white-header .icon-top-wrapper i.search-open-icon {
  color: #000;
  background: #fff;
}
.white-header .icon-top-wrapper i.search-open-icon:hover {
  color: #fff;
}
.sppb-slider-wrapper.varition-simple .sppb-slideshow-fullwidth-item-text {
  text-align: left;
}
.sppb-slider-wrapper.varition-simple .sppb-slideshow-fullwidth-item-text h1,
.sppb-slider-wrapper.varition-simple .sppb-slideshow-fullwidth-item-text h2,
.sppb-slider-wrapper.varition-simple .sppb-slideshow-fullwidth-item-text h3 {
  font-size: 100px;
}
.sppb-slider-wrapper.varition-simple .sppb-slideshow-fullwidth-item-text h1 small,
.sppb-slider-wrapper.varition-simple .sppb-slideshow-fullwidth-item-text h2 small,
.sppb-slider-wrapper.varition-simple .sppb-slideshow-fullwidth-item-text h3 small {
  font-size: 80px;
}
.sppb-slider-wrapper.varition-simple .owl-carousel .owl-controls {
  text-align: center;
}
.core-service-section .sppb-addon-feature .sppb-icon-container {
  border-radius: 50%;
  display: table;
  width: 108px;
  height: 108px;
  background: #fff;
  border: 1px solid #E5E5E5;
  margin: 0 auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.core-service-section .sppb-addon-feature .sppb-icon-container i {
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.core-service-section .sppb-addon-feature .sppb-feature-box-title {
  color: #C1C1C1;
  letter-spacing: -0.64px;
  margin: 22px 0 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.core-service-section .sppb-addon-feature:hover .sppb-icon-container {
  box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.12);
}
.core-service-section .sppb-addon-feature:hover .sppb-feature-box-title {
  font-weight: 600;
  color: #383838;
}
.o-company-home .sppb-title-subheading {
  color: #202020;
}
.est-voprosy h6.sppb-addon-title {
  color: #0b5b24;
}
.clubcart-klochkov-gym .sppb-section-title.sppb-text-center {
  margin-bottom: 30px !important;
}
.clubcart-wrap .sppb-section-title p.sppb-title-subheading {
  color: #f9ecfe;
}
.clubcart-wrap .club-cart div.sppb-pricing-features {
  padding: 0 30px;
}
.clubcart-wrap .club-cart div.sppb-pricing-features li {
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 24px;
  padding-bottom: 5px;
  font-size: 16px;
}
.clubcart-wrap .club-cart.cart-home-top span.sppb-pricing-price {
  margin-left: -15px;
  text-shadow: 1px 1px 0px #622571;
}
.clubcart-wrap .club-cart.cart-home-top span.sppb-pricing-price span.sppb-pricing-price-symbol {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #dfabec;
}
.clubcart-wrap .club-cart.cart-home-top div.sppb-pricing-features li {
  border-bottom: 1px solid #a046b6;
}
.clubcart-wrap .club-cart.cart-home-2 span.sppb-pricing-price {
  margin-left: -15px;
}
.clubcart-wrap .club-cart.cart-home-2 span.sppb-pricing-price span.sppb-pricing-price-symbol {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #943daa;
}
.clubcart-wrap .club-cart.cart-home-2 div.sppb-pricing-features li {
  border-bottom: 1px solid #f2d9f8;
}
.home-two-portfolio-section .sp-simpleportfolio .sp-simpleportfolio-item .sp-module-title {
  text-transform: initial;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  padding-right: 50px;
  letter-spacing: -3.07px;
  margin-bottom: 70px;
  color: #000000;
}
.home-two-portfolio-section .sp-simpleportfolio .sp-simpleportfolio-item .sp-module-title span {
  margin-top: 25px;
  display: block;
  font-size: 16px;
  margin-bottom: 0;
  color: #949494;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
.home-two-portfolio-section .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-content-wrap {
  padding: 0;
}
.home-two-portfolio-section .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-content-wrap .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  background: #fff;
  top: auto;
  bottom: 0;
  visibility: visible;
  padding: 0px 30px 36px 50px;
  opacity: 1 !important;
}
.home-two-portfolio-section .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-content-wrap .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay .sp-vertical-middle .sp-simpleportfolio-title {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.home-two-portfolio-section .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-content-wrap .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay .sp-vertical-middle .sp-simpleportfolio-title:before {
  color: #fff;
  background: #D9D9D9;
  box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.12);
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  margin: 0;
  line-height: 45px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
  top: -23px;
}
.home-two-portfolio-section .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-content-wrap .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay .sp-vertical-middle .sp-simpleportfolio-title a {
  color: #000;
  font-size: 24px;
}
.home-two-portfolio-section .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-content-wrap .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay .sp-vertical-middle .sp-simpleportfolio-tags {
  font-size: 14px;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  margin: 0px 0 14px;
}
.home-two-portfolio-section .sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  opacity: 1;
}
.home-two-portfolio-section .sppb-addon-button-group {
  margin-top: -115px;
}
.home-two-portfolio-section .sppb-addon-button-group.button-margin-fix {
  margin-top: 0;
}
.sppb-addon-cta .sppb-cta-title {
  letter-spacing: -3.07px;
}
.sppb-addon-cta .sppb-cta-text {
  margin-bottom: 45px;
}
.sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item-text h1,
.sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item-text h2,
.sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item-text h3 {
  font-size: 128px;
  color: #FFFFFF;
  letter-spacing: -6.4px;
  text-shadow: 0 11px 10px rgba(0,0,0,0.19);
}
.sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item-text h1 small,
.sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item-text h2 small,
.sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item-text h3 small {
  left: -360px;
  top: 105px;
}
.sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item-text h1 span,
.sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item-text h2 span,
.sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item-text h3 span {
  display: inline-block;
  position: relative;
  left: 375px;
  top: 140px;
}
.sppb-slider-fullwidth-wrapper.varition-animation .slider-bottom-content-wrap {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  z-index: 5;
}
.sppb-slider-fullwidth-wrapper.varition-animation .owl-controls {
  text-align: left;
}
.sppb-slider-fullwidth-wrapper.varition-animation .owl-controls .owl-dots .owl-dot span {
  background: rgba(0,0,0,0.4);
}
.sppb-slider-fullwidth-wrapper.varition-animation .owl-controls .owl-dots .owl-dot.active span {
  background: #fff;
}
.carousel-mod-home {
  background-color: #fdf9ee;
}
.carousel-mod-home .sppb-column-addons .sppb-carousel.sppb-carousel-pro.sppb-slide ol.sppb-carousel-indicators li {
  background-color: #c9e4d1;
  width: 12px;
  height: 4px;
  border-radius: 100px;
  margin: 5px 3px;
  border: none;
  padding: 0;
}
.carousel-mod-home .sppb-column-addons .sppb-carousel.sppb-carousel-pro.sppb-slide ol.sppb-carousel-indicators li.active {
  background-color: #0b5b24;
  width: 32px;
}
.carousel-mod-home .sppb-column-addons .sppb-carousel.sppb-carousel-pro.sppb-slide div.sppb-carousel-inner {
  padding-bottom: 40px;
}
.carousel-mod-home .sppb-column-addons .sppb-carousel.sppb-carousel-pro.sppb-slide div.sppb-carousel-inner .sppb-carousel-pro-text a.sppb-btn.sppb-btn-default {
  background-color: transparent;
  border: 2px solid #0b5b24;
  color: #0b5b24 !important;
}
.carousel-mod-home .sppb-column-addons .sppb-carousel.sppb-carousel-pro.sppb-slide div.sppb-carousel-inner .sppb-carousel-pro-text a.sppb-btn.sppb-btn-default:hover {
  background-color: #0b5b24;
  border: 2px solid #fff;
  color: #fff !important;
}
.carousel-mod-home .sppb-column-addons .sppb-carousel.sppb-carousel-pro.sppb-slide div.sppb-carousel-inner .sppb-text-right img {
  border: 5px solid #fff;
  box-shadow: 0 0px 10px rgba(0,0,0,0.05);
}
.down-curve-vipservice1:after {
  content: '';
  position: absolute;
  top: auto;
  bottom: -16px;
  background: url(../images/down-curve-vipservice-1.png) repeat-x 0 0;
  height: 16px;
  width: 100%;
}
.home4-feature-section .sppb-addon-feature .sppb-icon .sppb-icon-container i {
  font-size: 74px;
}
.home4-feature-section .sppb-addon-feature .sppb-feature-box-title {
  letter-spacing: -0.64px;
}
.home4-feature-section .sppb-col-md-6 .sppb-col-md-4 {
  border-right: 1px solid rgba(0,0,0,0.55);
}
.home4-feature-section .sppb-col-md-6 .sppb-col-md-4:last-of-type {
  border-right: 0;
}
.rhino-fun-facts-section.home6-fun-facts-section {
  margin-top: 0 !important;
}
.rhino-fun-facts-section.home6-fun-facts-section .sppb-row-container {
  position: relative;
  top: -45px;
}
.rhino-fun-facts-section.home6-fun-facts-section .sppb-addon-animated-number .sppb-animated-number-title {
  color: #fff;
}
.home6-started-with .sppb-addon-feature .sppb-icon .sppb-icon-container i {
  color: #fff;
}
.home6-client-section {
  border-bottom: 1px solid rgba(0,0,0,0.5);
}
.home6-client-section .sppb-addon-text-block .sppb-addon-content p {
  color: #fff;
}
.sppb-testimonial-pro {
  text-align: center;
  color: #fff;
}
.sppb-testimonial-pro .sppb-carousel-inner {
  max-width: 830px;
  display: inline-block;
}
.sppb-testimonial-pro .sppb-testimonial-img,
.sppb-testimonial-pro .sppb-addon-testimonial-pro-footer {
  position: relative;
  z-index: 5;
  padding-top: 35px;
}
.sppb-testimonial-pro .sppb-testimonial-img:after,
.sppb-testimonial-pro .sppb-addon-testimonial-pro-footer:after {
  background: rgba(0,0,0,0) url("../images/testi-img-bg.png") no-repeat scroll center center / cover;
  content: "";
  height: 170px;
  left: 10px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 232px;
  z-index: -1;
}
.sppb-testimonial-pro .sppb-testimonial-img img,
.sppb-testimonial-pro .sppb-addon-testimonial-pro-footer img {
  border: 6px solid #ffffff;
  -webkit-box-shadow: 0 4px #d9d9d9;
  box-shadow: 0 4px #d9d9d9;
}
.sppb-testimonial-pro .sppb-testimonial-client {
  margin-top: 10px;
  margin-bottom: 0;
}
.sppb-testimonial-pro .sppb-testimonial-client .pro-client-name {
  font-size: 32px;
  color: #c9e4d1;
  margin: 11px 0 1px;
  font-weight: 300;
}
.sppb-testimonial-pro .pro-client-position {
  color: #fff;
  font-size: 18px;
}
.sppb-testimonial-pro .sppb-testimonial-message {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  margin: 23px 0 0;
}
.sppb-testimonial-pro .sppb-carousel-control-wrapper {
  margin-top: 50px;
}
.sppb-testimonial-pro .sppb-carousel-control-wrapper .sppb-carousel-control {
  border: none;
  font-size: 24px;
  color: #fff;
}
.sppb-testimonial-pro .sppb-carousel-control-wrapper .sppb-carousel-control:hover {
  background-color: transparent;
  color: #326542;
}
.sppb-testimonial-pro .sppb-carousel-indicators {
  bottom: -50px;
  z-index: inherit;
}
.sppb-testimonial-pro .sppb-carousel-indicators li {
  background-color: #326542;
  border: medium none;
  border-radius: 0;
  height: 4px;
  margin: 0 6px;
  padding: 0;
  text-indent: -999px;
  width: 24px;
  border-radius: 4px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sppb-testimonial-pro .sppb-carousel-indicators li:hover {
  background-color: #fff;
  height: 4px;
  width: 24px;
}
.sppb-testimonial-pro .sppb-carousel-indicators li.active {
  background-color: #fff;
  height: 4px;
  width: 34px;
}
.portfolio-link-wr a.sppb-btn-link {
  font-weight: 900 !important;
  background: #ff4428;
  padding: 18px 50px;
  font-weight: 600;
  border: 0;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
}
.portfolio-link-wr a.sppb-btn-link:hover {
  background-color: #920036;
  text-decoration: none;
  color: #fff;
}
.portfolio-wr ul.yjnewspopFilter {
  border-bottom: 3px solid #e2e2e2;
  margin: 0 10px 20px 10px;
  background: #f5f5f5;
  padding: 0;
}
.portfolio-wr ul.yjnewspopFilter li a {
  padding: 13px 25px;
  margin: 0;
  border-radius: 0;
}
.portfolio-wr ul.yjnewspopFilter li a:hover {
  background-color: #920036;
  text-decoration: none;
  color: #fff;
}
.portfolio-wr ul.yjnewspopFilter li a.selected {
  background: #ff4428;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
}
.portfolio-wr .yjnewspopC:hover img {
  -webkit-transform: scale3d(1.15,1.15,1);
  transform: scale3d(1.15,1.15,1);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.portfolio-wr .yjnewspopC div.yjnewspopIntro {
  background: rgba(253,82,56,0.9);
  box-shadow: none;
}
.portfolio-wr .yjnewspopC div.yjnewspopIntro h4.yjnewspopTitle {
  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;
}
.portfolio-wr .yjnewspopC div.yjnewspopIntro h4.yjnewspopTitle a {
  display: block;
  webkit-transition: color 400ms;
  transition: color 400ms;
}
.portfolio-wr .yjnewspopC div.yjnewspopIntro h4.yjnewspopTitle a:hover {
  color: #202020;
}
.portfolio-wr .yjnewspopC div.yjnewspopIntro h4.yjnewspopTitle:before {
  content: '\f030';
  font-family: FontAwesome;
  font-size: 30px;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}
.portfolio-wr .yjnewspopC div.yjnewspopIntro div.yjnewspopCat {
  margin-top: 20px;
}
.portfolio-wr .yjnewspopC div.yjnewspopIntro div.yjnewspopCat span {
  font-size: 70%;
  font-weight: 300;
}
.portfolio-wr .yjnewspopC div.yjnewspopIntro div.yjnewspopCat a {
  font-weight: 400;
  font-size: 100%;
}
.portfolio-wr .yjnewspopC div.yjnewspopIntro div.yjnewspopCat a:hover {
  color: #202020;
}
.portfolio-wr #load_more129 {
  margin: 20px auto;
}
.portfolio-wr #load_more129 a.getmore,
.portfolio-wr #load_more129 a.getmore:hover,
.portfolio-wr #load_more129 a.getmore:focus {
  width: 98%;
  height: 50px;
  line-height: 50px;
  border: none;
  color: #fd5238;
  background: #f4f4f4;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  text-shadow: none;
}
.portfolio-wr #load_more129 a.getmore:hover,
.portfolio-wr #load_more129 a.getmore:hover:hover,
.portfolio-wr #load_more129 a.getmore:focus:hover {
  background: #ff4428;
  color: #fff;
}
.sppb-addon-testimonial {
  background: #fff;
  padding: 150px 30px 45px 30px;
  position: relative;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
.sppb-addon-testimonial .sppb-addon-testimonial-review {
  font-style: italic;
}
.sppb-addon-testimonial .sppb-addon-testimonial-footer {
  position: absolute;
  margin: 0;
  top: -45px;
  left: 30px;
  font-size: 100%;
}
.sppb-addon-testimonial .sppb-addon-testimonial-footer img {
  border: 8px solid #fff;
  margin: 0;
}
.sppb-addon-testimonial .sppb-addon-testimonial-footer .sppb-addon-testimonial-client {
  display: block;
  margin-top: 10px;
  margin-left: 2px;
  font-weight: 300;
  font-size: 18px;
}
.sppb-addon-testimonial .sppb-addon-testimonial-footer .sppb-addon-testimonial-client strong {
  color: #323232;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sppb-addon-person {
  background: #fff;
  padding: 10px;
}
.sppb-addon-person div.sppb-person-image {
  margin-bottom: 0;
  position: relative;
}
.sppb-addon-person div.sppb-person-image .sppb-person-info-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  -webkit-transform: scale(.8);
  transform: scale(.8);
}
.sppb-addon-person div.sppb-person-image .sppb-person-information {
  position: absolute;
  bottom: 22px;
  left: 20px;
}
.sppb-addon-person div.sppb-person-image .sppb-person-social-icons .sppb-person-social {
  margin: 0 -4px;
}
.sppb-addon-person div.sppb-person-image .sppb-person-social-icons .sppb-person-social li {
  margin: 0 4px;
}
.sppb-addon-person div.sppb-person-image .sppb-person-social-icons .sppb-person-social li a {
  color: #fff;
  font-size: 14px;
  margin: 0 4px;
}
.sppb-addon-person div.sppb-person-image span.sppb-person-name {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin: 8px 0 0px;
}
.sppb-addon-person div.sppb-person-image span.sppb-person-designation {
  color: #fff;
  font-size: 14px;
}
.sppb-addon-person div.sppb-person-image:hover .sppb-person-info-wrap {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.sppb-addon-tab .sppb-tab .sppb-nav-tabs {
  margin-bottom: 30px;
  border: 0;
  text-align: center;
}
.sppb-addon-tab .sppb-tab .sppb-nav-tabs li {
  display: inline-block;
  float: none;
  margin: 0 15px;
}
.sppb-addon-tab .sppb-tab .sppb-nav-tabs li a {
  background: #ebebeb;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  padding: 13px 34px 13px;
}
.sppb-addon-tab .sppb-tab .sppb-nav-tabs li.active a {
  color: #fff;
}
.sppb-addon-tab .sppb-tab .sppb-nav-tabs-content {
  background: transparent;
  padding: 0;
  border: 0;
}
.sppb-addon-tab .sppb-tab .sppb-nav-tabs-content .sppb-tab-pane .row > div:nth-child(1) {
  padding-right: 65px;
}
.sppb-addon-tab .sppb-tab .sppb-nav-tabs-content .sppb-tab-pane .row > div:nth-child(2) {
  padding-right: 50px;
  padding-left: 30px;
}
.sppb-addon-tab .sppb-tab .sppb-nav-tabs-content .sppb-tab-pane .title {
  margin-top: 33px;
  font-size: 18px;
  color: #43484D;
  margin-bottom: 5px;
  font-weight: 400 !important;
}
.sppb-addon-tab .sppb-tab .sppb-nav-tabs-content .sppb-tab-pane p {
  line-height: 28px;
}
.sppb-addon-gmap {
  padding: 25px;
  background: #fff;
  margin-top: -175px;
}
.sppb-addon-ajax-contact .sppb-ajax-contact-content .sppb-ajaxt-contact-form .sppb-form-group {
  margin-bottom: 30px;
}
.sppb-addon-ajax-contact .sppb-ajax-contact-content .sppb-ajaxt-contact-form .sppb-form-group input {
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 5px;
  height: 54px !important;
  color: #D2D2D2;
  font-size: 16px;
  box-shadow: none;
  padding: 0 0 0 20px;
}
.sppb-addon-ajax-contact .sppb-ajax-contact-content .sppb-ajaxt-contact-form .sppb-form-group textarea {
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 5px;
  min-height: 50px;
  color: #D2D2D2;
  font-size: 14px;
  box-shadow: none;
  padding: 15px 0 0 20px;
  resize: none;
}
.sppb-addon-ajax-contact .sppb-ajax-contact-content .sppb-ajaxt-contact-form .sppb-form-group input[type="file"] {
  border: 1px solid #efeeee;
  background-color: #f3f3f3;
}
.sppb-addon-gallery .sppb-gallery li {
  width: 20%;
  padding: 0;
  position: relative;
}
.sppb-addon-gallery .sppb-gallery li a {
  overflow: hidden;
  position: relative;
}
.sppb-addon-gallery .sppb-gallery li a img {
  width: 100% !important;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.sppb-addon-gallery .sppb-gallery li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 1;
  -webkit-background-image: linear-gradient(-180deg,#de5bffe8 0%,#441f4c 100%);
  -moz-background-image: linear-gradient(-180deg,#de5bffe8 0%,#441f4c 100%);
  -ms-background-image: linear-gradient(-180deg,#de5bffe8 0%,#441f4c 100%);
  background-image: linear-gradient(-180deg,#de5bffe8 0%,#441f4c 100%);
}
.sppb-addon-gallery .sppb-gallery li a:after {
  content: '\f00e';
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  width: 85px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 80px;
  color: #fff;
  height: 80px;
  line-height: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.sppb-addon-gallery .sppb-gallery li a:hover img {
  -webkit-transform: scale(1.08) rotate(3deg);
  transform: scale(1.08) rotate(3deg);
}
.sppb-addon-gallery .sppb-gallery li a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.95;
}
.sppb-addon-gallery .sppb-gallery li a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sppb-addon-testimonial .sppb-media .sppb-media-body blockquote {
  border: 0;
  margin: 0;
  padding: 0;
}
.sppb-addon-testimonial .sppb-media .sppb-media-body blockquote footer {
  margin-top: 38px;
}
.sppb-addon-testimonial .sppb-media .sppb-media-body blockquote footer strong {
  font-weight: 600;
}
.sppb-addon-accordion .sppb-panel {
  border-left: transparent;
  border-right: transparent;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading {
  background: none;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  padding: 35px 15px;
  font-weight: 600;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading span.title-number {
  min-width: 32px;
  min-height: 32px;
  border: 1px solid #DDDDDD;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  line-height: 30px;
  margin-right: 25px;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading .sppb-panel-title i {
  display: none;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading.active {
  color: #0b5b24;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading.active span.sppb-toggle-direction {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading.active span.sppb-toggle-direction i:before {
  content: "-";
}
.sppb-addon-accordion .sppb-panel-body {
  border-top-color: transparent;
  padding: 0 55px 25px 55px;
}
.sppb-addon-accordion span.sppb-toggle-direction {
  font-size: 20px;
  color: #000;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.sppb-addon-accordion span.sppb-toggle-direction i:before {
  content: "+";
  font-size: 35px;
  color: #3C3D41;
}
.faq-mod h3.sppb-addon-title {
  letter-spacing: 0 !important;
}
.sppb-addon-feature .pull-left .sppb-icon i:before {
  transform: scale(1);
}
.sppb-addon-feature .sppb-icon i:before {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  transform: scale(1);
  display: inline-block;
}
.sppb-addon-feature:hover .sppb-icon i:before {
  transform: scale(1.05);
}
.sppb-addon-feature:hover .pull-left .sppb-icon i:before {
  transform: scale(1);
}
.client-wr .sppb-item {
  padding: 0;
}
.client-wr .sppb-item img {
  float: left;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  opacity: 0.95;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .4s;
  transition: .4s;
  border: 2px solid #fff;
}
.client-wr .sppb-item img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  border: 2px solid #f5f5f5;
}
.client-wr .sppb-carousel-indicators {
  bottom: -60px;
}
.client-wr .sppb-carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 4px;
  margin: 5px 3px;
  text-indent: -999px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: #c9e4d1;
}
.client-wr .sppb-carousel-indicators li.active {
  background-color: #0b5b24;
  width: 32px;
}
.client-wr.client-about .sppb-item {
  text-align: center;
  margin: 0 auto;
}
.client-wr.client-about .sppb-item img {
  opacity: 0.9;
  float: none;
  display: inline-block;
  text-align: center;
}
.client-wr.client-about .sppb-item img:hover {
  border: 2px solid #fff;
}
.rezume-personala-home .sppb-section-title {
  margin-bottom: 20px !important;
}
.rezume-personala-home .menu-rezume ul.level0 {
  padding: 0;
  text-align: center;
}
.rezume-personala-home .menu-rezume ul.level0 li {
  display: inline-block;
  margin: 20px 15px;
}
.rezume-personala-home .menu-rezume ul.level0 li:hover {
  margin: 20px 10px;
}
.rezume-personala-home .menu-rezume ul.level0 li a {
  font-size: 18px;
  font-weight: 300;
  padding: 8px 15px;
  color: #073b17;
  background-color: #fff;
  border-radius: 5px;
}
.rezume-personala-home .menu-rezume ul.level0 li a:hover,
.rezume-personala-home .menu-rezume ul.level0 li a:focus {
  padding: 12px 20px;
  color: #fff;
  text-decoration: underline;
  background-color: #0b5b24;
}
.rezume-personala-home .menu-rezume ul.level0 li a:hover span.catCounter,
.rezume-personala-home .menu-rezume ul.level0 li a:focus span.catCounter {
  color: #5e8c6b;
}
.rezume-personala-home .menu-rezume ul.level0 li a span.catCounter {
  font-size: 14px;
  color: #5e8c6b;
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover {
  background: none;
}
.sp-module ul >li >a:before {
  font-family: 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-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-content-wrap {
  background: #fff;
  padding: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  padding: 0px 30px 30px 25px;
  text-align: left;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay .sp-vertical-middle >div {
  vertical-align: bottom;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay .sp-vertical-middle >div .sp-simpleportfolio-title {
  letter-spacing: 0;
  margin-top: 0;
  position: relative;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay .sp-vertical-middle >div .sp-simpleportfolio-title:before {
  content: '\f030';
  font-family: FontAwesome;
  font-size: 30px;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay .sp-vertical-middle >div .sp-simpleportfolio-title a {
  display: block;
  line-height: 1.333;
  font-weight: 600;
}
.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;
}
.top-search-input-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
  -webkit-animation: searchZoomIn .4s;
  animation: searchZoomIn .4s;
}
.top-search-input-wrap form {
  width: 100%;
}
.top-search-input-wrap .search-wrap {
  width: 100%;
}
.top-search-input-wrap .search-wrap .search.rhino-top-search {
  float: none !important;
  width: 75%;
  margin: 0 auto;
  max-width: 900px;
}
.top-search-input-wrap .search-wrap .search.rhino-top-search input {
  background: transparent;
  height: auto;
  box-shadow: none;
  padding: 0px;
  width: 100%;
  color: #ffffff;
  font-size: 90px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 4px;
  border-radius: 0;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.top-search-input-wrap .search-wrap .search.rhino-top-search input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.top-search-input-wrap .search-wrap .search.rhino-top-search input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.top-search-input-wrap .search-wrap .search.rhino-top-search input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.top-search-input-wrap .search-wrap .search.rhino-top-search input::-webkit-search-cancel-button,
.top-search-input-wrap .search-wrap .search.rhino-top-search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.top-search-input-wrap .search-wrap .search.rhino-top-search input:focus {
  outline: 0;
  box-shadow: none;
}
.top-search-input-wrap .search-upper-part {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  transition: transform 0.6s;
  transition-timing-function: cubic-bezier(0.2,1,0.3,1);
  transform: translate3d(0,-100%,0);
}
.top-search-input-wrap .search-bottom-part {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  transition: transform 0.6s;
  transition-timing-function: cubic-bezier(0.2,1,0.3,1);
  transform: translate3d(0,100%,0);
  top: 50%;
}
.top-search-input-wrap .search-bottom-part h3 {
  color: #fff;
  margin: 0 0 30px;
  font-size: 24px;
  text-transform: none;
}
.top-search-input-wrap .search-bottom-part h3:before {
  content: "\e917";
  font-family: 'rhino-icon' !important;
  font-size: 24px;
  color: #fff;
  display: inline-block;
  padding-right: 20px;
}
.top-search-input-wrap .search-bottom-part .sppb-media > .pull-left {
  margin-right: 0;
  margin-left: 15px;
}
.top-search-input-wrap .search-bottom-part .feedback-contact-form {
  font-family: 'Open Sans', sans-serif;
}
.top-search-input-wrap .search-bottom-part .feedback-contact-form .sppb-addon-feature {
  margin-bottom: 0;
}
.top-search-input-wrap .search-bottom-part .feedback-contact-form .sppb-addon-feature .sppb-media .sppb-icon .sppb-icon-container i {
  font-size: 36px;
  color: #fff;
}
.top-search-input-wrap .search-bottom-part .feedback-contact-form .sppb-addon-feature .sppb-media .sppb-media-body {
  padding-right: 0;
  padding-top: 0;
}
.top-search-input-wrap .search-bottom-part .feedback-contact-form .sppb-addon-feature .sppb-media .sppb-media-body .sppb-addon-title {
  color: #fff;
}
.top-search-input-wrap .search-bottom-part .feedback-contact-form .sppb-addon-feature .sppb-media .sppb-media-body .sppb-addon-text {
  color: #fff;
}
.top-search-input-wrap.search-open .search-upper-part,
.top-search-input-wrap.search-open .search-bottom-part {
  transform: translate3d(0,0,0);
}
.top-search-input-wrap .search-info-text {
  color: #fff;
  text-align: right;
  display: block;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: 'Open Sans', Arial, sans-serif;
}
.top-search-input-wrap .search-suggested-tag ul li {
  border: 0;
  display: inline-block;
  padding: 0;
}
.top-search-input-wrap .search-suggested-tag ul li a {
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px;
  margin-right: 10px;
}
.top-search-input-wrap .search-suggested-tag ul li a:before {
  display: none;
}
.top-search-input-wrap .search-address-content i {
  color: #fff;
  font-size: 40px;
}
.top-search-input-wrap .search-address-content h4 {
  color: #fff;
  margin-top: 0;
  font-weight: 600;
}
.top-search-input-wrap .search-address-content p {
  color: #fff;
  margin-bottom: 0;
}
.top-search-input-wrap .search-address-content .search-address {
  width: 70%;
  margin-left: 30px;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.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;
}
body.no-page-title #sp-top-bar,
body.no-page-title #sp-header {
  background: #000;
}
body.no-page-title #sp-header.menu-fixed {
  background: rgba(28,49,74,0.95);
}
body.no-page-title #sp-header.menu-fixed li a {
  color: #ffffff;
}
body.no-page-title #sp-header.menu-fixed li span {
  color: #ffffff;
}
body.view-search div.search {
  margin-top: 100px;
}
body.view-search .form-limit .input-mini {
  width: 65px;
}
.search .page-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 50px;
}
.com-search.view-search .search-filter-wrap,
.com-search.view-search .search-results-wrap {
  background: #F9FAFB;
  padding: 35px 30px;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
  border-radius: 3px;
  margin-bottom: 30px;
}
.com-search.view-search .search-filter-wrap {
  overflow: hidden;
}
.com-search.view-search .search-filter-wrap .btn-toolbar {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 18px;
  margin-bottom: 10px;
}
.com-search.view-search .search-filter-wrap .btn-toolbar>div {
  display: table-cell;
  vertical-align: top;
}
.com-search.view-search .search-filter-wrap .btn-toolbar .input-wrap input {
  height: 45px;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #959595;
}
.com-search.view-search .search-filter-wrap .btn-toolbar button {
  border-radius: 0 3px 3px 0;
  height: 45px;
  font-size: 14px;
}
.com-search.view-search .search-filter-wrap .btn-toolbar button span {
  margin-left: 5px;
  font-size: 12px;
}
.com-search.view-search .search-filter-wrap .form-limit-wrap {
  float: right;
}
.com-search.view-search .search-filter-wrap .form-limit-wrap .form-limit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.com-search.view-search .search-filter-wrap .form-limit-wrap .form-limit label {
  padding-right: 15px;
  font-size: 14px;
  color: #333;
}
.com-search.view-search .search-filter-wrap .form-limit-wrap .counter {
  font-size: 13px;
  text-align: right;
}
.com-search.view-search .search-filter-wrap .searchintro {
  margin-bottom: 33px;
}
.com-search.view-search .search-filter-wrap fieldset label {
  margin: 0 20px 0;
  font-size: 14px;
}
.com-search.view-search .search-filter-wrap fieldset {
  width: 50%;
  float: left;
  padding-right: 30px;
}
.com-search.view-search .search-filter-wrap fieldset.only {
  padding-right: 0;
}
.com-search.view-search .search-filter-wrap fieldset legend {
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.com-search.view-search .search-filter-wrap .ordering-box label {
  color: #333;
  float: left;
  margin-right: 15px;
  margin-left: 0;
}
.com-search.view-search .search-filter-wrap .ordering-box select {
  float: left;
}
.com-search.view-search .search-results-wrap ul.search-results {
  padding: 0;
}
.com-search.view-search .search-results-wrap ul.search-results li {
  display: block;
  list-style: none;
  margin-bottom: 10px;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 20px;
}
.com-search.view-search .search-results-wrap .result-title,
.com-search.view-search .search-results-wrap .result-category {
  display: inline-block;
}
.com-search.view-search .search-results-wrap .result-title,
.com-search.view-search .search-results-wrap .result-title a,
.com-search.view-search .search-results-wrap .result-category {
  color: #333;
}
.com-search.view-search .search-results-wrap .result-category {
  display: inline-block;
}
.com-search.view-search .search-results-wrap .result-created {
  font-size: 14px;
}
.com-search.view-search .search-results-wrap .result-text,
.com-search.view-search .search-results-wrap .result-created {
  margin-top: 15px;
}
.com-search.view-search .search-results-wrap .pagination:empty {
  display: none;
}
#sp-bottom .sp-module .sp-module-title {
  text-transform: none;
  font-weight: 400;
  font-size: 24px;
}
#sp-bottom .sppb-addon-single-image.sppb-text-center {
  text-align: left;
}
#sp-bottom .nav.menu {
  text-align: center;
}
#sp-bottom .nav.menu li {
  display: inline-block;
  border: 0;
}
#sp-bottom .nav.menu li a {
  padding: 0 18px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  letter-spacing: 2.55px;
}
#sp-bottom .nav.menu li a:before {
  display: none;
}
#sp-bottom .nav.menu li a:hover,
#sp-bottom .nav.menu li a:focus {
  color: #fff;
}
#sp-bottom .sppb-addon-social-media .social-media-text-wrap {
  text-align: right;
  margin-top: 5px;
}
#sp-bottom .sppb-addon-social-media .social-media-text-wrap a {
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
  padding: 3px;
  border: 1px solid #252b32;
  border-radius: 2px;
}
#sp-bottom .sppb-addon-social-media .social-media-text-wrap a .fa {
  min-width: 20px;
  text-align: center;
}
#sp-bottom .sppb-addon-social-media .social-media-text-wrap a:hover {
  color: #de5bff;
  border: 1px solid #de5bff;
  background-color: #161b20;
  box-shadow: 0 0 10px 3px #933ca9, inset 0 0 1px 1px #c04fde;
}
#sp-footer {
  color: #202020;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 20px 0 15px;
}
#sp-footer a {
  color: rgba(255,255,255,0.8);
}
#sp-footer a:hover {
  color: #fff;
}
#sp-footer #sp-footer1 {
  text-align: left;
}
#sp-footer .sp-copyright {
  color: rgba(0,0,0,0.8);
  font-size: 14px;
  line-height: 30px;
}
#sp-footer .nav.menu {
  text-align: right;
}
#sp-footer .nav.menu li {
  line-height: 1;
  display: inline-block;
  border: 0;
}
#sp-footer .nav.menu li a {
  color: rgba(0,0,0,0.8);
  font-size: 14px;
  background: transparent;
  padding: 0;
  line-height: 30px;
}
#sp-footer .nav.menu li a:before {
  display: none;
}
#sp-footer .nav.menu li a:after {
  content: '\/';
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
}
#sp-footer .nav.menu li a:hover,
#sp-footer .nav.menu li a:focus {
  text-decoration: underline;
  color: #073b17;
}
#sp-footer .nav.menu li:last-child a:after {
  display: none;
}
#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;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.footer-bottom-right {
  text-align: right;
  color: #202020;
}
.footer-bottom-right .footer-form a.sppb-btn-default {
  border: 2px solid #efefef;
  padding: 11px 25px;
}
.footer-bottom-right .footer-form a.sppb-btn-default:hover,
.footer-bottom-right .footer-form a.sppb-btn-default:active,
.footer-bottom-right .footer-form a.sppb-btn-default:focus {
  border: 2px solid #c9e4d1;
  box-shadow: none;
}
.footer-bottom-right .footer-tel {
  line-height: 22px;
  color: #202020;
}
.footer-bottom-right .footer-tel .customtop-tel {
  text-align: right;
  display: block;
  color: #202020;
  margin: 0px 0 0 0;
  padding: 0px 0px 0px 0px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.02em;
}
.footer-bottom-right .footer-tel .customtop-tel .tel-data a {
  color: #202020;
  cursor: default;
  text-decoration: none;
}
.footer-bottom-right .footer-tel .customtop-tel .tel-data a span.tel_data {
  padding-left: 2px;
}
.footer-bottom-right .footer-tel .customtop-tel .tel-data a:hover {
  color: #202020;
  text-decoration: none;
}
.footer-bottom-right .footer-tel .customtop-tel .work-data > span {
  padding-right: 12px;
}
.footer-bottom-right .footer-adress {
  color: #202020;
}
body.com-k2 #sp-main-body>.container {
  position: relative;
  z-index: 10;
  margin-top: 0;
}
body.com-k2.view-item #sp-main-body {
  padding: 60px 0;
}
body.com-k2.view-item #k2Container {
  background-color: #fff;
}
body.com-k2.view-item #k2Container div.itemImageGallery {
  margin: 0 0 20px 0;
}
body.com-k2.view-item #k2Container div.itemImageGallery ul.sigProArtistic {
  background-color: #fff;
  margin: 20px auto !important;
  padding: 0px 0 !important;
}
body.com-k2.view-item #k2Container div.itemImageGallery ul.sigProArtistic li.sigProThumb {
  margin: 0 5px 4px 0;
  float: none;
  display: inline-block;
}
body.com-k2.view-item #k2Container div.itemImageGallery ul.sigProArtistic li.sigProThumb span.sigProLinkWrapper a {
  background-image: none;
  border: none;
  padding: 0;
  overflow: hidden;
  position: relative;
}
body.com-k2.view-item #k2Container div.itemImageGallery ul.sigProArtistic li.sigProThumb span.sigProLinkWrapper a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 1;
  -webkit-background-image: linear-gradient(-180deg,#794a08c7 0%,#361c1b 100%);
  -moz-background-image: linear-gradient(-180deg,#794a08c7 0%,#361c1b 100%);
  -ms-background-image: linear-gradient(-180deg,#794a08c7 0%,#361c1b 100%);
  background-image: linear-gradient(-180deg,#794a08c7 0%,#361c1b 100%);
}
body.com-k2.view-item #k2Container div.itemImageGallery ul.sigProArtistic li.sigProThumb span.sigProLinkWrapper a:after {
  content: '\f00e';
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  width: 85px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 80px;
  color: #fff;
  height: 80px;
  line-height: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 1;
}
body.com-k2.view-item #k2Container div.itemImageGallery ul.sigProArtistic li.sigProThumb span.sigProLinkWrapper a:hover {
  background-image: none;
  border: none;
}
body.com-k2.view-item #k2Container div.itemImageGallery ul.sigProArtistic li.sigProThumb span.sigProLinkWrapper a:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
body.com-k2.view-item #k2Container div.itemImageGallery ul.sigProArtistic li.sigProThumb span.sigProLinkWrapper a:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.95;
}
body.com-k2.view-item #k2Container div.itemImageGallery ul.sigProArtistic li.sigProThumb span.sigProLinkWrapper a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
body.com-k2.view-item #k2Container div.itemImageGallery ul.sigProArtistic li.sigProThumb span.sigProLinkWrapper a img {
  width: 100% !important;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
body.com-k2.view-itemlist.itemid-1046 #sp-main-body {
  background-color: #f9fafc;
}
body.site.com-k2.view-item #sp-main-body {
  background-color: #f9fafc;
}
body.site.com-k2.view-item #sp-main-body .container #k2Container {
  background-color: #fff;
}
body.site.com-k2.view-item #sp-main-body #sp-component {
  background-color: #fff;
}
body.com-k2.view-itemlist #sp-main-body {
  padding: 40px 0;
  background-color: #ffffff;
}
body.com-k2.view-itemlist #k2Container {
  background-color: transparent;
}
body.com-k2.view-itemlist #k2Container div.itemListCategoriesBlock div.itemListCategory {
  background-color: transparent;
  border: none;
  margin: 0 0 30px 0;
  padding: 0 15px;
}
body.com-k2.view-itemlist #k2Container div.itemListCategoriesBlock div.itemListCategory .itemListCategory-h {
  color: #0b5b24;
}
body.com-k2.view-itemlist #k2Container div#itemListLeading .itemContainer {
  padding: 0 15px;
}
body.com-k2.view-itemlist #k2Container div#itemListLeading .itemContainer div.catItemView {
  margin-bottom: 30px;
  padding: 0px;
  background-color: #fff;
}
body.com-k2.view-itemlist #k2Container div#itemListLeading .itemContainer div.catItemView .catItemImageBlock {
  padding: 0;
  margin: 0 0 15px 0;
}
body.com-k2.view-itemlist #k2Container div#itemListLeading .itemContainer div.catItemView .catItemImageBlock span.catItemImage {
  margin: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 100%;
}
body.com-k2.view-itemlist #k2Container div#itemListLeading .itemContainer div.catItemView .catItemImageBlock span.catItemImage a:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
body.com-k2.view-itemlist #k2Container div#itemListLeading .itemContainer div.catItemView .catItemImageBlock span.catItemImage a img {
  width: 100% !important;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
body.com-k2.view-itemlist #k2Container div#itemListLeading .itemContainer div.catItemView .article-info-wrap {
  padding: 10px 50px 30px 50px;
}
body.com-k2.view-itemlist #k2Container div.k2Pagination {
  padding: 0;
  margin: 20px 0 0;
  text-align: center;
}
#k2Container {
  padding: 0px 0 25px 0;
  margin: 0 0 25px 0;
}
#k2Container a {
  color: #337ab7;
}
#k2Container a:hover {
  color: #c9e4d1;
  text-decoration: underline;
}
#k2Container a:visited {
  color: #4f114f;
}
#k2Container div.itemImageBlock {
  padding: 0;
  margin: 0 0 20px 0;
}
#k2Container div.itemRatingBlock {
  padding: 5px 0;
  font-size: 13px;
}
#k2Container div.itemRatingBlock span {
  color: #e5d19a;
}
#k2Container div.itemCategory span {
  font-size: 85%;
  font-weight: 400;
}
#k2Container div.itemCategory a {
  font-size: 85%;
}
#k2Container div.itemRelated {
  margin: 30px 0;
}
#k2Container div.itemRelated .itemRelated-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#k2Container div.itemRelated .itemRelated-wrap:hover {
  background: #c9e4d1;
}
#k2Container div.itemRelated a.itemRelTitle {
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
}
#k2Container div.itemRelCat {
  font-size: 13px;
}
#k2Container div.itemRelCat i {
  color: #d5b45b;
}
#k2Container div.itemRelCat a {
  color: #d5b45b;
  padding-left: 5px;
}
#k2Container div.itemRelCat a:hover {
  color: #ad0000;
}
#k2Container .article-footer-top {
  margin-top: 0px;
}
#k2Container .helix-social-share .helix-social-share-icon div.facebook {
  margin-bottom: 10px;
}
#k2Container .helix-social-share .helix-social-share-icon div.facebook a {
  width: auto;
  border-radius: 3px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 400 !important;
  background: #225B99;
  color: #fff;
  padding: 0 48px 0 24px;
  line-height: 32px;
  height: 32px;
}
#k2Container .helix-social-share .helix-social-share-icon div.facebook a i {
  display: inline-block;
  margin-right: 12px;
}
#k2Container .helix-social-share .helix-social-share-icon div.facebook a .text {
  display: inline-block;
}
#k2Container .helix-social-share .helix-social-share-icon div.facebook a.twitter {
  background: #00ADF2;
}
#k2Container .helix-social-share .helix-social-share-icon div.facebook a.gplus {
  background: #dc4e41;
}
#k2Container .helix-social-share .helix-social-share-icon div.facebook a.linkedin {
  background: #0077b5;
}
#k2Container .helix-social-share .helix-social-share-icon div.facebook a:hover {
  color: #d5b45b;
  text-decoration: none;
}
body.view-category #sp-main-body {
  background-color: #f9fafb;
}
#sp-component .blog {
  margin-top: 0px;
  z-index: 10;
  position: relative;
}
.com-content.view-article .item-page h1 {
  font-weight: 600;
  color: #0b5b24;
  font-size: 40px;
}
.view-category.layout-blog .blog > h1 {
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 1em;
}
.view-category.layout-blog .blog > h1 span.subheading-category {
  font-weight: 600;
  font-size: 50px;
}
#sp-page-builder .page-content .sppb-section.service-page-feature {
  margin-top: -175px;
}
.why-choose-section .sppb-addon-feature .sppb-media {
  padding-left: 10px;
}
.why-choose-section .sppb-addon-feature .sppb-media .sppb-icon .sppb-icon-container i {
  font-size: 60px;
  color: #000;
}
.why-choose-section .sppb-addon-feature .sppb-media .sppb-media-body {
  padding-left: 25px;
  padding-right: 90px;
}
.why-choose-section .sppb-addon-single-image {
  padding-right: 40px;
}
.service-page2-feature .sppb-row-container .sppb-row {
  background: #fff;
  top: -175px;
  position: relative;
  margin-bottom: -175px;
  padding: 25px 0 65px;
}
.service-page2-feature div.sppb-addon-feature {
  padding: 55px 0 0;
}
.service-page2-feature div.sppb-addon-feature .sppb-feature-box-title {
  color: #000;
}
#sp-page-builder .page-content .sppb-section.dogovor-page {
  margin-top: 60px;
}
#sp-page-builder .page-content .sppb-section.dogovor-page .sppb-addon-title {
  letter-spacing: 0;
}
.dogovor-page .sppb-column {
  background: #fff;
}
.dogovor-page .dogovor-page-left .sppb-icon span.sppb-icon-container i.rhino-icon {
  font-size: 30px;
  padding: 1px;
}
.dogovor-page .DogovorWrLink {
  padding: 20px 15px 20px 15px;
  background-color: #f9fafb;
}
.dogovor-page .DogovorWrLink a.DogovorLink {
  padding: 10px 0 10px 65px;
  background-position: left 0;
  background-repeat: no-repeat;
  height: 48px;
  background-image: url(../images/typography/icons/docx_mac-48_32.png);
  font-weight: 300;
  font-size: 20px;
}
.dogovor-page .DogovorWrLink a.DogovorLink:hover {
  text-decoration: underline;
}
.dogovor-page .sppb-addon-text-block {
  padding: 20px 0px 0 65px;
}
.dogovor-page .sppb-addon-text-block .sppb-addon-title {
  letter-spacing: 0;
}
.dogovor-page .sppb-addon-text-block .sppb-addon-title span {
  padding-bottom: 10px;
  display: block;
  font-size: 22px;
  font-weight: 300;
}
.dogovor-page-bottom ul.gkBullet1 li {
  padding: 5px 0 5px 30px;
  font-size: 20px;
  font-weight: 300;
  background-position: 2px 16px !important;
}
.reviews-content .sppb-addon-testimonial {
  padding: 5px 60px 50px 60px;
  margin-bottom: 0px;
}
.reviews-content .sppb-addon-testimonial:after {
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  bottom: 20px;
  background-position: center top;
  background-repeat: no-repeat;
  height: 9px;
  width: 100%;
  background-image: url(../images/volna2.png);
}
.reviews-content .sppb-addon-testimonial .sppb-addon-testimonial-review {
  margin-bottom: 30px;
}
.reviews-content .sppb-addon-testimonial.reviews-odd:after {
  background: none;
  height: 0px;
}
#sp-page-builder .page-content .sppb-section.about-us-who-we-are {
  margin-top: 60px;
}
#sp-page-builder .page-content .sppb-section.about-us-who-we-are .sppb-addon-title {
  letter-spacing: 0;
}
.about-us-who-we-are .sppb-column {
  background: #fff;
}
.about-us-who-we-are .sppb-addon-text-block {
  padding: 20px 40px 0 65px;
}
.about-us-who-we-are .sppb-addon-text-block .sppb-addon-title {
  letter-spacing: 0;
}
.about-us-who-we-are .sppb-addon-text-block .sppb-addon-title span {
  padding-bottom: 10px;
  display: block;
  font-size: 22px;
  font-weight: 300;
}
.rhino-skill-section .sppb-addon-text-block {
  padding-right: 150px;
  margin-bottom: 65px;
}
.rhino-skill-section .sppb-progress-bar-wrap {
  padding-right: 85px;
}
.rhino-skill-section .sppb-progress-bar-wrap .sppb-progress {
  margin-bottom: 15px;
  background: #D8D8D8;
  border-radius: 100px;
}
.rhino-skill-section .sppb-progress-bar-wrap .sppb-progress-label {
  font-size: 16px;
  margin-bottom: 42px;
  font-weight: 600;
  color: #000;
}
.rhino-skill-section .sppb-progress-bar-wrap .sppb-progress-label span {
  font-weight: 600;
}
.rhino-skill-section .sppb-addon-feature .sppb-media .sppb-icon .sppb-icon-container i {
  font-size: 60px;
  color: #000;
}
.rhino-skill-section .sppb-addon-feature .sppb-media .sppb-media-body {
  padding-left: 25px;
  padding-right: 90px;
}
.rhino-skill-section .sppb-addon-single-image {
  padding-right: 40px;
}
.vakansy-cat .sppb-column-addons {
  margin-right: 20px;
  margin-left: 20px;
}
.vakansy-cat .sppb-column-addons .sppb-addon-content .sppb-media-body a {
  color: #0b5b24;
}
.vakansy-cat .sppb-column-addons .sppb-addon-content .sppb-media-body a h3 {
  font-size: 24px;
  text-align: center;
}
.vakansy-cat .sppb-column-addons .sppb-addon-content .sppb-media-body .sppb-addon-text {
  position: absolute;
  opacity: 0;
}
.vakansy-cat .sppb-column-addons .sppb-addon-content .pull-sppb-text-center a {
  display: block;
  border: 13px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}
.vakansy-cat .sppb-column-addons .sppb-addon-content .pull-sppb-text-center a img {
  border-radius: 50%;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.vakansy-cat .sppb-column-addons .sppb-addon-content:hover .pull-sppb-text-center a {
  border-radius: 0;
  border: none;
}
.vakansy-cat .sppb-column-addons .sppb-addon-content:hover .pull-sppb-text-center a img {
  border-radius: 0;
  border: none;
  -webkit-transform: scale3d(1.05,1.05,1) translate3d(0px,2%,0px);
  -moz-transform: scale3d(1.05,1.05,1) translate3d(0px,2%,0px);
  -ms-transform: scale3d(1.05,1.05,1) translate3d(0px,2%,0px);
  -o-transform: scale3d(1.05,1.05,1) translate3d(0px,2%,0px);
  transform: scale3d(1.05,1.05,1) translate3d(0px,2%,0px);
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  filter: grayscale(90%);
  filter: gray;
}
.vakansy-cat .sppb-column-addons .sppb-addon-content:hover .sppb-media-body {
  background: rgba(9,91,36,0.6);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 1;
  padding: 50% 20px 0;
  color: #fff;
}
.vakansy-cat .sppb-column-addons .sppb-addon-content:hover .sppb-media-body .sppb-addon-text {
  opacity: 1;
  padding-right: 20px;
}
.vakansy-cat .sppb-column-addons .sppb-addon-content:hover .sppb-media-body a {
  color: #c9e4d1;
  border-bottom: dashed 1px #c9e4d1 !important;
  text-decoration: underline;
}
.vakansy-cat .sppb-column-addons .sppb-addon-content:hover .sppb-media-body a h3 {
  text-align: left;
}
.vakansy-cat .sppb-column-addons .sppb-addon-content:hover .sppb-media-body a:hover {
  color: #fff;
}
.vakansy-cat.vakansy-cat-home .sppb-column-addons {
  margin-right: 5px;
  margin-left: 5px;
}
.vakansy-cat.vakansy-cat-home .sppb-column-addons .sppb-addon-content .sppb-media-body a h3 {
  font-size: 20px;
}
.vakansy-cat.vakansy-cat-home .sppb-column-addons .sppb-addon-content:hover .sppb-media-body {
  padding: 40% 20px 0;
}
.rhino-fun-facts-section.about-fun-fact {
  margin-top: 0 !important;
}
.rhino-fun-facts-section.about-fun-fact .sppb-row-container {
  position: relative;
  top: -70px;
}
.feedback-rezume-form .sppb-addon-text-block {
  margin-bottom: 40px;
}
.feedback-rezume-form a.gkTooltip.rsFormTooltip {
  background-image: url(data:application/octet-stream;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABGdBTUEAALGPC/xhBQAAAedJREFUKBVtU01rE1EUvffNm4xF3Ul0URdCBQXdiE2MVHBpVVz4C5y0xoW61IU/wJU7F2JoG39Di18rhYppDFJQQReCmwqmiCBVMMm8d70nMvRNzWzefXPuuV/nPqYdn4jwntPXjmXenWGRsjBvWhOt/nr98AMzS+jO4SWpzU2RkxaRTBKZp0yyKcRlIj9LxBsUcdpvL34OOSM7qc6fL02nklTmbvwH6o+kWr9eqqQ/4Zfjo8zIKM6/jaN45ne7+T4Hd567a43jw2z4jq05jAoMekSp2s+dkFiqNY5otnsT1flTeRDgzOYm/MFjRMvccLn/pnUodwLBedcmw4/IyxWy8dFBu/kpx5NK+sVG8SWTZcMZHcazHMAp5Cc0w8VBZynVih6zc40QxzChhlVwvwK9EPzTWXqB+67p+lUvcoEicyvEoYJmKKPnnpAcCEHYe8829nmSJsfx1GBt4WOIQ76R/tbGr7Tn2yEIe+tl87sehT3Y9vGz1sQPCFNLKvXVcfpC923CPwt6wx88oz0LNkfE38fkQ+dBt1XIDFxJd+EPXgRnt7H+wx482XU+e2InT2y5r+vdMAhsVKbyrbCJLvfXFjv4V4hc3G16zsTftG5VQ86N2+0CGdHQy+hVqf6QUe89DHXcq/oLffzgH0ys9DIAAAAASUVORK5CYII=);
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 5px;
  line-height: 15px;
  width: 20px;
  height: 20px;
  cursor: help !important;
  display: inline-block;
  position: relative;
  text-indent: -9999px;
}
.feedback-rezume-form a.gkTooltip.rsFormTooltip span.helpTooltip {
  text-indent: 0;
  -webkit-border-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-topright: 0;
  border-radius: 5px;
  border-top-right-radius: 0;
  border: 2px solid #aecdb5;
}
.feedback-rezume-form a.gkTooltip.rsFormTooltip span.helpTooltip em {
  padding-top: 3px;
  line-height: 20px;
}
.feedback-rezume-form .rsform-block-Text2 .formControls,
.feedback-rezume-form .rsform-block-Text3 .formControls {
  padding: 20px;
  font-weight: 300;
  color: #000;
}
.feedback-rezume-form .rsform-block-Text2 .formControls {
  background-color: #c9e4d1;
}
.feedback-rezume-form .rsform-block-Text3 .formControls {
  background-color: #f3f3f3;
}
.feedback-rezume-form .rsform-block-att input#Att[type="file"] {
  padding-top: 7px;
}
.feedback-rezume-form .rsform-block-att p.formDescription {
  color: #0b5b24;
  font-weight: 300;
  margin: 10px 0;
  font-size: 90%;
}
.feedback-rezume-form .rsform-block-captcha {
  margin-top: 40px;
}
.hot-maps-contact .mod-google-map {
  -webkit-box-shadow: 0 5px 35px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 35px rgba(0,0,0,0.1);
  box-shadow: 0 5px 35px rgba(0,0,0,0.1);
  border-bottom: 10px solid #fff;
  height: 610px;
}
.feedback-contact-form .sppb-addon-text-block {
  padding-right: 150px;
  margin-bottom: 40px;
}
.feedback-contact-form .sppb-addon-feature {
  margin-bottom: 30px;
}
.feedback-contact-form .sppb-addon-feature .sppb-media .sppb-icon .sppb-icon-container i {
  font-size: 36px;
  color: #0b5b24;
}
.feedback-contact-form .sppb-addon-feature .sppb-media .sppb-media-body {
  padding-left: 30px;
  padding-right: 90px;
  padding-top: 10px;
}
.feedback-contact-form .sppb-addon-ajax-contact {
  padding-right: 85px;
}
.rhino-team-top-section .sppb-container-inner {
  background: #fff;
  margin-top: -175px;
}
#sp-page-builder .rhino-team-top-section div.sppb-addon-text-block .sppb-addon-title {
  letter-spacing: 0;
}
.rhino-faq-section .sppb-container {
  width: 100%;
}
.sp-simpleportfolio.sp-simpleportfolio-view-item,
.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items {
  margin-top: -260px;
  position: relative;
  z-index: 10;
}
.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items {
  margin: -40px;
}
.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item {
  padding: 40px;
}
.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-content-wrap {
  padding: 0;
}
.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-content-wrap .sp-simpleportfolio-img-wrap {
  overflow: hidden;
}
.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-content-wrap .sp-simpleportfolio-details {
  padding: 45px 50px 30px 50px;
  position: relative;
}
.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-content-wrap .sp-simpleportfolio-details .sp-simpleportfolio-title {
  margin-top: 10px;
}
.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-content-wrap .sp-simpleportfolio-details .sp-simpleportfolio-title a {
  color: #000;
}
body.com-spsimpleportfolio:not(.portfolio-v2) .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-details .sp-simpleportfolio-title {
  position: relative;
}
body.com-spsimpleportfolio:not(.portfolio-v2) .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-details .sp-simpleportfolio-title:before {
  content: '\f030';
  font-family: FontAwesome;
  position: absolute;
  top: -113px;
  left: 0px;
  background: #D9D9D9;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.12);
  box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.12);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sp-simpleportfolio.sp-simpleportfolio-view-item {
  text-align: center;
}
.sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-details-wrap {
  max-width: 805px;
  display: inline-block;
  text-align: initial;
}
.sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-details-wrap .sp-simpleportfolio-image {
  margin-bottom: 0;
}
.sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description {
  width: 100%;
  position: relative;
}
.sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-info {
  background: #fff;
  padding: 60px 75px 50px 75px;
  position: relative;
}
.sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-info:before {
  content: '\f030';
  font-family: FontAwesome;
  position: absolute;
  top: -34px;
  left: 75px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.12);
  box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.12);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-info h2 {
  font-size: 24px;
  color: #000;
  margin-top: 10px;
}
.sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-desc {
  padding: 45px 75px;
}
body.portfolio-v2.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items {
  margin: -15px;
}
body.portfolio-v2.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-item {
  padding: 15px;
}
body.portfolio-v2.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-item .sp-simpleportfolio-content-wrap {
  padding: 10px;
}
body.portfolio-v2.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-item .sp-simpleportfolio-content-wrap .sp-simpleportfolio-img-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
body.portfolio-v2.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-item .sp-simpleportfolio-content-wrap .sp-simpleportfolio-details {
  display: inline-block;
  position: absolute;
  bottom: 0;
  color: #fff;
}
body.portfolio-v2.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-item .sp-simpleportfolio-content-wrap .sp-simpleportfolio-details .sp-simpleportfolio-tags {
  display: none;
}
body.portfolio-v2.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-item .sp-simpleportfolio-content-wrap .sp-simpleportfolio-details .sp-simpleportfolio-title a {
  color: #fff;
}
body.portfolio-v2.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-item .sp-simpleportfolio-details {
  padding: 20px !important;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
body.portfolio-v2.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-item .sp-simpleportfolio-details .sp-simpleportfolio-title {
  font-size: 18px;
  position: relative;
  font-weight: 600;
}
body.portfolio-v2.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-item .sp-simpleportfolio-details .sp-simpleportfolio-title:before {
  content: '\f030';
  font-family: FontAwesome;
  font-size: 30px;
  margin-bottom: 10px;
  display: block;
  background: transparent !important;
}
body.portfolio-v2.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-item .sp-simpleportfolio-details .sp-simpleportfolio-title a {
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
body.portfolio-v2.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-item .sp-simpleportfolio-details .sp-simpleportfolio-title a:hover,
body.portfolio-v2.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-item .sp-simpleportfolio-details .sp-simpleportfolio-title a:focus {
  color: #fff !important;
  opacity: .6;
}
body.portfolio-v2.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-item:hover .sp-simpleportfolio-img-wrap:after,
body.portfolio-v2.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-item:focus .sp-simpleportfolio-img-wrap:after {
  opacity: 1;
}
body.portfolio-v2.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-item:hover .sp-simpleportfolio-details,
body.portfolio-v2.com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-item:focus .sp-simpleportfolio-details {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.com-spsimpleportfolio.view-item #sp-main-body {
  padding-bottom: 30px;
}
.rhino-icon-list .sppb-addon-feature .sppb-icon {
  font-size: 48px;
}
.rhino-icon-list .sppb-addon-feature .sppb-feature-box-title {
  text-transform: capitalize;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links a {
  margin-right: 10px;
}
.com-users .reg-login-form-wrap {
  background: #f9fafb;
  position: relative;
  padding: 45px;
}
.com-users .reg-login-form-wrap div.login-logo {
  width: 109px;
  margin: 0 auto;
  left: 0;
  position: absolute;
  right: 0;
  top: -50px;
}
.com-users .reg-login-form-wrap div.login-logo a {
  display: table;
}
.com-users .reg-login-form-wrap .reg-login-title h3 {
  font-weight: 600;
  color: #000;
  margin-top: 0;
  margin-bottom: 58px;
}
.com-users .reg-login-form-wrap .form-validate input {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  height: 55px !important;
  padding: 0 0 0 20px;
  background: #fff;
}
.com-users .reg-login-form-wrap .registration,
.com-users .reg-login-form-wrap .login {
  margin-bottom: 45px;
}
.com-users .reg-login-form-wrap .registration .form-group,
.com-users .reg-login-form-wrap .login .form-group {
  margin-bottom: 24px;
  text-align: left;
}
.com-users .reg-login-form-wrap .registration .form-group .btn-primary.btn-block,
.com-users .reg-login-form-wrap .login .form-group .btn-primary.btn-block {
  display: inline-block;
  width: auto;
  margin-top: 15px;
  color: #fff;
}
.com-users .reg-login-form-wrap .registration .form-group p,
.com-users .reg-login-form-wrap .login .form-group p {
  color: #000;
  font-weight: 600;
}
.com-users .reg-login-form-wrap .registration {
  margin-bottom: 0;
}
.com-users .reg-login-form-wrap .registration >p {
  margin-bottom: 0;
  text-align: left;
}
.com-users .reg-login-form-wrap .registration .form-validate .form-group .btn.btn-primary {
  margin-top: 20px;
  margin-bottom: 22px;
  color: #fff;
}
.com-users .reg-login-form-wrap .form-links {
  text-align: left;
}
.com-users.view-reset #user-registration .form-group button {
  color: #fff;
}
.com-users.view-login .logout {
  text-align: center;
  padding: 100px 0;
  background-color: #fff;
}
.com-users.view-login .logout .btn.btn-primary {
  border: none;
}
.com-users.view-login .logout .btn.btn-primary:hover,
.com-users.view-login .logout .btn.btn-primary:focus {
  color: #fff;
}
.reset #user-registration input {
  border-radius: 3px;
  box-shadow: none;
  height: 55px !important;
  padding: 0 0 0 20px;
  background: #fff;
}
#sp-right {
  margin-top: 10px;
}
#sp-right .dark {
  background: #c9e4d1;
  padding: 20px 13px 3px 13px;
}
#sp-right .dark h3.sp-module-title {
  color: #000;
  margin: 10px auto 25px;
  font-size: 144%;
  font-weight: 300;
}
#sp-right .dark .sp-module-content .dark.menu-rezume {
  padding: 0;
}
#sp-right .dark ul li {
  border-bottom: 1px #fff dashed;
  margin-bottom: 0;
}
#sp-right .dark ul li:last-child {
  border: none;
}
#sp-right .dark ul li:hover {
  background: #fff;
  margin: 0 -17px;
}
#sp-right .dark ul li:hover a {
  color: #202020;
  padding-left: 25px;
}
#sp-right .dark ul li:hover:active a {
  color: #0b5b24;
}
#sp-right .dark ul li a {
  color: #0b5b24;
  padding: 5px 0;
  font-size: 90%;
}
#sp-right .dark ul li a:before {
  font-weight: 300;
}
#sp-right .dark ul li.active a {
  color: #fff;
}
#sp-right .dark ul li.activeCategory {
  background: #d6c3dc;
  margin: 0 -17px;
  padding: 0 17px;
  border-bottom: 1px solid #d8f7e1;
}
#sp-right .dark ul li.activeCategory a {
  color: #073b17;
  font-weight: 400;
  cursor: default;
}
#sp-right .dark ul li.activeCategory:hover {
  padding-left: 0px;
}
#sp-right .dark ul li.activeCategory:hover a {
  padding-left: 17px;
}
#sp-right .mod-right-portfolio {
  background-color: #dd3540;
  padding: 10px 15px 7px 15px;
}
#sp-right .mod-right-portfolio h3.sp-module-title {
  color: #e6b4b7;
  margin: 10px auto;
  font-size: 22px;
  font-weight: 300;
}
#sp-right .mod-right-portfolio .sp-module-content .mod-right-portfolio {
  padding: 0;
}
#sp-right .mod-right-portfolio ul {
  padding: 0;
}
#sp-right .mod-right-portfolio ul li {
  border-bottom: 1px #fe6a71 dashed;
  margin: 0;
}
#sp-right .mod-right-portfolio ul li:last-child {
  border: none;
}
#sp-right .mod-right-portfolio ul li:hover {
  background: #fff;
  margin: 0 -15px;
}
#sp-right .mod-right-portfolio ul li:hover a {
  color: #ff4428;
  padding-left: 25px;
}
#sp-right .mod-right-portfolio ul li:hover:active a {
  color: #632f3b;
}
#sp-right .mod-right-portfolio ul li a {
  color: #fff;
  padding: 5px 0;
}
#sp-right .mod-right-portfolio ul li a span.catCounter {
  font-weight: 300;
  color: #e4a1a4;
  font-size: 90%;
}
#sp-right .mod-right-portfolio ul li a:before {
  font-weight: 300;
}
#sp-right .mod-right-portfolio ul li.activeCategory a {
  color: #4b2023;
  font-weight: 600;
}
#sp-right .mod-right-portfolio ul li.activeCategory a span.catCounter {
  color: #4b2023;
}
#sp-right .tag-vacansy .sp-module-title {
  font-weight: 300;
  font-size: 144%;
}
#sp-right .tag-vacansy div.k2TagCloudBlock {
  padding: 10px 0;
}
#sp-right .tag-vacansy div.k2TagCloudBlock a {
  background-color: #c9e4d1;
  margin: 5px;
  padding: 5px 10px;
  font-weight: 300;
}
#sp-right .tag-vacansy div.k2TagCloudBlock a:hover {
  color: #fff;
  background-color: #0b5b24;
}
#sp-right .mod-right-content-blog {
  background-color: #fff;
  padding: 10px 15px 20px 15px;
  border-left: 1px solid #eaeaea;
}
#sp-right .mod-right-content-blog h3.sp-module-title {
  color: #fd5238;
  margin: 10px auto;
  font-size: 22px;
  font-weight: 300;
}
#sp-right .mod-right-content-blog .sp-module-content .mod-right-content-blog {
  padding: 0;
  margin-top: 0px;
  border: none;
}
#sp-right .mod-right-content-blog ul {
  padding: 0;
}
#sp-right .mod-right-content-blog ul li {
  border-bottom: 1px solid #eaeaea;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#sp-right .mod-right-content-blog ul li:last-child {
  border: none;
}
#sp-right .mod-right-content-blog ul li:hover {
  margin: 0;
}
#sp-right .mod-right-content-blog ul li:hover a {
  color: #ff4428;
  padding-left: 0px;
}
#sp-right .mod-right-content-blog ul li:hover img {
  opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-transform: scale(1.03,1.03,1);
  -webkit-transform: scale(1.03,1.05,1);
  transform: scale3d(1.05,1.03,1);
}
#sp-right .mod-right-content-blog ul li:hover:active a {
  color: #632f3b;
}
#sp-right .mod-right-content-blog ul li a {
  color: #337ab7;
  padding: 10px 0 0;
  line-height: 24px;
}
#sp-right .mod-right-content-blog ul li a:before {
  font-weight: 300;
  color: #fd5238;
}
#sp-right .mod-right-content-blog ul li div.moduleItemIntrotext {
  padding: 5px 0 15px 0;
  font-size: 80%;
  line-height: 20px;
}
#sp-right .mod-right-content-blog ul li div.moduleItemIntrotext img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 4px 0 6px 0;
}
#sp-right .mod-right-content-blog ul li.lastItem {
  border: none;
}
#sp-right .mod-right-content-blog ul li.active a {
  color: #330f33;
}
body.com-k2 #sp-main-body>.container {
  position: relative;
  z-index: 10;
}
body.com-k2 #sp-main-body>.container .row.content-rezume .wr-extraFields {
  clear: both;
  display: flex;
  position: relative;
  padding: 10px 0;
}
body.com-k2 #sp-main-body>.container .row.content-rezume .wr_even {
  background-color: #fff;
}
body.com-k2 #sp-main-body>.container .row.content-rezume .wr_even div {
  background-color: transparent;
}
body.com-k2 #sp-main-body>.container .row.content-rezume .wr_odd {
  background-color: #fafafa;
}
body.com-k2 #sp-main-body>.container .row.content-rezume .wr-extraFields.wrOpytpaboty {
  display: block;
}
body.com-k2 #k2Container.tagViewVacansy h1.tagItemListTitle {
  font-size: 280%;
  font-weight: 300;
  margin: 0px 0 40px;
  color: #202020;
}
body.com-k2 #k2Container.tagViewVacansy h1.tagItemListTitle > span {
  color: #0b5b24;
  font-size: 150%;
  display: inline-block;
}
body.com-k2 #k2Container.tagViewVacansy h1.tagItemListTitle span.tagData {
  color: #0b5b24;
  display: inline-block;
}
body.com-k2 #k2Container.tagViewVacansy h1.tagItemListTitle span.tagData:first-letter {
  text-transform: uppercase;
}
body.com-k2 #k2Container.tagViewVacansy .tagItemList .tagItemView {
  position: relative;
  padding: 0 0 40px 0;
  margin-bottom: 40px;
}
body.com-k2 #k2Container.tagViewVacansy .tagItemList .tagItemView .tagItemHeader h3.tagItemTitle {
  padding: 0;
  margin: 10px 0 20px;
  font-size: 180%;
}
body.com-k2 #k2Container.tagViewVacansy .tagItemList .tagItemView .tagItemHeader h3.tagItemTitle a:hover {
  text-decoration: underline;
}
body.com-k2 #k2Container.tagViewVacansy .tagItemList .tagItemView .tagItemBody .tagItemIntroText {
  padding: 0;
  margin: 15px 0 20px;
}
body.com-k2 #k2Container.tagViewVacansy .tagItemList .tagItemView .tagItemBody div.tagItemReadMore,
body.com-k2 #k2Container.tagViewVacansy .tagItemList .tagItemView .tagItemBody div.tagItemCategory {
  padding-top: 20px;
  display: inline-block;
}
body.com-k2 #k2Container.tagViewVacansy .tagItemList .tagItemView .tagItemBody div.tagItemReadMore span,
body.com-k2 #k2Container.tagViewVacansy .tagItemList .tagItemView .tagItemBody div.tagItemCategory span {
  font-size: 95%;
  color: #555;
  font-weight: 300;
}
body.com-k2 #k2Container.tagViewVacansy .tagItemList .tagItemView .tagItemBody div.tagItemReadMore a,
body.com-k2 #k2Container.tagViewVacansy .tagItemList .tagItemView .tagItemBody div.tagItemCategory a {
  font-size: 95%;
}
body.com-k2 #k2Container.tagViewVacansy .tagItemList .tagItemView .tagItemBody div.tagItemCategory {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
body.com-k2 #k2Container.tagViewVacansy .tagItemList .tagItemView .tagItemBody div.tagItemCategory a {
  padding-right: 15px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
body.com-k2 #k2Container.tagViewVacansy .tagItemList .tagItemView:after {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0px;
  background-position: center top;
  background-repeat: no-repeat;
  height: 9px;
  width: 100%;
  background-image: url(../images/volna2.png);
}
body.com-k2 #k2Container.vacansyCatContainer div.itemListCategoriesBlock div.itemListCategory {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0 0 25px 0;
  padding: 0px;
}
body.com-k2 #k2Container.vacansyCatContainer div.itemListCategoriesBlock div.itemListCategory h1.itemListCatVacansy,
body.com-k2 #k2Container.vacansyCatContainer div.itemListCategoriesBlock div.itemListCategory h2.itemListCatVacansy {
  font-size: 350%;
  font-weight: 300;
  margin: 20px 0 40px;
  color: #202020;
}
body.com-k2 #k2Container.vacansyCatContainer div.itemList {
  margin-top: 60px;
}
body.com-k2 #k2Container.vacansyCatContainer div.itemList div.itemContainer div.catItemView {
  position: relative;
  padding: 0 0 40px 0;
  margin-bottom: 40px;
}
body.com-k2 #k2Container.vacansyCatContainer div.itemList div.itemContainer div.catItemView:after {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0px;
  background-position: center top;
  background-repeat: no-repeat;
  height: 9px;
  width: 100%;
  background-image: url(../images/volna2.png);
}
body.com-k2 #k2Container.vacansyCatContainer div.itemList div.itemContainer div.catItemView div.catItemHeader .catItemTitle {
  padding: 0;
  margin: 10px 0 20px;
  font-size: 180%;
}
body.com-k2 #k2Container.vacansyCatContainer div.itemList div.itemContainer div.catItemView div.catItemHeader .catItemTitle a:hover {
  text-decoration: underline;
}
body.com-k2 #k2Container.vacansyCatContainer div.itemList div.itemContainer div.catItemView div.catItemBody div.catItemIntroText {
  padding: 0;
  margin: 15px 0 20px;
}
body.com-k2 #k2Container.vacansyCatContainer div.itemList div.itemContainer div.catItemView div.catItemReadMore {
  padding-top: 20px;
  display: block;
}
body.com-k2 #k2Container.vacansyCatContainer div.itemList div.itemContainer div.catItemView div.catItemReadMore a.k2ReadMore {
  font-size: 95%;
}
body.com-k2 #k2Container.vacansyCatContainer .catDescription {
  margin: 40px 0 60px;
}
body.com-k2 #k2Container.vacansyCatContainer .catDescription h2 {
  font-size: 300%;
  color: #0b5b24;
  margin-bottom: 30px;
  font-weight: 300;
}
body.com-k2 #k2Container h1 {
  font-size: 240%;
  letter-spacing: -0.05em;
  font-weight: 600;
  color: #0b5b24;
  margin: 10px auto 50px;
}
body.com-k2 #k2Container h2 {
  font-size: 190%;
  letter-spacing: -0.05em;
  font-weight: 600;
  color: #000;
  margin: 20px auto 15px;
}
body.com-k2 #k2Container h3 {
  padding: 0;
  font-size: 180%;
  letter-spacing: -0.05em;
  font-weight: 400;
  color: #000;
  margin: 30px auto 15px;
}
body.com-k2 #k2Container a {
  color: #0b5b24;
}
body.com-k2 #k2Container a:hover {
  color: #337ab7;
  text-decoration: underline;
}
body.com-k2 #k2Container a:visited {
  color: #073b17;
}
body.com-k2 #k2Container div.itemImageGallery li.sigProThumb a.sigProLink {
  color: #c9e4d1;
  background-color: #c9e4d1;
  border: 6px solid #c9e4d1;
}
body.com-k2 #k2Container div.itemImageGallery li.sigProThumb a.sigProLink:hover {
  color: #0b5b24;
  background-color: #0b5b24;
  border: 6px solid #0b5b24;
}
body.com-k2 #k2Container div.extraFieldsTop ul {
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
}
body.com-k2 #k2Container div.extraFieldsTop ul li {
  display: inline-block;
  margin: 0 0 5px 0px;
  padding: 0 10px 0 5px;
  border-right: 1px solid #ccc;
  color: #777;
  font-size: 95%;
}
body.com-k2 #k2Container div.photovacansyWr a {
  display: block;
  border: none;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
body.com-k2 #k2Container div.photovacansyWr a:hover {
  border: none;
  text-decoration: none;
}
body.com-k2 #k2Container div.photovacansyWr a:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
body.com-k2 #k2Container div.photovacansyWr a img {
  width: 100%;
  box-shadow: 4px 4px 0px #f5f5f5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
body.com-k2 #k2Container .bottomRezumCat div.numRezumeWr {
  background: #fafafa;
  padding: 2px 5px 2px 8px;
  line-height: 20px;
  color: #555;
}
body.com-k2 #k2Container .bottomRezumCat div.numRezumeWr div {
  width: 100%;
  font-size: 80%;
}
body.com-k2 #k2Container .bottomRezumCat div.numRezumeWr div.numRezume span {
  color: #0b5b24;
  font-size: 18px;
  font-weight: 600;
}
body.com-k2 #k2Container.vacansyContainer {
  line-height: 26px;
}
body.com-k2 #k2Container.vacansyContainer .title-rezume h1 {
  font-size: 200%;
}
body.com-k2 #k2Container.vacansyContainer h3.h_media-content {
  margin: 40px 0 20px;
  font-weight: 300;
}
body.com-k2 #k2Container.vacansyContainer div.itemBody {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
body.com-k2 #k2Container.vacansyContainer .numer-rezume .rezume-data {
  margin: 10px 0 0 0;
  padding: 0px 15px 3px 0;
  background: #fafafa;
  text-align: right;
  background: #f5f5f5;
  font-size: 80%;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 1px solid #c9e4d1;
}
body.com-k2 #k2Container.vacansyContainer .numer-rezume .rezume-data span.numrezume {
  font-size: 22px;
  font-weight: 600;
  color: #0b5b24;
  padding-left: 5px;
}
body.com-k2 #k2Container.vacansyContainer div.itemToolbar {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 80%;
  background-color: transparent;
}
body.com-k2 #k2Container.vacansyContainer div.itemToolbar div.itemCategory span {
  font-weight: 400;
  color: #555;
  padding: 0 5px 0 0;
}
body.com-k2 #k2Container.vacansyContainer div.content-rezume .wr-extraFields.fio {
  margin-bottom: 20px;
}
body.com-k2 #k2Container.vacansyContainer div.content-rezume .wr-extraFields.fio div.photovacansyWr img {
  max-width: 253px;
  box-shadow: 5px 5px 0px #f5f5f5;
  display: block;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
}
body.com-k2 #k2Container.vacansyContainer div.content-rezume .wr-extraFields.fio .printToolbar {
  text-align: right;
  margin-top: 15px;
}
body.com-k2 #k2Container.vacansyContainer div.content-rezume .wr-extraFields.fio .printToolbar a {
  width: 40px;
  height: 40px;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  background: url(../images/printer-ico.png) no-repeat center center transparent;
}
body.com-k2 #k2Container.vacansyContainer div.content-rezume .wr-extraFields.fio .printToolbar a:hover {
  background-color: #c9e4d1;
}
body.com-k2 #k2Container.vacansyContainer div.content-rezume .wr-extraFields.fio h3 {
  font-size: 30px;
  margin-top: 5px;
  margin-bottom: 30px;
}
body.com-k2 #k2Container.vacansyContainer div.content-rezume .wr-extraFields.fio .wr_even,
body.com-k2 #k2Container.vacansyContainer div.content-rezume .wr-extraFields.fio .wr_odd {
  padding: 10px;
}
body.com-k2 #k2Container.vacansyContainer div.content-rezume .wr-extraFields.fio .wr_even {
  background-color: #fff;
}
body.com-k2 #k2Container.vacansyContainer div.content-rezume .wr-extraFields.fio .wr_odd {
  background-color: #fafafa;
}
body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrOpytpaboty,
body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrFullText {
  padding: 0 15px !important;
}
body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrOpytpaboty h3,
body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrFullText h3 {
  font-size: 27px;
  font-weight: 300;
  padding: 0;
  margin: 30px 0 20px 0;
}
body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrFullText {
  margin-bottom: 30px;
}
body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrOpytpaboty #tbl-rezume-wrap {
  margin: 0px auto;
}
body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrOpytpaboty #tbl-rezume-wrap table {
  width: 100%;
  border-collapse: collapse;
}
body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrOpytpaboty #tbl-rezume-wrap td,
body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrOpytpaboty #tbl-rezume-wrap th {
  padding: 15px 15px 15px 0px;
  border: none;
  text-align: left;
}
body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrOpytpaboty #tbl-rezume-wrap #clnk1 {
  width: 33.33333%;
}
@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px) {
  body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrOpytpaboty #tbl-rezume-wrap table,
  body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrOpytpaboty #tbl-rezume-wrap thead,
  body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrOpytpaboty #tbl-rezume-wrap tbody,
  body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrOpytpaboty #tbl-rezume-wrap th,
  body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrOpytpaboty #tbl-rezume-wrap td,
  body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrOpytpaboty #tbl-rezume-wrap tr {
    display: block;
  }
  body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrOpytpaboty #tbl-rezume-wrap thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrOpytpaboty #tbl-rezume-wrap tr {
    border-bottom: 1px solid #f5f5f5;
  }
  body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrOpytpaboty #tbl-rezume-wrap td {
    border: none;
    position: relative;
  }
  body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrOpytpaboty #tbl-rezume-wrap td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrOpytpaboty #tbl-rezume-wrap body {
    padding: 0;
    margin: 0;
    width: 320px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body.com-k2 #k2Container.vacansyContainer div.content-rezume .wrOpytpaboty #tbl-rezume-wrap body {
    width: 495px;
  }
}
body.com-k2 #k2Container.vacansyContainer div.zapros-rezume-wr {
  margin-right: -15px;
  margin-left: -15px;
}
body.com-k2 #k2Container.vacansyContainer div.zapros-rezume-wr .sppb-panel-info {
  border-color: #c9e4d1;
}
body.com-k2 #k2Container.vacansyContainer div.zapros-rezume-wr .sppb-panel-info .sppb-panel-heading {
  color: #0b5b24;
}
body.com-k2 #k2Container.vacansyContainer div.zapros-rezume-wr .sppb-panel-info .sppb-panel-heading:hover {
  background-color: #c9e4d1;
}
body.com-k2 #k2Container.vacansyContainer div.zapros-rezume-wr .sppb-panel-info .sppb-panel-collapse .sppb-panel-body {
  margin-top: 30px;
}
body.com-k2 #k2Container.vacansyContainer div.zapros-rezume-wr .sppb-panel-info .sppb-panel-collapse .text-zaprosa-rezume {
  padding: 30px 25px;
  margin-top: 54px;
  border: 1px solid #d6c3dc;
  color: #333;
  background-color: #d6c3dc;
  border-radius: 15px;
}
body.com-k2 #k2Container.vacansyContainer div.zapros-rezume-wr .sppb-panel-info .sppb-panel-collapse .zvonok-form .h-forms.h-zapros {
  font-weight: 300;
  font-size: 27px;
  margin-top: 0;
}
body.com-k2 #k2Container.vacansyContainer div.zapros-rezume-wr .sppb-panel-info .sppb-panel-collapse .zvonok-form .rsform-block-anketacat {
  display: none;
}
body.com-k2 #k2Container.vacansyContainer div.zapros-rezume-wr .sppb-panel-info .sppb-panel-collapse .zvonok-form input::-webkit-input-placeholder,
body.com-k2 #k2Container.vacansyContainer div.zapros-rezume-wr .sppb-panel-info .sppb-panel-collapse .zvonok-form textarea::-webkit-input-placeholder {
  color: #f57d7d !important;
}
body.com-k2 #k2Container.vacansyContainer div.zapros-rezume-wr .sppb-panel-info .sppb-panel-collapse .zvonok-form input:-moz-placeholder,
body.com-k2 #k2Container.vacansyContainer div.zapros-rezume-wr .sppb-panel-info .sppb-panel-collapse .zvonok-form textarea:-moz-placeholder {
  color: #f57d7d !important;
}
body.com-k2 #k2Container.vacansyContainer div.zapros-rezume-wr .sppb-panel-info .sppb-panel-collapse .zvonok-form input::-moz-placeholder,
body.com-k2 #k2Container.vacansyContainer div.zapros-rezume-wr .sppb-panel-info .sppb-panel-collapse .zvonok-form textarea::-moz-placeholder {
  color: #f57d7d !important;
}
body.com-k2 #k2Container.vacansyContainer div.zapros-rezume-wr .sppb-panel-info .sppb-panel-collapse .zvonok-form input:-ms-input-placeholder,
body.com-k2 #k2Container.vacansyContainer div.zapros-rezume-wr .sppb-panel-info .sppb-panel-collapse .zvonok-form textarea:-ms-input-placeholder {
  color: #f57d7d !important;
}
body.com-k2 #k2Container.vacansyContainer div.itemVideoBlock {
  margin: 0 0 20px 0;
  padding: 0px;
  background: none;
}
body.com-k2 #k2Container.vacansyContainer div.itemVideoBlock .avPlayerWrapper {
  padding-right: 5px;
}
body.com-k2 #k2Container.vacansyContainer div.itemLinks {
  margin: 40px 0 20px;
}
body.com-k2 #k2Container.vacansyContainer div.itemLinks div.itemTagsBlock span {
  font-weight: 300;
  color: #555;
  padding: 0 8px 0 0;
}
body.com-k2 #k2Container.vacansyContainer div.itemLinks div.itemTagsBlock ul.itemTags li a {
  color: #337ab7;
}
body.com-k2 #k2Container.vacansyContainer div.itemLinks div.itemTagsBlock ul.itemTags li a:hover {
  color: #073b17;
}
body.com-k2 #k2Container.vacansyContainer div.itemRelated ul {
  list-style: none;
  padding-left: 25px;
}
body.com-k2 #k2Container.vacansyContainer div.itemRelated ul li.even,
body.com-k2 #k2Container.vacansyContainer div.itemRelated ul li.odd {
  padding: 3px;
}
body.com-k2 #k2Container.vacansyContainer div.itemRelated ul li.even:after,
body.com-k2 #k2Container.vacansyContainer div.itemRelated ul li.odd:after {
  content: "\e91a";
  font-family: 'rhino-icon' !important;
  text-indent: 0;
  position: absolute;
  left: 16px;
  font-size: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.com-k2 #k2Container.vacansyContainer div.itemRelated ul li.even:hover:after,
body.com-k2 #k2Container.vacansyContainer div.itemRelated ul li.odd:hover:after {
  left: 20px;
}
body.com-k2 #k2Container.vacansyContainer div.itemBottombar {
  margin-top: 30px;
}
body.com-k2 #k2Container.vacansyContainer div.itemBottombar div.itemSocialSharing {
  padding: 10px;
  margin-top: 0px;
}
body.com-k2 #k2Container.vacansyContainer div.itemBottombar div.itemSocialSharing div.itemFacebookButton {
  width: 100px;
}
body.com-k2 #k2Container.vacansyContainer div.itemBottombar div.itemSocialSharing div.itemGooglePlusOneButton {
  float: left;
  padding-top: 5px;
}
body.com-k2 #k2Container.vacansyContainer div.itemBottombar div.itemRatingBlock {
  padding: 10px;
  margin-top: 0px;
}
.items-leading {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -15px;
}
.items-leading article {
  padding: 0 15px;
}
.items-leading article h2 a:hover,
.items-leading article h3 a:hover {
  opacity: 1;
}
.items-row article.item .entry-image {
  display: none;
}
.items-row article.item:hover .article-info-wrap,
.items-row article.item:hover .article-info-wrap .article-info >dd,
.items-row article.item:hover .article-info-wrap h2 a,
.items-row article.item:hover .article-info-wrap h3 a {
  color: #fff;
}
.article-info-wrap {
  padding: 45px 45px 45px 45px;
  background: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.article-info-wrap .comments-anchor,
.article-info-wrap .hits {
  display: none;
}
.article-info-wrap .article-info >dd>i {
  display: none;
}
.article-info-wrap .introtext {
  font-size: 14px;
}
.article-info-wrap .introtext >p:last-child {
  margin-bottom: 0;
}
.article-info {
  line-height: 12px;
  font-size: 14px;
  margin-bottom: 12px;
  display: inline-block;
}
.article-info >dd {
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 30px;
}
.tags {
  margin-top: 20px;
}
.tags >span {
  text-transform: uppercase;
  font-size: 14px;
}
.tags a.label {
  background-color: transparent;
  border: 1px solid #EDEDED;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 2px 15px;
  margin-right: 10px;
}
.tags a.label:hover,
.tags a.label:focus {
  color: #fff;
}
.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 {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 20px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2,
.entry-header h3 {
  margin: 8px 0 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.entry-header h2 a,
.entry-header h3 a {
  color: #000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.entry-header h2 a:hover,
.entry-header h2 a:focus,
.entry-header h3 a:hover,
.entry-header h3 a:focus {
  opacity: .6;
  color: #0b5b24;
  text-decoration: underline;
}
.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: 40px;
  font-size: 200px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: 110px;
  color: rgba(255,255,255,0.35);
  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: 200px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(0deg);
  top: 145px;
  color: rgba(255,255,255,0.35);
}
.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-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.helix-social-share {
  float: right;
}
.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 span.text {
  display: none;
}
.helix-social-share .helix-social-share-icon ul li div {
  display: block;
}
.helix-social-share .helix-social-share-icon ul li div a {
  text-align: center;
  display: inline-block;
}
div.pagination,
.pagination-wrapper {
  margin-top: 70px;
  width: 100%;
}
div.pagination ul.pagination,
.pagination-wrapper ul.pagination {
  text-align: center;
  margin: 0;
  line-height: 1;
  width: 100%;
  padding: 25px 30px;
}
div.pagination ul.pagination li,
.pagination-wrapper ul.pagination li {
  display: inline-block;
}
div.pagination ul.pagination li a,
.pagination-wrapper ul.pagination li a {
  line-height: 1;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  color: #000;
  min-width: 48px;
  min-height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background: transparent;
  font-size: 18px;
  padding: 0;
  margin-right: 15px;
  font-weight: 300;
}
div.pagination ul.pagination li a:hover,
div.pagination ul.pagination li a:focus,
.pagination-wrapper ul.pagination li a:hover,
.pagination-wrapper ul.pagination li a:focus {
  background: transparent;
}
div.pagination ul.pagination li a.last,
div.pagination ul.pagination li a.first,
.pagination-wrapper ul.pagination li a.last,
.pagination-wrapper ul.pagination li a.first {
  color: #0b5b24 !important;
  text-indent: -9999px;
  position: relative;
  background: transparent !important;
}
div.pagination ul.pagination li a.last:after,
div.pagination ul.pagination li a.first:after,
.pagination-wrapper ul.pagination li a.last:after,
.pagination-wrapper ul.pagination li a.first:after {
  content: "\e91a";
  font-family: 'rhino-icon' !important;
  text-indent: 0;
  position: absolute;
  left: 0;
  font-size: 27px;
}
div.pagination ul.pagination li a.last:hover,
div.pagination ul.pagination li a.first:hover,
.pagination-wrapper ul.pagination li a.last:hover,
.pagination-wrapper ul.pagination li a.first:hover {
  color: #c9e4d1 !important;
}
div.pagination ul.pagination li a.last:after,
.pagination-wrapper ul.pagination li a.last:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
div.pagination ul.pagination li:hover a,
.pagination-wrapper ul.pagination li:hover a {
  background-color: #c9e4d1;
  color: #000 !important;
}
div.pagination ul.pagination li.active a,
.pagination-wrapper ul.pagination li.active a {
  color: #fff !important;
}
div.pagination ul.pagination li:first-child:not(.active),
.pagination-wrapper ul.pagination li:first-child:not(.active) {
  float: left;
}
div.pagination ul.pagination li:last-child:not(.active),
.pagination-wrapper ul.pagination li:last-child:not(.active) {
  float: right;
}
body.view-article article.item.item-page {
  position: relative;
  z-index: 10;
  margin-top: 10px;
}
.article-details-wrap {
  background: #fff;
  padding: 65px 80px;
}
.article-details-wrap .entry-header {
  overflow: hidden;
}
.article-details-wrap .helix-social-share-wrap,
.article-details-wrap .article-info {
  float: left;
}
.article-details-wrap .category-name {
  font-size: 14px;
  margin-bottom: 12px;
}
.article-details-wrap .published {
  margin-left: 1px;
}
.article-details-wrap .itemBody a {
  text-decoration: underline;
}
.article-details-wrap h2 {
  color: #000;
  margin-bottom: 22px;
}
.article-details-wrap .article-info >dd {
  font-size: 12px;
  margin-right: 15px;
}
.article-details-wrap .helix-social-share-wrap {
  font-size: 12px;
  line-height: 1.5;
}
.article-details-wrap .helix-social-share-wrap .helix-social-share {
  margin-left: 5px;
}
.article-details-wrap .sppb-carousel .sppb-carousel-arrow {
  opacity: 1;
}
.article-details-wrap .sppb-carousel .sppb-carousel-arrow i {
  width: 67px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  background: #fff;
  border-radius: 60px;
  box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.06);
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.06);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.article-details-wrap .sppb-carousel .sppb-carousel-arrow i:hover,
.article-details-wrap .sppb-carousel .sppb-carousel-arrow i:focus {
  color: #fff;
}
.article-details-wrap .sppb-carousel .sppb-carousel-arrow i:before {
  content: "\e91a";
  font-family: 'rhino-icon' !important;
  -webkit-text-shadow: none;
  text-shadow: none;
  display: inline-block;
  color: #e7e7e7;
}
.article-details-wrap .sppb-carousel .fa-chevron-right {
  right: -25px;
}
.article-details-wrap .sppb-carousel .fa-chevron-right:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.article-details-wrap .sppb-carousel .fa-chevron-left {
  left: -25px;
}
.article-comanda-wrap {
  background: #fff;
  padding: 60px 100px;
}
.article-comanda-wrap h2.service-h {
  font-size: 3em;
}
.article-comanda-wrap .entry-header {
  overflow: hidden;
}
.article-comanda-wrap .helix-social-share-wrap,
.article-comanda-wrap .article-info {
  float: left;
}
.article-comanda-wrap .category-name {
  font-size: 14px;
  margin-bottom: 12px;
}
.article-comanda-wrap .published {
  margin-left: 1px;
}
.article-comanda-wrap h2 {
  color: #000;
  margin-bottom: 22px;
}
.article-comanda-wrap .article-info >dd {
  font-size: 12px;
  margin-right: 15px;
}
.article-comanda-wrap .sppb-addon-single-image-container img {
  box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
  -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
}
.article-comanda-wrap .helix-social-share-wrap {
  font-size: 12px;
  line-height: 1.5;
}
.article-comanda-wrap .helix-social-share-wrap .helix-social-share {
  margin-left: 5px;
}
.article-comanda-wrap .sppb-carousel .sppb-carousel-arrow {
  opacity: 1;
}
.article-comanda-wrap .sppb-carousel .sppb-carousel-arrow i {
  width: 67px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  background: #fff;
  border-radius: 60px;
  box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.06);
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.06);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.article-comanda-wrap .sppb-carousel .sppb-carousel-arrow i:hover,
.article-comanda-wrap .sppb-carousel .sppb-carousel-arrow i:focus {
  color: #fff;
}
.article-comanda-wrap .sppb-carousel .sppb-carousel-arrow i:before {
  content: "\e91a";
  font-family: 'rhino-icon' !important;
  -webkit-text-shadow: none;
  text-shadow: none;
  display: inline-block;
  color: #d6c3dc;
}
.article-comanda-wrap .sppb-carousel .fa-chevron-right {
  right: -25px;
}
.article-comanda-wrap .sppb-carousel .fa-chevron-right:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.article-comanda-wrap .sppb-carousel .fa-chevron-left {
  left: -25px;
}
.article-comanda-wrap .soc-comand {
  margin: 30px 0;
}
.article-comanda-wrap .soc-comand .social-media-text-wrap {
  text-align: left;
  margin-right: 0px;
}
.article-comanda-wrap .soc-comand .social-media-text-wrap a {
  font-size: 14px;
  margin-right: 10px;
  padding: 3px;
  border: 1px solid #9c40b2;
  border-radius: 2px;
}
.article-comanda-wrap .soc-comand .social-media-text-wrap a .fa {
  min-width: 20px;
  text-align: center;
}
.article-comanda-wrap .soc-comand .social-media-text-wrap a:hover {
  color: #fff;
  border: 1px solid #893a9d;
  background-color: #893a9d;
  box-shadow: 0 0 10px 3px #933ca9, inset 0 0 1px 1px #c04fde;
}
.article-comanda-wrap .sppb-carousel-arrow .fa-chevron-left,
.article-comanda-wrap .sppb-carousel-arrow .fa-chevron-right {
  top: 43%;
}
.article-footer-top {
  margin-top: 50px;
}
.article-footer-top .post_rating {
  width: 100%;
  margin-bottom: 30px;
}
.article-footer-top .helix-social-share {
  float: left;
}
.article-footer-top .helix-social-share .helix-social-share-icon ul li div {
  margin-bottom: 10px;
}
.article-footer-top .helix-social-share .helix-social-share-icon ul li div a {
  width: auto;
  border-radius: 3px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 400 !important;
  background: #225B99;
  color: #fff;
  padding: 0 48px 0 24px;
  line-height: 32px;
  height: 32px;
}
.article-footer-top .helix-social-share .helix-social-share-icon ul li div a i {
  display: inline-block;
  margin-right: 12px;
}
.article-footer-top .helix-social-share .helix-social-share-icon ul li div a .text {
  display: inline-block;
}
.article-footer-top .helix-social-share .helix-social-share-icon ul li div a.twitter {
  background: #00ADF2;
}
.article-footer-top .helix-social-share .helix-social-share-icon ul li div a.gplus {
  background: #dc4e41;
}
.article-footer-top .helix-social-share .helix-social-share-icon ul li div a.linkedin {
  background: #0077b5;
}
.pager.pagenav {
  display: table;
  width: 100%;
  padding-bottom: 10px;
  margin: 35px 0 70px;
  border-bottom: 1px solid #EEEEEE;
}
.pager.pagenav li {
  display: inline-block;
}
.pager.pagenav li a {
  border-radius: 0;
  border: 0;
  background: transparent;
  font-size: 12px;
  color: #838D8F;
  letter-spacing: 2.4px;
  font-weight: 400 !important;
  padding: 0 20px 0 0;
  text-transform: uppercase;
}
.pager.pagenav li a span {
  color: #CDD8D8;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.pager.pagenav li.previous {
  float: left;
}
.pager.pagenav li.previous a {
  padding: 0 0 0 20px;
}
.pager.pagenav li.next {
  float: right;
}
.com-content.view-article #sp-main-body {
  padding-bottom: 65px;
}
.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: 75px 0 30px;
}
.sp-comingsoon .sp-comingsoon-wrap.has-background {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: table;
  padding-bottom: 45px;
}
.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;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .sp-comingsoon-countdown {
  margin: 165px 0 85px;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
}
.sp-comingsoon div.days,
.sp-comingsoon div.hours,
.sp-comingsoon div.minutes {
  margin-right: 90px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  display: inline-block;
  font-weight: bold;
  font-size: 190px;
  color: #FFFFFF;
  line-height: .95;
  letter-spacing: -9.5px;
  text-shadow: 0 11px 10px rgba(0,0,0,0.19);
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 48px;
  color: #FFFFFF;
  letter-spacing: -3.07px;
  font-weight: 600;
  margin-top: 10px;
}
.sp-comingsoon .social-icons {
  margin: 70px 0px 30px;
  line-height: 1;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 10px;
}
.sp-comingsoon .social-icons li a {
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: rgba(255,255,255,0.5);
}
.sp-comingsoon .sp-position-comingsoon .sp-module-title {
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  text-transform: initial;
}
.sp-comingsoon .sp-position-comingsoon .acymailing_module_form .acymailing_form {
  display: table;
  margin: 0 auto !important;
  width: 72%;
}
.sp-comingsoon .sp-position-comingsoon .acymailing_module_form .acymailing_form p.fieldacyemail {
  float: left;
  width: 75%;
  margin: 10px 0 0;
}
.sp-comingsoon .sp-position-comingsoon .acymailing_module_form .acymailing_form p.fieldacyemail input {
  border: 0;
  border-radius: 0;
  height: 58px;
  color: #D2D2D2;
  font-size: 14px;
  box-shadow: none;
  padding: 0 0 0 20px;
  margin: 0 auto;
}
.sp-comingsoon .sp-position-comingsoon .acymailing_module_form .acymailing_form p.acysubbuttons {
  float: left;
  margin: 10px 0 0 30px;
}
.sp-comingsoon p.copyright {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
}
.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-repeat: no-repeat;
  background-position: center;
}
.error-page .error-page-inner .error-content {
  position: relative;
  z-index: 10;
  color: #fff;
}
.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: 190px;
  font-family: Poppins, sans-serif;
  color: #fff;
  -webkit-text-shadow: 0 11px 10px rgba(0,0,0,0.19);
  text-shadow: 0 11px 10px rgba(0,0,0,0.19);
  line-height: .8;
  padding: 0;
}
.error-page .btn.btn-primary {
  background: #FD5238;
  padding: 13px 25px;
}
.error-page .error-message {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 55px;
}
@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;
  }
}
.article-nav-wr .article-li {
  font-weight: 600;
  font-size: 20px;
  margin-top: 15px;
  padding-left: 18px;
}
.article-nav-wr ul.gkBullet1,
.article-nav-wr ul.gkBullet2,
.article-nav-wr ul.gkBullet2-2,
.article-nav-wr ul.gkBullet3,
.article-nav-wr ul.gkBullet4,
.article-nav-wr ul.gkCircle1,
.article-nav-wr ul.gkCircle2,
.article-nav-wr ul.gkCircle3,
.article-nav-wr ul.gkSquare1,
.article-nav-wr ul.gkSquare2,
.article-nav-wr ul.gkSquare3 {
  margin: 0.7em 0 0.7em 20px;
  padding: 0;
}
.article_wr {
  margin: 10px auto;
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
}
.article_wr h2,
.article_wr h3.article_top {
  font-size: 220% !important;
  letter-spacing: -0.05em !important;
  font-weight: 600 !important;
  color: #0b5b24 !important;
}
.article_wr:after {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0px;
  background-position: center top;
  background-repeat: no-repeat;
  height: 9px;
  width: 100%;
  background-image: url(../images/volna2.png);
}
.sppb-container.klochkov-info h3.sppb-image-content-title {
  margin: 0 0 30px;
  font-size: 36px;
}
.sppb-container.klochkov-info h4 {
  font-weight: 700;
}
.sppb-container.klochkov-info ul {
  margin: 0em 0 2em 0;
}
.servicetop-wrap .sppb-row-container .servise-title a h2 {
  color: #202020 !important;
  font-weight: 400 !important;
}
.servicetop-wrap .sppb-row-container .servise-title a:hover {
  color: #920036 !important;
}
.servicetop-wrap .sppb-row-container .servise-title a:hover h2 {
  color: #920036 !important;
}
.first-servicetop-wrap .sppb-row-container {
  margin-top: -155px;
  background-color: #fff;
  padding-top: 60px;
}
.first-servicetop-wrap .sppb-row-container h1 {
  color: #fd5238;
}
#section-id-1502869223251 .sppb-row-container {
  margin-top: -215px;
  background-color: #fff;
  padding-top: 40px;
}
body.com-sh404sef #sp-main-body>.container {
  position: relative;
  z-index: 10;
  margin-top: -205px;
  background-color: #fff;
  box-shadow: none;
}
.sppb-jmod-yamap {
  position: relative;
  z-index: 10;
}
.form-wrap-right,
.mod-right-portfolio,
.mod-right-content-blog {
  margin-top: 35px;
}
.form-wrap-right:first-child,
.mod-right-portfolio:first-child {
  margin-top: 0;
}
.form-contact {
  margin-left: 30px;
}
.wrap_form-final.forma-zvonok,
.wrap_form-final.forma-uslugi {
  background-color: #c9e4d1;
  padding: 30px;
  font-style: italic;
  margin: 15px;
  color: #000;
  text-align: center;
}
.mfp-close,
.rsfp_thankou_popup_close_btn {
  font-size: 40px !important;
}
.mfp-close:hover,
.rsfp_thankou_popup_close_btn:hover {
  color: #fd5238 !important;
}
.sppb-ajaxt-contact-form div.formBody {
  float: none;
}
.sppb-ajaxt-contact-form div.formBody input.rsform-upload-box {
  color: #555 !important;
}
.sppb-ajaxt-contact-form div.formBody input.rsform-input-box,
.sppb-ajaxt-contact-form div.formBody textarea.rsform-text-box {
  display: block;
  width: 100%;
  height: inherit;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.25;
  color: #202020 !important;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.sppb-ajaxt-contact-form div.formBody input.rsform-input-box::-webkit-input-placeholder,
.sppb-ajaxt-contact-form div.formBody textarea.rsform-text-box::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.sppb-ajaxt-contact-form div.formBody input.rsform-input-box::-moz-placeholder,
.sppb-ajaxt-contact-form div.formBody textarea.rsform-text-box::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.sppb-ajaxt-contact-form div.formBody input.rsform-input-box:-moz-placeholder,
.sppb-ajaxt-contact-form div.formBody textarea.rsform-text-box:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.sppb-ajaxt-contact-form div.formBody input.rsform-input-box:-ms-input-placeholder,
.sppb-ajaxt-contact-form div.formBody textarea.rsform-text-box:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.sppb-ajaxt-contact-form div.formBody input.rsform-input-box:focus::-webkit-input-placeholder,
.sppb-ajaxt-contact-form div.formBody textarea.rsform-text-box:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sppb-ajaxt-contact-form div.formBody input.rsform-input-box:focus::-moz-placeholder,
.sppb-ajaxt-contact-form div.formBody textarea.rsform-text-box:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sppb-ajaxt-contact-form div.formBody input.rsform-input-box:focus:-moz-placeholder,
.sppb-ajaxt-contact-form div.formBody textarea.rsform-text-box:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sppb-ajaxt-contact-form div.formBody input.rsform-input-box:focus:-ms-input-placeholder,
.sppb-ajaxt-contact-form div.formBody textarea.rsform-text-box:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sppb-ajaxt-contact-form div.formBody button.rsform-submit-button {
  background: #0b5b24;
  padding: 20px 50px;
  font-weight: 600;
  border: 0;
  border-radius: 130px;
  color: #fff;
  font-size: 14px;
  -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;
  display: inline-block;
  text-align: center;
  white-space: pre-line;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.25;
}
.sppb-ajaxt-contact-form div.formBody button.rsform-submit-button:hover {
  background-color: #073b17;
}
.sppb-ajaxt-contact-form p {
  margin-bottom: 0;
}
.zvonok-form h3.h-forms {
  text-align: center;
  color: #000;
  margin: 20px auto 25px;
  font-weight: 400;
  font-size: 28px;
}
.zvonok-form h3.h-forms.vacansy {
  font-size: 28px;
}
.zvonok-form .rsform-block-submit .formBody {
  text-align: center;
}
.zvonok-form .rsform-block-submit .formBody button {
  text-align: center;
  width: 100%;
}
.zakazat-zvonok a {
  font-weight: 700 !important;
  color: #fff !important;
  padding: 18px 50px !important;
  border: 0 !important;
  border-radius: 100px !important;
  font-size: 14px !important;
}
.sp-module.form-wrap-right {
  padding: 10px 15px;
  background-color: #f5f5f5;
}
.sp-module.form-wrap-right h3.form-module-title,
.sp-module.form-wrap-right h3.h-forms.vacansy {
  color: #0b5b24;
  margin: 10px auto 40px;
  font-size: 144%;
  font-weight: 300;
  text-transform: uppercase;
}
.sp-module.form-wrap-right .formBody button {
  width: 100%;
}
.sp-module.form-wrap-right .formBody select {
  width: 232px;
  font-size: 90% !important;
}
.sp-module.form-wrap-right .rsform-block-captcha {
  margin-bottom: 20px;
}
.sp-module.form-wrap-right #g-recaptcha-49,
.sp-module.form-wrap-right #g-recaptcha-54,
.sp-module.form-wrap-right #g-recaptcha-59,
.sp-module.form-wrap-right #g-recaptcha-64,
.sp-module.form-wrap-right #g-recaptcha-69 {
  margin-top: 15px;
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.club-gallery h3.sppb-addon-title {
  text-align: center;
  margin-bottom: 30px;
}
table.tabl-uslus {
  border-collapse: collapse;
  color: #555;
  width: 100%;
}
table.tabl-uslus caption {
  padding: 13px 10px 15px;
  color: white;
  background-color: #330f33d4;
  font-size: 21px;
  text-align: left;
  font-weight: 400;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-shadow: 0 1px 1px #55676D;
}
table.tabl-uslus th {
  border-bottom: 2px solid #c4c4c4;
  padding: 10px;
  text-align: left;
  font-weight: 300;
}
table.tabl-uslus td {
  padding: 3px 10px;
}
table.tabl-uslus tr:nth-child(odd) {
  background: white;
}
table.tabl-uslus tr:nth-child(even) {
  background-color: #f6f6f6;
}
.soc_block {
  background: #eef6f0;
  border: 1px solid #ddefe2;
  float: left;
  width: 100%;
  margin: 20px 0 20px 0;
  padding: 10px 15px 15px;
}
.soc_block .k2-soc-h {
  font-weight: 300;
  line-height: 25px;
  margin: 0 0 10px 0;
}
.soc_block .itemSocButtonWrap {
  float: left;
}
.wrap_comment_soc {
  margin: 0px auto 40px;
}
.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;
}
.nocursor {
  cursor: n-resize;
}
.carousel-mod-home .sppb-carousel-pro-text h3 {
  font-weight: 600;
}
.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%;
  }
}
ol li {
  padding: 10px 0px;
}
.alert,
.info,
.notice,
#system-message dd.error,
#system-message dd.notice,
#system-message dd.message,
.box-save,
.box-accept,
.box-tip,
.terms-of-service h5 {
  padding: 10px;
  margin: 0px 0px 15px 0px;
  height: 100%;
  -webkit-box-shadow: rgba(0,0,0,0.15) 1px 1px 0px;
  box-shadow: rgba(0,0,0,0.15) 1px 1px 0px;
  -moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.15);
}
.alert,
#system-message dd.error.message.fade,
.terms-of-service h5 {
  background: #ffe6e6;
  border: 1px solid #ebc4c4;
  color: #833939;
}
.alert .icon,
.info .icon,
.notice .icon,
.box-save .icon,
.box-accept .icon,
.box-tip .icon {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.alert .icon,
#system-message dd.error.message.fade ul {
  background: url(../images/icons/exclamation.png) no-repeat 0 0;
}
.info,
#system-message dd.message {
  background: #e6f5ff;
  border: 1px solid #c2daea;
  color: #3d6b8a;
}
.info .icon,
#system-message dd.message ul {
  background: url(../images/icons/information.png) no-repeat 0 0;
}
.notice,
#system-message dd.notice.message.fade {
  background: #fffce6;
  border: 1px solid #eae5c2;
  color: #696025;
}
.notice .icon,
#system-message dd.notice.message.fade ul {
  background: url(../images/icons/notice.png) no-repeat 0 0;
}
.box-save {
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  color: #505050;
}
.box-save .icon {
  background: url(../images/icons/drive_disk.png) no-repeat 0 0;
}
.box-accept {
  background: #f4fae1;
  border: 1px solid #d8e1bc;
  color: #606e35;
}
.box-accept .icon {
  background: url(../images/icons/accept.png) no-repeat 0 0;
}
.box-tip {
  background: #fefefe;
  border: 1px solid #f1f1f1;
  color: #303030;
}
.box-tip .icon {
  background: url(../images/icons/lightbulb.png) no-repeat 0 0;
}
.mostread,
ul.latestnews {
  padding: 0px;
  list-style: none;
  margin: 0px;
}
.mostread li {
  padding: 3px 0px !important;
  margin: 0px !important;
  background: none;
}
#archive-items li {
  padding: 0px 0px 3px 24px;
}
ul.latestnews {
  margin-left: 0px;
}
ul.latestnews li {
  margin: 0px !important;
}
ul.latestnews li,
#article-index li,
.categories-list ul li,
.cat-children ul li,
.menusitemap li,
ul.latestnews_menu_light li,
ul.sections li,
#archive-items li,
ul.list-accept,
ul.list-add li,
ul.list-delete li,
ul.list-error li,
ul.list-alert li,
ul.list-cross li,
ul.list-tick li,
ul.list-tip li,
ul.list-disk li,
ul.list-email li,
ul.list-feed li,
ul.list-image li,
ul.list-information li,
ul.list-key li,
ul.list-newspaper li,
ul.list-pencil li,
ul.list-cd li,
ul.list-pc li,
ul.list-ipod li,
ul.list-mouse li,
.contact-links ul li,
ul.list-magnifier li,
#finder-filter-select-list li,
ul.list-accept li {
  padding: 3px 0px 3px 24px;
  margin: 0 0 0 10px;
  list-style: none;
}
ul.latestnews li,
#article-index li,
.categories-list ul li,
.cat-children ul li {
  background: url(../images/icons/page_white_text.png) no-repeat 0 4px;
}
.menusitemap li,
ul.latestnews_menu_light li {
  background: url(../images/icons/page_white_star.png) no-repeat 0 4px;
}
ul.sections li,
#archive-items li {
  background: url(../images/icons/folder.png) no-repeat 0 3px;
}
ul.list-accept li {
  background: url(../images/icons/accept.png) no-repeat 0 3px;
}
ul.list-add li {
  background: url(../images/icons/add.png) no-repeat 0 3px;
}
ul.list-delete li {
  background: url(../images/icons/delete.png) no-repeat 0 3px;
}
ul.list-error li {
  background: url(../images/icons/exclamation.png) no-repeat 0 3px;
}
ul.list-alert li {
  background: url(../images/icons/notice.png) no-repeat 0 3px;
}
ul.list-cross li {
  background: url(../images/icons/cross.png) no-repeat 0 3px;
}
ul.list-tick li {
  background: url(../images/icons/tick.png) no-repeat 0 3px;
}
ul.list-tip li {
  background: url(../images/icons/lightbulb.png) no-repeat 0 3px;
}
ul.list-disk li {
  background: url(../images/icons/disk.png) no-repeat 0 3px;
}
ul.list-email li {
  background: url(../images/icons/email.png) no-repeat 0 3px;
}
ul.list-feed li {
  background: url(../images/icons/feed.png) no-repeat 0 3px;
}
ul.list-image li {
  background: url(../images/icons/image.png) no-repeat 0 3px;
}
ul.list-information li {
  background: url(../images/icons/information.png) no-repeat 0 3px;
}
ul.list-key li {
  background: url(../images/icons/key.png) no-repeat 0 3px;
}
ul.list-newspaper li {
  background: url(../images/icons/newspaper.png) no-repeat 0 3px;
}
ul.list-pencil li {
  background: url(../images/icons/pencil.png) no-repeat 0 3px;
}
ul.list-cd li {
  background: url(../images/icons/cd.png) no-repeat 0 3px;
}
ul.list-pc li {
  background: url(../images/icons/pc.png) no-repeat 0 3px;
}
ul.list-ipod li {
  background: url(../images/icons/ipod.png) no-repeat 0 3px;
}
ul.list-mouse li,
.contact-links ul li {
  background: url(../images/icons/mouse.png) no-repeat 0 3px;
}
ul.list-magnifier li,
#finder-filter-select-list li {
  background: url(../images/icons/magnifier.png) no-repeat 0 3px;
}
p.big-number {
  clear: both;
}
p span.big-number {
  font: normal 30px Arial, Helvetica, sans-serif;
  float: left;
  margin: 0 10px 0 0;
}
blockquote.cite {
  background: url(../images/blockquote-1.png) no-repeat 0 0;
  border: 0;
  padding: 0;
}
blockquote.cite span.cite {
  background: url(../images/blockquote-2.png) no-repeat 100% 100%;
  display: block;
  padding: 10px 20px;
}
p {
  margin-bottom: 0.9em;
}
blockquote {
  font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-style: italic;
  padding: 20px 30px;
  margin-bottom: 15px;
}
blockquote cite {
  font-size: .9em;
}
ul,
ol {
  padding-top: 0;
}
#sp-component .about-us-section ul,
#sp-component .about-us-section ol {
  padding-top: 0;
  margin: 1em 0;
}
#sp-component .about-us-section ul li {
  background: url(../images/typography/bullet2-2.png) no-repeat 0 8px !important;
  margin: 0 !important;
  padding: 3px 0 3px 30px;
  line-height: 1.8em !important;
  list-style: none;
  overflow: inherit;
}
p.gkHeadline {
  margin: 5px 0 0 !important;
  text-align: center;
  font: normal 2em/1.9 "Lucida Grande", Tahoma;
  color: #222;
}
p.gkSubHeadline {
  margin: 0 0 24px !important;
  letter-spacing: 0.3em;
  text-align: center;
  text-transform: uppercase;
  font: lighter 0.75em/1em "Lucida Grande", Tahoma;
  color: #666;
}
p.gkSmallHeadline {
  margin: 1em 0 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: #bbb;
}
p.gkLargeHeadline {
  margin: 0 !important;
  padding: 0px 0px 6px 0px;
  letter-spacing: -2px;
  font: normal 44px/38px Arial, Helvetica, sans-serif;
  color: #444;
}
p.v1 {
  font-size: 120%;
  font-weight: 300;
}
.gkfile1,
.gkfile2,
.gksearch,
.gkzoomminus,
.gkzoomplus,
.gkerror,
.gktick,
.gkbook,
.gkmap,
.gktag,
.gkstats,
.gkstar,
.gkribbon,
.gknav,
.gkgraph,
.gkflash,
.gklocation,
.gklocationminus,
.gklocationplus,
.gkbulb {
  min-height: 38px !important;
  padding: 0 0 2px 62px !important;
  background-repeat: no-repeat !important;
  background-position: 0 8px !important;
}
p.gkInfo1,
p.gkTips1,
p.gkWarning1 {
  padding: 10px 10px 12px 80px;
  min-height: 38px;
  line-height: 22px;
  font-size: 16px;
}
.gkHighlight1,
.gkHighlight2,
.gkHighlight3,
.gkHighlight4 {
  padding: 1px 5px;
  text-shadow: none;
  cursor: default;
}
.gkHighlight1:hover {
  background: #fff;
}
.gkHighlight2:hover {
  background: #212121;
  color: #fff;
}
.gkHighlight3:hover {
  background: #737373;
  color: #fff;
}
.gkHighlight4:hover {
  background: #eee;
  color: #212121;
}
pre,
.gkCode1,
.gkCode2,
.gkCode3 {
  margin: 10px 0 15px !important;
  padding: 10px 15px !important;
  font: normal 0.92em/18px 'Curier New', monospace !important;
}
pre,
.gkCode1,
.gkCode2 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.gkCode3 {
  padding-left: 82px !important;
}
.gkCode3 h4 {
  width: 35px;
  position: relative;
  top: 0;
  margin: 0 0 0 -64px !important;
  padding: 2px 5px 0;
  font-size: 13px;
}
pre:hover,
.gkCode1:hover {
  background: #fff;
}
div.gkCode2:hover,
div.gkCode3:hover {
  color: #000;
}
ol {
  margin: 2em 0;
  padding: 0;
  list-style-position: inside;
}
ol.gkDec {
  list-style-type: decimal;
}
ol.gkRoman {
  list-style-type: upper-roman;
}
ol.gkAlpha {
  list-style-type: lower-alpha;
}
ol.gkDecimalLeadingZero {
  list-style-type: decimal-leading-zero;
}
ul.gkBullet1,
ul.gkBullet2,
ul.gkBullet2-2,
ul.gkBullet3,
ul.gkBullet4,
ul.gkCircle1,
ul.gkCircle2,
ul.gkCircle3,
ul.gkSquare1,
ul.gkSquare2,
ul.gkSquare3 {
  margin: 1em 0 1em 20px;
  padding: 0;
}
div.wrap_gkBullet3 ul.gkBullet3 {
  margin: 1.54em 0;
}
ul li {
  list-style-position: outside;
}
ul.gkBullet1 li,
ul.gkBullet2 li,
ul.gkBullet2-2 li,
ul.gkBullet3 li,
ul.gkBullet4 li,
ul.gkCircle1 li,
ul.gkCircle2 li,
ul.gkCircle3 li,
ul.gkSquare1 li,
ul.gkSquare2 li {
  margin: 0 !important;
  padding: 3px 0 3px 30px;
  line-height: 1.8em !important;
  list-style: none;
  overflow: inherit;
}
dl.gkDef1 dt,
dl.gkDef2 dt,
dl.gkDef3 dt {
  margin: 10px 0 5px 0;
}
dl.gkDef1 dd,
dl.gkDef2 dd,
dl.gkDef3 dd {
  padding: 10px;
}
dl.gkDef2 dt {
  text-decoration: underline;
}
dl.gkDef3 dt {
  margin-top: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font: lighter 1.1em/1.2em "Lucida Grande", Tahoma;
  font-variant: normal;
  color: #666666;
}
acronym,
abbr {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
acronym:hover,
abbr:hover {
  border-bottom-style: solid;
  cursor: pointer;
}
div.gkLegend1 h4,
div.gkLegend2 h4,
div.gkLegend3 h4,
div.gkLegend4 h4 {
  float: left;
  position: relative;
  top: -18px;
  left: 11px;
  margin: 0 0 -9px !important;
  padding: 0 10px;
  line-height: 18px;
  font-weight: 300;
  background: #fff;
  text-shadow: none;
}
div.gkLegend1,
div.gkLegend2,
div.gkLegend3,
div.gkLegend4 {
  margin: 25px 0;
  padding: 6px;
}
div.gkLegend1 p,
div.gkLegend2 p,
div.gkLegend3 p,
div.gkLegend4 p {
  margin: 7px;
  clear: both;
}
span.artDropcap1,
span.gkDropcap2,
span.gkDropcap3 {
  display: block;
  float: left;
  line-height: 0.9em;
  font-size: 5.0em;
  color: #333;
  text-shadow: 1px 1px 0 #CCCCCC;
}
span.artDropcap1 {
  height: 61px;
  margin: -4px 5px -3px -4px;
}
p.gkDropcap2 {
  padding: 0 0 0 50px;
}
span.gkDropcap2 {
  height: 61px;
  margin: -4px 0 0 -50px;
}
p.gkDropcap2 {
  padding-left: 50px;
}
p.gkDropcap3 {
  margin-top: 32px;
}
span.gkDropcap3 {
  height: 61px;
  margin: -3px 9px 0px 0px;
}
blockquote {
  margin: 20px 0;
  font-style: italic;
  clear: both;
}
blockquote div {
  display: block;
}
blockquote div.gkBlockquote1 div,
blockquote div.gkBlockquote2 div {
  padding: 0 24px;
}
blockquote div.gkBlockquote3 {
  padding-bottom: 1px;
}
blockquote div.gkBlockquote3 div {
  padding: 5px 48px 0;
}
blockquote div.gkBlockquote4 div {
  padding: 0 48px;
}
.gkBlockTextLeft,
.gkBlockTextRight,
.gkBlockTextCenter {
  background-color: #F9F9F9;
  display: block;
  font-size: 16px;
  font-style: italic;
  line-height: 150%;
  padding: 30px;
  width: 38%;
}
.gkBlockTextLeft {
  margin: 20px 20px 20px 0;
}
.gkBlockTextCenter {
  margin: 20px;
}
.gkBlockTextRight {
  margin: 0 20px 20px 20px;
}
.gkBlockTextLeft {
  float: left;
  text-align: left;
}
.gkBlockTextRight {
  float: right;
  text-align: right;
}
.gkBlockTextCenter {
  margin: 0 auto;
  text-align: center;
}
p.numblocks {
  position: relative;
  min-height: 50px;
  margin: 20px 0;
  padding: 7px 0 0 80px !important;
  font-size: 20px;
  font-weight: 300;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000000;
}
p.numblocks span {
  position: absolute;
  top: 4px;
  left: 0;
  height: 32px;
  width: 52px;
  color: #fff;
  display: block;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  padding: 0 12px 0 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
p.num-1 span {
  border-right: 2px solid #e5e5e5;
  color: #bbb;
}
p.num-2 span {
  border-right: 2px solid #0b5b24;
  color: #0b5b24;
}
p.num-3 span {
  border-right: 2px solid #212121;
  color: #212121;
}
.bubble-1 {
  border: 3px solid #e5e5e5;
}
.bubble-2 {
  border: 3px solid #ff4428;
  background-color: #FFF;
}
.bubble-3 {
  border: 3px solid #212121;
}
.bubble-2 cite {
  background-position: 0px -35px !important;
  color: #ff4428;
}
.bubble-3 cite {
  background-position: 0px -70px !important;
  color: #212121;
}
cite span {
  line-height: 25px;
}
.bubble-1 cite,
.bubble-2 cite,
.bubble-3 cite {
  height: 25px;
  position: absolute;
  bottom: -25px;
  display: block;
  left: 26px;
  font-size: 13px;
  padding-left: 32px;
  background: url('../images/typography/buble_arrow.png') no-repeat scroll 0px 0px transparent;
}
.gkblock-1,
.gkblock-2,
.gkblock-3,
.gkblock-4,
.gkblock-5,
.gkblock-6,
.gkblock-7,
.gkblock-8,
.gkblock-9 {
  margin: 20px 0;
  padding: 15px 20px;
}
.bubble-1,
.bubble-2,
.bubble-3 {
  position: relative;
  margin: 20px 0 40px;
  padding: 15px 20px;
}
.bubble-1 div,
.bubble-2 div,
.bubble-3 div {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
.bubble-1 cite,
.bubble-2 cite,
.bubble-3 cite {
  height: 25px;
  position: absolute;
  bottom: -25px;
  display: block;
  left: 26px;
  font-size: 12px;
  font-weight: bold;
  line-height: 32px;
  padding-left: 32px;
  background: url('../images/typography/buble_arrow.png') no-repeat 0 0;
}
blockquote div.gkBlockquote1 {
  background: url('../images/typography/open1.png') no-repeat left bottom;
}
blockquote div.gkBlockquote1 div {
  background: url('../images/typography/close1.png') no-repeat right top;
}
blockquote div.gkBlockquote2 {
  background: url('../images/typography/open1.png') no-repeat left top;
}
blockquote div.gkBlockquote2 div {
  background: url('../images/typography/close1.png') no-repeat right top;
}
blockquote div.gkBlockquote3 {
  background: url('../images/typography/open2.png') no-repeat left bottom;
}
blockquote div.gkBlockquote3 div {
  background: url('../images/typography/close2.png') no-repeat right top;
}
blockquote div.gkBlockquote4 {
  background: url('../images/typography/open2.png') no-repeat left top;
}
blockquote div.gkBlockquote4 div {
  background: url('../images/typography/close2.png') no-repeat right top;
}
.gkTable {
  border-collapse: collapse;
  font-style: normal;
}
.gkTable thead {
  padding: 5px 10px;
  text-align: left;
  font: normal 19px/32px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.gkTable td {
  padding: 10px;
}
.gkTable tfoot {
  margin-bottom: 10px;
  margin-top: 0px;
  padding: 0px;
  text-align: right;
  font-size: 0.8em;
  font-style: italic;
}
.gkTable2 {
  border-collapse: collapse;
  font-style: normal;
}
.gkTable2 thead {
  text-align: left;
  font: normal 20px/32px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  padding: 5px 10px;
}
.gkTable2 td {
  padding: 10px;
}
.gkTable2 tfoot {
  margin-bottom: 10px;
  margin-top: 0px;
  padding: 0px;
  text-align: right;
  font-size: 0.8em;
  font-style: italic;
}
.gkTooltip {
  position: relative;
  outline: none;
  cursor: help;
  text-decoration: none;
  color: #000;
  text-shadow: none;
}
.gkTooltip span {
  position: absolute;
  margin-left: -999em;
  font-size: 14px;
  line-height: 16px;
}
.gkTooltip:hover span {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  z-index: 99;
  width: 300px;
  margin-left: 0;
}
.gkTooltip:hover em {
  display: block;
  padding: 0;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none !important;
  text-shadow: none;
  font-style: normal !important;
  color: #0b5b24;
}
.classicTooltip {
  padding: 0.6em 0.8em;
  text-shadow: none;
}
.customTooltip {
  padding: 0.6em 0.8em;
  text-shadow: none;
}
pre,
.gkCode1,
.gkCode2 {
  padding-left: 32px;
  border: 1px solid #EAE8CC;
  border-left: 4px solid #212121;
  background: #FFFEF4;
  color: #333;
}
.gkCode2 {
  background: #fff;
  border: 1px solid #eee;
  border-left: 4px solid #ff4428;
}
.gkCode3 {
  border: 1px solid #eee;
  background: #fff;
}
.gkCode3 h4 {
  background: #ff4428;
  color: #fff;
  text-align: center;
  text-shadow: none;
}
p.gkInfo1 {
  background: #f9f9f9 url('../images/typography/info.png') no-repeat 16px 8px;
  border: 1px solid #e5e5e5;
}
p.gkTips1 {
  background: #FFFEF4 url('../images/typography/tips.png') no-repeat 16px 8px;
  border: 1px solid #EAE8CC;
  color: #333;
}
p.gkWarning1 {
  background: #ff4428 url('../images/typography/warning.png') no-repeat 16px 8px;
  color: #fff;
}
div.gkLegend1 {
  border: 1px solid #e5e5e5;
}
div.gkLegend2 {
  border: 1px solid #C52323;
}
div.gkLegend3 {
  border: 1px solid #212121;
}
div.gkLegend4 {
  border: 4px double #e5e5e5;
}
div.gkLegend1 h4 {
  background: #fff;
  color: #333;
}
div.gkLegend2 h4 {
  background: #fff;
  color: #C52323;
}
div.gkLegend3 h4 {
  background: #fff;
  color: #212121;
}
.gkHighlight1 {
  background: #ffd;
}
.gkHighlight2 {
  background: #eee;
  color: #212121;
}
.gkHighlight3 {
  background: #212121;
  color: #fff;
}
.gkHighlight4 {
  background: none repeat scroll 0 0 #ff4428;
  color: #fff;
}
.gkblock-1 {
  border: 1px dashed #468359;
}
.gkblock-2 {
  border: 1px dashed #c10101;
}
.gkblock-3 {
  border: 1px dashed #c4c4c4;
}
.gkblock-3 h4 {
  font-weight: 400;
  color: #ff472c;
}
.gkblock-3 h4.gkbook {
  background: url(../images/typography/icons/book.png);
  min-height: 30px !important;
  padding: 0 0 0px 40px !important;
  background-repeat: no-repeat !important;
  background-position: -5px 0px !important;
  margin: 10px auto 0;
  line-height: 30px;
}
.gkblock-3 ul {
  margin: 1em 0 0.3em;
}
.gkblock-4 {
  border: 1px solid #c10101;
  background: #fff;
}
.gkblock-5 {
  border: 1px solid #EAE8CC;
  background: #FFFEF4;
}
.gkblock-6 {
  border: 1px solid #c9e4d1;
}
.gkblock-7 {
  background: #347648;
  color: #fff !important;
}
.gkblock-8 {
  background: #c10101;
  color: #fff !important;
}
.gkblock-8-2 {
  background: #ff4428;
  color: #fff !important;
  margin: 20px 0 0 0 !important;
  padding: 10px 15px;
}
.gkblock-8-2 h3 {
  color: #fff !important;
  padding: 0px !important;
  margin: 0px !important;
  line-height: 0.8em;
  font-size: 130%;
  font-weight: 700;
  letter-spacing: 0;
}
.gkblock-9 {
  background: #eef6f0;
}
ul.gkBullet1 li {
  background: url('../images/typography/bullet1.png') no-repeat 0 8px !important;
}
ul.gkBullet2 li {
  background: url('../images/typography/bullet2.png') no-repeat 0 8px !important;
}
ul.gkBullet2-2 li {
  background: url('../images/typography/bullet2-2.png') no-repeat 0 8px !important;
}
ul.gkBullet3 li {
  background: url('../images/typography/bullet3.png') no-repeat 0 7px !important;
}
ul.gkBullet4 li {
  background: url('../images/typography/bullet4.png') no-repeat 0 7px !important;
}
ul.gkCircle1 li {
  background: url('../images/typography/bullet-circle1.png') no-repeat 0 7px !important;
}
ul.gkCircle2 li {
  background: url('../images/typography/bullet-circle2.png') no-repeat 0 7px !important;
}
ul.gkCircle3 li {
  background: url('../images/typography/bullet-circle3.png') no-repeat 0 7px !important;
}
ul.gkSquare1 li {
  background: url('../images/typography/bullet-square1.png') no-repeat 0 8px !important;
}
ul.gkSquare2 li {
  background: url('../images/typography/bullet-square2.png') no-repeat 0 8px !important;
}
.gkBlockTextLeft,
.gkBlockTextRight,
.gkBlockTextCenter {
  color: #ff4428;
}
span.classicTooltip {
  background-color: #ffffdd;
  color: #656565;
}
span.criticalTooltip {
  background: #cb260a;
  color: #fff;
}
span.helpTooltip {
  background: #c9e4d1;
  color: #000;
  padding: 15px 20px 20px;
}
span.infoTooltip {
  background: #F0F0F0;
  color: #5b5b5b;
  border: 1px solid #dedede;
}
span.warningTooltip {
  background: #fff;
  color: #F93B3B;
  border: 1px solid #fff;
}
ul#demo-typography {
  background: transparent;
  overflow: hidden;
  padding: 10px 30px 30px 30px;
}
ul#demo-typography li {
  list-style-position: none;
  list-style-type: disc;
  line-height: 24px;
  width: 23.9%;
  float: left;
  color: #cb260a;
  font-size: 11px;
}
ul#demo-typography li a {
  font-size: 11px;
  text-shadow: 2px 2px 0 #fff;
}
.demo-typoDiv {
  clear: both;
  overflow: hidden;
  margin: 0 0 30px;
}
h3.typo-warning,
h4.demo-typo {
  font-size: 200%;
  font-weight: 300;
  color: #ff4428;
  margin: 30px 0;
  border-bottom: 1px solid #eee;
}
.demo-typo-col2 {
  width: 50%;
  float: left;
}
.demo-typo-col3 {
  width: 33%;
  float: left;
}
.demo-typo-col4 {
  width: 25%;
  float: left;
}
.demo-typo_padd {
  padding: 0 15px;
}
#warnings .demo-typo_padd p {
  margin: 1em 0 1.6em;
}
.typoDesc small {
  font: normal 10px Monaco, Consolas, "Courier News", monospace;
  color: #999;
}
.gkblock-7 small,
.gkblock-9 small,
.bubble-4 small,
.bubble-5 small,
.bubble-6 small,
.gkblock-8 small {
  color: #fff !important;
}
.gkblock-9 small {
  color: #353639 !important;
}
.gkfile1 {
  background: url('../images/typography/icons/file1.png');
}
.gkfile2 {
  background: url('../images/typography/icons/file2.png');
}
.gksearch {
  background: url('../images/typography/icons/search.png');
}
.gkzoomminus {
  background: url('../images/typography/icons/zoomminus.png');
}
.gkzoomplus {
  background: url('../images/typography/icons/zoomplus.png');
}
.gkerror {
  background: url('../images/typography/icons/error.png');
}
.gktick {
  background: url('../images/typography/icons/tick.png');
}
.gkbook {
  background: url('../images/typography/icons/book.png');
}
.gkmap {
  background: url('../images/typography/icons/map.png');
}
.gktag {
  background: url('../images/typography/icons/tag.png');
}
.gkstats {
  background: url('../images/typography/icons/stats.png');
}
.gkstar {
  background: url('../images/typography/icons/star.png');
}
.gkribbon {
  background: url('../images/typography/icons/ribbon.png');
}
.gknav {
  background: url('../images/typography/icons/nav.png');
}
.gkgraph {
  background: url('../images/typography/icons/graph.png');
}
.gkflash {
  background: url('../images/typography/icons/flash.png');
}
.gklocation {
  background: url('../images/typography/icons/location.png');
}
.gklocationminus {
  background: url('../images/typography/icons/locationminus.png');
}
.gklocationplus {
  background: url('../images/typography/icons/locationplus.png');
}
.gkbulb {
  background: url('../images/typography/icons/bulb.png');
}
p.p1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
}
span.error_page_link {
  text-decoration: underline;
  background-color: #ff4428;
  color: #fff;
  padding: 3px 5px;
  margin: 0 2px;
}
.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
.checkbox + label {
  cursor: pointer;
}
.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 60px !important;
}
.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
}
.checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  transition: all .2s;
}
.checkbox:checked + label:before {
  background: #9FD468;
}
.checkbox:checked + label:after {
  left: 26px;
}
.checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,0.5);
}
.radio {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.radio + label {
  cursor: pointer;
}
.radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px;
}
.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
.radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #9FD468;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
  opacity: 0;
  transition: all .2s;
}
.radio:checked + label:after {
  opacity: 1;
}
.radio:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,0.5);
}
.dropcap3,
.dropcap4 {
  text-align: center;
  width: 52px;
  height: 65px;
  vertical-align: middle;
  margin: 0 10px 0 0;
  color: #ff4428;
  font-weight: 600;
  float: left;
  padding: 0 5px 0px 0;
  display: block;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 77px;
  line-height: 70px;
  text-shadow: 0 1px 1px #ccc;
}
.text-info {
  color: #ff4428;
}
@media only screen and (max-width: 1290px) {
  .sppb-addon-gallery .sppb-gallery li .gallery-info-wrap {
    left: 50px;
  }
  .sppb-addon-gallery .sppb-gallery li .gallery-info-wrap i {
    font-size: 50px;
  }
  .sppb-addon-gallery .sppb-gallery li .gallery-info-wrap p {
    margin: 0;
  }
  .sppb-addon-gallery .sppb-gallery li:hover .gallery-info-wrap {
    bottom: 40px;
  }
  .sp-page-title h2,
  .sp-page-title span.h2pageTitl {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  #sp-header .social-icons {
    margin-left: 0;
  }
  .sp-megamenu-parent >li >span,
  .sp-megamenu-parent >li >a {
    padding: 0 11px;
    font-size: 12px;
  }
  .menu-slide-down .sp-has-child > .sp-dropdown.sp-dropdown-mega {
    width: 780px !important;
  }
  .sp-module.rhino-top-search {
    width: 25px;
  }
  .sppb-slideshow-fullwidth-item {
    min-height: 700px;
  }
  .sppb-slideshow-fullwidth-item .sppb-slide-item-bg {
    padding-top: 230px;
    min-height: 700px;
  }
  .sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h1 {
    font-size: 150px;
  }
  #sp-bottom .nav.menu li a {
    padding: 0 10px;
  }
  .sppb-slider-wrapper.varition-simple .sppb-slideshow-fullwidth-item-text h1 {
    font-size: 110px;
  }
  .sppb-slider-wrapper.varition-simple .sppb-slideshow-fullwidth-item-text h1 small {
    font-size: 90px;
  }
  .sppb-addon-gallery .sppb-gallery li {
    width: 25%;
  }
  .sppb-addon-gallery .sppb-gallery li:last-child {
    display: none;
  }
  .sppb-addon-gallery .sppb-gallery li .gallery-info-wrap i {
    font-size: 40px;
  }
  .sppb-addon-gallery .sppb-gallery li .gallery-info-wrap h3 {
    font-size: 18px;
  }
  .sppb-addon-gallery .sppb-gallery li .gallery-info-wrap p {
    line-height: 1.3;
  }
  .sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item .sppb-slide-item-bg {
    padding-top: 190px;
  }
  .sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item-text h1 {
    font-size: 80px;
    letter-spacing: -3px;
  }
  .sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item-text h1 small {
    left: -295px;
    font-size: 80px;
  }
  .sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item-text h1 span {
    left: 300px;
  }
  .sp-page-title h2 {
    font-size: 160px;
  }
  .sp-page-title h2:before {
    height: 435px;
  }
  .sppb-addon-persion div.sppb-person-image span.sppb-person-name {
    font-size: 18px;
  }
  .rhino-faq-section .sppb-title-subheading br {
    display: none;
  }
  .sp-comingsoon .days .number,
  .sp-comingsoon .hours .number,
  .sp-comingsoon .seconds .number,
  .sp-comingsoon .minutes .number {
    font-size: 125px;
    letter-spacing: -5px;
  }
  .sp-comingsoon .sp-position-comingsoon .acymailing_module_form .acymailing_form p.fieldacyemail {
    width: 68%;
  }
  .article-details-wrap {
    padding: 65px 150px;
  }
  .article-details-wrap .entry-header {
    margin-bottom: 0;
  }
  div[itemprop="articleBody"] .sppb-column-addons >div {
    margin-top: 30px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  div[itemprop="articleBody"] .sppb-column-addons .sppb-addon-title {
    margin-top: 0;
  }
  html body.rtl .sp-megamenu-parent > li > span,
  html body.rtl .sp-megamenu-parent > li > a {
    padding: 0 9px;
  }
  html body.rtl #offcanvas-toggler {
    margin-left: 0;
  }
  html body.rtl .close-offcanvas {
    left: 15px;
  }
  html body.rtl #sp-header ul.social-icons li {
    margin: 0 5px;
  }
  html body.rtl .top-search-wrapper {
    position: relative;
    left: 15px;
  }
  html body.rtl .sppb-addon-gallery .sppb-gallery li .gallery-info-wrap {
    right: 30px;
  }
  html body.rtl .menu-slide-down .sp-has-child > .sp-dropdown.sp-dropdown-mega {
    width: 780px !important;
  }
  #sp-topheader #sp-top-tel a span.toptel-data,
  #sp-topheader #sp-top-tel2 a span.toptel-data {
    padding-left: 3px !important;
  }
  .article-comanda-wrap {
    padding: 60px 40px !important;
  }
}
@media only screen and (max-width: 991px) {
  #sp-topheader {
    text-align: center;
  }
  #sp-topheader #sp-header-text {
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #sp-topheader #sp-logo {
    float: none;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #sp-topheader #sp-logo .logo img {
    display: inline-block;
  }
  #sp-topheader #sp-top-tel {
    text-align: center;
    display: block;
    margin: 0px 0 0 0;
    padding: 0px 0px 0px 0px;
  }
  #sp-topheader #sp-top-tel div.zakaz-zv_modal {
    text-align: center;
  }
  .responsive-padding-top-sixty {
    padding-top: 60px !important;
  }
  .responsive-padding-bottom-sixty {
    padding-bottom: 60px !important;
  }
  .responsive-padding-top-thirty {
    padding-top: 30px !important;
  }
  .responsive-padding-bottom-thirty {
    padding-bottom: 30px !important;
  }
  .responsive-padding-top-hundred {
    padding-top: 100px !important;
  }
  .responsive-padding-bottom-hundred {
    padding-bottom: 100px !important;
  }
  .responsive-padding-top-zero {
    padding-top: 0 !important;
  }
  .responsive-padding-bottom-zero {
    padding-bottom: 0 !important;
  }
  .responsive-padding {
    padding: 60px 0 !important;
  }
  .responsive-pdding-zero {
    padding: 0 !important;
  }
  .sppb-slideshow-fullwidth-item {
    min-height: 645px;
  }
  .sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h1 {
    font-size: 124px;
  }
  .sppb-slideshow-fullwidth-item .sppb-slide-item-bg {
    min-height: 645px;
  }
  .sppb-slider-fullwidth-wrapper .customNavigation a {
    font-size: 40px;
  }
  .sppb-slider-fullwidth-wrapper .customNavigation a.sppbSlideNext {
    margin-right: 40px;
  }
  .sppb-slider-fullwidth-wrapper .customNavigation a.sppbSlidePrev {
    margin-left: 40px;
  }
  .sppb-section-title .sppb-title-heading {
    font-size: 40px !important;
    line-height: 1 !important;
    margin-bottom: 20px !important;
  }
  body:not(.view-article) #sp-page-builder .sppb-section-title {
    margin-bottom: 50px;
  }
  body:not(.view-article) #sp-page-builder .sppb-addon-text-block .sppb-addon-title {
    font-size: 40px;
    line-height: 1;
  }
  .rhino-feature-section .sppb-addon-feature {
    padding: 30px 20px 20px;
  }
  br {
    display: none;
  }
  .rhino-home-news .sppb-addon-article {
    padding: 28px 15px 30px;
  }
  #sp-bottom .nav.menu li a {
    padding: 0 8px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .sppb-addon-gallery .sppb-gallery li {
    width: 50%;
  }
  .sppb-addon-gallery .sppb-gallery li .gallery-info-wrap {
    right: 50px;
  }
  .home-two-portfolio-section .sp-simpleportfolio .sp-simpleportfolio-item .sp-module-title {
    padding-right: 0;
  }
  .sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item {
    min-height: 630px;
  }
  .sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item .sppb-slide-item-bg {
    min-height: 630px;
    padding-top: 160px;
  }
  .sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item-text h1 {
    font-size: 60px;
  }
  .sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item-text h1 span {
    left: 210px;
  }
  .sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item-text h1 small {
    left: -210px;
    font-size: 60px;
  }
  .home4-feature-section .sppb-col-md-6 .sppb-col-md-4 {
    margin-top: 35px;
  }
  .rihno-testimonial-section .sppb-icon .sppb-icon-inner i {
    font-size: 50px !important;
    line-height: 1 !important;
  }
  .rhino-started-with .sppb-row .sppb-col-md-6:nth-child(1) {
    border-right: 0;
  }
  .sp-page-title {
    min-height: 230px;
    padding: 30px 0 0;
  }
  .sp-page-title h2,
  .sp-page-title span.h2pageTitl {
    font-size: 60px;
  }
  .sp-page-title h2::before,
  .sp-page-title span.h2pageTitl::before {
    height: 420px;
  }
  .about-us-who-we-are .sppb-addon-text-block {
    padding: 15px 20px 30px 20px;
  }
  .about-us-who-we-are .sppb-addon-text-block .sppb-addon-title {
    font-size: 24px !important;
  }
  .rhino-skill-section .sppb-addon-text-block {
    padding-right: 0;
  }
  .rhino-skill-section .sppb-addon-feature .sppb-media .sppb-media-body {
    padding-right: 0;
  }
  .rhino-skill-section .sppb-progress-bar-wrap {
    padding-right: 35px;
  }
  .sppb-addon-persion {
    margin-bottom: 30px;
    min-height: 330px;
  }
  .sppb-addon-persion div.sppb-person-image img {
    width: 100%;
    max-width: auto;
  }
  .why-choose-section .sppb-addon-feature .sppb-media .sppb-media-body {
    padding-left: 10px;
    padding-right: 0;
  }
  .why-choose-section .sppb-addon-single-image {
    padding-right: 0;
  }
  .service-page2-feature div.sppb-addon-feature {
    padding: 35px 0 0;
  }
  .service-page2-feature .sppb-row-container .sppb-row {
    padding: 15px 0 45px;
  }
  .sppb-addon-tab .sppb-tab .sppb-nav-tabs-content .sppb-tab-pane .row > div:nth-child(1) {
    padding-right: 15px;
  }
  .sppb-addon-tab .sppb-tab .sppb-nav-tabs-content .sppb-tab-pane .row > div:nth-child(2) {
    padding-right: 15px;
    padding-left: 15px;
  }
  .rhino-team-top-section .sppb-container-inner {
    padding-bottom: 20px;
  }
  .rhino-team-top-section div.sppb-addon-text-block .sppb-addon-title {
    font-size: 16px !important;
  }
  .rhino-team-top-section div.sppb-addon-text-block p:first-child span:first-child {
    display: block;
    margin-bottom: 30px;
  }
  .rhino-team-top-section .sppb-column.responsive-padding-fix .sppb-column-addons > div:nth-child(1) {
    padding-top: 30px !important;
  }
  .feedback-contact-form .sppb-addon-text-block {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .feedback-contact-form .sppb-addon-ajax-contact {
    padding-right: 0;
  }
  .feedback-contact-form .sppb-addon-feature .sppb-media .sppb-media-body {
    padding-left: 15px;
    padding-right: 0;
  }
  .sppb-section.rhino-faq-section {
    padding: 60px 40px !important;
  }
  .com-spsimpleportfolio #sp-main-body {
    padding: 100px 0 60px;
  }
  .com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items {
    margin: -20px;
  }
  .com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item {
    padding: 20px;
  }
  .com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-content-wrap .sp-simpleportfolio-details {
    padding: 40px 30px 30px 30px;
  }
  .sp-comingsoon .days .number,
  .sp-comingsoon .hours .number,
  .sp-comingsoon .seconds .number,
  .sp-comingsoon .minutes .number {
    font-size: 85px;
    letter-spacing: -3px;
  }
  .sp-comingsoon div.days,
  .sp-comingsoon div.hours,
  .sp-comingsoon div.minutes {
    margin-right: 40px;
  }
  .sp-comingsoon .sp-position-comingsoon .acymailing_module_form .acymailing_form p.fieldacyemail {
    width: 60%;
  }
  .sp-comingsoon .days .string,
  .sp-comingsoon .minutes .string,
  .sp-comingsoon .seconds .string,
  .sp-comingsoon .hours .string {
    font-size: 40px;
    letter-spacing: 0;
  }
  .com-spsimpleportfolio.view-item #sp-main-body {
    padding-bottom: 0px;
  }
  .article-info-wrap {
    padding: 25px 30px 30px 30px;
  }
  .entry-header h2 {
    font-size: 20px;
  }
  div.pagination,
  .pagination-wrapper {
    margin-top: 45px;
  }
  .view-category.layout-blog #sp-main-body {
    padding-bottom: 60px;
  }
  .article-details-wrap {
    padding: 40px 70px;
  }
  html body.rtl .rhino-skill-section .sppb-addon-text-block {
    padding-right: 0;
    padding-left: 0;
  }
  html body.rtl .rhino-skill-section .sppb-addon-feature .sppb-media .sppb-media-body {
    padding-left: 0;
    padding-right: 0;
  }
  html body.rtl .why-choose-section .sppb-addon-feature .sppb-media .sppb-media-body {
    padding-left: 0px;
    padding-right: 0;
  }
  html body.rtl .rhino-team-top-section .sppb-container-inner {
    padding-right: 15px;
  }
  html body.rtl .feedback-contact-form .sppb-addon-text-block {
    padding-right: 0;
    padding-left: 0;
  }
  html body.rtl .feedback-contact-form .sppb-addon-ajax-contact {
    padding-right: 0;
    padding-left: 0;
  }
  .top-search-input-wrap .search-wrap.search-upper-part {
    display: table;
  }
  .top-search-input-wrap .search-wrap.search-upper-part >form {
    display: table-cell;
    vertical-align: middle;
  }
  .top-search-input-wrap div.search-bottom-part {
    display: table;
  }
  .top-search-input-wrap div.search-bottom-part >div {
    display: table-cell;
    vertical-align: middle;
  }
  .top-search-input-wrap div.search-bottom-part .feedback-contact-form .sppb-addon-feature {
    margin-bottom: 30px;
  }
  .top-search-input-wrap .sp-module.search-suggested-tag {
    margin-bottom: 30px;
  }
  .top-search-input-wrap .search-bottom-part h3 {
    font-size: 24px !important;
  }
  #sp-topheader {
    line-height: 33px;
  }
  #sp-topheader #sp-top-tel div.toptel-data-wr:first-child,
  #sp-topheader #sp-top-tel2 div.toptel-data-wr:first-child {
    padding-right: 0px;
  }
  #offcanvas-toggler {
    float: left;
    line-height: 62px;
  }
  #sp-topheader #sp-top-tel a span.toptel-data,
  #sp-topheader #sp-top-tel2 a span.toptel-data {
    padding-left: 3px !important;
  }
  .article-comanda-wrap {
    padding: 60px 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  #sp-topheader {
    text-align: center;
  }
  #sp-topheader #sp-header-text {
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #sp-topheader #sp-logo {
    float: none;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #sp-topheader #sp-logo img.visible-xs {
    display: inline-block !important;
  }
  #sp-topheader #sp-top-tel {
    text-align: center;
    display: block;
    margin: 0px 0 0 0;
    padding: 0px 0px 0px 0px;
  }
  #sp-topheader #sp-top-tel div.zakaz-zv_modal {
    text-align: center;
  }
  #sp-bottom1 {
    display: none;
  }
  ul.social-icons {
    width: auto;
  }
  #sp-header {
    height: 70px;
  }
  #sp-header .logo {
    height: 70px;
  }
  #sp-header ul.social-icons {
    line-height: 70px;
  }
  #sp-header ul.social-icons li {
    margin: 0 6px;
  }
  .icon-top-wrapper {
    line-height: 70px;
  }
  #offcanvas-toggler {
    line-height: 67px;
  }
  .sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h1 {
    font-size: 90px;
  }
  .sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h1 small {
    font-size: 80px;
  }
  .rhino-fun-facts-section {
    padding-bottom: 30px !important;
  }
  .rhino-fun-facts-section .sppb-addon-animated-number {
    margin-bottom: 30px;
  }
  .rhino-fun-facts-section .sppb-addon-animated-number .sppb-animated-number {
    font-size: 30px !important;
    line-height: 1 !important;
  }
  .rhino-started-with.responsive-padding-bottom-hundred {
    padding-bottom: 60px !important;
  }
  .rhino-started-with .sppb-addon-button-group {
    margin-bottom: 50px;
  }
  .sppb-addon-clients .sppb-col-sm-4 {
    width: 32%;
    float: left;
  }
  .sppb-addon-clients .sppb-col-sm-4 a {
    display: block;
  }
  .responsive-padding-fix .sppb-column-addons > div {
    padding-top: 20px !important;
  }
  #sp-bottom .nav.menu {
    text-align: left;
    padding: 15px 0 0;
  }
  #sp-bottom .sppb-addon-social-media .social-media-text-wrap {
    text-align: left;
  }
  #sp-footer .nav.menu {
    text-align: left;
  }
  .sppb-addon-gallery .sppb-gallery li .gallery-info-wrap {
    left: 30px;
    right: 30px;
  }
  .home-two-portfolio-section .sp-simpleportfolio .sp-simpleportfolio-item .sp-module-title {
    font-size: 40px;
    line-height: 1;
  }
  .home-two-portfolio-section .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-content-wrap .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
    padding: 0px 30px 30px 30px;
  }
  .home-two-portfolio-section .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-content-wrap .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay .sp-vertical-middle .sp-simpleportfolio-title a {
    font-size: 18px;
  }
  .sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item {
    min-height: 610px;
  }
  .sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item .sppb-slide-item-bg {
    min-height: 610px;
    padding-top: 160px;
  }
  .sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item-text h1 {
    font-size: 40px;
  }
  .sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item-text h1 small {
    font-size: 40px;
  }
  #sp-bottom {
    padding: 45px 0 0 0 !important;
  }
  .rihno-testimonial-section .sppb-icon {
    margin-top: 30px;
  }
  .sppb-addon-persion {
    min-height: 258px;
  }
  .sppb-addon-gmap-canvas {
    height: 350px !important;
  }
  .sppb-ajax-contact-content {
    margin-bottom: 50px;
  }
  .sp-comingsoon .days .number,
  .sp-comingsoon .hours .number,
  .sp-comingsoon .seconds .number,
  .sp-comingsoon .minutes .number {
    font-size: 70px;
    letter-spacing: -3px;
  }
  .sp-comingsoon .days .string,
  .sp-comingsoon .minutes .string,
  .sp-comingsoon .seconds .string,
  .sp-comingsoon .hours .string {
    font-size: 30px;
  }
  .sp-comingsoon .sp-position-comingsoon .acymailing_module_form .acymailing_form {
    width: 80%;
  }
  .sp-comingsoon .sp-position-comingsoon .acymailing_module_form .acymailing_form p.fieldacyemail {
    width: 100%;
  }
  .sp-comingsoon .sp-position-comingsoon .acymailing_module_form .acymailing_form p.acysubbuttons {
    float: none;
    margin: 20px 0 0 30px;
    display: inline-block;
  }
  .com-spsimpleportfolio .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-content-wrap .sp-simpleportfolio-details .sp-simpleportfolio-title {
    font-size: 18px;
  }
  body.com-spsimpleportfolio:not(.portfolio-v2) .sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-details .sp-simpleportfolio-title i {
    left: 30px;
  }
  .sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-info {
    padding: 55px 50px 50px 50px;
  }
  .sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-desc {
    padding: 45px 50px;
  }
  .sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-desc .col-sm-4 {
    width: 50%;
    float: left;
    margin-bottom: 30px;
  }
  .sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-desc .col-sm-4 img {
    width: 100%;
  }
  .sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-info i {
    left: 30px;
  }
  .article-details-wrap {
    padding: 40px 50px;
  }
  .article-details-wrap .sppb-addon-title {
    font-size: 20px !important;
  }
  .article-details-wrap .sppb-addon-content p span {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }
  .article-details-wrap .sppb-carousel .fa-chevron-right {
    right: -15px;
    top: 37%;
  }
  .article-details-wrap .sppb-carousel .fa-chevron-left {
    left: -15px;
    top: 37%;
  }
  html #sp-footer .sp-copyright {
    display: block;
    text-align: left;
  }
  .top-search-input-wrap .sp-module.search-suggested-tag {
    margin-bottom: 30px;
  }
  .top-search-input-wrap .search-bottom-part h3 {
    font-size: 24px !important;
  }
  .top-search-input-wrap .search-bottom-part .feedback-contact-form .sppb-container {
    padding-left: 0;
  }
  .top-search-input-wrap .search-bottom-part .feedback-contact-form .sppb-col-md-6 {
    padding-left: 0;
  }
  .article-comanda-wrap {
    padding: 60px 20px !important;
  }
}
@media only screen and (max-width: 599px) {
  #sp-topheader {
    text-align: center;
  }
  #sp-topheader #sp-header-text {
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #sp-topheader #sp-logo {
    float: none;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #sp-topheader #sp-logo img.visible-xs {
    display: inline-block !important;
  }
  #sp-topheader #sp-top-tel {
    text-align: center;
    display: block;
    margin: 0px 0 0 0;
    padding: 0px 0px 0px 0px;
  }
  #sp-topheader #sp-top-tel div.zakaz-zv_modal {
    text-align: center;
  }
  .sppb-slideshow-fullwidth-item {
    min-height: 500px;
  }
  .sppb-slideshow-fullwidth-item .sppb-slide-item-bg {
    min-height: 500px;
    padding-top: 200px;
  }
  .sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h1 {
    font-size: 80px;
  }
  .sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h1 small {
    font-size: 65px;
  }
  .sppb-slider-fullwidth-wrapper .customNavigation a {
    font-size: 30px;
  }
  .sppb-slider-fullwidth-wrapper .customNavigation a.sppbSlidePrev {
    margin-left: 20px;
  }
  .sppb-slider-fullwidth-wrapper .customNavigation a.sppbSlideNext {
    margin-right: 20px;
  }
  .sppb-slider-wrapper.varition-simple .sppb-slideshow-fullwidth-item-text h1 {
    font-size: 80px;
    letter-spacing: -5px;
  }
  .sppb-slider-wrapper.varition-simple .sppb-slideshow-fullwidth-item-text h1 small {
    font-size: 65px;
    letter-spacing: -2px;
  }
  .sppb-slider-wrapper.varition-simple .sppb-slideshow-fullwidth-item .sppb-slide-item-bg {
    padding-top: 150px;
  }
  .core-service-section .sppb-addon-feature .sppb-feature-box-title {
    font-size: 16px !important;
  }
  .sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item {
    min-height: 500px;
  }
  .sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item .sppb-slide-item-bg {
    min-height: 500px;
  }
  .sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item-text h1 small {
    left: -160px;
  }
  .sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item-text h1 span {
    left: 150px;
  }
  .sp-page-title {
    min-height: 480px;
    padding: 130px 0 0;
  }
  .sp-page-title h2 {
    font-size: 80px;
    letter-spacing: -3px;
  }
  .sppb-addon-persion {
    min-height: 202px;
  }
  .sppb-addon-tab .sppb-tab .sppb-nav-tabs {
    margin-bottom: 25px;
  }
  .sppb-addon-tab .sppb-tab .sppb-nav-tabs li {
    margin: 0 15px 20px;
  }
  .sppb-addon-gmap-canvas {
    height: 300px !important;
  }
  .sp-comingsoon div.days,
  .sp-comingsoon div.hours,
  .sp-comingsoon div.minutes {
    margin-right: 30px;
  }
  .sp-comingsoon .days .number,
  .sp-comingsoon .hours .number,
  .sp-comingsoon .seconds .number,
  .sp-comingsoon .minutes .number {
    font-size: 40px;
    letter-spacing: 0;
  }
  .sp-comingsoon .days .string,
  .sp-comingsoon .minutes .string,
  .sp-comingsoon .seconds .string,
  .sp-comingsoon .hours .string {
    font-size: 20px;
  }
  .error-page .error-page-inner {
    padding: 40px 0;
  }
  .sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-info {
    padding: 50px 30px 30px;
  }
  .sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-desc {
    padding: 30px;
  }
  .top-search-input-wrap .search-upper-part {
    height: 30%;
  }
  .top-search-input-wrap .search-bottom-part {
    height: 70%;
    top: 30%;
  }
  .top-search-input-wrap .search-wrap .search.rhino-top-search input {
    font-size: 60px;
  }
  .sp-page-title h2,
  .sp-page-title span.h2pageTitl {
    font-size: 60px;
  }
  .article-comanda-wrap {
    padding: 30px 10px !important;
  }
}
@media only screen and (max-width: 479px) {
  #sp-menu {
    width: 18%;
  }
  #sp-top1 {
    padding-left: 0;
    width: 47%;
  }
  .sppb-slideshow-fullwidth-item {
    min-height: 430px;
  }
  .sppb-slideshow-fullwidth-item .sppb-slide-item-bg {
    min-height: 430px;
    padding-top: 180px;
  }
  .sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h1 {
    font-size: 60px;
    letter-spacing: -3px;
  }
  .sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text h1 small {
    font-size: 50px;
    letter-spacing: -2px;
  }
  .sppb-section-title .sppb-title-heading {
    font-size: 30px !important;
    letter-spacing: 0px !important;
  }
  #sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    max-width: 100%;
  }
  body:not(.view-article) #sp-page-builder .sppb-addon-text-block .sppb-addon-title {
    font-size: 30px;
  }
  .rhino-started-with .sppb-row .sppb-col-md-6:nth-child(1) {
    border-right: 0;
  }
  .sppb-slider-wrapper.varition-simple .sppb-slideshow-fullwidth-item-text h1 {
    font-size: 50px;
    letter-spacing: 0;
  }
  .sppb-slider-wrapper.varition-simple .sppb-slideshow-fullwidth-item-text h1 small {
    font-size: 40px;
    letter-spacing: 0;
  }
  .sppb-slider-fullwidth-wrapper .sppb-fw-slider-button-wrapper {
    margin-top: 40px;
  }
  .core-service-section .sppb-col-xs-4 {
    width: 100%;
    margin-bottom: 30px;
  }
  .sppb-addon-gallery .sppb-gallery li {
    width: 100%;
  }
  .home-two-portfolio-section .sp-simpleportfolio .sp-simpleportfolio-item .sp-module-title {
    font-size: 30px;
  }
  .home-two-portfolio-section .sppb-col-xs-6 {
    width: 100%;
  }
  .home-two-portfolio-section .sppb-addon-button-group .sppb-btn.sppb-btn-default {
    margin: 50px 5px 0 0 !important;
  }
  .sppb-addon-cta .sppb-cta-title {
    font-size: 30px !important;
    line-height: 1 !important;
  }
  .varition-animation .slider-bottom-content-wrap {
    display: none;
  }
  .sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item-text h1 span {
    left: 75px;
    top: 73px;
  }
  .sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item-text h1 small {
    left: -80px;
  }
  .sppb-slider-fullwidth-wrapper.varition-animation .sppb-slideshow-fullwidth-item .sppb-slide-item-bg {
    padding-top: 110px;
  }
  .sp-page-title {
    min-height: 435px;
  }
  .sp-page-title h2 {
    font-size: 50px;
    letter-spacing: 0;
  }
  .sp-page-title h2:before {
    height: 370px;
    bottom: -310px;
  }
  .service-page2-feature .sppb-row-container .sppb-row {
    padding: 15px 15px 45px;
  }
  .sppb-addon-gmap-canvas {
    height: 230px !important;
  }
  .sppb-section.rhino-faq-section {
    padding: 50px 15px !important;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading {
    padding: 25px 10px;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading span.title-number {
    display: none;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading .sppb-panel-title {
    font-size: 12px;
  }
  .sppb-panel-heading .sppb-toggle-direction {
    top: 47%;
    right: -5px;
  }
  .sppb-addon-accordion .sppb-panel-body {
    padding: 0 25px 25px 25px;
  }
  .sp-comingsoon .sp-comingsoon-countdown {
    margin: 50px 0 35px;
  }
  .sp-comingsoon .sp-position-comingsoon .acymailing_module_form .acymailing_form {
    width: 100%;
  }
  .sp-comingsoon div.minutes {
    margin-top: 30px;
  }
  .sp-comingsoon div.seconds {
    margin-top: 30px;
    margin-right: 30px;
  }
  .sp-comingsoon #sp-comingsoon {
    padding: 40px 0 10px;
  }
  .sp-comingsoon .social-icons {
    margin: 45px 0px 30px;
  }
  .error-page .error-code {
    font-size: 110px;
  }
  .sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-desc {
    padding: 15px;
  }
  .sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-desc h3 {
    font-size: 18px;
  }
  .sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-info {
    padding: 40px 20px 25px;
  }
  .sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-info h2 {
    font-size: 18px;
  }
  .items-leading {
    display: block;
  }
  .article-details-wrap {
    padding: 35px 15px;
  }
  .article-details-wrap .article-info > dd {
    margin-right: 5px;
  }
  .article-details-wrap .sppb-carousel .fa-chevron-right {
    right: -10px;
    top: 28%;
  }
  .article-details-wrap .sppb-carousel .fa-chevron-left {
    left: -10px;
    top: 28%;
  }
  .top-search-input-wrap .search-wrap .search.rhino-top-search {
    width: 95%;
  }
  .top-search-input-wrap div.search-bottom-part > div {
    display: block;
    overflow-y: scroll;
    height: 70vh;
    padding-top: 20px;
  }
  .sp-page-title h2,
  .sp-page-title span.h2pageTitl {
    font-size: 50px;
  }
  .article-comanda-wrap {
    padding: 20px 10px !important;
  }
}
@media only screen and (max-width: 400px) {
  .rhino-team-section .sppb-col-xs-6 {
    width: 100%;
  }
  .sp-page-title h2,
  .sp-page-title span.h2pageTitl {
    font-size: 40px;
  }
  .article-comanda-wrap {
    padding: 20px 10px !important;
  }
}
