/*
  *(=========== Bootstrap customzation ============)*

*/
/*## Table of Content  ## ==================
===========================================================================
# 1- over ride inputs and textarea and select styling
============================================================================
# 2- over ride dropdown-menu styling
===========================================================================
# 3- over ride btn-group styling
============================================================================
# 4- over ride navbar styling
==============================================================================
# 5- over btn and btn-primary styling
=============================================================================
# 6- over pagination styling
============================================================================
# 7- over carousel styling
============================================================================
# 8- over table styling
============================================================================
# 9- over accoradain styling
============================================================================
# 10- over form-horizonta styling
============================================================================
# 11- over nav-tabs styling
============================================================================
# 12- over media-list styling
============================================================================
# 13- over well styling
============================================================================
# 14- Media qauery styling for this file
=================================================================================*/

/*# 1- over ride inputs and textarea and select styling
============================================================================*/
/*=============== inputs ==================*/
label,
input,
button,
select,
textarea {
  font-family: "Open Sans", Arial sans-serif;
  font-size: 13.5px;
  font-weight: normal;
  line-height: 20px;
  color: #444;
}
textarea {
  height: 120px;
}
select {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #f7f7f7;
}
select option {
  background: #f7f7f7;
}
select:focus {
  outline: none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-size: 14px;
}

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 {
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(0, 0, 0, 0.3);
  border-color: #aaa;
}

/*# 2- over ride dropdown-menu styling
===========================================================================*/
/*========= dropdown-menu =============*/
.dropdown-menu {
  background-color: #f0f0f0;
}
.dropdown-menu .divider {
  margin: 2px 1px;
  *margin: -5px 0 5px;
  background-color: #e0e0e0;
  border-bottom: 1px solid #fff;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #fff;
  background: #f16325;
  background-color: #f16325;
  filter: #f16325;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background: #f16325;
  background-color: #f16325;
  filter: #f16325;
}

/*# 3- over ride btn-group styling
============================================================================*/
/*============== btn-group =============*/
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > div > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 13px;
}
.btn-group > .btn-mini {
  font-size: 11.5px;
}
.btn-group > .btn-small {
  font-size: 12.9px;
}
.btn-group > .btn-large {
  font-size: 18.5px;
}
.btn-group > div > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > div > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 1;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
    inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
    inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
    inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/*# 4- over ride navbar styling
==============================================================================*/
/*=================== navbar ================*/
.navbar {
  margin: 0;
  width: 100%;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  background-color: #f5f1eb;
  background-image: none;
  filter: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar select {
  display: none;
}
.navbar .nav {
  margin: 0 auto 0;
}
.navbar .nav > li {
  line-height: 40px;
  border-right: 1px solid #c7c7c7;
  position: relative;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.navbar .nav > li:hover {
  background: #f16325;
  color: #fff !important;
}

.navbar .nav li span {
  display: none;
  color: #333;
}
.navbar .nav > li > a {
  padding: 0 8px;
  color: #505050;
  text-shadow: 0 1px 0 #ffffff;
  -moz-text-shadow: 0 1px 0 #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.navbar .nav > li:hover > a:focus,
.navbar .nav > li:hover > a:hover,
.navbar .nav > li:hover > a:focus i,
.navbar .nav > li:hover > a:hover i,
.navbar .nav > li:hover > a:focus span,
.navbar .nav > li:hover > a:hover span {
  color: #fff;
}
.navbar .nav > li:hover a {
  color: #fff;
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.navbar .nav .active a,
.navbar .nav .active a:hover,
.navbar .nav .active a:focus .navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > .active > a i,
.navbar .nav > .active > a:focus i,
.navbar .nav > .active > a:hover i,
.navbar .nav > .active > a span,
.navbar .nav > .active > a:focus span,
.navbar .nav > .active > a:hover span {
  color: #fff;
  text-decoration: none;
  background: #f16325;
  background-color: #f16325;
  filter: #f16325;
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  cursor: default;
}

/* ul nested inside ul */
.navbar .nav div {
  position: absolute;
  left: -1px;
  background: #f16325;
  z-index: 100;
  border: 1px solid #c7c7c7;
  border-top: none;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  display: none;
}
.navbar .nav div ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table-cell;
}
.navbar .nav div ul li {
  position: relative;
  margin: 0;
  padding: 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar .nav div ul li:first-child {
  border-top: none;
}
.navbar .nav div ul li a {
  color: #fff;
  white-space: nowrap;
  padding: 6px 18px;
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar .nav div ul li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}
.navbar .nav li:hover > div {
  display: block;
}

/* the third level submenu */
.navbar .nav div li div {
  left: 100%;
  top: 0;
}

/*# 5- over ride btn and btn-primary styling
=============================================================================*/
/*======== btn =======*/
.btn {
  font-size: 13px;
}
/*========== btn-primary (orange-btn) ==========*/
.btn-primary {
  border: 1px solid #f16325;
  background: #f16325;
  background: -moz-linear-gradient(top, #f4885a 0%, #f16325 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f4885a),
    color-stop(100%, #f16325)
  );
  background: -webkit-linear-gradient(top, #f4885a 0%, #f16325 100%);
  background: -o-linear-gradient(top, #f4885a 0%, #f16325 100%);
  background: -ms-linear-gradient(top, #f4885a 0%, #f16325 100%);
  background: linear-gradient(to bottom, #f4885a 0%, #f16325 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: #f16325;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #f46f35;
}

/*# 6- over ride pagination styling
============================================================================*/
.pagination {
  clear: both;
  margin: 42px 0 0;
}
.pagination ul > .active > a,
.pagination ul > .active > a:hover,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
  background: #eee;
}

/*# 7- over ride carousel styling
============================================================================*/
.carousel {
  position: relative;
  line-height: 1;
  margin: 0;
  padding: 4px;
  background: #fff;
  border: 1px solid #e0e0e0;
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
}
.carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-size: 31px;
  font-weight: 100;
  line-height: 15px;
  color: #fff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*# 6- over ride table styling
============================================================================*/
.table {
  margin: 0;
}
.table th,
.table td {
  padding: 18px 0;
  text-align: center;
  vertical-align: middle;
  border: none;
  background: url("../img/dottedBorder.png") repeat-x left bottom;
}
.table th {
  padding: 8px 0;
  background: none;
  //  font-family: 'Sanchez', serif;
  font-size: 15px;
  font-weight: normal;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table thead {
  border: 1px solid #ddd;
  background: #e7e7e7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e7e7e7 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f7f7f7),
    color-stop(100%, #e7e7e7)
  );
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e7e7e7 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e7e7e7 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e7e7e7 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e7e7e7',GradientType=0 );
}
.table td img:not(.unstyled) {
  padding: 3px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.table td img:hover:not(.unstyled) {
  border: 1px solid #d0d0d0;
}
/* td.success */
.table td.success {
  background-color: #bff4bf;
}
.table td.error {
  background-color: #f4bfbf;
}

/* td.desc */
.table td.desc,
.table th.desc {
  text-align: left;
}
.table td.desc .rating {
  list-style: none;
  padding: 0;
  margin: 6px 0;
}
.table td.desc .rating li {
  margin: 0;
  padding: 0;
  float: left;
}
.table td.desc .rating li i {
  margin: 0;
  padding: 0;
  font-size: 15px;
}
.table td.desc .rating i.star-on {
  width: 17px;
  height: 17px;
  display: block;
  background: url("../img/star-on.png") no-repeat left top;
}
.table td.desc .rating i.star-off {
  width: 17px;
  height: 17px;
  display: block;
  background: url("../img/star-off.png") no-repeat left top;
}
/* quantity */
.table td.quantity input {
  width: 25px;
  text-align: center;
}
/* sub-price */
.table td.sub-price {
  font-size: 19px;
  font-weight: 600;
}

/*# 9- over ride accoradain styling
============================================================================*/
.cart-accordain {
  margin-top: 60px;
  margin-bottom: 0;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion-heading {
  background: #e7e7e7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e7e7e7 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f7f7f7),
    color-stop(100%, #e7e7e7)
  );
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e7e7e7 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e7e7e7 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e7e7e7 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e7e7e7',GradientType=0 );
}
.accordion-heading .accordion-toggle {
  padding: 5px 14px;
  color: #444;
  /*font-family: 'Roboto Slab', serif;*/
  font-weight: 13px;
}
.accordion-heading .accordion-toggle:hover,
.accordion-heading .accordion-toggle:active {
  text-decoration: none;
}
.accordion-inner {
  padding: 14px;
  border-top: 1px solid #d6d6d6;
}

/*# 10- over ride form-horizonta styling
============================================================================*/
.form-horizontal .control-group {
  margin-bottom: 14px;
  *zoom: 1;
}
.form-horizontal .control-label {
  width: 100px;
  color: #777;
}
.form-horizontal .controls {
  margin-left: 110px;
}

/*# 11- over ride nav-tabs styling
============================================================================*/
.nav-tabs > li:first-child {
  margin-left: 8px;
}
.nav-tabs {
  border-bottom: 1px solid #c4c4c4;
}
.nav-tabs > li > a {
  color: #444;
  border: 1px solid #d2d2d2;
  background: #e9e9e9;
  background: -moz-linear-gradient(top, #e9e9e9 0%, #e2e2e2 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #e9e9e9),
    color-stop(100%, #e2e2e2)
  );
  background: -webkit-linear-gradient(top, #e9e9e9 0%, #e2e2e2 100%);
  background: -o-linear-gradient(top, #e9e9e9 0%, #e2e2e2 100%);
  background: -ms-linear-gradient(top, #e9e9e9 0%, #e2e2e2 100%);
  background: linear-gradient(to bottom, #e9e9e9 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e2e2e2',GradientType=0 );
}
.nav-tabs > li > a:hover {
  border-color: #d2d2d2 #d2d2d2 #d2d2d2;
  background: #e0e0e0;
}
.nav-tabs > li > a:active {
  border-color: #ddd #ddd #ddd;
  background: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.05);
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  background: #fff;
  filter: #fff;
}

/* opened dropdown in nav-tabs */
.nav-tabs .open > a {
  background: #555;
  background-color: #555;
  filter: #555;
}

/*# 12- over ride media-list styling
============================================================================*/
.media-list .media img {
  padding: 3px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
}
.media-list .media img:hover {
  border: 1px solid #aaa;
}

/*# 12- over ride well styling
============================================================================*/
.well {
  padding: 20px;
  margin: 0;
  background-color: #f2f2f2;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* * * СТИЛИ КНОПОК МЕНЯ ДЛЯ ПК - BEGIN * * */

/* home */
.navbar .nav.nav-regular li.home {
  background-color: #333333;
  width: 40px;
  text-align: center;
  border-left: 1px solid #c7c7c7;
}
.navbar .nav.nav-regular li.home a {
  padding: 0 10px;
  color: #fff;
  font-size: 17px;
}


/* signout */
.navbar .nav.nav-regular li.signout {
  width: 40px;
  text-align: center;
  background-color: #333333;
}
.navbar .nav.nav-regular li.signout a {
  font-size: 17px;
  color: #fff;
}

/* signin */
.navbar .nav.nav-regular li.signin {
  background-color: #333333;
  width: 40px;
  text-align: center;
}
.navbar .nav.nav-regular li.signin a {
  color: #fff;
  font-size: 17px;
}

/* user */
.navbar .nav.nav-regular li.user {
  background-color: #e60073;
  width: 40px;
  text-align: center;
}
.navbar .nav.nav-regular li.user > a {
  color: #fff;
  font-size: 17px;
}

/* shopping-cart */
.navbar .nav.nav-regular li.shopping-cart {
  background-color: #333333;
  width: 40px;
  text-align: center;
}
.navbar .nav.nav-regular li.shopping-cart a {
  color: #fff;
  font-size: 17px;
}
/* * * СТИЛИ КНОПОК МЕНЯ ДЛЯ ПК - END * * */

/* * * СТИЛИ КНОПОК МЕНЯ ДЛЯ МОБИЛОК - BEGIN * * */

/* home, signout, signin */
.navbar .nav.mobi li.home,
.navbar .nav.mobi li.signout,
.navbar .nav.mobi li.signin {
  background-color: #333333;
}
.navbar .nav.mobi li.home a,
.navbar .nav.mobi li.signout a,
.navbar .nav.mobi li.signin a {
  color: #fff;
}

/* shopping-cart */
.navbar .nav.mobi li.shopping-cart {
  background-color: #e60073;
}
.navbar .nav.mobi li.shopping-cart a {
  color: #fff;
}
/* * * СТИЛИ КНОПОК МЕНЯ ДЛЯ МОБИЛОК - END * * */

.navbar ul.mobi {
  display: none;
}
.navbar ul.mobi li {
  width: 44px;
  text-align: center;
}
.navbar ul.mobi li a {
  margin: 0 auto;
  font-size: 20px;
}

/*# 14- Media qauery styling for this file
=================================================================================*/
@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* navbar */
  .navbar .nav > li:first-child a {
    padding: 0 6px;
  }
  .navbar .nav > li a {
    padding: 0 9px;
  }
  /*.nav-tabs*/
  .blog-tab .nav-tabs > li > a {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* navbar */
  .navbar ul.nav {
    /* display: none; */
  }
  .navbar ul.mobi {
    display: none;
  }
  #adv-timer {
    display: none;
  }
}
@media (max-width: 480px) {
}

h1 span {
  font-family: "Sanchez", serif;
}

ul.icon-info .icon:before {
  color: #3a87ad;
}
ul.icon-dander .icon:before {
  color: #b94a48;
}
ul.icon-warning .icon:before {
  color: #c09853;
}
ul.icon-success .icon:before {
  color: #468847;
}

.label {
  border: 1px dashed #a1a1a1;
  text-shadow: none;
  margin: 1px 0px;
  font-weight: normal;
  font-size: 12.5px;
  line-height: 12px;
}
.label-default {
  background: transparent;
  color: #555555;
}
.label-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.label-info {
  background-color: #d9edf7;
  color: #31708f;
}
.label-success {
  background-color: #dff0d8;
  color: #3c763d;
}
.label-error {
  background-color: #f2dede;
  color: #a94442;
}
.label-pink-light {
  background-color: #fdf4f1;
  color: #a94442;
}
.label-pink-strong {
  background-color: #49423d;
  color: white;
  font-weight: bold;
}

table.table.condensed td {
  padding: 5px;
}

.padding-none * {
  padding: 0 !important;
}

a.like i {
  text-decoration: none;
}
a.active.like {
  color: #ff0000;
  cursor: pointer;
}

a.active:link {
  /*color: #fff !important;*/
  cursor: pointer !important;
}

h3 {
  text-transform: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Tahoma, Arial sans-serif;
}

.edit-crafts label.checkbox img {
  float: left;
  margin-left: -42px;
}
.edit-crafts label.checkbox {
  padding-left: 42px;
}

.pm-article .pm-content div.clearfix,
.pm-article .pm-content div.pm-content-entry,
.pm-article .pm-content div.pm-content-title {
  padding: 8px 0;
  background: url("../img/dottedBorder.png") repeat-x left bottom;
}

small {
  font-size: 12px;
}
legend {
  font-size: 19px;
}
.categories {
  margin-top: 15px;
}
.categories ul.unstyled {
  margin-top: 5px;
}
.bg-grey {
  background-color: #f5f1eb;
}
.form-horizontal .control-label {
  color: #333333;
  font-weight: bold;
}
.help-inline.error {
  font-size: 90%;
  color: #b94a48;
}

.alert.alert-error {
  background: #f4eae6;
  color: #b14b48;
}
.alert.alert-warning {
  background: #faf6e5;
  color: #ae8b52;
}

.help-inline.warning {
  color: #ae8b52;
}

a.thumbnail.active,
a.thumbnail.filter:hover {
  border: 1px solid #f16325;
}
a.thumbnail.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.thumbnail.link {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 2px;
  background: #f5f5f5;
  padding: 4px;
}
.thumbnail.link[disabled] {
  opacity: 0.7;
}
.thumbnail.link img {
  padding: 0;
}

a.uline {
  color: #333333;
  text-decoration: underline;
}

.no-shadow * {
  box-shadow: none !important;
}
.no-border *,
.no-border *:hover {
  border: none !important;
}

.opacity {
  background: #fff;
  opacity: 0.88;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
}

.align-right {
  text-align: right;
}

.inactive {
  color: #999999;
}

.use-cookie-agreement {
  width: 100%;
  height: auto;
  /*line-height: 50px;*/
  text-align: center;
  vertical-align: middle;
  background: #333333;
  background-color: #333333;
  color: white;
  margin-bottom: 10px;
  padding: 10px 0;
}

/*.snippets-sequence div.snippet{
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,1);
    border-radius: 4px;
}*/
.snippets-sequence div.snippet > a {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 1);
  border-radius: 4px;
}

.snippets-sequence div.snippet.in-editing,
.snippets-sequence a.in-editing {
  box-shadow: 0 0 10px green;
  z-index: 100;
}

.snippets-sequence > div {
  opacity: 1;
}
.snippets-sequence div:hover {
  z-index: 101;
}

.snippets-sequence.row .intermediate {
  display: none;
}

.replace-snippet-link {
  display: none;
  box-shadow: none !important;
}

@media (min-width: 768px) {
  .replace-snippet-link {
    display: block;
  }
}

.help-block.error {
  color: red;
  font-size: 10pt;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

form div.input-group {
  margin-top: 5px;
}
.text-link,
.cart-item-total {
  color: #e60073;
}
.strike-through {
  text-decoration: line-through;
}

.text-default {
  color: #777;
}

#adv-timer {
  margin-bottom: -6px;
}

.middleHeader .pattarnLogo {
  float: right;
  margin-top: -10px;
}

.middleHeader .pattarnLogo a {
  width: 178px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: -10px;
  display: block;
  font: 0/0 a;
  background: url("../images/logo-pattarn.png") no-repeat;
}

#mobile-nav-page-selector {
  display: none;
}
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
  #mobile-nav-page-selector {
    display: block;
  }
}

/* в миксере для мобилок сниппеты должны быть в два ряда или больше */
@media (max-width: 767px) {
  .next-snippets-level .span2.snippet {
    width: 140px !important;
    float: left !important;
    min-height: 1px !important;
    margin-left: 20px !important;
  }
}

h1.legend-style {
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 20px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
