/*!
 * LubnyGaz Styles
 * Copyright 2015 PlanA, Co.
 * Licensed under MIT
 */
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #1292dc;
}
p:empty {
  display: none;
}
hr {
  border-style: dashed;
}
a:focus,
button:focus,
input:focus {
  outline: none;
}
.text-small {
  font-size: 12px;
}
/* Buttons */
.btn-order {
  margin-top: 5px;
}
/* Forms */
textarea {
  min-height: 34px;
  resize: vertical;
}
.form-horizontal .image-formcode {
  display: block;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .form-horizontal .image-formcode {
    margin: 0 0 10px;
  }
}
/* Images */
.image-formcode {
  max-width: 100%;
}
/* Tables */
table:not(.table) {
  vertical-align: top;
  border-collapse: collapse;
  border: 1px solid #000;
}
table:not(.table) td {
  padding: 5px 10px;
  vertical-align: top;
  border: 1px solid black;
}
/* Navs */
.nav-links {
  padding: 0;
  list-style-type: none;
}
.nav-links:before,
.nav-links:after {
  display: table;
  content: " ";
}
.nav-links:after {
  clear: both;
}
.nav-links li {
  display: block;
  float: left;
  margin: 0 10px;
}
.nav-links li:first-of-type {
  margin-left: 0;
}
.nav-links li:last-of-type {
  margin-right: 0;
}
.nav-links li > a {
  display: block;
}
/* Navbars */
@media (max-width: 767px) {
  .navbar-default {
    border-width: 1px 0;
  }
}
@media (min-width: 768px) {
  .navbar-default {
    border: 0;
  }
  .navbar-default .nav > li {
    margin-right: 10px;
  }
  .navbar-default .nav > li > a {
    border-radius: 4px;
  }
  .navbar-default .nav > .open > a {
    z-index: 1005;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .navbar-default .nav .open .dropdown-menu {
    background: #0f7ebd;
    border: 0;
    border-top-right-radius: 4px;
  }
  .navbar-default .nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .nav .open .dropdown-menu > li > a:hover,
  .navbar-default .nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #1292dc;
  }
  .navbar-default .nav .open .dropdown-menu > .active > a,
  .navbar-default .nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #1292dc;
  }
  .navbar-default .nav .open .dropdown-menu > .disabled > a,
  .navbar-default .nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .nav .open .dropdown-menu > .disabled > a:focus {
    color: #777;
    background-color: transparent;
  }
}
.navbar-toggle {
  z-index: 1001;
  padding: 7px 10px;
  margin: 6px 0;
  border-color: #0f7ebd;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-toggle .icon-bar {
  background-color: #1292dc;
}
/* Carousel */
.carousel {
  height: 303.2px;
}
@media (max-width: 767px) {
  .carousel {
    height: 0;
    min-height: 200px;
    padding-bottom: 40%;
  }
}
.carousel-inner {
  height: 100%;
}
@media (max-width: 767px) {
  .carousel-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
  }
}
.carousel-inner > .item {
  height: 100%;
  overflow: hidden;
  background: #777 no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  border-radius: 5px;
}
.carousel-inner > .item img {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  max-width: 60%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .carousel-inner > .item img {
    max-width: 100%;
  }
}
.carousel-indicators {
  bottom: 0;
}
.carousel-caption {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  min-width: 40%;
  max-width: 90%;
  max-height: 90%;
  padding: 20px;
  color: #333;
  text-align: left;
  text-shadow: none;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .carousel-caption {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 0;
    max-width: none;
    max-height: none;
    padding: 20px 20px 40px;
    color: #fff;
    border-radius: 5px;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}
.carousel-caption:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -50%;
  content: '';
  background: #eee;
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(50%, #fff), to(#eee));
  background: transparent -webkit-linear-gradient(top, #eee 0, #fff 50%, #eee 100%);
  background: transparent -o-linear-gradient(top, #eee 0, #fff 50%, #eee 100%);
  background: transparent linear-gradient(to bottom, #eee 0, #fff 50%, #eee 100%);
  -webkit-box-shadow: 3px 6px 6px rgba(0, 0, 0, .25);
          box-shadow: 3px 6px 6px rgba(0, 0, 0, .25);
  opacity: .9;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
       -o-transform: skewX(-10deg);
          transform: skewX(-10deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
       -o-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media (max-width: 767px) {
  .carousel-caption:before {
    left: 0;
    background: #000;
    border-radius: 5px;
    opacity: .5;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    -webkit-transform-origin: auto;
        -ms-transform-origin: auto;
         -o-transform-origin: auto;
            transform-origin: auto;
  }
}
.carousel-caption > * {
  position: relative;
}
.carousel-caption > *:first-child {
  margin-top: 0;
}
.carousel-caption > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .carousel-caption h1,
  .carousel-caption h2,
  .carousel-caption h3,
  .carousel-caption h4,
  .carousel-caption h5,
  .carousel-caption h6,
  .carousel-caption .h1,
  .carousel-caption .h2,
  .carousel-caption .h3,
  .carousel-caption .h4,
  .carousel-caption .h5,
  .carousel-caption .h6 {
    color: #fff;
  }
}
.carousel-caption h3,
.carousel-caption .h3 {
  font-size: 22px;
}
/* Panels */
.panel-form .form-group:last-of-type {
  margin-bottom: 0;
}
.panel-form .form-group:last-of-type p {
  margin-bottom: 0;
}
.news-list li {
  margin-bottom: 10px;
}
.product {
  padding: 10px 0;
  margin: 0 auto;
}
.product-title {
  margin-top: 0;
  margin-bottom: 16px;
}
.product-image {
  display: block;
  margin: 0 auto 16px 0;
}
.product-offers {
  padding-left: 20px;
  margin-bottom: 0;
  list-style: none;
}
.product-offers li {
  margin-bottom: 6px;
}
.product-offers li:last-of-type {
  margin-bottom: 0;
}
.product-offers li:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-offers li:before {
  position: relative;
  width: 14px;
  padding-bottom: .1em;
  margin-right: 6px;
  margin-left: -20px;
  font-size: .8em;
  color: #3ae;
  text-align: left;
  content: "\e258";
}
.product-list {
  margin-top: -10px;
  margin-bottom: -10px;
}
.section {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .section {
    padding: 15px 0;
  }
}
.section > h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 .h1,
.section .h2,
.section .h3,
.section .h4,
.section .h5,
.section .h6 {
  margin-top: 0;
}
.section > *:last-child {
  margin-bottom: 0;
}
.section-divider {
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
}
.header {
  padding: 10px 0;
  margin-bottom: 6px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
          box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
}
@media (max-width: 767px) {
  .header {
    padding-bottom: 0;
  }
}
.header-contacts {
  font-size: 12px;
}
.header-contacts address {
  margin-bottom: 10px;
}
.header-nav-small {
  font-size: 12px;
}
@media (max-width: 768px) {
  .header-nav-small {
    margin-bottom: -43px;
  }
}
.header-nav-small .nav-links {
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .header-nav-small .nav-links {
    position: relative;
    left: 50%;
    float: left;
    margin-bottom: 6px;
  }
  .header-nav-small .nav-links li {
    position: relative;
    left: -50%;
  }
}
@media (min-width: 768px) {
  .header-nav-small .nav-links {
    float: right;
  }
}
@media (max-width: 767px) {
  .header-nav-main {
    padding-top: 42px;
  }
}
@media (min-width: 768px) {
  .header-nav-main {
    margin-top: 40px;
  }
}
.search-form {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .search-form {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0;
  }
}
.search-form .btn-default {
  color: #1292dc;
}
.search-form .btn-default:hover,
.search-form .btn-default:active {
  color: #0c6395;
}
.brand-image {
  display: block;
  margin-top: -10px;
  margin-bottom: -10px;
}
@media (max-width: 767px) {
  .brand-image {
    margin: 0 auto;
  }
}
.footer {
  position: relative;
  padding: 16px 0 10px;
  margin: 15px 0 0;
  overflow: hidden;
  font-size: 12px;
}
.footer:before {
  position: absolute;
  top: 0;
  right: -10px;
  bottom: -10px;
  left: -10px;
  display: block;
  content: '';
  background: #f7f7f7;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .25);
          box-shadow: inset 0 1px 5px rgba(0, 0, 0, .25);
}
.footer > * {
  position: relative;
}
@media (max-width: 767px) {
  .footer-nav .nav-links {
    position: relative;
    margin-bottom: 6px;
    text-align: center;
  }
  .footer-nav .nav-links li {
    display: inline-block;
    float: none;
    margin-bottom: 6px;
  }
  .footer-nav .nav-links li:first-of-type {
    margin-left: 12px;
  }
  .footer-nav .nav-links li:last-of-type {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .footer-hotline,
  .footer-designer,
  .footer-banners {
    text-align: center;
  }
}
.footer-hotline {
  color: #c112dc;
}
.footer-hotline a {
  color: #c112dc;
}
.footer-hotline a:hover,
.footer-hotline a:focus {
  color: #a60fbd;
}
@media (min-width: 768px) {
  .footer-designer {
    padding: 6.92857143px 0;
  }
}
.footer-divider {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sidebar:before {
    display: block;
    height: 43px;
    content: '';
  }
}
.sidebar-panel {
  border: 0;
  border-radius: 6px;
}
.sidebar-panel > .panel-heading {
  text-align: center;
  border: 0;
  border-bottom: 1px solid #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.sidebar-panel > .panel-body {
  background: #79c7f4;
  border: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sidebar-panel > .panel-body a:not(.btn) {
  color: #222;
  text-decoration: underline;
}
.sidebar-panel > .panel-body a:not(.btn):hover,
.sidebar-panel > .panel-body a:not(.btn):focus {
  color: #222;
}
.sidebar-panel > .panel-body label {
  font-weight: normal;
  font-weight: 400;
}
.sidebar-panel .list-group-item {
  background: #79c7f4;
  border-color: #79c7f4;
  border-top-color: #98d4f7;
  border-bottom-color: #5bbaf2;
}
.sidebar-panel .list-group-item a {
  color: #333;
}
.sidebar-panel .list-group-item a:hover,
.sidebar-panel .list-group-item a:focus {
  color: #333;
}
.sidebar-image {
  display: block;
  max-width: 100%;
  border: 1px solid #777;
  border-radius: 4px;
}
.carousel-section {
  padding-bottom: 10px;
}
.home-login-panel {
  margin-bottom: 0;
}
