* { margin: 0; padding: 0; }
body { font-family: 'Open Sans', sans-serif !important;min-width: 1200px; }
html, body { min-height: 100%; }
input, button, textarea { font-family: 'Open Sans' !important; }
.clear { clear: both; }
a { color: #ffba00; }
a:hover { text-decoration: none; }
img { border: none; }
.nearnumber{
      color: #fff;
  font-size: 1.3em;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
 {
  display: table;
  content: " ";
}
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
 {
  clear: both;
}
nav{
  display: block;
}
#navbarCollapse ul{
      float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 500px;

    }    
#navbarCollapse ul li a{
  color: #fff;
  text-decoration: none;
}
.navbar{
  background: rgba(66,27,11,0.9);
  color: #fff; 
}     
.navbar-default{
    border:none;
}
.nav > li:hover{
      background: rgba(66,27,11,1);
}



.jssort01 {
                position: absolute;
                /* size of thumbnail navigator container */
                width: 800px;
                height: 100px;
            }

                .jssort01 .p {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 72px;
                    height: 72px;
                }

                .jssort01 .t {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    border: none;
                }

                .jssort01 .w {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 100%;
                    height: 100%;
                }

                .jssort01 .c {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 68px;
                    height: 68px;
                    border: #000 2px solid;
                    background: url(../img2/t01.png) -800px -800px no-repeat;
                    _background: none;
                }

                .jssort01 .pav .c {
                    top: 2px;
                    _top: 0px;
                    left: 2px;
                    _left: 0px;
                    width: 68px;
                    height: 68px;
                    border: #000 0px solid;
                    _border: #fff 2px solid;
                    background-position: 50% 50%;
                }

                .jssort01 .p:hover .c {
                    top: 0px;
                    left: 0px;
                    width: 70px;
                    height: 70px;
                    border: #fff 1px solid;
                    background-position: 50% 50%;
                }

                .jssort01 .p.pdn .c {
                    background-position: 50% 50%;
                    width: 68px;
                    height: 68px;
                    border: #000 2px solid;
                }

                * html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {
                    /* ie quirks mode adjust */
                    width /**/: 72px;
                    height /**/: 72px;
                }
                     .jssora05l, .jssora05r {
                display: block;
                position: absolute;
                /* size of arrow element */
                width: 40px;
                height: 40px;
                cursor: pointer;
                background: url(../img2/a17.png) no-repeat;
                overflow: hidden;
            }
            .jssora05l { background-position: -10px -40px; }
            .jssora05r { background-position: -70px -40px; }
            .jssora05l:hover { background-position: -130px -40px; }
            .jssora05r:hover { background-position: -190px -40px; }
            .jssora05l.jssora05ldn { background-position: -250px -40px; }
            .jssora05r.jssora05rdn { background-position: -310px -40px; }
.main-wrapper { overflow: hidden; max-width: 1920px; margin: 0 auto; }
.center-wrapper { width: 1200px; margin: 0 auto; }
.text-center { text-align: center; }

.request-callback-3 { width: 443px; padding-bottom: 30px; border: 1px solid #fff; border-radius: 3px; background: url('images/color-black-o50.png'); }
.request-callback-3 .inputs { padding: 22px 29px 0; }
.request-callback-3 .input-2 { margin-top: 10px; }
.request-callback-3 .submit { margin: 18px auto 0; }
.request-callback-3 .privacy { position: relative; width: 270px; margin: 22px auto 0; padding-left: 25px; font-size: 12px; line-height: 18px; color: #fff; text-align: center; text-transform: uppercase; }
.request-callback-3 .privacy:before { display: block; content: ''; width: 14px; height: 20px; position: absolute; left: 5px; top: 7px; background: url('images/sprite-1.png') -77px -49px no-repeat; }

.modals { display: none; }
.modal-content { position: relative; }
.modal-close { display: block; position: absolute; z-index: 1; right: 3px; top: 3px; width: 28px; height: 28px; text-decoration: none; background: url('images/modal-close.png') no-repeat; }

.modal-type-1 .modal-content { width: 1100px; }
.modal-type-1 .block-heading { float: left; width: 628px; margin-top: 124px; }
#modal-callback .block-heading .row-1 { float: left; padding: 0 20px; margin-left: 27px; font: 600 70px/75px; color: #fff; white-space: nowrap; text-transform: uppercase; background: #7b0; }
#modal-callback .block-heading .row-2 { float: left; margin: 15px 44px 0 40px; font-size: 20px; line-height: 28px; font-weight: 600; color: #fff; }
#modal-price .block-heading .row-1 { float: left; padding: 0 20px; margin-left: 27px; font: 600 55px/64px; color: #fff; white-space: nowrap; text-transform: uppercase; background: #ffae00; }
#modal-price .block-heading .row-2 { float: left; margin: 15px 44px 0 40px; font-size: 20px; line-height: 28px; font-weight: 600; color: #fff; }
#modal-price .block-heading .row-2 b { font-weight: 600; color: #ffae00; }
.modal-type-1 .request-callback-3 { margin-left: 628px; }

.fancybox-opened .fancybox-skin { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.fancybox-margin { margin: 0 !important; }
.fancybox-inner { overflow: visible !important; }

.input-1 { position: relative; height: 33px; padding: 5px 5px 5px 64px; background: #fff; }
.input-1 input { display: block; width: 100%; height: 33px; font-size: 18px; line-height: 33px; font-weight: 600; color: #000; border: none; outline: none; background: none; }
.input-1 input::-webkit-input-placeholder { color: #000; }
.input-1 input:-moz-placeholder { color: #000; opacity: 1; }
.input-1 input::-moz-placeholder { color: #000; opacity: 1; }
.input-1 input:-ms-input-placeholder { color: #000; }
.input-1.name:before { display: block; content: ''; position: absolute; left: 16px; top: 11px; width: 20px; height: 20px; background: url('images/sprite-1.png') -77px 0 no-repeat; }
.input-1.phone:before { display: block; content: ''; position: absolute; left: 13px; top: 12px; width: 23px; height: 20px; background: url('images/sprite-1.png') -77px -21px no-repeat; }
.input-1.email:before {display: block;
  content: '';
  position: absolute;
  left: 13px;
  top: 12px;
  width: 29px;
  height: 26px;
  background: url('images/mail.png') 0px -5px no-repeat;
  background-size: cover;}
.input-1.name:after,
.input-1.phone:after,.input-1.email:after  { display: block; content: ''; position: absolute; left: 48px; top: 10px; width: 1px; height: 24px; background: #96948a; border-right: #cac9c5; }
.input-2 { position: relative; height: 30px; padding: 15px 21px; background: #fff; }
.input-2 input { display: block; width: 100%; height: 30px; font-size: 16px; line-height: 30px; color: #6a6a6a; border: none; outline: none; background: none; }
.input-2 input::-webkit-input-placeholder { color: #6a6a6a; }
.input-2 input:-moz-placeholder { color: #6a6a6a; opacity: 1; }
.input-2 input::-moz-placeholder { color: #6a6a6a; opacity: 1; }
.input-2 input:-ms-input-placeholder { color: #6a6a6a; }

.textarea-1 { padding: 10px 0 10px 10px; background: #fff; border: 1px solid #d6d6d6; }
.textarea-1 textarea { display: block; width: 100%; height: 100%; font-size: 14px; font-weight: 300; color: #000; resize: none; border: none; outline: none; background: none; }
.textarea-1 textarea::-webkit-input-placeholder { color: #000; }
.textarea-1 textarea:-moz-placeholder { color: #000; opacity: 1; }
.textarea-1 textarea::-moz-placeholder { color: #000; opacity: 1; }
.textarea-1 textarea:-ms-input-placeholder { color: #000; }

.checkbox-1 { position: relative; overflow: hidden; display: inline-block; padding-left: 30px; font-size: 14px; cursor: default; line-height: 20px; vertical-align: top; }
.checkbox-1 input { position: absolute; left: -100px; top: -100px; }
.checkbox-1 input + .icon { position: absolute; width: 20px; height: 20px; top: 0px; left: 0px; background: url('images/checkbox-1.png') no-repeat; }
.checkbox-1 input:checked + .icon { background-position: 0 -21px; }

.button-1 { display: block; overflow: hidden; width: 140px; height: 30px; font: 600 20px/30px; color: #fff !important; text-align: center; text-decoration: none; text-transform: uppercase; border-radius: 2px; box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2); background: #9bce35 url('images/pattern-1.png'); }
.button-1:hover { background-color: #84bd11; }
.button-1:active { line-height: 34px; box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.2); background-color: #84bd11; }
.button-2 { display: block; overflow: hidden; width: 260px; height: 55px; font: 600 36px/55px; color: #331804 !important; text-align: center; text-decoration: none; text-transform: uppercase; border-radius: 4px; box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2); background: #ffba00 url('images/pattern-1.png'); }
.button-2:hover { background-color: #fc0; }

.button-3 { display: block; overflow: hidden; width: 410px; height: 55px; font: 600 36px/55px; color: #331804 !important; text-align: center; text-decoration: none; text-transform: uppercase; border-radius: 4px; box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2); background: #ffba00 url('images/pattern-1.png'); }
.button-3:hover { background-color: #fc0; }

.button-4 { display: block; overflow: hidden; width: 315px; height: 42px; font: 600 28px/42px; color: #331804 !important; text-align: center; text-decoration: none; text-transform: uppercase; border-radius: 4px; box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2); background: #ffba00 url('images/pattern-1.png'); }
.button-4:hover { background-color: #fc0; }

.button-5 { display: block; overflow: hidden; width: 280px; height: 60px; font: 600 40px/60px; color: #fff !important; text-align: center; text-decoration: none; text-transform: uppercase; border-radius: 4px; box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2); background: #9bce35 url('images/pattern-1.png'); }
.button-5:hover { background-color: #84bd11; }

.button-6 { display: block; overflow: hidden; width: 280px; height: 60px; font: 600 40px/60px; color: #552200 !important; text-align: center; text-decoration: none; text-transform: uppercase; border-radius: 4px; box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2); background: #ffba00 url('images/pattern-1.png'); }
.button-6:hover { background-color: #fc0; }

.header { height: 120px; background: rgba(0,0,0,0.5); }
.header .logo { display: block; float: left; width: 224px; height: 54px; margin: 21px 0 0 113px; text-decoration: none; background: url('') no-repeat; }
.header .right { float: right; width: 312px; margin-top: 12px; }
.header .phone { position: relative; padding-left: 35px; font-size: 24px; color: #fff; }
.header .phone:before { display: block; content: ''; width: 26px; height: 24px; position: absolute; left: 0; top: 4px; background: url('images/sprite-1.png') no-repeat; }
.header .callback-btn { margin: 7px 0 0 36px; }

.homescreen { height: 800px; }
.homescreen .block-heading { position: relative; width: 850px; margin: 0 auto; padding-top: 120px; }
.homescreen .block-heading .row { background: #421b0b; background: rgba(66,27,11,0.9); text-align: center; }
.homescreen .block-heading .row-1 { font: bold 95px/110px; color: #fff; text-transform: uppercase;font-size: 3.5em;
  font-weight: 600; }
.homescreen .block-heading .row-2 { padding-bottom: 19px; font: bold 70px/46px;font-size: 3.5em;
  font-weight: 600; color: #ffba00; text-transform: uppercase; }
.homescreen .block-heading .row-3 { margin: 13px 30px 0; font-size: 24px; line-height: 40px; color: #fff; }
.homescreen .block-heading .row-3 sup { vertical-align: top; }
.homescreen .block-heading .row-3 b { color: #ffba00; }
.homescreen .block-heading:after { display: block; content: ''; position: absolute; left: -98px; bottom: 12px; width: 141px; height: 105px; background: url('images/decor-1.png') no-repeat; }

.request-callback-1 { width: 920px; margin: 105px auto 0; padding-bottom: 17px; background: #2f0f02; background: rgba(47,15,2,0.8); }
.request-callback-1 .heading { height: 37px; padding-top: 16px; font-size: 32px; line-height: 37px; color: #fff; text-align: center; }
.request-callback-1 .inputs { padding: 9px 0 0 21px;   padding-left: 12px;}
.request-callback-1 .input-1 { float: left; width: 213px; margin: 5px 0 0 13px; }
.request-callback-1 .submit { float: left; margin-left: 15px;font-size: 1.7em;
  font-weight: 600;
  height: 45px;
  padding-top: 8px; 
margin-left: auto;
  margin-right: auto;
  float: none;
  position: relative;
  top: 13px;
  margin-bottom: 10px;
}
a#backToTop {
  position: fixed;
  bottom: 52px;
  background: none repeat scroll 0% 0% #CCC;
  border-radius: 2px;
  height: 50px;
  width: 50px;
  right: 200px;
  z-index: 9999;
  opacity: 0.7;
  display: none;
  cursor: pointer;
  text-indent: -9999em;
}

/* line 21, ../scss/modules/_buttons.scss */
a#backToTop span {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAATCAYAAAAeVmTJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPhJREFUeNq8lkEKgzAQRe0dikiP1jN4gF7AjYgWRHQhaFAqgtfopmfputs0oQbajzbGiQ58AjPJn5dAQg6cc4cQR6Gz0E3oudpFQhA08E8MFB8KQM9/o98bouPT0e0Fwb6avoQe46iCbQ1Rw86DMR9Avt4KgkGjGOox1JltiEoDMAdS2YIowDjVzE9hfkGFyMAwW3hyRuv+GeWmO9KcYG4KkS010ChfciJTC6+wsCQ+7SX4XXUQ4dprZni9wzmICCY2lgCUGvCPECKhvHiEFzdRED4U2o0AlFro58ukK3S38S9Y8Q+RfV2VPAldhLydILyxn+zrvAUYAMPfc1m2mJSTAAAAAElFTkSuQmCC");
  width: 33px;
  height: 19px;
  position: absolute;
  top: 14px;
  left: 8px;
}

/* line 29, ../scss/modules/_buttons.scss */
a#backToTop:hover {
  background-color: #AAA;
}
p#logo{
    float: left;
  font-size: 1.3em;
  color: #fff;
  font-weight: 600;
  padding-top: 15px;
}
.block-title { font-size: 3em;
  margin-bottom: 60px;
  font-weight: 600; text-align: center; text-transform: uppercase; }

.about-us { padding: 65px 0 78px 0; }
.about-us .items { margin: 12px 50px 0; }
.about-us .item { float: left; width: 20%; }
.about-us .item-icon {   position: relative;
  right: -13px;width: 184px; height: 191px; margin: 0 auto;   font-size: 3.5em;  font-weight: 600;

  vertical-align: middle;
  display: table-cell;color: #fff; text-align: center; background: url('images/about-us-item.png') no-repeat; }
.about-us .item-title { font-size: 1.3em;
  font-weight: 600;
  line-height: 27px;margin-top: 14px; font: 600 24px/24px; color: #3d3d3d; text-align: center; }

.what-is { padding: 55px 0 25px 0; }
.what-is .block-heading { margin-top: 1px; text-align: center; text-transform: uppercase; }
.what-is .block-heading span { display: inline-block; padding: 0 14px; font: 600 40px/50px; color: #fff; border: 1px solid #9bce35; background: #9bce35; }

.what-is .block-heading span{
    background: #fff;
    color: #9bce35;

}

.what-is .block-heading span.is-checked{
    background: #9bce35;
    color: #fff;
}

.what-is .block-heading span.dual { padding-right: 0; }
.what-is .block-heading span span { margin-left: 16px; padding: 0 15px; color: #9bce35; border: none; background: #fff; }
.what-is .items { margin: 30px 27px 0 96px; }
.what-is .item { float: left; width: 50%; height: 148px; }
.what-is .item-icon { float: left; width: 65px; height: 69px; font: 600 40px/60px; color: #fff; text-align: center; background: url('images/what-is-items.png') no-repeat; }
.what-is .item-icon.even { background-position: -66px 0; }
.what-is .item-title { margin-left: 81px; padding-top: 13px; font: 600 32px/32px; text-transform: uppercase; }
.what-is .item-text { margin: 5px 57px 0 81px; font-size: 14px; line-height: 18px; }

.solutions { height: 2600px; background: url('images/bg-2.jpg') center top no-repeat; background-size: cover;}
.solutions .center-wrapper { padding-top: 70px; }
.solutions .block-title span { display: inline-block; padding: 0 21px; color: #fff; background: #421b0b; }
.solutions .items { overflow: hidden; margin: 36px 0 0 51px; }
.solutions .item { float: left; width: 485px; height: 590px; margin: 0 32px;
    opacity: 0;
    -webkit-transform: translateY(20px);
}
.solutions .item-description { height: 452px; padding-top: 10px; border-radius: 7px; background: #fff;   padding-bottom: 15px;}
.solutions .item-image { overflow: hidden; width: 460px; height: 262px; margin-left: 12px; border-radius: 7px; }
.solutions .item-image img { display: block; width: 100%; }
.solutions .item-title { margin-top: 17px; font-size: 21px; font-weight: 600; color: #71a70b; text-align: center; text-transform: uppercase; }
.solutions .item-title:after { display: block; content: ''; width: 26px; height: 2px; margin: 12px auto 0; background: #000; }
.solutions .item-text { margin: 18px 30px 0;   font-size: 18px;
  line-height: 20px; color: #7b7b7b; text-align: center; }
.solutions .order-btn { margin: 12px auto 0; }
.solutions .cols { width: 1035px; margin: 22px auto 0; }
.solutions .col { float: left; width: 325px; margin: 0 10px; }
.solutions .col-title { font: 600 24px/50px; color: #fff; text-align: center; text-transform: uppercase; background: #7cbc00; }
.solutions .col ul { overflow: hidden; list-style: none; margin-top: 15px; padding: 15px; background: #fff; background: rgba(0,0,0,0.7); }
.solutions .col li { position: relative; padding-left: 15px; font-size: 14px; line-height: 20px; color: #fff; }
.solutions .col li:before { display: block; content: ''; width: 6px; height: 6px; position: absolute; left: 0; top: 8px; background: url('images/sprite-1.png') -77px -42px no-repeat; }
.solutions .col.center .col-title { font: 600 30px/50px; background: #dc0000; }
.solutions .col.center li:before { background-position: -84px -42px; }
.solutions .col .order-btn { margin: 16px auto 0; }
.solutions .col.extra { float: none; width: 650px; margin: 32px auto 0; }
.solutions .col.extra ul { padding: 14px 0 22px 24px; }
.solutions .col.extra li { float: left; width: 298px; }

.advantages { position: relative; z-index: 1; padding-bottom: 25px; }
.advantages .center-wrapper { position: relative; padding-top: 56px; }
.advantages .center-wrapper:before { display: block; content: ''; position: absolute; left: -360px; top: -132px; width: 442px; height: 289px; background: url('images/decor-2.png') no-repeat; }
.advantages .center-wrapper:after { display: block; content: ''; position: absolute; right: -360px; top: -133px; width: 458px; height: 293px; background: url('images/decor-3.png') no-repeat; }
.advantages .items { margin: 38px 60px 0; }
.advantages .item { float: left; width: 25%; height: 220px; }
.advantages .item-icon { width: 119px; height: 126px; margin: 0 auto; background: url('images/advantages-items.png') no-repeat; }
.advantages .item-icon.icon-2 { background-position: -120px 0; }
.advantages .item-icon.icon-3 { background-position: -240px 0; }
.advantages .item-icon.icon-4 { background-position: -360px 0; }
.advantages .item-icon.icon-5 { background-position: -480px 0; }
.advantages .item-icon.icon-6 { background-position: -600px 0; }
.advantages .item-icon.icon-7 { background-position: -720px 0; }
.advantages .item-icon.icon-8 { background-position: -840px 0; }
.advantages .item-title { margin: 8px 10px 0; font-size: 16px; line-height: 22px; font-weight: 600; text-align: center; text-transform: uppercase; }

.merged-1 { position: relative; z-index: 2; height: 890px; background: url('images/bg-3.jpg') center top no-repeat; }
.merged-1 .decor { position: relative; }
.merged-1 .decor:before { display: block; content: ''; position: absolute; left: -207px; top: -349px; width: 199px; height: 242px; background: url('images/decor-5.jpg') no-repeat; }
.merged-1 .decor:after { display: block; content: ''; position: absolute; right: -168px; top: -130px; width: 213px; height: 238px; background: url('images/decor-6.png') no-repeat; }

.how-we { height: 351px; padding-top: 59px; background: url('images/color-black-o50.png'); }
.how-we .block-title { color: #fff; }
.how-we .items { margin: 31px 53px 0 45px; }
.how-we .item { float: left; width: 20%; }
.how-we .item-icon { position: relative; width: 119px; height: 126px; margin: 0 auto; font: 600 70px/182px; color: #fff; text-align: center; background: url('images/how-we-items.png') no-repeat; }
.how-we .item-icon:before { display: block; content: ''; width: 25px; height: 50px; margin: -25px 0 0 -12px; position: absolute; left: -42px; top: 56px; background: url('images/sprite-1.png') -26px -25px no-repeat; }
.how-we .item-icon.icon-1:before { display: none; }
.how-we .item-icon.icon-2 { background-position: -120px 0; }
.how-we .item-icon.icon-3 { background-position: -240px 0; }
.how-we .item-icon.icon-4 { background-position: -360px 0; }
.how-we .item-icon.icon-5 { background-position: -480px 0; }
.how-we .item-title { margin-top: 5px; font-size: 16px; line-height: 20px; font-weight: 600; color: #fff; text-align: center; text-transform: uppercase; }

.request-callback-2 { margin-top: 51px; }
.request-callback-2 .block-heading { width: 750px; margin: 0 auto; text-transform: uppercase; }
.request-callback-2 .block-heading .row { background: #421b0b; background: rgba(66,27,11,0.9); text-align: center; }
.request-callback-2 .block-heading .row-1 { font: 600 76px/94px; color: #ffba00;   font-size: 1.2em;
  padding-top: 10px;
  padding-bottom: 10px;}
.request-callback-2 .block-heading .row-2 { padding-bottom: 21px; font: 600 56px/23px; color: #fff; }
.request-callback-2 .block-heading .row-3 { padding-bottom: 14px; font-size: 18px; color: #fff; }
.request-callback-2 .request-callback-1 { margin: 42px auto 0; }
.request-callback-2 .request-callback-1 .heading { padding-top: 16px; font-size: 25px; }

.portfolio { background: url('images/bg-4.jpg') center top no-repeat;height: 1150px; }
.portfolio .center-wrapper { padding-top: 57px; }
.portfolio .item { display: block; float: left; width: 350px; height: 230px; margin: 0 3px 5px; }
.aprasymas{
      float: left;
  width: 380px;
  font-size: 1.3em;
    padding-top: 40px;
      padding-left: 15px;
}
#slider2_container img, #slider1_container img{
    margin-right: auto;
    margin-left: auto;
    display: block;
    float: none;
    max-width: 100% !important;
    max-height: 100% !important;
}
.atsiliepimai{
    width: 43%;
    float: left;
    padding-left: 40px;
    padding-right: 40px;
}
.atsiliepimai p{
    font-size: 1.1em;
  padding-bottom: 20px;
}
.atsiliepimai p.vardas{
font-weight: bold;
padding-bottom: 0px;
}
.atsiliepimai p.pareigos{
font-weight: 600;
font-style: italic;
}
.portfolio .bx-wrapper { margin: 19px auto 0; }
.portfolio .bx-viewport { left: 0; border: none; background: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.portfolio .bx-controls-direction a { z-index: 1; width: 350px; height: 230px; margin: 0; background: #5e9800; }
.portfolio .bx-controls-direction a:hover { background-color: #6db000; }
.portfolio .bx-controls-direction a:active { background-color: #7dca00; }
.portfolio .bx-controls-direction a:before { display: block; content: ''; width: 25px; height: 50px; margin: -25px 0 0 -12px; position: absolute; left: 50%; top: 50%; background: url('images/sprite-1.png') no-repeat; }
.portfolio a.bx-prev { left: 3px; top: 235px; background-image: url('images/fix-1.png'); background-position: left bottom !important; background-repeat: no-repeat !important; }
.portfolio a.bx-next { right: 3px; top: 0; }
.portfolio .bx-controls-direction a.bx-prev:before { background-position: 0 -25px; }
.portfolio .bx-controls-direction a.bx-next:before { background-position: -26px -25px; }
.portfolio .bx-pager { bottom: -69px; }
.bx-pager a { width: 24px !important; height: 24px !important; margin: 0 6px !important; border-radius: 0 !important; background: url('images/sprite-1.png') -52px 0 no-repeat !important; }
.bx-pager a.active,
.bx-pager a:hover { background-position: -27px 0 !important; }

.team { height: 790px; background: url('images/bg-5.jpg') center top no-repeat; }
.team .center-wrapper { padding-top: 68px; }
.team .block-title { color: #fff; }
.team .items { width: 1010px; margin: 28px auto 0; }
.team .items img { display: block; }
.team .side { position: relative; float: left; width: 300px; height: 530px; }
.team .center { float: left; width: 400px; padding: 0 5px; }
.team .item { position: relative; float: left; margin: 0 5px 10px; cursor: default; }
.team .zoom-on-hover { overflow: hidden; }
.team .zoom-on-hover img {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.team .zoom-on-hover:hover img {
    transform: scale(1.1);
}
.team .item-text { position: absolute; left: 0; bottom: 0; color: #fff; }
.team .side .item-text .row-1 { padding-left: 25px; font: 600 28px/28px; text-transform: uppercase; }
.team .side .item-text .row-2 { padding: 0 0 24px 23px; font-size: 16px; line-height: 18px; }
.team .item .item-text { display: none; }
.team .item:hover .item-text { display: block; }
.team .item .item-text { width: 100%; height: 100%; background: url('images/color-black-o60.png'); text-align: center; }
.team .item .item-text .row-1 { padding-top: 41px; font: 600 24px/24px; text-transform: uppercase; }
.team .item .item-text .row-2 { font-size: 14px; line-height: 17px; }

.reviews { padding: 58px 0 155px 0; background:#ededed; }
.reviews .userpic { overflow: hidden; float: left; width: 188px; height: 188px; margin: 18px 0 0 13px; border-radius: 94px; }
.reviews .username { margin-left: 293px; font-size: 24px; }
.reviews .who { margin: 2px 0 0 293px; font-size: 14px; }
.reviews .review-text { margin: 19px 77px 0 293px; font-size: 15px; line-height: 17px; font-style: italic; color: #929292; text-align: justify; }

.reviews .bx-wrapper { margin: 25px auto 0; }
.reviews .bx-viewport { left: 0; border: none; background: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.reviews .bx-controls-direction a { z-index: 1; width: 22px; height: 22px; margin: 0; background: url('images/sprite-1.png') no-repeat; }
.reviews a.bx-prev { left: -50px; top: 100px; background-position: -52px -25px !important; }
.reviews a.bx-next { right: 13px; top: 100px; background-position: -52px -48px !important; }
.reviews .bx-pager { bottom: -81px; }

.last-screen { height: 900px; background: url('images/bg-6.jpg') center top no-repeat; background-size: cover; }
.last-screen .block-heading { position: relative; width: 850px; margin: 0 auto; padding-top: 90px; }
.last-screen .block-heading .row { font: bold 50px/50px; background: #421b0b; background: rgba(66,27,11,0.9); text-align: center; text-transform: uppercase; }
.last-screen .block-heading .row-1 { padding-top: 15px; color: #fff;  font-size: 2.7em;font-weight: 600; }
.last-screen .block-heading .row-2 { padding-bottom: 10px; color: #ffba00;   font-size: 2em;
  padding-top: 17px;
  line-height: 40px;font-weight: 600;}
.last-screen .block-heading:before { display: block; content: ''; position: absolute; left: -100px; bottom: -41px; width: 141px; height: 105px; background: url('images/decor-1.png') no-repeat; }
.last-screen .block-heading:after { display: block; content: ''; position: absolute; right: -99px; bottom: -35px; width: 134px; height: 95px; background: url('images/decor-4.png') no-repeat; }
.last-screen .request-callback-1 { margin: 158px auto 0; }

.footer { height: 180px; background: url('images/color-black-o30.png');  padding-top: 18px;  margin-top: 40px; }
.footer .logo { display: block; float: left; width: 224px; height: 54px; margin: 21px 0 0 113px; text-decoration: none; background: url('images/header-logo.png') no-repeat; }
.footer .center { width: 400px; margin: 0 auto; padding-top: 12px; text-align: center; }
.footer .phone { position: relative; display: inline-block; padding-left: 35px; font-size: 24px; color: #fff; }
.footer .phone:before { display: block; content: ''; width: 26px; height: 24px; position: absolute; left: 0; top: 4px; background: url('images/sprite-1.png') no-repeat; }
.footer .callback-btn { margin: 7px auto 0; }
.footer .right { float: right; text-transform: uppercase; }
.footer .right .row-1 { padding-top: 28px; font-size: 13px; color: #fff; }
.footer .right .row-2 { padding-top: 10px; font-size: 12px; font-weight: 300; color: #d9d9d9; }

/* PAGES */

.pg-main .homescreen { background: url('images/bg-1.jpg') center top no-repeat;   padding-top: 50px; background-size: cover}

.pg-gazblok .homescreen { background: url('images/bg-7.jpg') center top no-repeat; }
.pg-gazblok .homescreen .block-heading .row-2 { padding-bottom: 24px; font: bold 70px/46px; color: #ffba00; text-transform: uppercase; }
.pg-gazblok .homescreen .block-heading .row-3 { padding-bottom: 19px; margin: 0; font: bold 70px/46px; color: #fff; }
.pg-gazblok .homescreen .block-heading:after { bottom: 29px; }
.pg-gazblok .homescreen .request-callback-1 { margin: 88px auto 0; }
.pg-gazblok .solutions { height: 760px; background: url('images/bg-8.jpg') center top no-repeat; }
.pg-gazblok .merged-1 { background: url('images/bg-9.jpg') center top no-repeat; }

.pg-keramzitblok .homescreen { background: url('images/bg-10.jpg') center top no-repeat; }
.pg-keramzitblok .homescreen .block-heading .row-2 { padding-bottom: 24px; font: bold 70px/46px; color: #ffba00; text-transform: uppercase; }
.pg-keramzitblok .homescreen .block-heading .row-3 { padding-bottom: 19px; margin: 0; font: bold 67px/46px; color: #fff; }
.pg-keramzitblok .homescreen .block-heading:after { bottom: 29px; }
.pg-keramzitblok .homescreen .request-callback-1 { margin: 88px auto 0; }
.pg-keramzitblok .solutions { height: 760px; background: url('images/bg-11.jpg') center top no-repeat; }
.pg-keramzitblok .merged-1 { background: url('images/bg-12.jpg') center top no-repeat; }

.pg-kirpich .homescreen { background: url('images/bg-13.jpg') center top no-repeat; }
.pg-kirpich .homescreen .block-heading .row-2 { padding-bottom: 24px; font: bold 70px/46px; color: #ffba00; text-transform: uppercase; }
.pg-kirpich .homescreen .block-heading .row-3 { padding-bottom: 19px; margin: 0; font: bold 70px/46px; color: #fff; }
.pg-kirpich .homescreen .block-heading:after { bottom: 29px; }
.pg-kirpich .homescreen .request-callback-1 { margin: 88px auto 0; }
.pg-kirpich .solutions { height: 760px; background: url('images/bg-14.jpg') center top no-repeat; }
.pg-kirpich .merged-1 { background: url('images/bg-15.jpg') center top no-repeat; }

.pg-sip-paneli .homescreen { background: url('images/bg-16.jpg') center top no-repeat; }
.pg-sip-paneli .homescreen .block-heading .row-2 { padding-bottom: 24px; font: bold 70px/46px; color: #ffba00; text-transform: uppercase; }
.pg-sip-paneli .homescreen .block-heading .row-3 { padding-bottom: 19px; margin: 0; font: bold 70px/46px; color: #fff; }
.pg-sip-paneli .homescreen .block-heading:after { bottom: 29px; }
.pg-sip-paneli .homescreen .request-callback-1 { margin: 88px auto 0; }
.pg-sip-paneli .solutions { height: 1025px; background: url('images/bg-17.jpg') center top no-repeat; }
.pg-sip-paneli .solutions .cols { margin: 41px auto 0; }
.pg-sip-paneli .merged-1 { background: url('images/bg-18.jpg') center top no-repeat; }

#filters span{
    cursor: pointer;
}

