/* latin-ext */
.clearfix {
  *zoom: 1;
}
h3, h2
{
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
}
h4
{
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002b80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003cb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}





.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: color 200ms;
  -moz-transition: color 200ms;
  -o-transition: color 200ms;
  transition: color 200ms;
}
.entry-meta.muted {
  background: #ffffff;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: Arial;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
input[type="submit"],
input[type="button"],
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 {
  text-shadow: none;
  color: #9f9f9f;
  min-height: 30px;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
textarea:hover,
textarea:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
.uneditable-input:hover,
.uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-append .add-on {
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  border: 0;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input.input-block-level {
  min-height: 40px;
}
.contact-form-block {
  width: 55%;
  float: left;
}
.contact-form-block textarea {
  height: 200px;
}
.contact-address-block {
  width: 40%;
  float: right;
}
.btn-primary,
button,
input.button,
submit,
.readmore {
  text-shadow: none;
  color: #9f9f9f;
  padding: 10px;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: Arial;
  padding: 10px 15px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
nput[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: rgba(0,0,0,0.15);
}
.readmore {
  position: relative;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}

.image-logo {max-width: 80px!important;}
#sp-header-wrapper .row-fluid { display: flex; justify-content: space-between}
body {
  color: #555555;
  font-family: Arial
}
body .sp-body-inner {
  overflow: hidden;
}
#sp-header-wrapper {
  background-color: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.7);
}
#sp-header-wrapper .logo-wrapper {
  margin-top: 10px;
}
#sp-header-wrapper .logo-wrapper .logo {
  background: url(/img/logo.png) no-repeat 0 50%;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-title-wrapper {
  color: #fff;
  padding: 10px 0;
}
#sp-title-wrapper #sp-title h1 {
  margin: 0;
}
#sp-breadcrumbs-wrapper #sp-breadcrumb {
  margin-top: -10px;
}
#sp-slideshow-wrapper .slider-title h1,
#sp-slideshow-wrapper .slider-title p {
  color: #ffffff;
}
#sp-slideshow-wrapper .slider-title p {
  text-transform: uppercase;
  font-size: 30px;
  font-family: Arial;
}
#sp-slideshow-wrapper #sp-slideshow .slider-controllers .controller-prev,
#sp-slideshow-wrapper #sp-slideshow .slider-controllers .controller-next {
  background: rgba(255,255,255,0.1) url(/img/dot-pattern-solid.png);
}
#sp-slideshow-wrapper #sp-slideshow .slider-controllers .controller-prev:hover,
#sp-slideshow-wrapper #sp-slideshow .slider-controllers .controller-next:hover {
  background: rgba(255,255,255,0.15) url(/img/dot-pattern.png);
}
#sp-slideshow-wrapper #sp-slideshow .slider-controllers .controller-prev >span {
  background: url(../img/slide-controller-l.png) no-repeat 50% 50%;
  text-indent: -99999em;
}
#sp-slideshow-wrapper #sp-slideshow .slider-controllers .controller-next >span {
  background: url(../img/slide-controller-r.png) no-repeat 50% 50%;
  text-indent: -99999em;
}
.homepage #sp-main-body-wrapper {
  padding: 0;
}
#sp-main-body-wrapper {
  padding: 30px 0;
}
#sp-content-wrapper {
  padding: 30px 0;
}
#sp-users-wrapper {
  color: #fff;
  padding: 60px 0 20px;
}
#sp-users-wrapper i {
  font-size: 90px;
  margin: 0;
  text-shadow: 0 3px rgba(0,0,0,0.15);
}
#sp-users-wrapper .sp-box {
  margin-left: 120px;
  cursor: pointer;
  padding-bottom: 50px;
}
#sp-users-wrapper .sp-box h2 {
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
}
#sp-users-wrapper .sp-box p {
  line-height: 25px;
}
#sp-users-wrapper .row-fluid {
  opacity: 1;
}
#sp-users-wrapper .row-fluid:hover .custom {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: .15;
  cursor: pointer;
}
#sp-users-wrapper .row-fluid:hover .custom:hover {
  opacity: 1;
}
#sp-user-bottom-wrapper {
  border-top: 1px solid #9d9d9d;


}
#sp-user-bottom-wrapper #sp-user-bottom {
  padding: 50px 0 25px 0;
}
#sp-user-bottom-wrapper #sp-user-bottom .klient img { width: 150px}
#sp-user-bottom-wrapper #sp-user-bottom h3 {
  text-transform: uppercase;
  font-weight: bold;
}
#sp-user-middle-wrapper {
  border-top: 1px solid #eee;
  padding: 60px 0 20px;
}
#sp-user-middle-wrapper h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;

}
#sp-user-middle-wrapper h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
}
#sp-user-middle-wrapper .btn.btn-primary {
  text-transform: uppercase;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 14px 20px;
  min-height: 20px;
}
#sp-bottom-wrapper {
  padding: 40px 0;
  background-color: #1e3563;
  color: #fff;
}
#sp-bottom-wrapper #sp-bottom1 a {
  color: #fff;
}
#sp-bottom-wrapper ul li {
  line-height: 24px;
}
.sp_quickcontact input,
.sp_quickcontact textarea#message {
  background: transparent;
  color: #fff;
}
.sp_quickcontact i {
  text-shadow: none;
}
.sp_quickcontact .input-append,
.sp_quickcontact .input-prepend {
  display: block;
  border-radius: 4px;
}
.sp_quickcontact .sp_qc_error {
  border: 1px solid #cd3420 !important;
}
.sp_quickcontact .sp_qc_clr {
  margin-bottom: 0;
}
.sp_quickcontact input {
  width: 100%;
  min-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp_quickcontact input.button {
  background: #fff;
  width: auto;
  font-family: Arial;
  border: 0;
}
.sp_quickcontact textarea#message {
  width: 100%;
  height: 100px;
}
.input-append .add-on {
  background: transparent;
  margin-left: -40px;
}
.input-append .add-on i {
  font-size: 18px;
}
ul.breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #fff;
}
ul.breadcrumb >li {
  text-shadow: none;
}
ul.breadcrumb >li >.divider {
  color: #fff;
}
ul.breadcrumb >li a {
  color: #fff;
}
.media-object.avatar {
  border-bottom: 4px solid #3bd5ff;
}
#sp-footer-wrapper {
  padding: 20px 0 0 0;
  color: #fff;
  font-size: 12px;
  background: #071229;

}
#sp-footer-wrapper a {
  color: #fff;
}
#sp-footer-wrapper ul {
  list-style: none;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
#sp-footer-wrapper #sp-footer2 .social-icons-container {
  float: right;
  margin-right: 30px;
}
#sp-footer-wrapper #sp-footer2 .social-icons-container a.social-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  border: 4px solid #fff;
  margin-right: 10px;
  font-size: 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#sp-footer-wrapper #sp-footer2 .social-icons-container a.social-icon:hover {
  background: #fff;
}
#sp-footer-wrapper #sp-footer2 .sp-totop {
  float: right;
  margin-top: 10px;
}
#sp-footer-wrapper #sp-footer2 .sp-totop i {
  color: #fff;
  width: 26px;
  height: 26px;
  background: #252525;
  font-size: 25px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#sp-footer-wrapper #sp-footer2 .sp-totop i:hover {
  opacity: .5;
}
#sp-footer-wrapper #sp-footer2 .sp-totop small {
  display: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
#sp-footer-wrapper .powered-by {
  display: inline-block;
  margin: 0 5px;
}
a.about-social-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 25px 0 0 0;
  line-height: 40px;
  text-align: center;
  display: block;
  float: left;
  color: #fff;
}
a.about-social-icon.facebook {
  background: #0c2a6c;
}
a.about-social-icon.facebook:hover {
  color: #0c2a6c;
}
a.about-social-icon.twitter {
  background: #00a1cd;
}
a.about-social-icon.twitter:hover {
  color: #00a1cd;
}
a.about-social-icon.gplus {
  background: #da5834;
}
a.about-social-icon.gplus:hover {
  color: #da5834;
}
a.about-social-icon.pinterest {
  background: #cd002b;
}
a.about-social-icon.pinterest:hover {
  color: #cd002b;
}
a.about-social-icon:hover {
  background: #fff;
}
.sp-box3 {
  background-image: url(../images/dot-pattern.png);
  background-repeat: repeat;
  padding: 30px;
  margin: 1px;
  cursor: pointer;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.sp-box3 h2 {
  font-family: Arial;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
}
.sp-box3 i {
  margin-top: 20px;
}
.sp-box3:hover {
  color: #fff;
}
#sp-right .k2ItemsBlock >ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-right .k2ItemsBlock >ul li {
  margin-top: 10px;
}
#sp-right .k2ItemsBlock >ul li:first-child {
  margin-top: 0;
}
#sp-right .k2ItemsBlock >ul li .moduleItemDateCreated {
  display: block;
  font-family: Arial;
  font-size: 18px;
  margin-bottom: 5px;
}
#sp-right .k2ItemsBlock >ul li .moduleItemTitle {
  font-weight: 700;
}
.accordion-inner,
.tab-content,
.sp-box-border,
.accordion-heading .accordion-toggle {
  background-color: #ebebeb;
}
.tab-content .icon-plus,
.accordion-heading .accordion-toggle.collapsed .icon-plus {
  display: block;
}
.tab-content .icon-minus,
.accordion-heading .accordion-toggle.collapsed .icon-minus {
  display: none;
}
.sp-box-border {
  padding: 15px;
}
.accordion-group {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion-heading .accordion-toggle {
  padding: 15px 20px;
  color: #fff;
}
.accordion-heading .accordion-toggle:hover {
  color: #fff;
}
.accordion-heading .accordion-toggle i {
  margin-top: 5px;
}
.accordion-heading .accordion-toggle .icon-minus {
  display: block;
}
.accordion-heading .accordion-toggle .icon-plus {
  display: none;
}
.accordion-inner {
  border-top: 0;
}
.tab ul.nav-tabs {
  border-bottom: 0;
  margin-bottom: 0;
}
.tab ul.nav-tabs >li {
  border-top: 3px solid #a9a9a9;
  margin-bottom: 0;
}
.tab ul.nav-tabs >li >a {
  background-color: #a9a9a9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  margin-right: 0;
  padding: 15px 30px;
  font-family: Arial;
  font-size: 18px;
  color: #fff;
}
.tab ul.nav-tabs >li >a:hover {
  border: 0;
  background: #ebebeb;
}
.tab ul.nav-tabs >li:hover >a,
.tab ul.nav-tabs >li.active >a {
  color: #444;
  border: 0;
  background-color: #ebebeb;
}
.tab .tab-content {
  padding: 15px;
}
ul.pricing-table {
  list-style: none;
  margin: 0;
  padding: 20px;
  color: #fff;
}
ul.pricing-table >li {
  font-family: Arial;
  font-size: 18px;
  line-height: 100%;
  padding: 10px 0;
}
ul.pricing-table >li.plan-name {
  font-size: 30px;
  color: #fff;
}
ul.pricing-table >li.plan-name >small {
  display: block;
  font-size: 18px;
}
ul.pricing-table >li.plan-price {
  margin: 10px 10px 10px -25px;
  text-align: right;
  padding: 25px 20px;
  font-size: 48px;
  line-height: 48px;
}
ul.pricing-table >li.plan-signup >a {
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 30px;
  color: #fff;
}
ul.gallery {
  margin-top: 30px !important;
}
.entry-content ul.gallery {
  margin: -15px;
}
.entry-content ul.gallery li a {
  padding: 15px;
  margin: 15px;
  background-color: #f8f8f8;
  position: relative;
}
.entry-content ul.gallery li a:after {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
  font-family: Arial;
  content: "\f055";
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,0.7);
  opacity: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.entry-content ul.gallery li a:hover:after {
  opacity: 1;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.btn-more {
  padding: 15px;
  margin-right: -2px;
  font-family: Arial;
  font-size: 18px;
  color: #fff;
  background: #989898;
}
.btn-more:hover {
  color: #fff;
}
.service-grid {
  opacity: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.service-grid .services {
  padding: 8px;
}
.service-grid:hover .row-fluid >div {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: .15;
  cursor: pointer;
}
.service-grid:hover .row-fluid >div:hover {
  opacity: 1;
}
.services h4 {
  margin: 0;
}
.tab_comment .items_mask {
  background: #ebebeb;
}
.tab_comment .sptabs {
  background: none !important;
  border: none !important;
}
.tab_comment .sptabs .tabs_mask {
  background-color: transparent !important;
}
.tab_comment .sptabs .tabs_mask >div {
  z-index: 0;
}
.tab_comment .sptabs ul.tabs_container li.tab {
  border-right: none !important;
  border-top: 4px solid transparent;
  background-color: #cacaca !important;
  color: #555555 !important;
}
.tab_comment .sptabs ul.tabs_container li.tab.active {
  color: #555555 !important;
  background-color: #ebebeb !important;
}
.tab_comment .sptabs ul.tabs_container li.tab:hover {
  border-top: 4px solid transparent;
}
.tab_comment .sptabs ul.tabs_container li span {
  font-size: 18px;
  font-family: Arial;
}
.newsletter h3 {
  text-transform: uppercase;
}
.newsletter input[type="email"] {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.newsletter input[type="submit"] {
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  color: #fff;
  text-shadow: none;
}
.newsletter .button {
  right: 0;
  position: absolute;
  top: 0;
}
.pagination ul {
  box-shadow: none;
}
.pagination ul li a {
  padding: 10px 20px;
  background-color: #d4d4d4;
  color: #555555;
  background-repeat: repeat;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-right: 4px;
  border: none;
}
.pagination ul li a:hover,
.pagination ul li a.active {
  color: #fff;
}
.pagination ul li.pagination-active a {
  color: #fff;
}
#sp-main-menu {
  float: right;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 1px 0 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li >a {
  display: block;
  margin: 0;
  height: 80px;
  line-height: 80px;
  padding: 0 15px;
  color: #000;
  font-family: Arial;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: background-color 500ms;
  -moz-transition: background-color 500ms;
  -o-transition: background-color 500ms;
  transition: background-color 500ms;
  position: relative;
}
.menu-item.phone { font-size: 26px!important;}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #f5f5f5;
  display: block;
}
#sp-main-menu ul.level-0 > li.parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}

#sp-main-menu ul.level-2 .sp-menu-group {
  margin: 0;
}
#sp-main-menu ul.level-2 .sp-menu-group .sp-menu-group-title {
  display: none;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  position: relative;
  border-left: 0;
  border-top: 0;
  padding: 0;
  margin: 0 0 1px 0;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):last-child {
  margin-bottom: 0;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  line-height: normal;
  text-decoration: none;
  padding: 10px 15px;
  font-family: Arial;
  font-size: 14px;
  color: #666;
}
#sp-main-menu li li:not(.sp-menu-group):hover >a,
#sp-main-menu li li:not(.sp-menu-group).active >a {
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu:after {
  position: absolute;
  right: 0;
  font-family: Arial;
  content: "\f105";
  font-size: 16px;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-title .menu-title {
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px 15px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px;
  line-height: 20px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
.sp-submenu .sp-submenu-wrap {
  margin-top: 0 !important;
  background: #fff;
  padding: 0;
}
.sp-submenu .sp-submenu-wrap ul li:first-child {
  line-height: 0;
}
.sp-submenu.open {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
.sp-submenu.sub-level-child {
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
.rtl #sp-main-menu {
  float: left;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding-left: 20px;
  padding-right: 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  left: 0;
  right: auto;
  content: "\f107";
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu:after {
  right: auto;
  left: 0;
  content: "\f104";
}
.rtl .sp-submenu {
  right: 0;
}
.rtl .sp-submenu .megacol {
  float: left;
}
.ltr .sp-submenu {
  left: 0;
}
.ltr .sp-submenu .megacol {
  float: left;
}
#sp-moble-menu {
  position: relative;
}
#sp-moble-menu select.select-menu {
  width: 32px;
  height: 27px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.mod-wrapper-menu {
  padding-top: 10px;
}
.sp-box2 {
  background: #ebebeb;
  padding: 20px;
}
.module {
  margin-top: 3px;
}
.module >.mod-wrapper {
  background: #ebebeb;
  padding: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
}
.module.highlighted {
  color: #fff;
}
.module.highlighted h3 {
  padding: 0;
  color: #fff;
}
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  color: #fff;
}
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0;
  color: #fff;
}
.module.orange >.mod-wrapper {
  background-color: #f89406;
}
.module.orange >.mod-wrapper a {
  color: #B66B00;
}
.module.orange >.mod-wrapper a:hover {
  color: #6F4100;
}
.module.dark >.mod-wrapper {
  background-color: #000;
}
.module.dark >.mod-wrapper a {
  color: #777;
}
.module.dark >.mod-wrapper a:hover {
  color: #888;
}
.module.green >.mod-wrapper {
  background-color: #46a546;
}
.module.green >.mod-wrapper a {
  color: #63E063;
}
.module.green >.mod-wrapper a:hover {
  color: #43F043;
}
.module.maroon >.mod-wrapper {
  background-color: #F35D34;
}
.module.maroon >.mod-wrapper a {
  color: #B4300D;
}
.module.maroon >.mod-wrapper a:hover {
  color: #C93F19;
}
.module.blue >.mod-wrapper {
  background-color: #049cdb;
}
.module.blue >.mod-wrapper a {
  color: #47C9FF;
}
.module.blue >.mod-wrapper a:hover {
  color: #0073A3;
}
.module.gray >.mod-wrapper {
  background-color: #555;
}
.module.gray >.mod-wrapper a {
  color: #999;
}
.module.gray >.mod-wrapper a:hover {
  color: #777;
}
.module.pink >.mod-wrapper {
  background-color: #c3325f;
}
.module.pink >.mod-wrapper a {
  color: #FF5C8F;
}
.module.pink >.mod-wrapper a:hover {
  color: #FA2E6E;
}
.module.red >.mod-wrapper {
  background-color: #9d261d;
}
.module.red >.mod-wrapper a {
  color: #EE4538;
}
.module.red >.mod-wrapper a:hover {
  color: #DA3F33;
}
.module .sp-box .media-body {
  padding: 10px;
}
.module.none >.mod-wrapper {
  background: none;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h1 {
  font-size: 60px;
  line-height: normal;
}
h2 {
  font-size: 48px;
  line-height: normal;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 14px;
}
.items-leading h2 {
  font-size: 48px;
}
img.pull-left {
  margin-right: 15px;
}
img.pull-right {
  margin-left: 15px;
}
.sp-border {
  padding: 15px;
  background: #ebebeb;
  display: inline-block;
}
.sp-border.pull-left {
  margin-right: 15px;
}
.sp-border.pull-right {
  margin-left: 15px;
}
.rtl .sp-border.pull-left {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .sp-border.pull-right {
  margin-left: 0;
  margin-right: 15px;
}
.sp-border1 {
  padding: 15px;
  background: #f9f9f9;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
.rtl .sp-dropcap {
  overflow: hidden;
}
.rtl .sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: right;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 0 0 8px;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: Arial;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
.sp-blocknumber {
  position: relative;
  padding: 5px 0 5px 60px;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
  left: auto;
}
.rtl .sp-blocknumber span.bignumber {
  right: 0;
  left: auto;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
@media only screen and (min-width: 960px) and (max-width: 1170px) {
  .responsive #sp-slideshow-wrapper .slider-title {
    margin-left: 80px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 .social-icons-container {
    margin-right: 20px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 .social-icons-container a.social-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 .sp-totop {
    margin-top: 0px;
  }
  .responsive #sp-footer-wrapper .helix-framework {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .responsive #sp-moble-menu {
    margin-top: 25px;
  }
  .responsive h1,
  .responsive h2 {
    font-size: 40px;
  }
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
  }
  .responsive #sp-slideshow-wrapper .slider-title {
    margin-left: 80px;
  }
  .responsive #sp-slideshow-wrapper .slider-title h1 {
    font-size: 40px;
    line-height: normal !important;
  }
  .responsive #sp-slideshow-wrapper .slider-title p {
    font-size: 20px;
    line-height: normal !important;
  }
  .responsive #sp-footer-wrapper #sp-footer2 .social-icons-container {
    margin-right: 20px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 .social-icons-container a.social-icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 .sp-totop {
    margin-top: 0px;
  }
  .responsive #sp-footer-wrapper .helix-framework {
    display: none;
  }
  .responsive #sp-footer-wrapper .copyright {
    display: inline-block;
  }
  .responsive .entry-content ul.gallery {
    margin: -10px;
  }
  .responsive .entry-content ul.gallery li a {
    padding: 10px;
    margin: 10px;
  }
  .responsive .btn-more {
    padding: 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .responsivebody {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 280px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {


  .responsive #sp-slideshow-wrapper .slider-title {
    margin-top: 50px;
    margin-left: 60px;
  }
  .responsive #sp-slideshow-wrapper .slider-title h1 {
    font-size: 25px;
    line-height: normal !important;
  }
  .responsive #sp-slideshow-wrapper .slider-title p {
    font-size: 18px;
    line-height: normal !important;
  }
  .responsive #sp-slideshow-wrapper .slider-controllers >a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .responsive #sp-users-wrapper i {
    font-size: 60px;
  }
  .responsive #sp-users-wrapper .sp-box {
    margin-left: 90px;
  }

  .responsive #sp-footer-wrapper {
    text-align: center;
  }
  .responsive #sp-footer-wrapper .helix-framework .helix-logo {
    display: none;
  }
  .responsive #sp-footer-wrapper #sp-footer2 {
    margin-top: 15px;
  }
  .responsive #sp-footer-wrapper .copyright {
    display: inline-block;
  }
  .responsive span.sp-border {
    margin-left: 0;
  }
  .responsive .entry-content ul.gallery {
    margin: -5px;
  }
  .responsive .entry-content ul.gallery li a {
    padding: 5px;
    margin: 5px;
  }
  .responsive .btn-more {
    padding: 5px;
    font-size: 14px;
  }
  .responsive .contact-form-block {
    width: 100%;
  }
  .responsive .contact-form-block textarea {
    height: 200px;
  }
  .responsive .contact-address-block {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .responsive h1,
  .responsive h2 {
    font-size: 30px;
  }


  .responsive #sp-slideshow-wrapper .slider-title {
    margin-top: 35px;
    margin-left: 60px;
  }
  .responsive #sp-slideshow-wrapper .slider-title h1 {
    font-size: 20px;
    line-height: normal !important;
  }
  .responsive #sp-slideshow-wrapper .slider-title p {
    font-size: 14px;
    line-height: normal !important;
  }
  .responsive #sp-slideshow-wrapper .slider-controllers >a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .responsive #sp-users-wrapper i {
    font-size: 60px;
  }
  .responsive #sp-users-wrapper .sp-box {
    margin-left: 90px;
  }


  .responsive #sp-user-bottom-wrapper #sp-user-bottom h3 {
    margin: 0;
  }
  .responsive .media .pull-left {
    float: left;
  }
  .responsive #sp-footer-wrapper {
    text-align: center;
  }
  .responsive #sp-footer-wrapper .helix-framework .helix-logo {
    display: none;
  }
  .responsive #sp-footer-wrapper #sp-footer2 {
    margin-top: 15px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 .social-icons-container {
    margin-right: 20px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 .social-icons-container a.social-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 .sp-totop {
    margin-top: 5px;
  }
  .responsive #sp-footer-wrapper .copyright {
    display: inline-block;
  }
  .responsive span.sp-border {
    margin-left: 0;
  }
  .responsive .entry-content ul.gallery {
    margin: -5px;
  }
  .responsive .entry-content ul.gallery li a {
    padding: 5px;
    margin: 5px;
  }
  .responsive .btn-more {
    padding: 5px;
    font-size: 14px;
  }
  .responsive .contact-form-block {
    width: 100%;
  }
  .responsive .contact-form-block textarea {
    height: 200px;
  }
  .responsive .contact-address-block {
    width: 100%;
  }
}
.fixed .hidden-desktop {
  display: none;
}
.rtl img.pull-right {
  margin-left: 0;
  margin-right: 15px;
}
.rtl img.pull-left {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .media > .pull-left {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .input-append .add-on {
  float: none !important;
}
.rtl .readmore:before {
  float: left;
  margin-right: 10px;
  margin-left: 0;
  font-size: 25px;
  content: "\f104";
}
.rtl .newsletter .button {
  left: 0;
  right: auto;
}
.rtl #sp-header-wrapper #sp-utility >div {
  float: left;
}
.rtl #sp-header-wrapper ul.sp-dropdown >li >ul {
  left: 0;
  right: auto !important;
}
.rtl #sp-slideshow-wrapper #sp-slideshow .slider-controllers .controller-prev >span {
  background: url(../images/slide-controller-r.png) no-repeat 50% 50%;
}
.rtl #sp-slideshow-wrapper #sp-slideshow .slider-controllers .controller-next >span {
  background: url(../images/slide-controller-l.png) no-repeat 50% 50%;
}
.rtl #sp-users-wrapper .sp-box {
  margin-left: 0;
  margin-right: 120px;
}
.rtl #sp-footer-wrapper #sp-footer2 .social-icons-container {
  float: left;
  margin-left: 30px;
}
.rtl #sp-footer-wrapper #sp-footer2 .sp-totop {
  float: left;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
.rtl #sp-bottom-wrapper ul {
  margin: 0 25px 10px 0;
}
.rtl .sp_quickcontact .input-append .add-on {
  margin-right: -40px;
  margin-left: -40px;
}
.rtl a.about-social-icon {
  float: right;
}
.rtl .contact-address-block {
  float: left;
}
.rtl .contact-form-block {
  float: right;
}
.rtl ul.pricing-table >li.plan-price {
  margin: 10px -25px 10px 10px !important;
}
.rtl div.catItemInfo,
.rtl div.ItemInfo,
.rtl div.UserInfo,
.rtl div.TagInfo {
  float: right;
}
.rtl div.catItemDetails,
.rtl div.ItemDetails,
.rtl div.UserDetails,
.rtl div.TagDetails {
  margin-right: 90px;
  margin-left: 0;
}
.rtl div.subCategory a.subCategoryImage img {
  float: right;
  margin: 0 0 0 15px;
}
.rtl span.userItemImage {
  margin: 0 0 8px 8px;
}
.rtl div.k2CategoriesListBlock ul li:before {
  font-family: Arial;
  content: "\f104";
  font-size: 14px;
  float: right;
}
.rtl div.k2CategoriesListBlock ul li a {
  padding: 0 10px 0 0;
}
.rtl .k2Avatar img {
  float: right;
  margin: 5px 0 10px 15px;
}
.rtl img.itemAuthorAvatar {
  float: right !important;
  margin: 0 0 0 15px !important;
}
.rtl span.commentLink {
  float: left !important;
  margin-left: 0;
  margin-right: 8px;
}
.rtl ul.itemCommentsList li img {
  float: right !important;
  margin: 0 0 0 15px !important;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-primary,
button,
input[type='submit'],
input[type='button'],
submit,
input#submitCommentButton,
.readmore,
.button {
    color: #fff;
    background: #3b5998;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.btn-primary:hover,
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover,
input#submitCommentButton:hover,
.readmore:hover,
.button:hover {
    background: #fff;
    color: #555555;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
a {
    color: #3b5998;
}
a:hover {
    color: #718dc8;
}

#sp-moble-menu {
    background: #1a1a1a;
}
#sp-main-menu li li:not(.sp-menu-group):hover >a,
#sp-main-menu li li:not(.sp-menu-group).active >a {
    background: #3b5998;
}
#sp-users-wrapper {
    border-top: 1px solid #39548f;
    border-bottom: 1px solid #39548f;
    background: #476ab4;
}
#sp-user-top-wrapper .sp-box {
    background-color: #dddddd;
    color: #3b5998;
}
#sp-user-top-wrapper .sp-box:hover {
    background-color: #3b5998;
    color: #fff;
}
#sp-user-top-wrapper .sp-box:hover h2 {
    color: #fff;
}
#sp-user-top-wrapper .sp-box h2 {
    color: #3b5998;
}
#sp-bottom-wrapper {
    color: #fff;
    border-top: 1px solid #182b4f;
    border-bottom: 1px solid #030813;
    background: #1e3563;
}
#sp-bottom-wrapper #sp-bottom1 h4 {
    margin: 0;
    font-size: 16px ; font-weight: bold;
}
#sp-bottom-wrapper .module h3 {
    margin: 0 0 30px 0;
}
#sp-bottom-wrapper #sp-bottom4 ul.gallery {
    margin-top: 0;
}
#sp-bottom-wrapper ul li {
    color: #96abd6;
}
#sp-bottom-wrapper ul li:hover {
    color: #fff;
}
#sp-bottom-wrapper ul li a {
    color: #96abd6;
}
#sp-bottom-wrapper ul li a:hover {
    color: #fff;
}
.sp_quickcontact textarea#message {
    border: 1px solid #030813;
    background: #071229;
}
.sp_quickcontact .input-append {
    border: 1px solid #030813;
    background: #071229;
}
.sp_quickcontact .input-append .add-on i {
    color: #0b1c3f;
}
.sp_quickcontact input.button {
    color: #3b5998 !important;
}
#sp-footer-wrapper {
    background: #071229;
}
#sp-footer-wrapper #sp-footer2 a.social-icon:hover {
    color: #1e2e4f;
}
.module.highlighted >.mod-wrapper {
    background-color: #476ab4;
}
.module.highlighted >.mod-wrapper a:not(.btn) {
    color: #96abd6;
}
.module.highlighted >.mod-wrapper a:not(.btn):hover {
    color: #bbc8e4;
}
#sp-title-wrapper,
#sp-breadcrumbs-wrapper {
    background: #1e3563;
}
.accordion-heading .accordion-toggle.collapsed,
.accordion-heading .accordion-toggle {
    background-color: #1e3563;
}
.accordion-heading .accordion-toggle.collapsed:hover,
.accordion-heading .accordion-toggle:hover {
    color: #839ccf;
}
.btn-more:hover,
.btn-more.active {
    background-color: #1e3563;
}
.tab_comment .sptabs ul.tabs_container li.tab.active {
    border-top: 4px solid #3b5998;
}
.tab ul.nav-tabs >li.active,
.tab ul.nav-tabs >li:hover {
    border-top: 3px solid #1e3563;
}
#sp-right .k2ItemsBlock >ul li .moduleItemDateCreated {
    color: #3b5998;
}
.pagination ul li a:hover,
.pagination ul li a.active {
    background-color: #3b5998 !important;
}
.pagination ul li.pagination-active a {
    background-color: #3b5998 !important;
}
ul.pricing-table {
    background: #3b5998;
    border-top: 5px solid #4c70ba;
    border-bottom: 5px solid #4c70ba;
}
ul.pricing-table >li.plan-price {
    background: #4c70ba;
    color: #fff;
}
ul.pricing-table >li.plan-signup >a {
    background: #718dc8;
}
ul.pricing-table.featured {
    background: #263961;
}
div.subCategory a.readmore,
div.catItemDetails a.readmore,
div.userItemReadMore a.readmore,
div.tagItemReadMore a.readmore {
    background: #3b5998;
}
div.subCategory a.readmore:hover,
div.catItemDetails a.readmore:hover,
div.userItemReadMore a.readmore:hover,
div.tagItemReadMore a.readmore:hover {
    background: #fff;
    color: #444 !important;
}
div.k2CategoriesListBlock a,
.k2LatestCommentsBlock a,
.k2TopCommentersBlock a {
    color: #555555;
}
div.k2CategoriesListBlock a:hover,
.k2LatestCommentsBlock a:hover,
.k2TopCommentersBlock a:hover {
    color: #3b5998;
}
div.k2TagCloudBlock a {
    background: #3b5998;
    color: #fff;
}
div.k2TagCloudBlock a:hover {
    color: #555555;
    background: #fff;
}
#sp-logo {display: flex; align-items: center }
#sp-logo .name { text-transform: uppercase; text-align: center; font-weight: bold; padding-left: 15px;}
#sp-logo .name span {color: #ff0000; display: block; font-size: 22px}
#sp-logo .name span.slogan {font-size: 12px; color: #555555}

.middle .benefits {
  list-style-type: none;
  margin: 75px 0 0 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.middle .benefits div,
.middle .benefits a {
  display: block;
  vertical-align: middle;
  text-align: center;
  float: left;
  padding-top: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
.middle .benefits span {
  display: block;
  margin-top: 30px;
  color: #fff;
  font-size: 32px;
  line-height: 25px;
}
.middle .benefits #benefit-1 {
  width: 33.35%;
  height: 262px;
  background: url("../img/benefits-1.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.middle .benefits #benefit-2 {
  width: 33.35%;
  height: 262px;
  background: url("../img/benefits-2.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.middle .benefits #benefit-3 {
  width: 33.3%;
  height: 262px;
  background: url("../img/benefits-3.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.middle .benefits #benefit-4 {
  width: 50%;
  height: 331px;
  background: url("../img/benefits-4.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.middle .benefits #benefit-4:before {
  content: "";
  width: 101%;
  height: 120px;
  background: #eee;
  position: absolute;
  bottom: -68px;
  left: -1px;
  -webkit-transform: skewY(10deg);
  -moz-transform: skewY(10deg);
  -o-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  transform: skewY(10deg);
  z-index: 5;
}
.middle .benefits #benefit-5 {
  width: 50%;
  height: 331px;
  background: url("../img/benefits-5.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.middle .benefits #benefit-5:before {
  content: "";
  width: 103%;
  height: 120px;
  background: #eee;
  position: absolute;
  bottom: -68px;
  right: -1px;
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
  z-index: 5;
}
.middle { padding-top: 50px; padding-bottom: 55px}
.middle.grey {background: #eee;}
.page {
  width: 1160px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;

}



.page  h2 {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.b-slogan {font-family: tahoma, arial, helvetica, sans-serif;
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 24px;
  text-align: center;
  position: relative;}
.page h2:before {content: ""; display: block; position: absolute; left: 50%; bottom: -10px;margin-left: -25px; height: 2px; width: 72px;background-color: #ff0000}

.b-service {
  height: 762px;
  background: transparent url(../img/fon.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  color: #fff;
}
.b-service:before {content: ""; position: absolute; display: block; top:0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7);}
.b-service .container {position: relative; z-index: 2; padding-top: 60px; text-align: center }
.b-service__desc {     font-size: 26px; width: 910px;
  line-height: 1.4;  margin: 50px auto;}
.b-service__block {margin: 35px auto 0 auto;width: 730px}
.b-service__item { font-size: 16px; display: table; min-height: 55px; text-align: left}
.b-service__item span { min-height: 55px; display: table-cell; vertical-align: middle}

.b-servicemore {padding-top: 50px; text-align: center; background: #eeeeee}
.b-servicemore h2 {font-family: tahoma, arial, helvetica, sans-serif; font-size: 30px;  font-weight: bold;  text-align: center;  text-transform: uppercase; position: relative}
.b-servicemore h2:before {content: ""; display: block; position: absolute; left: 50%; bottom: -10px;margin-left: -25px; height: 2px; width: 72px;background-color: #ff0000}
.b-servicemore__block { margin-top: 75px}
.b-servicemore__item {display: inline-block; vertical-align: top; width: 200px; margin-bottom: 50px; font-size: 18px}
.b-servicemore__item_pict {height: 100px}
#sp-user-bottom-wrapper #sp-user-bottom h3 {position: relative}
#sp-user-bottom-wrapper #sp-user-bottom h3:before {content: ""; display: block; position: absolute; left: 50%; bottom: -10px;margin-left: -25px; height: 2px; width: 72px;background-color: #ff0000}
.klient {margin-top: 55px; margin-bottom: 20px}
@media (max-width: 1280px) {
  .page {  width: 916px;  padding: 0 20px;  margin-left: auto;   margin-right: auto;  }
  .middle .benefits span {font-size: 24px}

}
@media (max-width: 1200px) {
  #sp-logo .name span.slogan { display: none;  }
  #sp-logo { width: 250px; }
}

@media (max-width: 1023px) {
  .page {  width: 713px; }
}

@media (max-width: 992px) {
    .b-service { height: auto; padding-top: 50px; padding-bottom: 50px}
    .b-service .container {padding-top: 0}
  .b-service h2 { font-size: 30px}
    .b-service__item {font-size: 14px;}
  .b-service__desc { width: 100%; font-size: 24px}
  .b-service__block { width: 100%;
  }

}

@media (max-width: 980px) {
  #sp-logo .name { display: none}
  #sp-logo { width: 80px; }
  .sp-header-wrapper .container { width: 100%; max-width: 100%}
}
@media (max-width: 780px){
  .page {
    width: 600px;    padding: 0 10px; }
  .benefits img { width: 75px}
  .middle .benefits span {font-size: 18px}
  .middle .benefits #benefit-1 {height: 185px}
  .middle .benefits #benefit-2 {height: 185px}
  .middle .benefits #benefit-3 {height: 185px}
  .middle .benefits #benefit-4 {height: 255px}
  .middle .benefits #benefit-5 {height: 255px}
}


@media (max-width: 665px){
  .page {
    width: 100%;  padding: 0; margin-bottom: 50px }
  .benefits img { width: 75px}
  .middle {padding-bottom: 0}
  .middle .benefits span {font-size: 18px}
  .middle .benefits #benefit-1 {width: 100%; height: 185px}
  .middle .benefits #benefit-2 {width: 100%;height: 185px}
  .middle .benefits #benefit-3 {width: 100%;height: 185px}
  .middle .benefits #benefit-4 {width: 100%;height: 185px}
  .middle .benefits #benefit-5 {width: 100%;height: 185px}
  .middle .benefits #benefit-4:before { display: none}
  .middle .benefits #benefit-5:before {display: none}
  #sp-user-bottom-wrapper #sp-user-bottom .klient img {width: 120px}
}

@media (max-width: 480px){
    #sp-user-middle-wrapper h2 {font-size: 26px}
    .page h2 {font-size: 26px}
  #sp-main-menu ul.level-0 > li > a { height: 25px}
  #sp-main-menu ul { margin-top: 22px}
  .menu-item.phone { font-size: 18px!important;  }
    .b-service h2 { font-size: 26px}
    .b-service__desc {  font-size: 18px}
    .b-service__block { display: block; width: 100%; margin: 50px auto 0 auto;    }
  #sp-user-bottom-wrapper #sp-user-bottom .klient img { width: 80px }
}

.btn-pismo { color: #fff}
.btn-primary:hover {background-color: #2a6ab8}
input.form-control { background-color: #000; color: #fff}
.form-control { background-color: #000; color: #fff}
input[type="radio"], input[type="checkbox"] {
  margin: 0!important;
}
.link {color: #fff; border-bottom: 1px solid rgba(255,255,255,0.5)}
.link:hover {color: #fff;border-bottom: 1px solid transparent}
.form__btn.btn-inactive .btn:hover {cursor: default}
.form-control.invalid {border: 1px solid #fff}

.slider-item:before { content: ""; position: absolute; display: block; width: 100%; height: 100%;
  top:0; left: 0; background-color: rgba(0,0,0,0.4)}

.c-button-gooey {  transition: all 0.2s ease;position: relative}
.c-button-gooey:after {content: ""; display: block; position: absolute;
  top:0; left: 0; height: 100%; width: 100%;transition: all 2s ease;}
.middle .benefits span.hide{opacity: 0}
.c-button-gooey:hover {  transition: all 2s ease;}
.c-button-gooey:hover:after{background-color: rgba(0,0,0,0.3)}
.c-button-gooey img {transition: all 2s; position: relative;z-index: 2}
.c-button-gooey span {transition: all 1.5s; position: absolute;   text-align: center;
  width: 100%;z-index: 2}
.c-button-gooey:hover span.hide {opacity: 1}
.c-button-gooey:hover img{transform: scale(1.3)}
.c-button-gooey:hover span.show {opacity: 0}
.modal-dialog {max-width: 800px}
.modal-dialog.benefit {max-width: 600px}
.modal-body h2 {
font-family: tahoma, arial, helvetica, sans-serif;
font-size: 30px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
position: relative;}
.b-service__block ul {margin: 0; padding: 0}
.b-service__block ul li { list-style-type: none; position: relative; padding-left: 55px}
.b-service__block ul li:before {content: ""; display: block; position: absolute; left: 0; background-image: url("/img/checkmark.png"); height: 47px; width: 47px}

@media (max-width: 767px) {
  #sp-main-menu ul.level-0 > li > a {
    height: 40px;
    line-height: 1
  }

  #sp-main-menu ul {
    text-align: center;
    margin-top: 32px
  }

  #sp-bottom1 {
    margin-bottom: 30px
  }

  #sp-bottom2 {
    margin-bottom: 30px
  }

  .b-service__block ul li:before {
    background-image: url(/img/checkmark.png);
    height: 35px;
    width: 35px;
    background-size: contain;
  }

  .b-service__block ul li {
    padding-left: 45px;
  }

  .b-service__item {
    min-height: 35px;
    margin-bottom: 15px;
  }
  .b-service__item span {
    min-height: 35px;}

  }
.b-vid { background-image: url("/img/bg.gif"); }
.b-vid__menu { display: flex; text-align: center; padding: 50px 0; justify-content: space-around }

.image-title {text-transform: uppercase; display: block; font-weight: bold;    font-size: 18px;
  margin-top: 20px;}
.b-vid__menu_item img {transition: all 2s ease;}
.b-vid__menu_item:hover { cursor: pointer;}
.b-vid__menu_item:hover .image-title {color: #ff0000}
.b-vid__menu_item:hover img {transform:scale(1.2)}
.page-header h1 {
  margin: 0;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background-color: #091830;
  text-align: center;
  padding: 25px 0;
  text-transform: uppercase;}
.page-content { background-color: rgba(9,24,48,0.9); color: rgba(250,250,250,0.9); padding: 50px 0;}
.page-content .desc {text-align: center; font-size: 18px;color: rgba(250,250,250,1); margin-bottom: 35px}
.page-content .info { margin: 0 auto 35px auto; width: 80%}
.page-content .info h3 {font-size: 20px;color: rgba(250,250,250,1);}
.page-content .info strong {color: rgba(250,250,250,1);}
.page-content .info a {color: rgba(250,250,250,0.9);}
.pay {  margin-top: -20px;  font-size: 14px;
  text-align: right;
  float: right;
  margin-right: 16px;
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.5); position: relative; z-index: 2;
}
.pay:hover {border-bottom: 1px solid transparent}
@media (max-width: 992px) {
  .page-header h1 {font-size: 24px; padding-left: 15px; padding-right: 15px}
}

@media only screen and (max-width: 767px) {
  .b-vid__menu { display: block}
  .b-vid__menu_item { display: flex}
  .image-title {text-align: left; font-size: 16px}
  .b-vid__menu_item img {width: 75px; height: 61px; margin-right: 20px}
}
@media (max-width: 480px) {
  .page-content .info h3{font-size: 18px; line-height: 1.3}
}


#toTop {
  display:none;
  text-decoration:none;
  position:fixed;
  bottom:10px;
  right:10px;
  overflow:hidden;
  width:51px;
  height:51px;
  border:none;
  text-indent:100%;
  background:url(../img/ui.totop.png) no-repeat left top;
}

#toTopHover {
  background:url(../img/ui.totop.png) no-repeat left -51px;
  width:51px;
  height:51px;
  display:block;
  overflow:hidden;
  float:left;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
  outline:none;
}
.b-legalinfo__subheader {  font-weight: bold; margin: 15px 0 10px 0}
