.item .price, .total-amount .price{
  font-family: 'ALSRublArialRegular', Arial, sans-serif;
	float: none;
}
.cart-table .price{
display: table-cell;
  float: none;
}
.cart-table h3{
padding: 0;
  margin: 0;
}



.cart-inner{
	/*margin-top: -15px;*/
}
#header .center-align {
  position: relative;
}
.shop-name {
  background: #d8d8d8;
  border: 6px solid #ffffff;
  box-shadow: 1px 1px 2px #BBBBBB;
  clear: both;
  color: #669933;
  float: left;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 300px;
  max-height: 150px;
  overflow: hidden;
  padding: 20px 10px;
}
.shop-name:hover {
  text-decoration: none;
}
.phone {
  font-size: 24px;
  color: #797878;
  position: absolute;
  top: 50px;
  right: 460px;
  line-height: 30px;
}
.search {
  position: absolute;
  top: 50px;
  right: 230px;
  width: 217px;
}
.search .txt {
  height: 28px;
  line-height: 28px;
  padding: 0 30px 0 10px;
  width: 175px;
  border: 1px solid #c3c3c3;
  -webkit-box-bshadow: 0 0 2px #CCCCCC inset;
  -moz-box-shadow: 0 0 2px #CCCCCC inset;
  box-shadow: 0 0 2px #CCCCCC inset;
  
  color: #cecdcd;
  margin-bottom: 2px;
}
.search .txt:focus {
  color: #797878;
}
.search .btn {
  position: absolute;
  right: 8px;
  top: 8px;
  background: url(search.png) top left no-repeat transparent;
  width: 15px;
  height: 16px;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.checkbox {
  padding: 0;
  margin: -3px 5px 0 0;
}
.all_cats {
  background: none repeat scroll 0 0 #ffffff;
  color: #797878 !important;
  font-style: italic;
  height: 28px !important;
  line-height: 28px !important;
  margin-right: -18px;
  padding: 0 20px !important;
}
#index .catalog a.all_subcats {
  color: #999999;
  font-size: 100%;
  font-style: italic;
  text-decoration: underline;
  padding-top: 10px;
}
#index .catalog a.all_subcats:hover {
  text-decoration: underline;
}
a.all_subcats:active {
  text-decoration: none;
}
a.all_cats:hover {
 text-decoration: none;
}
.catalog {
  position: relative;
  left: 0;
  width: 980px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 1px #cccccc inset;
  -moz-box-shadow: 0 1px 1px #cccccc inset;
  box-shadow: 0 1px 1px #cccccc inset;
  
  background: #d8d8d8;
  border: 1px solid #c3c3c3;
}
.catalog li {
  display: inline-block;
  position: relative;
}
.catalog li a {
  height: 42px;
  line-height: 42px;
  color: #797878;
  font-size: 14px;
  padding: 0 15px;
  display: block;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
.catalog li a:hover,
.catalog li:hover {
  text-decoration: none;
  background: #ffffff;
}
.catalog ul ul a {
  border: 0!important;
}
.catalog li a:hover,
.catalog li:hover a {
  border-color: #c3c3c3;
}
.catalog ul ul li {
  display: block;
  float: none;
  position: relative;
}
.catalog ul ul li a {
  color: #797878;
  font-size: 13px;
  height: auto;
  line-height: 14px;
  padding: 3px 17px 5px;
}
.catalog ul ul {
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 1000;
  background: #eaeaeb;
  width: 150px;
  padding: 6px 0;
  border: 1px solid #c3c3c3;
}
.catalog ul ul li a:hover,
.catalog ul ul li:hover,
.catalog ul ul li a.active {
  background: #ffffff;
}
.catalog ul ul ul {
  background: #eaeaeb;
  left: 150px;
  top: -1px;
}
.catalog ul ul ul ul {
  top: -7px;
}
.catalog ul ul ul li a:hover,
.catalog ul ul li a.active {
  color: #669933;
}
.catalog ul ul {
  display: none;
}
.no-touch .catalog ul li:hover>ul {
  display: block;
}
.touch .catalog .touch-active .sub,
.touch .catalog ul.sub li.touch-active .subsub,
.touch .catalog .sub.touch-active .subsubsub {
  display: block;
}
.catalog-arrow {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
  position: absolute;
  right: 5px;
  top: 0;
  vertical-align: middle;
  width: 10px;
}
a.catalog-arrow:hover {
  text-decoration: none;
}
/* главная */
.slider,
#slider {
  width: 760px;
  height: 225px;
  overflow: hidden;
  position: relative;
}
.slider .image {
  width: 760px;
  height: 225px;
  display: none;
  background-position: center center;
  background-repeat: no-repeat;
}
.slider .image:first-child {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.navigation {
  position: absolute;
  top: 20px;
  right: 20px;
  /*background: url("trp.png") repeat scroll left top transparent;*/
  padding: 3px;
  z-index: 10;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.navigation a {
  background: #A9A9A9;
  color: #A9A9A9;
  font-size: 1px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline;
  float: left;
  margin-left: 2px;
  text-decoration: none;
}
.navigation a:hover {
  text-decoration: none;
}
.navigation a:first-child {
  margin-left: 0;
}
.navigation a.activeSlide {
  background: #848484;
  color: #848484;
}
#index .catalog {
  width: auto;
  overflow: hidden;
  padding: 18px;
  margin-bottom: 15px;
  height: auto;
}
  #index #header-bg {
  height: px;
}
#index #header {
  height: auto;
  margin-top: -px;
}
#index #header .center-align {
  height: auto;
  overflow: hidden;
}
#index .catalog a {
  color: #ffffff;
  font-weight: bold;
  height: auto;
  line-height: 120%;
  border: none;
  padding: 0;
}
#index .catalog a span {
  color: #797878;
  font-size: 85%;
}
#index .catalog ul ul a {
  color: #797878;
  text-decoration: underline;
  font-size: 110%;
}
#index .catalog ul ul {
  padding: 5px 0 0 0;
}
#index .catalog ul ul a:hover {
  text-decoration: none;
}
#index .catalog li a:hover,
#index .catalog li:hover a,
#index .catalog li:hover {
  background: transparent;
}
#index .catalog ul li {
  display: inline-block;
  float: none;
  width: 18%;
  padding-right: 15px;
  margin-bottom: 2px;
  vertical-align: top;
}
#index .catalog ul ul ul {
  top: 0;
  left: 0;
  padding-left: 10px;
  padding-bottom: 3px;
}
#index .catalog ul ul ul a {
  /*font-size: 93%;*/
}
#index .catalog ul ul {
  position: relative;
  display: block;
  width: auto;
  float: none;
  top: 0;
  left: 0;
  border: 0;
  background: transparent;
}
#index .catalog ul ul li {
  display: block;
  float: none;
  width: auto;
}
#index .catalog > ul > li {
  margin-top: 18px;
}
#index .catalog > ul {
  margin-top: -18px;
}
#index .breadcrumbs {
  display: none;
}
#index #sideLeft,
#one-column #sideLeft {
  display: none;
}
#index #content,
#one-column #content {
  padding: 0;
}
#index .left-part {
  width: 760px;
  overflow: hidden;
}
#index .right-part {
  width: 210px;
  overflow: hidden;
}
#index .prod-block {
  margin-right: 11px;
}
#index .prod-block.side {
  margin-right: 0px;
}
#index2 .left-part {
  width: 760px;
  overflow: hidden;
}
#index2 .right-part {
  width: 210px;
  overflow: hidden;
}
#index2 .prod-block {
  margin-right: 11px;
}
#index2 .prod-block.side {
  margin-right: 0px;
}
.seo-description {
  font-size: 93%;
}
.editor-content.seo-description {
  line-height:115%;
}
.seo-description.editor-content p {
  margin-bottom: 5px;
}
.main-banner {
  width: 760px;
  height: 225px;
  margin-bottom: 10px;
  overflow: hidden;
}
 .banner-block {
  margin-bottom: 12px;
  background: none repeat scroll 0 0 #d8d8d8;
  border: 5px solid #ffffff;
  margin-bottom: 12px;
  padding: 10px;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
  margin: 0px auto 0;
  width: 985px;
  padding: 0 10px 50px 10px;
  height: 1%;
  position: relative;
}
#middle:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

#content {
  padding: 0 0 0 223px;
}
#index2 #content{
  padding: 20px 0 0 0;
}
.breadcrumbs {
  font-size: 110%;
  position: relative;
  height: 64px;
  line-height: 64px;
}
.breadcrumbs a {
  color: #797878;
}
/* collection */
.seo-content {
  font-size: 90%;
  padding-top: 20px;
}
.sorting-wrap {
  overflow: hidden;
  margin-bottom: 20px;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 1px 6px;
  color: #797878;
}
.pagination a:hover {
  text-decoration: none;
}
.pagination span {
  background: #ffffff;
  color: #333;
  font-weight: bold;
}
/* product block */
.prod-block {
  display: inline-block;
  vertical-align: top;
  border-right: 1px dotted #c3c3c3;
  margin-right: 13px;
  width: 351px;
  /*padding-top: 20px;*/
}
.prod-block.side {
  margin-right: 0;
  border-right: 0;
}
.prod-block.first .prod-block-inner {
  border-top: 0;
  padding-top: 0;
}
.prod-block.side .prod-block-inner {
  margin-right: 0;
}
.prod-img {
  width: 170px;
  overflow: hidden;
  margin-right: 5px;
  position: relative;
}
.transparent {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.prod-block .transparent {
  width: 170px;
  height: 170px;
}
.not-avl .prod-info {
  opacity: 0.3;
}
.prod-block-inner {
  margin-right: 15px;
  border-top: 1px dotted #c3c3c3;
  overflow: hidden;
  padding-bottom: 18px;
  padding-top: 30px;
}
.prod-img  a.img {
  width: 160px;
  height: 160px;
  display: block;
  border: 5px solid #ffffff;
  margin-bottom: 5px;
}
.add_to_compare {
  color: #797878;
}
.prod-block .prod-info {
  width: 160px;
  overflow: hidden;
}
.prod-block .prod-info h2 {
  margin-bottom: 10px;
  height: 59px;
  overflow: hidden;
  word-wrap: break-word;
}
.prod-block .price {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}

.prod-block .prod-descr {
  font-size: 93%;
  line-height: 100%;
  height: 56px;
  overflow: hidden;
}

button .is-active .circle {
    background: #06c;
    color: #fff;
}
/* buttons */
.buy_button {
  background: url(loaded_button_image.png) left top repeat-x #669933;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  padding: 0 18px 2px 18px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 0;
  margin: 0;
  font-family: Trebuchet MS, sans-serif;
  height: 30px;
  line-height: 28px;
  cursor: pointer;
}
.buy_button.order_button {
  background: url(button_bg.png) left top repeat-x ;
  padding: 0px 12px;
}
a.buy_button {
  line-height: 30px;
  padding-bottom: 0px;
}
a.buy_button:hover {
  text-decoration: none;
}
/*.quantity_input {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  font-family: Trebuchet MS, sans-serif;
  font-size: 13px;
  height: 31px;
  line-height: 26px;
  margin: 0;
  padding: 0 8px;
  text-align: center;
  
  margin-right: 2px;
  width: 30px;
}*/
.button {
  margin: 0;
  background: url("button_bg.png") repeat-x scroll left top #a3a3a3;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
  padding: 0 18px 2px 18px; 
  border-radius: 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px;
  border: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Trebuchet MS, sans-serif;
  height: 30px;
  line-height: 28px;
}
#sideLeft .style-block .button {
  display: block;
  width: 100%;
}
.price-filter {
  margin-bottom: 10px;
}
.price-filter .txt {
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  width: 45px;
  border: 1px solid #c3c3c3;
  -webkit-box-shadow: 0 0 2px #CCCCCC inset;
  -moz-box-shadow: 0 0 2px #CCCCCC inset;
  box-shadow: 0 0 2px #CCCCCC inset;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #cecdcd;
  margin-bottom: 2px;
}
.price-filter .txt:focus {
  color: #797878;
}
.price-filter-wrap {
  padding-bottom: 20px;
  border-bottom: 1px dotted #c3c3c3;
  margin-bottom: 15px;
}
.filter-wrap {
  padding-bottom: 15px;
  border-bottom: 1px dotted #c3c3c3;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.filter-wrap a {
  color: #797878;
  padding: 1px 15px;
  display: block;
  line-height: 16px;
}
.filter-wrap a.active {
  color: #333333;
  background: #eaeaeb;
  font-weight: bold;
}
.filter-wrap a:hover {
  text-decoration: none;
  background: #eaeaeb;
}
.filter-wrap ul {
  margin-left: -15px;
  margin-right: -15px;
}
.filter-wrap a {
  
}
.compare-sidebar {
  border-bottom: 1px dotted #c3c3c3;
  margin-bottom: 15px;
}
.compare-sidebar li {
  margin-bottom: 15px;
  overflow: hidden;
}
.compare-sidebar .img {
  display: none;
  width: 54px;
  height: 54px;
  margin-right: 10px;
}
.compare-sidebar img {
  max-width: 50px;
  max-height: 50px;
  border: 2px solid #ffffff;
}
.compare-sidebar .comp-info {
  display: block;
  width: 145px; /* 95 */
  overflow: hidden;
  font-size: 14px;
  color: #797878;
  /*padding-top: 4px;*/
  text-decoration: underline;
}
.compare-sidebar a.comp-info:hover {
  text-decoration: none;
}
.compare-sidebar .del {
  color: #cc5656;
  font-size: 116%;
  font-weight: bold;
  width: 12px;
  text-align: center;
  /*line-height: 54px;*/
}
.compare-sidebar a.del:hover {
  text-decoration: none;
}
#sideLeft .compare-wrap input.button {
  width: 50%;
  padding: 0 0 2px;
}
.button2 {
  background: url("button_bg.png") repeat-x scroll left top ;
}
.button, .buy_button {
  border: 1px solid #c3c3c3 !important;
}
/* small product list in sidebars */
.small-prod-list li {
  overflow: hidden;
  margin-bottom: 15px;
}
.small-prod-list .title {
  font-size: 116%;
  color: #797878;
  text-decoration: underline;
  margin-bottom: 10px;
  display: block;
}
.small-prod-list a.title:hover {
  text-decoration: none;
}
.small-prod-list img {
  border: 2px solid #ffffff;
  max-height: 48px;
  max-width: 48px;
  vertical-align: middle;
  margin-top: -2px;
}
.small-prod-list .img {
  display: block;
  height: 50px;
  margin-right: 10px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #ffffff;
  background: #ffffff;
}
.small-prod-list .buyzone {
  padding-top: 5px;
}
.small-prod-list .price {
  font-size: 116%;
  font-weight: bold;
  color: #333333;
}
.small-prod-list .old-price {
  text-decoration: line-through;
}
.buyzone p {
  margin-bottom: 10px;
}
/* product */
.product .title {
  color: #333333;
  text-decoration: underline;
}
.photo {
  position: relative;
  width: 250px;
  margin-right: 35px;
}
.params {
  font-size: 93%;
}
.params td {
  width: 50%;
  padding-right: 20px;
}
.photo .img {
  width: 240px;
  height: 239px;
  padding: 5px;
  border: 5px solid #ffffff;
  display: block;
   text-align: center;
  line-height: 239px;
  background: #ffffff;
}
.photo .big-image {
  max-width: 240px;
  max-height: 239px;
  vertical-align: middle;
  margin-top: -2px;
}
.photo .big-transparent {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.photo img {
  
}
.product-wrap {
  overflow: hidden;
  margin-bottom: 30px;
}
/*
.gallery a{
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  padding: 3px;
  border: 3px solid #ffffff;
  margin: 6px;
  margin-left: 2px;
  -webkit-box-shadow: 0px 0px 2px #ccc;
  -moz-box-shadow: 0px 0px 2px #ccc;
   box-shadow:0px 0px 2px #ccc;
  background-color: #ffffff;
}*/
.gallery a.side {
  margin-right: 0;
}
.prods-paginate {
  line-height: 52px;
  padding-bottom: 8px;
  height: 52px;
  border-top: 1px dotted #c3c3c3;
  border-bottom: 1px dotted #c3c3c3;
  margin-bottom: 20px;
}
.prods-paginate a {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
.prods-paginate a:hover {
  text-decoration: none;
  color: #797878;
}
.prods-paginate a span {
  font-size: 24px;
  font-weight:  bold;
  color: #ffffff;
  position: relative;
  bottom: -2px;
}
.prods-paginate a span.prev {
  margin-right: 15px;
}
.prods-paginate a span.next {
  margin-left: 15px;
}
.product .buyzone {
  line-height: 150%;
  font-size: 150%;
  color: #333333;
  font-weight: bold;
  margin-bottom: 18px;
  overflow: hidden;
}
.product .buyzone span {
  margin-right: 8px;
}
.related_prods {
  margin-bottom: 20px;
  border-bottom: 1px dotted #c3c3c3;
}
/* quantity */
/*.product .buyzone .quantity_input,
.cart-table .quantity_input {
  padding: 0 9px 0 2px;
}*/
/*.product .buyzone .minus,
.cart-table .minus {
  width: 8px;
  height: 4px;
  top: 17px;
  right: 1px;
  background: url(arrows.png) bottom center no-repeat;
}
.product .buyzone .plus,
.cart-table  .plus {
  width: 8px;
  height: 4px;
  background: url(arrows.png) top center no-repeat;
  top: 10px;
  right: 1px;
}*/
/*.arrows {
  position: relative;
  z-index: 100;
  width: 45px;
  line-height: 15px;
  margin: 0 5px;
}
.arrows span {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  margin: 2px 0;
  border: 1px solid #ccc;
  width: 15px;
  height: 15px;
}
span.plus {
  margin-bottom: 5px;
}
span.minus {
  margin-top: 16px;
}

.arrows span:hover {
  color: #333333;
}
*/
.product .buyzone input {
  margin-top: -1px;
}
.variants div {
  margin-bottom: 18px;
}
.variants label {
  margin-right: 10px;
}
.params {
  margin-bottom: 18px;
}
/* reviews */
.review-form h3 {
  color: #333333;
}
.reviews li {
  border-bottom: 1px solid #c3c3c3;
  list-style: none outside none;
  padding: 10px 0;
}
.reviews li.last {
  border: 0;
}
.review_details {
  color: #333333;
}
/* subcollection */
.sub-block {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  text-align: center;
  font-size: 120%;
  margin-right: 12px;
  margin-bottom: 10px;
}
.sub-block.side {
  margin-right: 0;
}
.sub-block .img {
  width: 160px;
  height: 160px;
  display: block;
  border: 5px solid #ffffff;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 2px #ccc;
  -moz-box-shadow: 0px 0px 2px #ccc;
   box-shadow: 0px 0px 2px #ccc;
}
.sub-block a {
  color: #797878;
  text-decoration: underline;
}
.sub-block a:hover {
  text-decoration: none;
}
/* cart */
.cart-table {
  width: 100%;
  margin-bottom: 20px;
}
/*.coupon {
  line-height: 30px;
}*/
.cart-table td {
  text-align: center;
  vertical-align: middle;
}
.cart-table tr td.item-title {
  text-align: left;
}
.cart-table tr td.item-title a {
  color: #333333;
}
/*
.coupon lable {
  color: #333333;
  font-size: 160%;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.coupon .txt {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  width: 145px;
  border: 1px solid #c3c3c3;
  -webkit-box-shadow: 0 0 2px #CCCCCC inset;
  -moz-box-shadow: 0 0 2px #CCCCCC inset;
   box-shadow: 0 0 2px #CCCCCC inset;
  Liquid error: Unknown operator border_radius
  color: #797878;
}
*/
/*.cart-table tbody td {
  padding: 10px 15px;
}*/
#cartform .buy_button {
  padding: 0 30px 2px;
}
.cart-table tfoot td {
  padding: 10px 5px;
  font-size: 18px;
  text-align: right;
}
/*#cartform .total-amount {
  color: #333333;
  display: inline;
  float: right;
  font-size: 160%;
  line-height: 26px;
  margin-right: 50px;
}
#cartform .total-amount #total_price {
  font-size: 145%;
  font-weight: bold;
  color: #669933;
  bottom: -2px;
  position: relative;
}*/
.cart-table .price {
  font-family: 'ALSRublArialRegular', Arial, sans-serif;
 font-size: 150%; 
  font-weight: bold;
  color: #333333;
}
.cart-table .price.total-price {
  color: #669933;
}
.price {
  white-space: nowrap;
}
.cart-table td.item-title {
  padding-left: 0;
}
.cart-table td.del {
  padding-right: 5px;
}
.cart-table .quantity input {
  width: 30px;
  text-align: center;
}
.cart-table .del {
  font-size: 125%;
  font-weight: bold;
}
.cart-table .del a {
  color: #CC5656;
}
.cart-table .del a:hover {
  text-decoration: none;
}
.cart-table tfoot .discounts td {
  font-size: 18px;
}
.cart-table tfoot .discounts td .price {
  font-size: 16px;
}
.cart-table tfoot .discounts td .price span {
  font-size: 12px;
}
.cart-table .img {
  display: block;
  width: 100px;
  height: 100px;
  padding: 4px;
  border: 1px solid #ff0000;
}
.cart-table .quantity div {
  width: 90px;
  line-height: 30px;
  overflow: hidden;
}
/*
.cart-table .quantity span {
  font-size: 20px;
  color: #333333;
}*/
.cart-table .arrows {
  margin: 0 10px;
}
#wrapper .cart-table .plus,
#wrapper .cart-table .minus {
 right: 5px;
}
/*blog*/
.blog h1 {
  text-transform: uppercase;
}
.blog {
  border-bottom: 1px dotted #c3c3c3;
  padding-bottom: 25px;
}
.blog div {
  font-size: 116%;
}
.article .editor-content {
  font-size: 116%;
  margin-bottom: 50px;
}
.article h1 {
  color: #669933;
  text-transform: uppercase;
}
.article h1.article-title {
  color: #000;
  text-transform: none;
  font-size: 30px;	
}
.date {
  margin-bottom: 10px;
  margin-top: 7px;
  color: #333333;
}
.blog .date {
  font-size: 80%;
}
ul.comments li {
  list-style:none;
  border-bottom: 1px solid #c3c3c3;
  list-style: none outside none;
  padding: 10px 0;
}
ul.comments li.last {
  border: 0;
}
#comment_form,
#review_form {
  border-bottom: 1px dotted #c3c3c3;
  border-top: 1px dotted #c3c3c3;
  margin-top: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
}
#comment_form .notice {
  font-style: italic;
  margin-bottom: 15px;
}
#comment_body {
  border: 1px solid #c3c3c3;
  display: block;
  margin-bottom: 7px;
  margin-top: 3px;
  width: 243px;
}
#comment_form small {
  font-size: 11px;
}
#comment_form input.txt,
#review_form input.txt {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  width: 195px;
  border: 1px solid #c3c3c3;
  -webkit-box-shadow: 0 0 2px #CCCCCC inset;
  -moz-box-shadow: 0 0 2px #CCCCCC inset;
   box-shadow: 0 0 2px #CCCCCC inset;
  
  color: #797878;
  margin-bottom: 3px;
}
#comment_form textarea,
#review_form textarea { 
  padding: 0px;
  width: 100%;
  border: 1px solid #c3c3c3;
  -webkit-box-shadow: 0 0 2px #CCCCCC inset;
  -moz-box-shadow: 0 0 2px #CCCCCC inset;
   box-shadow: 0 0 2px #CCCCCC inset;
  
  color: #797878;
  margin-bottom: 3px;
}
.rating_wrapper {
  overflow: hidden;
  margin-bottom: 10px;
}
.comment-form label,
#review_form label {
  display: block;
}
#captcha {
  padding-top: 3px;
  overflow: hidden;
}
#captcha_challenge {
  float: left;
  display: inline;
}
#captcha_challenge a {
  vertical-align: top;
}
.error {
  color: red;
 }
.input-error {
  border-color: red !important;
}
/* compare */
.compare_show_similar {
  display: none;
}
#compare_div .del_compare {
  font-size: 135%;
  color: #cc5656;
  float: right;
  margin-right: 35px;
}
#compare_div a.del_compare:hover {
  text-decoration: none;
}
.compare_image {
  display: block;
  /*margin: 0 auto;*/
  width: 100px;
  height: 100px;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0 0 2px #CCCCCC;
  -moz-box-shadow: 0 0 2px #CCCCCC;
  box-shadow: 0 0 2px #CCCCCC;
  margin-bottom: 15px;
}
#compare_div .tfoot {
  padding-right: 15px;
}
#compare_div h3 {
  font-size: 125%;
  margin-bottom: 3px;
}
#compare_div h3 a {
  color: #333333;
  font-size: 12px;
}
#compare_div .price {
  color: #669933;
}
#compare_div tfoot th {
  /*  border-top: 1px #C3C3C3 dotted;*/
  padding-top: 15px;
}
#compare_div thead .dots th {
  /* border-bottom: 1px #C3C3C3 dotted;*/
  padding-bottom: 15px;
  text-align: left;
}
#compare_table {
  width: 100%;
  text-align: left;
}
#compare_table tbody tr.even {
  background: #d8d8d8;
}
  #compare_table tbody td {
  color: #333333;
  font-size: 12px;
  text-align: left;
  padding: 5px 0;
}
#compare_table .special-price {
  margin-bottom: 20px;
}
#compare_table td {
  max-width: 144px;
  width: 144px;
  word-wrap: break-word;
}
#compare_table tbody tr th {
  text-align: left;
  padding-left: 4px;
}
/*
#compare_table thead th {
  text-align: left;
}
.compare_show_similar {
  display: none;
}
#compare_div .del_compare {
  font-size: 135%;
  color: #cc5656;
}
#compare_div a.del_compare:hover {
  text-decoration: none;
}
.compare_image {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0 0 2px #CCCCCC;
  -moz-box-shadow: 0 0 2px #CCCCCC;
  box-shadow: 0 0 2px #CCCCCC;
  margin-bottom: 15px;
}
#compare_div .tfoot {
  padding-right: 15px;
}
#compare_div h3 {
  font-size: 125%;
  margin-bottom: 3px;
}
#compare_div h3 a {
  color: #333333;
}
#compare_div .price {
  color: #669933;
}
#compare_div tfoot th {
  border-top: 1px #c3c3c3 dotted;
  padding-top: 15px;
}
#compare_div thead .dots th {
  border-bottom: 1px #c3c3c3 dotted;
  padding-bottom: 15px;
}
#compare_table {
  width: 100%;
}
#compare_table tbody td {
  color: #333333;
  font-size: 110%;
}
#compare_table .special-price {
  margin-bottom: 20px;
}
#compare_table td {
  max-width: 144px;
  width: 144px;
  word-wrap: break-word;
}
*/
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
  float: left;
  width: 210px;
  margin-left: -100%;
  position: relative;
  background: transparent;
}
.style-block {
  /*padding: 18px;*/
  padding: 12px;
  -webkit-box-shadow: 0 1px 1px #cccccc inset;
  -moz-box-shadow: 0 1px 1px #cccccc inset;
  box-shadow: 0 1px 1px #cccccc inset;
  
  background: #d8d8d8;
  border: 1px solid #c3c3c3;
  margin-bottom: 13px;
  overflow: hidden;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideRight {
  float: left;
  margin-right: -3px;
  width: 210px;
  margin-left: -210px;
  position: relative;
  background: transparent;
}
#right-column #sideLeft {
  display: none;
}
#right-column #content {
  padding: 0 223px 0 0
}
/* Footer
-----------------------------------------------------------------------------*/

.main-clear {
  clear: both;
  height: 1px;
}
.decoration {
  text-decoration: underline;
}
a.decoration:hover {
  text-decoration: none;
}
.fr {
  float: right;
  display: inline;
}
.fl {
  float: left;
  display: inline;
}
.disabled {
  cursor: text;
  opacity: 0.7;
}
.nomargin {
  margin: 0;
}
.editor-content ul,
.editor-content ol {
  padding-left: 16px;
  margin-bottom: 16px;
}
.editor-content ul li {
  list-style-type: disc;
  list-style-position: outside;
}
.editor-content ol li {
  list-style-type: decimal;
  list-style-position: outside;
}
.editor-content p {
  margin-bottom: 15px;
}
.editor-content a {
  color: #669933;
}
.iefix {
 display: none;
}
/* add product notification */
#add_product_notification {
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #d8d8d8;
  border: 1px solid #c3c3c3;
  -webkit-box-shadow: 0 1px 1px #cccccc inset;
  -moz-box-shadow: 0 1px 1px #cccccc inset;
  box-shadow: 0 1px 1px #cccccc inset;
  margin-bottom: 13px;
  overflow: hidden;
  font-size: 14px;
  color:#333333;
}
#add_product_notification h3 {
  font-weight: normal;
}
#own_preloader {
  z-index: 1000;
  text-align: center;
  vertical-align: middle;
  width: 390px;
  height: 106px;
}
#shadowbox_container {
  overflow: hidden;
}
#shadowbox_nav_previous {
  background-repeat: no-repeat;
  height: 100%!important;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%!important;
  z-index: 999;
  background-position: -600px!important;
  background-image: url(previous2.png)!important;
  filter: none!important;
}
#shadowbox_nav_close {
  z-index: 1000;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid #FFFFFF;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  padding: 3px;
  position: absolute;
  right: -10px;
  top: 5px;
  -webkit-box-shadow: 2px 5px 5px #000000;
  -moz-box-shadow: 2px 5px 5px #000000;
  box-shadow: 2px 5px 5px #000000;
}
#shadowbox_nav_next {
  background-repeat: no-repeat;
  height: 100%!important;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%!important;
  z-index: 999;
  background-position: -600px!important;
  background-image: url(next2.png)!important;
  filter: none!important;
}
a#shadowbox_nav_next:hover {
  background-position: 90% 50%!important;
}
a#shadowbox_nav_previous:hover {
  background-position: 10% 50%!important;
}
#shadowbox_info,
#shadowbox_info_inner {
  position: static!important;
}
.prod-block {
  position: relative;
}
.tooltip {
  display: none;
  height: auto;
  z-index: 100;
  background: #eaeaeb;
  font-size: 93%;
  line-height: 100%;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 0px 15px #ccc;
  -moz-box-shadow: 0px 0px 15px #ccc;
  box-shadow: 0px 0px 3px #ccc;
  background: none repeat scroll 0 0 #EAEAEB;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 3px #CCCCCC;
  display: none;
  height: auto;
  opacity: 0.95;
  padding: 6px 10px;
  position: absolute;
  right: 10px;
  top: 90px;
  width: 170px;
  min-height: 60px;
  color: #797878;
}
.prod-descr.init-tooltip {
  cursor: help;
}
.prod-block.first .tooltip {
  top: 60px;
}
.discounts-list {
  font-size: 18px;
  padding: 10px 5px;
  text-align: right;
}
.discounts-list .price {
  font-size: 16px;
  color: #333333;
}
/* стили для нового выбора модификаций */
.variants .select-wrapper div{
  margin-bottom: 0;
}
.variants .select-wrapper input[type="radio"]{
  margin-top: 0;
}
.variants .select-wrapper span{
  display: inline-block;
  border: 1px solid #CCCCCC;
  color: #797878;
  font-family: Trebuchet MS, sans-serif;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  margin: 0 5px 0 0;
  padding: 0 8px;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.variant-span--active,
.variants .select-wrapper span.active{
  border-color: #DBDBDB;
  background: #EAEAEB;
}
.variants .select-wrapper span:hover{
  border-color: #DBDBDB;
  background: #EAEAEB;
}
.footcopy {margin-top:50px; text-align: right;}
#menu > li a, #menu2 > li a {transition:padding 0.3s;}
#menu > li:hover a, #menu2 > li:hover a {padding-left:16px;padding-right:11px;}

#result-ajax {border-radius: 0px; border: none; box-shadow: 0 8px 38px rgba(0, 0, 0, 0.3); padding: 14px 0px; margin-top: 15px; width: 575px; white-space: normal;}
#result-ajax .ajax-header {font-size: 2rem; margin-bottom: 1rem; display: block; color: #000; padding: 0 10px;}
#result-ajax ul {list-style: none; padding-left: 0;} 
#result-ajax ul li {padding: 0 10px;}
#result-ajax ul li:nth-child(2n) {background: #e3e3e3;}
#result-ajax:before {content: ''; border: 15px solid transparent; border-bottom: 15px solid #fff; display: block; position: absolute; top: -30px; left: 50%; margin-left: -15px;}
#result-ajax .wrapper-ajax a > span {display: inline-block; width: calc(100% - 80px); vertical-align: middle;}
#result-ajax .search-item-price {display: inline-block; width: 80px; vertical-align: middle; font-weight: bold; text-align: right; }
#result-ajax .search-item-price > span {font-size: inherit !important;}
#result-ajax a {display: block; padding: .3rem 0;}

.offer-accept-notice {margin: 10px 0;}


.collection_seo_filters {
    margin-bottom: 25px;
    background: white;
    padding: 25px;
    border-radius: 5px;
}
.collection_seo_filters a {
    color: #0066cc;
}
table.prod_params {
    width: 100%;
}
table.prod_params td {
    width: 50%;
    padding: 4px 10px;
}
table.prod_params tr:nth-child(odd) {
    background: #005ab236;
}
table.prod_params tr:nth-child(even) {
    background: #efefef;
}
.btn-pay.predzakaz {
    width: 120px;
    font-size: 16px;
}
.predzakaz_ok {
    display:none;
}
.predzakaz_ok {
    padding: 10px 0 0;
}
  #opaco-mod-fast-order{
    position: absolute;
    opacity: 0.8;
    background-color: rgb(0, 0, 0);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  
  
  input,button,
  textarea, a {
    outline:none;
  }
  
  .req{
    color:red;
    padding-left: 3px;
  }
  
  .send-but{
    line-height: 19px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    background-color: yellow;
    border: 0;
    font-size: 19px;
    width: 156px;
    height: 28px;
    color: #000;
    display: inline-block;
    text-align: center;
    /*margin-top: 22px;*/
  }
  
  #mod-fast-call, .mod-fast-order {  
    text-align: center;
    background-color: #fff;
    position: fixed;
    left:50%;
    top:50%;
    width:244px;
    z-index: 1000;
    display:none; 
    padding: 14px 22px;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
  }

  #mod-fast-call, .mod-fast-order .mod-fast-order-close {
    cursor: pointer;
    position: absolute;
    background-image: url(https://static.insales-cdn.com/assets/1/3681/1756769/1654227165/close.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 27px;
    height: 27px;
    top: -13px;
    right: -13px;
    background-color: transparent;
    border: none;
  }
  
  
  .mod-fast-order input[type="text"], .input-field input[type="password"] {
    display: table-cell;
    width: 100%;
    height: 35px;
    padding: 0 15px;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffffffff', GradientType=0);
    -webkit-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.25);
  }
  
  #fo-comment {
    display: table-cell;
    width: 100%;
    padding: 0 15px;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffffffff', GradientType=0);
    -webkit-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.25);

  }
  
  #mod-fast-call h3, .mod-fast-order h3 { padding-left: 10px; }
  #mod-fast-call .errors, .mod-fast-order .errors { color:#900; }
  #mod-fast-call input, #mod-fast-call textarea, .mod-fast-order input, .mod-fast-order textarea {
   padding: 0 5px; 
 }
 #mod-fast-call label, .mod-fast-order label { display:block; font-size: 16px; text-align: left; line-height: 16px; font-weight: normal;}
 #mod-fast-call input, .mod-fast-order input { width: 100%; margin-bottom: 14px;}


 #mod-fast-call textarea, .mod-fast-order textarea { width:100%; height:100px; margin-bottom: 15px; padding-top: 5px;max-width: 100%; }

 #mod_fast_checkout {
   text-align: center;                 
 }

 #mod_fast_checkout input[type="text"] {
   background: #fff;
   border: none;
   width: 205px;
   height: 47px;  
   margin-bottom: 18px;
   padding: 0 5px;

 }

 #mod_fast_checkout button {
   width: 205px;
   height: 81px;       
   text-transform: uppercase; 
   border: none;
   cursor: pointer;
   font-weight: bold;
   font-size: 27px;
   line-height: 81px;       
 }

 #opaco-mod-fast-call-link, #opaco-mod-fast-order {
  background-color: #000000;
  left: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE8 */
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); /* IE5+ */
  filter: alpha(opacity=70);/* IE4- */
  moz-opacity: 0; /* Mozilla */
  -khtml-opacity: 0; /* Safari */
  opacity: 0.8;  /* general CSS3 */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#fo-phone{display: table;width: 177px; text-align: left;}
.row_w.row-error input {
    background: #ff00002b !important;
}
.not_available {
    margin-top: 7px;
    display: inline-block;
}
.actions_block {
    background: white;
    margin-bottom: 15px;
}

.actions_block [class*="col-"] {
  display: none;
}

.actions_block [class*="col-"]:first-child, .actions_block [class*="col-"]:nth-child(2), .actions_block [class*="col-"]:nth-child(3), .actions_block [class*="col-"]:nth-child(4) {
    display: block;
}

.action_block img {
  height: auto !important;
}


















.action_block{
  .btn-order input[type="submit"] {
    width: 90px;
    height: 26px;
    font-size: 16px;
  }
}









/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
*/

/*
@-webkit-viewport   { width: 1024px; }
@-moz-viewport      { width: 1024px; }
@-ms-viewport       { width: 1024px; }
@-o-viewport        { width: 1024px; }
@viewport           { width: 1024px; }*/



.container-fluid.cfm {
    margin: 0 auto;
}  

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
  padding: 0 !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    max-width: 100%;
  max-height: auto;
}
iframe{
      max-width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #4d4d4d;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #272727;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 14px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ffffff;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 320px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
}
mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777777;
}
.text-primary {
    color: #4d4d4d;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #333333;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #4d4d4d;
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #333333;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #ffffff;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 320px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #ffffff;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #ffffff;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 320px) {
    .container {
        width: 990px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 320px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
        float: left;
    }
    .col-md-24 {
        width: 100%;
    }
    .col-md-23 {
        width: 95.83333333%;
    }
    .col-md-22 {
        width: 91.66666667%;
    }
    .col-md-21 {
        width: 87.5%;
    }
    .col-md-20 {
        width: 83.33333333%;
    }
    .col-md-19 {
        width: 79.16666667%;
    }
    .col-md-18 {
        width: 75%;
    }
    .col-md-17 {
        width: 70.83333333%;
    }
    .col-md-16 {
        width: 66.66666667%;
    }
    .col-md-15 {
        width: 62.5%;
    }
    .col-md-14 {
        width: 58.33333333%;
    }
    .col-md-13 {
        width: 54.16666667%;
    }
    .col-md-12 {
        width: 50%;
    }
    .col-md-11 {
        width: 45.83333333%;
    }
    .col-md-10 {
        width: 41.66666667%;
    }
    .col-md-9 {
        width: 37.5%;
    }
    .col-md-8 {
        width: 33.33333333%;
    }
    .col-md-7 {
        width: 29.16666667%;
    }
    .col-md-6 {
        width: 25%;
    }
    .col-md-5 {
        width: 20.83333333%;
    }
    .col-md-4 {
        width: 16.66666667%;
    }
    .col-md-3 {
        width: 12.5%;
    }
    .col-md-2 {
        width: 8.33333333%;
    }
    .col-md-1 {
        width: 4.16666667%;
    }
    .col-md-pull-24 {
        right: 100%;
    }
    .col-md-pull-23 {
        right: 95.83333333%;
    }
    .col-md-pull-22 {
        right: 91.66666667%;
    }
    .col-md-pull-21 {
        right: 87.5%;
    }
    .col-md-pull-20 {
        right: 83.33333333%;
    }
    .col-md-pull-19 {
        right: 79.16666667%;
    }
    .col-md-pull-18 {
        right: 75%;
    }
    .col-md-pull-17 {
        right: 70.83333333%;
    }
    .col-md-pull-16 {
        right: 66.66666667%;
    }
    .col-md-pull-15 {
        right: 62.5%;
    }
    .col-md-pull-14 {
        right: 58.33333333%;
    }
    .col-md-pull-13 {
        right: 54.16666667%;
    }
    .col-md-pull-12 {
        right: 50%;
    }
    .col-md-pull-11 {
        right: 45.83333333%;
    }
    .col-md-pull-10 {
        right: 41.66666667%;
    }
    .col-md-pull-9 {
        right: 37.5%;
    }
    .col-md-pull-8 {
        right: 33.33333333%;
    }
    .col-md-pull-7 {
        right: 29.16666667%;
    }
    .col-md-pull-6 {
        right: 25%;
    }
    .col-md-pull-5 {
        right: 20.83333333%;
    }
    .col-md-pull-4 {
        right: 16.66666667%;
    }
    .col-md-pull-3 {
        right: 12.5%;
    }
    .col-md-pull-2 {
        right: 8.33333333%;
    }
    .col-md-pull-1 {
        right: 4.16666667%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-24 {
        left: 100%;
    }
    .col-md-push-23 {
        left: 95.83333333%;
    }
    .col-md-push-22 {
        left: 91.66666667%;
    }
    .col-md-push-21 {
        left: 87.5%;
    }
    .col-md-push-20 {
        left: 83.33333333%;
    }
    .col-md-push-19 {
        left: 79.16666667%;
    }
    .col-md-push-18 {
        left: 75%;
    }
    .col-md-push-17 {
        left: 70.83333333%;
    }
    .col-md-push-16 {
        left: 66.66666667%;
    }
    .col-md-push-15 {
        left: 62.5%;
    }
    .col-md-push-14 {
        left: 58.33333333%;
    }
    .col-md-push-13 {
        left: 54.16666667%;
    }
    .col-md-push-12 {
        left: 50%;
    }
    .col-md-push-11 {
        left: 45.83333333%;
    }
    .col-md-push-10 {
        left: 41.66666667%;
    }
    .col-md-push-9 {
        left: 37.5%;
    }
    .col-md-push-8 {
        left: 33.33333333%;
    }
    .col-md-push-7 {
        left: 29.16666667%;
    }
    .col-md-push-6 {
        left: 25%;
    }
    .col-md-push-5 {
        left: 20.83333333%;
    }
    .col-md-push-4 {
        left: 16.66666667%;
    }
    .col-md-push-3 {
        left: 12.5%;
    }
    .col-md-push-2 {
        left: 8.33333333%;
    }
    .col-md-push-1 {
        left: 4.16666667%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-24 {
        margin-left: 100%;
    }
    .col-md-offset-23 {
        margin-left: 95.83333333%;
    }
    .col-md-offset-22 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-21 {
        margin-left: 87.5%;
    }
    .col-md-offset-20 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-19 {
        margin-left: 79.16666667%;
    }
    .col-md-offset-18 {
        margin-left: 75%;
    }
    .col-md-offset-17 {
        margin-left: 70.83333333%;
    }
    .col-md-offset-16 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-15 {
        margin-left: 62.5%;
    }
    .col-md-offset-14 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-13 {
        margin-left: 54.16666667%;
    }
    .col-md-offset-12 {
        margin-left: 50%;
    }
    .col-md-offset-11 {
        margin-left: 45.83333333%;
    }
    .col-md-offset-10 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-9 {
        margin-left: 37.5%;
    }
    .col-md-offset-8 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-7 {
        margin-left: 29.16666667%;
    }
    .col-md-offset-6 {
        margin-left: 25%;
    }
    .col-md-offset-5 {
        margin-left: 20.83333333%;
    }
    .col-md-offset-4 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-3 {
        margin-left: 12.5%;
    }
    .col-md-offset-2 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-1 {
        margin-left: 4.16666667%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
        float: left;
    }
    .col-lg-24 {
        width: 100%;
    }
    .col-lg-23 {
        width: 95.83333333%;
    }
    .col-lg-22 {
        width: 91.66666667%;
    }
    .col-lg-21 {
        width: 87.5%;
    }
    .col-lg-20 {
        width: 83.33333333%;
    }
    .col-lg-19 {
        width: 79.16666667%;
    }
    .col-lg-18 {
        width: 75%;
    }
    .col-lg-17 {
        width: 70.83333333%;
    }
    .col-lg-16 {
        width: 66.66666667%;
    }
    .col-lg-15 {
        width: 62.5%;
    }
    .col-lg-14 {
        width: 58.33333333%;
    }
    .col-lg-13 {
        width: 54.16666667%;
    }
    .col-lg-12 {
        width: 50%;
    }
    .col-lg-11 {
        width: 45.83333333%;
    }
    .col-lg-10 {
        width: 41.66666667%;
    }
    .col-lg-9 {
        width: 37.5%;
    }
    .col-lg-8 {
        width: 33.33333333%;
    }
    .col-lg-7 {
        width: 29.16666667%;
    }
    .col-lg-6 {
        width: 25%;
    }
    .col-lg-5 {
        width: 20.83333333%;
    }
    .col-lg-4 {
        width: 16.66666667%;
    }
    .col-lg-3 {
        width: 12.5%;
    }
    .col-lg-2 {
        width: 8.33333333%;
    }
    .col-lg-1 {
        width: 4.16666667%;
    }
    .col-lg-pull-24 {
        right: 100%;
    }
    .col-lg-pull-23 {
        right: 95.83333333%;
    }
    .col-lg-pull-22 {
        right: 91.66666667%;
    }
    .col-lg-pull-21 {
        right: 87.5%;
    }
    .col-lg-pull-20 {
        right: 83.33333333%;
    }
    .col-lg-pull-19 {
        right: 79.16666667%;
    }
    .col-lg-pull-18 {
        right: 75%;
    }
    .col-lg-pull-17 {
        right: 70.83333333%;
    }
    .col-lg-pull-16 {
        right: 66.66666667%;
    }
    .col-lg-pull-15 {
        right: 62.5%;
    }
    .col-lg-pull-14 {
        right: 58.33333333%;
    }
    .col-lg-pull-13 {
        right: 54.16666667%;
    }
    .col-lg-pull-12 {
        right: 50%;
    }
    .col-lg-pull-11 {
        right: 45.83333333%;
    }
    .col-lg-pull-10 {
        right: 41.66666667%;
    }
    .col-lg-pull-9 {
        right: 37.5%;
    }
    .col-lg-pull-8 {
        right: 33.33333333%;
    }
    .col-lg-pull-7 {
        right: 29.16666667%;
    }
    .col-lg-pull-6 {
        right: 25%;
    }
    .col-lg-pull-5 {
        right: 20.83333333%;
    }
    .col-lg-pull-4 {
        right: 16.66666667%;
    }
    .col-lg-pull-3 {
        right: 12.5%;
    }
    .col-lg-pull-2 {
        right: 8.33333333%;
    }
    .col-lg-pull-1 {
        right: 4.16666667%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-24 {
        left: 100%;
    }
    .col-lg-push-23 {
        left: 95.83333333%;
    }
    .col-lg-push-22 {
        left: 91.66666667%;
    }
    .col-lg-push-21 {
        left: 87.5%;
    }
    .col-lg-push-20 {
        left: 83.33333333%;
    }
    .col-lg-push-19 {
        left: 79.16666667%;
    }
    .col-lg-push-18 {
        left: 75%;
    }
    .col-lg-push-17 {
        left: 70.83333333%;
    }
    .col-lg-push-16 {
        left: 66.66666667%;
    }
    .col-lg-push-15 {
        left: 62.5%;
    }
    .col-lg-push-14 {
        left: 58.33333333%;
    }
    .col-lg-push-13 {
        left: 54.16666667%;
    }
    .col-lg-push-12 {
        left: 50%;
    }
    .col-lg-push-11 {
        left: 45.83333333%;
    }
    .col-lg-push-10 {
        left: 41.66666667%;
    }
    .col-lg-push-9 {
        left: 37.5%;
    }
    .col-lg-push-8 {
        left: 33.33333333%;
    }
    .col-lg-push-7 {
        left: 29.16666667%;
    }
    .col-lg-push-6 {
        left: 25%;
    }
    .col-lg-push-5 {
        left: 20.83333333%;
    }
    .col-lg-push-4 {
        left: 16.66666667%;
    }
    .col-lg-push-3 {
        left: 12.5%;
    }
    .col-lg-push-2 {
        left: 8.33333333%;
    }
    .col-lg-push-1 {
        left: 4.16666667%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-24 {
        margin-left: 100%;
    }
    .col-lg-offset-23 {
        margin-left: 95.83333333%;
    }
    .col-lg-offset-22 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-21 {
        margin-left: 87.5%;
    }
    .col-lg-offset-20 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-19 {
        margin-left: 79.16666667%;
    }
    .col-lg-offset-18 {
        margin-left: 75%;
    }
    .col-lg-offset-17 {
        margin-left: 70.83333333%;
    }
    .col-lg-offset-16 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-15 {
        margin-left: 62.5%;
    }
    .col-lg-offset-14 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-13 {
        margin-left: 54.16666667%;
    }
    .col-lg-offset-12 {
        margin-left: 50%;
    }
    .col-lg-offset-11 {
        margin-left: 45.83333333%;
    }
    .col-lg-offset-10 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-9 {
        margin-left: 37.5%;
    }
    .col-lg-offset-8 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-7 {
        margin-left: 29.16666667%;
    }
    .col-lg-offset-6 {
        margin-left: 25%;
    }
    .col-lg-offset-5 {
        margin-left: 20.83333333%;
    }
    .col-lg-offset-4 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-3 {
        margin-left: 12.5%;
    }
    .col-lg-offset-2 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-1 {
        margin-left: 4.16666667%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999999;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #ffffff;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm,
select[multiple] .input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg,
select[multiple] .input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 320px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 320px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 320px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
        font-size: 18px;
    }
}
@media (min-width: 320px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}
.btn-primary {
    color: #ffffff;
    background-color: #4d4d4d;
    border-color: #404040;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #333333;
    border-color: #000000;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #333333;
    border-color: #222222;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #333333;
    border-color: #222222;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #222222;
    border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #4d4d4d;
    border-color: #404040;
}
.btn-primary .badge {
    color: #4d4d4d;
    background-color: #ffffff;
}
.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}
.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}
.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #ffffff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}
.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #ffffff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}
.btn-link {
    color: #4d4d4d;
    font-weight: normal;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #272727;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropup,
.dropdown {
    position: relative;
}
.dropdown:hover > .dropdown-toggle {
    background-color: #fff !important;
    border-color: #4d4d4d;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 0;
    clear: both;
    font-weight: normal;
    height: 36px;
    color: #333333;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f2f2f2;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #4d4d4d;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 320px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.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,
.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-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-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-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 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-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.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-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    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;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple] .input-group-lg > .form-control,
select[multiple] .input-group-lg > .input-group-addon,
select[multiple] .input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple] .input-group-sm > .form-control,
select[multiple] .input-group-sm > .input-group-addon,
select[multiple] .input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 35px 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #ffffff;
}
.nav > li.disabled > a {
    color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #ffffff;
    border-color: #4d4d4d;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    margin-bottom: 30px;
}
.nav-tabs > li {
    display: inline-block;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-bottom: 1px dashed #000;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    /*color: @nav-tabs-active-link-hover-color;
        background-color: @nav-tabs-active-link-hover-bg;
        border: 1px solid @nav-tabs-active-link-hover-border-color;
        border-bottom-color: transparent;
        cursor: default;*/
    background-image: -webkit-linear-gradient(top, #0157ac 0%, #0079f2 100%);
    background-image: -o-linear-gradient(top, #0157ac 0%, #0079f2 100%);
    background-image: linear-gradient(to bottom, #0157ac 0%, #0079f2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0157ac', endColorstr='#ff0079f2', GradientType=0);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
    padding: 8px 10px;
    color: #fff !important;
    border: none !important;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 320px) {
    .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 #dddddd;
}
@media (min-width: 320px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        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: #ffffff;
    }
}
.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: #ffffff;
    background-color: #4d4d4d;
}
.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 {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 320px) {
    .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 #dddddd;
}
@media (min-width: 320px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        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: #ffffff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 35px;
    margin-bottom: 44px;
    border: 1px solid transparent;
}
@media (min-width: 320px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 320px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 320px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 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: 320px) {
    .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: 320px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 320px) {
    .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;
    padding: 7.5px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 35px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 320px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: left;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 0.5px;
    margin-bottom: 0.5px;
    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: 320px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 3.75px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.navbar-nav > li > .dropdown-menu {
    border: none;
    min-width: 100%;
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 0.5px;
    margin-bottom: 0.5px;
}
.navbar-btn.btn-sm {
    margin-top: 2.5px;
    margin-bottom: 2.5px;
}
.navbar-btn.btn-xs {
    margin-top: 6.5px;
    margin-bottom: 6.5px;
}
.navbar-text {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
}

.navbar-default .navbar-brand {
    color: #4d4d4d;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #333333;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: red;
}
.navbar-default .navbar-nav li {
    font-size: 20px;
}
.navbar-default .navbar-nav li > ul li a {
    border-left: 3px solid transparent;
    font-size: 14px;
    line-height: 32px;
}
.navbar-default .navbar-nav li > ul li a:hover {
    border-left: 3px solid #0066cc;
}
.navbar-default .navbar-nav > li > a {
    font-family: MyriadProRegular;
    color: #4d4d4d;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 35px;
    font-size: 22px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    width: 100%;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
}
.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 {
    background-color: #fff;
    color: #555555;
}
.navbar-default .navbar-link {
    color: #4d4d4d;
}
.navbar-default .navbar-link:hover {
    color: #333333;
}
.navbar-default .btn-link {
    color: #4d4d4d;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333333;
}
.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: #cccccc;
}
.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.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 {
    background-color: #080808;
    color: #ffffff;
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #ffffff;
}
.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: #444444;
}
.breadcrumb {
    padding: 0;
    margin: 0 0 22px 0;
    list-style: none;
    font-size: 13px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li a {
    text-decoration: underline;
}
.breadcrumb > li a:hover,
.breadcrumb > li a:focus {
    text-decoration: none;
}
.breadcrumb > li + li:before {
    content: ">";
    padding: 0 2px;
    font-size: 10px;
}
.breadcrumb > .active {
    color: #777777;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #4d4d4d;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 3;
    color: #272727;
    background-color: #ffffff;
    border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #ffffff;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777777;
    background-color: #ffffff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
a.label:hover,
a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #4d4d4d;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #333333;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #4d4d4d;
    background-color: #ffffff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #ffffff;
}
.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #e6e6e6;
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 320px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbCat{
  display: table;
  width: 100%;
  height: 240;
}
.thumbCat > .thumbnail {
    display: table-cell;
  	vertical-align: middle;
    height: 240px;
    padding: 14px;
    margin-bottom: 0;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
ul.category-items > li {
   padding: 0 30px 0 30px;
}

ul.category-items {
    margin: 0 -30px;
}


.thumbCat > .thumbnail img{
	max-width: 100%;
    width: 100%;
    /*max-height: 210px;*/
}

.thumbnail {
    display: block;
    padding: 14px;
    margin-bottom: 0;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    /*display: block;
    width: 100%;
    height: auto;*/
    margin-left: auto;
    margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #4d4d4d;
}
.thumbnail .caption {
    padding-top: 14px;
    color: #333333;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
    color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    text-decoration: none;
    color: #555555;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #ffffff;
    color: #777777;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #b3b3b3;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}
.panel-default {
    border-color: #dddddd;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dddddd;
}
.panel-primary {
    border-color: #4d4d4d;
}
.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #4d4d4d;
}
.panel-primary > .panel-heading .badge {
    color: #4d4d4d;
    background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #4d4d4d;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
/*.modal-open {
    overflow: hidden;
}*/
.modal {
    display: none;
    /*overflow: hidden;*/
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: none;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
      overflow-x: none;
      overflow-y: none;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 100px 10px 10px 10px;
    /*max-height: 80%;
  overflow: auto;*/
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

/*.modal-content {
  height: 100%;	
  margin: 100px 0;
}*/




.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
    height: 44px;
    background-color: #0066cc;
}
.modal-header .close {
    cursor: pointer;
    position: absolute;
    background-image: url('close.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 27px;
    height: 27px;
    top: -13px;
    right: -13px;
    background-color: transparent;
    border: none;


}
.modal-title {
    margin: 0;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
}
.modal-body {
    position: relative;
    padding: 22px 44px;
    max-height: 70vh;
    overflow: auto;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 320px) {
    .modal-dialog {
        width: 600px;
        margin: 100px auto;
        /* max-height: 80%;
     overflow: auto;*/
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
        /*max-height: 80%;
    overflow: auto;*/
        margin: 100px auto;
    }
}
@media (min-width: 320px) {
    .modal-lg {
        width: 900px;
    }
}
@media (min-width: 1024px) {
    .modal-dialog {
        width: 950px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-left: 0;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.right {
    left: auto;
    right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next:before {
    content: '\203a';
}
.carousel-indicators {
    position: absolute;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5);
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #b8b8b8;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 320px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (min-width: 320px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 320px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 320px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 320px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 320px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 320px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    font-family: "OpenSansRegular", Arial;
    margin-bottom: 360px;
    min-height: 100%;
    background-image: url("body_background-s.jpg");
    background-repeat: repeat-y;
    background-position: center;
}
input,
textarea,
a {
    outline: none;
}
a:focus {
    outline: none !important;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 360px;
}
.container-fluid {
    max-width: 1312px;
    min-width: 990px;
}
.cfm {
    margin: 0 44px;
}
header {
    padding-top: 22px;
}
.top-menu {
    position: fixed;
    top: 0;
    z-index: 500;
    width: 100%;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    display: none;
    /*padding: 10px 0 0 0;*/
}
.top-menu .present-top {
    line-height: 62px;
}
.top-menu .present-top > div {
    width: 24.3%;
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
}
.top-menu .present-top > div a {
    line-height: 24px;
    font-size: 24px;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
}
.top-menu .top-cart .cart_items_count {
    display: none;
}
.top-menu .top-cart .sum-prod {
    font-size: 29px;
    margin-left: 35px;
}
.top-menu .contacts {
    margin: 0 -15px;
    float: right;
}
.top-menu .contacts span {
    line-height: 16px;
}
.top-menu .contacts .top-contact div {
    margin-top: 10px;
}
.top-menu .contacts .top-contact span {
    font-size: 21px;
    color: #000;
}
.top-menu .btn-catalog {
    height: 35px;
    line-height: 25px;
}
.top-menu .title-menu {
    line-height: 16px;
}
.top-menu .top-cart .count-present{
    top: -11px;
}


.logo {
    display: block;
    background: no-repeat;
    margin: 0 auto;
    background-image: url("logo2.png");
    width: 160px;
    height: 162px;
    background-position: 0 0;
    background-size: contain;
    cursor: pointer;
    float: left;
  
}
.logo:hover {
    /*background-position: 0 -209px;*/
}
.logo:active {
    background-position: 0 -427px;
}
.top-contact {
    text-align: right;
}
.top-contact span {
    font-size: 22px;
    line-height: 18px;
}
.top-contact span:after {
    content: "";
    clear: both;
}
.top-contact #mod-fast-call_form > label[for="cb-name"] {
    margin-top: 0;
}
.top-contact .call-back {
    position: absolute;
    right: 0;
    z-index: 10;
    text-align: right;
    margin-top: 2px;
}
.top-contact .call-back .callback-link a {
    display: inline-block;
    border: 2px solid transparent;
    width: 190px;
    height: 38px;
    font-size: 16px;
    line-height: 34px;
    font-weight: bold;
    background-color: #fff;
    color: #0066cc;
    border-radius: 28px;
    text-align: center;
    background-image: url("clock_search.png");
    background-repeat: no-repeat;
    background-position: 10px -183px;
    padding: 0 0 0 25px;
}
.top-contact .call-back .callback-link a:hover {
    background-color: transparent;
    text-decoration: none;
    border: 2px solid #c4c4c4;
}
.top-contact .call-back .callback-link a:active {
    border: none;
    line-height: 38px;
    background-position: 12px -181px;
    background-color: #fff;
    text-decoration: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25);
}
.top-contact .call-back .popup-callback {
    position: absolute;
    display: none;
    width: 244px;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    top: 48px;
    right: 12px;
    z-index: 100;
    padding: 14px 22px;
    text-align: center;
}
.top-contact .call-back .popup-callback .phone-form {
    display: table;
}
.top-contact .call-back .popup-callback .phone-form span {
    font-family: "Arial";
    font-size: 16px;
    display: table-cell;
    float: none;
}
.top-contact .call-back .carousel.popup-callback .phone-form input {
    display: table-cell;
    width: 180px !important;
    margin-left: 3px;
}
.top-contact .call-back .popup-callback label {
    font-size: 16px;
    line-height: 10px;
    display: block;
  text-align: left;
    margin-top: 14px;
    margin-bottom: 7px;
    font-weight: normal;
    color: #000;
}
.top-contact .call-back .popup-callback label:nth-child(1) {
    margin-top: 0;
}
.top-contact .call-back .popup-callback textarea {
    width: 100%;
    height: 68px;
    padding: 0 15px;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffffffff', GradientType=0);
    -webkit-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.25);
}
.top-contact .call-back .popup-callback input[type="text"] {
    /*width: 100%;
        height: 20px;
        text-align: left;
        padding: 0 3px;*/
    display: table-cell;
    width: 100%;
    height: 35px;
    padding: 0 15px;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffffffff', GradientType=0);
    -webkit-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.25);
}
.top-contact .call-back .popup-callback input[type="submit"] {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    width: 155px;
    height: 28px;
    font-size: 19px;
    background-color: yellow;
    border: 0;
    padding: 1px 20px;
    display: inline-block;
    text-align: center;
    margin-top: 18px;
}
.top-contact .call-back .popup-callback input[type="submit"]:focus {
    border: none;
}
.top-contact .call-back .popup-callback .closePopupCallback {
    cursor: pointer;
    position: absolute;
    background-image: url("close.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 27px;
    height: 27px;
    top: -13px;
    right: -13px;
}

ul.nav.navbar-nav {
    margin-left: -4px;
}
.cart-inner {
   /* position: absolute;*/
    top: 30px;
}
.cart_items_price {
    font-family: 'ALSRublArialRegular', Arial, sans-serif;
    color: #000;
    font-size: 29px;
    line-height: 24px;
    padding-left: 35px;
}
.cart_items_price:after {
    content: "";
    display: block;
    clear: right;
}
.cart_items_count {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    padding-left: 35px;
    white-space: nowrap;
}
.cart_items_count:after {
    content: "";
    display: block;
    clear: right;
}
.rub-fnt {
    font-family: 'ALSRublArialRegular', Arial, sans-serif;
}
.rub-fnt:after {
    content: "";
    display: block;
    clear: both;
}
.wrapper {
    height: 91px;
    max-width: 576px;
    margin-left: 11px;
}
.cupon {
    margin: 0;
    text-align: center;
}
.sale {
    display: table;
    margin: 0px 10px;
    text-align: center;
    /*margin: 0 -15px;
  text-align: center;*/
}
.sale a {
    color: #4d4d4d;
    font-size: 16px;
    text-decoration: underline;
}
.sale a:hover {
    text-decoration: none;
}
.kabinet {
    width: 135px;
    margin: 0 -15px;
  	max-height: 75px;
}
.kabinet .kab-link {
    color: #000;
    font-size: 24px;
    background-image: url("cart_cabinet.png");
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 35px;
    line-height: 20px;
}
.kabinet .kab-link:hover {
    text-decoration: none;
}
.kabinet .kab-link:hover:after {
    border-bottom: 2px solid transparent;
}
.kabinet .kab-link:after {
    /*content: "";
      display: block;
      clear: right;*/
    content: "";
    display: block;
    clear: right;
    border-bottom: 2px solid #000;
    width: 95px;
    margin-left: 36px;
    margin-top: -3px;
}
.kabinet .kab-identity {
    font-size: 12px;
    white-space: nowrap;
}
.kabinet .kab-identity a {
    color: #0066cc;
    text-decoration: underline;
}
.kabinet .kab-identity a:hover,
.kabinet .kab-identity a:focus {
    text-decoration: none;
}
.kabinet .kab-identity:hover {
    text-decoration: none;
}
.kabinet .kab-identity:after {
    content: "";
    display: block;
    clear: right;
}
.kabinet .kab-present {
    display: table;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    height: 22px;
    background: #fff343;
    padding: 0 10px;
    margin: 5px auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.kabinet .kab-present a {
    color: #000;
    text-decoration: underline;
}
.kabinet .kab-present a:hover {
    text-decoration: none;
}
.kabinet .bonus {
    color: #0066cc;
    font-family: "Arial";
    font-size: 14px;
    display: inline-block;
    margin-top: -20px;
    margin-left: 35px;
    border-bottom: 1px solid #0066cc;
    line-height: 14px;
}
.top-cart {
    float: right;
    margin: 0 -15px;
}


.top-menu .top-cart {
    float:none;
    margin-top: 18px;
}
.top-menu .top-cart .cart-link {
    color: #000;
    font-size: 24px;
    background-image: url("cart_cabinet.png");
    background-repeat: no-repeat;
    background-position: left -88px;
    padding-left: 0;
    line-height: 20px;
    display: block;
}

.top-menu .top-cart .cart-link i{
    font-size: 14px;
    padding-left: 35px;
}
.top-menu .top-cart .cart-link:after {
    content: "";
    clear: none;
    border-bottom: none;
    margin-left: 0;
    margin-top: 0;
}
.top-menu .top-cart .cart-inner{
    position: relative !important;
    top: 0  !important;
}

.top-cart .cart-link {
    color: #000;
    font-size: 24px;
    background-image: url("cart_cabinet.png");
    background-repeat: no-repeat;
    background-position: left -83px;
    padding-left: 35px;
    line-height: 20px;
}
.top-cart .cart-link:hover {
    text-decoration: none;
}
.top-cart .cart-link:hover:after {
    border-bottom: 2px solid transparent;
}
.top-cart .cart-link:after {
    content: "";
    display: block;
    clear: right;
    border-bottom: 2px solid #000;
    width: 97px;
    margin-left: 36px;
    margin-top: -3px;
}
.top-cart .popup-present {
    display: none;
    position: relative;
    right: 115px;
    top: 10px;
    z-index: 5;
    background-color: #fff;
    text-align: center;
    width: 297px;
    -webkit-box-shadow: 3px 7px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 7px 25px rgba(0, 0, 0, 0.25);
}
.top-cart .popup-present:before {
    content: "";
    display: block;
    background-image: url("toppopup_present.png");
    width: 29px;
    height: 16px;
    margin: -15px auto 0 auto;
    background-position: 0 0;
}
.top-cart .popup-present .present-title {
    color: #823fd9;
    font-family: "Arial";
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.top-cart .popup-present .present-text {
    font-family: 'ALSRublArialRegular', Arial, sans-serif;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}
.top-cart .count-present {

    cursor: pointer;
    position: relative;
    left: 33px;
}
.top-cart .count-present .count {
    display: inline-block;
    height: 40px;
    font-family: "Arial";
    font-size: 14px;
    color: #4d9629;
    line-height: 40px;
    background-image: url("topcart-present.png");
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 34px;
    padding-top: 3px;
    white-space: nowrap;
    width: 101px;
}
.top-cart .count-present .count:hover,
.top-cart .count-present .count:focus {
    text-decoration: none;
}
.top-cart .count-present .count span {
    border-bottom: 1px dashed #4d9629;
}
.rub {
    font-family: 'ALSRublArialRegular', Arial, sans-serif;
}
.tooltip-present {
    /* стиль текста, наведя или нажав на который появится пояснение */
    display: inline-block;
    position: relative;
    text-indent: 0px;
}
.tooltip-present > span {
    /* стиль появляющейся подсказки */
    position: absolute;
    top: 100%;
    left: -20em;
    /* = max-width */
    right: -20em;
    /* = max-width */
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    /* ширина подсказки может быть не более содержимого */
    max-width: 457px;
    /* ширина подсказки может быть не более 20em */
    max-height: 80vh;
    /* необязательное ограничение по высоте подсказки, 1vh — это 1% от ширины окна */
    overflow: auto;
    visibility: hidden;
    margin: 15px auto .4em;
    /* поднята на .4em над текстом, наведя или нажав на который появится пояснение */
    padding: 14px 10px;
    font-size: 14px;
    background: #fff;
    line-height: 14px;
    cursor: auto;
    -webkit-box-shadow: 0 8px 38px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 38px rgba(0, 0, 0, 0.3);
    text-transform: none;
    text-align: start;
    z-index: 10;
}
.tooltip-present > span p {
    margin: 0 0 3px;
}
.tooltip-present:after {
    /* треугольничек под подсказкой; тут тоже везде .4em */
    content: "";
    position: absolute;
    top: 0.5em;
    left: 50%;
    visibility: hidden;
    margin: 0 0 0 -0.4em;
    border: 15px solid;
    border-color: transparent transparent #fff transparent;
    cursor: auto;
    z-index: 10;
}
.tooltip-present:before {
    /* поле между текстом, наведя или нажав на который появится пояснение, и подсказкой нужно чтобы, если перевести курсор мышки на подсказку, та не исчезла; тут тоже везде .4em */
    content: "";
    position: absolute;
    top: 1em;
    left: 0;
    right: 0;
    height: 1em;
    visibility: hidden;
}
.tooltip-present:hover > span,
.tooltip-present:hover:before,
.tooltip-present:hover:after,
.tooltip-present:focus:before,
.tooltip-present:focus:after {
    visibility: visible;
    transition: 0s .1s;
}
.tooltip-present:focus {
    /* убрать рамку в Хроме */
    outline: none;
}
@media (max-width: 20em) {
    /* ширина подсказки может быть не более ширины окна браузера */
    .tooltip-present > span {
        max-width: 100vw;
        /* в 100vw входит полоса прокрутки, но на мобильных она часто отсутствует */
        box-sizing: border-box;
    }
}
.form-search {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    max-width: 575px;
    white-space: nowrap;
}
.form-search .input-query {
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 93%;
    margin-bottom: 0;
}
.form-search .btn-search {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
}
.form-search {
    background-color: #ccc;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    height: 38px;
}
.search-group {
    position: relative;
    border-collapse: separate;
    /*margin-top: -15px;*/
    margin-left: 11px;
    /* background-color: #ccc; */
    max-width: 576px;
}
.search-group .example {
    font-size: 12px;
    line-height: 15px;
    height: 23px;
    padding: 0 0 7px 0;
    overflow: hidden;
    white-space: nowrap;
}
.search-group .example span {
    display: inline-block;
    margin-right: 10px;
}
.search-group .example ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.search-group .example li {
    display: inline-block;
    margin-right: 12px;
    color: #0066cc;
    text-decoration: none;
    border-bottom: 1px dashed;
    cursor: pointer;
}
.search-group .example li:hover {
    border-color: transparent;
}
.input-query {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    border: 4px solid #ccc;
    /* border-radius: 10px; */
}
.btn-search {
    background-color: #ccc;
    border: none;
    background-image: url("clock_search.png");
    background-repeat: no-repeat;
    background-position: 7px 0;
    border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    width: 32px;
    height: 30px;
    margin-left: -1px;
}
.btn-search:hover {
    background-position: 7px -37px;
}
.work-time {
    float: right;
}
.work-time span {
    font-family: "Arial", sans-serif;
    background-image: url("clock_search.png");
    background-position: 0px -89px;
    background-repeat: no-repeat;
    padding-left: 24px;
    font-size: 16px;
    line-height: 21px;
    height: 39px;
    display: block;

}
.trade-center {
    float: right;
    margin-top: 10px;
}
.trade-center span {
    font-family: "Arial", sans-serif;
    background-image: url("clock_search.png");
    background-position: 0px -139px;
    background-repeat: no-repeat;
    padding-left: 28px;
    font-size: 16px;
    line-height: 27px;
    height: 30px;
    display: block;
  float:right;

}
.btn-catalog {
    width: 100%;
    border-radius: 0;
    background-color: #4b78bb;
    height: 35px;
}
.btn-catalog span {
    color: #fff;
}
.btn-catalog:hover span {
    color: #fff;
}
.dropdownMenu {
    margin-top: 12px;
    /*&:hover {
    .dropdown-menu {
      display: block;
    }
  }*/
}
.dropdownMenu span.title-menu {
    font-family: "MyriadProBold", Arial;
    font-size: 22px;
}
.dropdownMenu .dropdown-menu li a {
    border-left: 3px solid transparent;
    line-height: 14px;
    padding: 8px 11px 8px 11px;
}
.dropdownMenu .dropdown-menu li .sub-menu {
    position: absolute;
    margin-top: -31px;
    left: 100%;
    z-index: 1000;
    display: none;
    width: 43em;
    min-width: 100%;
    /*max-height: 100%;*/
    padding: 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    /*margin-left: -1px;*/
}
.dropdownMenu .dropdown-menu li .sub-menu li {
    display: block;
}
.dropdownMenu .dropdown-menu li .sub-menu li > a {
    color: #000;
    border: none;
    display: block;
    text-decoration: underline;
    padding: 6px 0;
}
.dropdownMenu .dropdown-menu li .sub-menu .sub-menu--lvl_2 li a {
    /*border-left: 3px solid transparent;*/
    font: 400 16px / 21.333px Arial;
    padding: 6px 0;
}
.dropdownMenu .dropdown-menu li .sub-menu li a:hover {
    border: none;
    background-color: #f2f2f2;
}
/*.dropdownMenu .dropdown-menu li .sub-menu li:hover > a {
    background-color: #f2f2f2;
}*/
.dropdownMenu .dropdown-menu li .sub-menu--lvl_2 {
    display: none;
}
.dropdownMenu .dropdown-menu li .sub-menu--lvl_2 li {
    text-align: left;
    background-color: #ffffff;
    width: 100%;
}
.dropdownMenu .dropdown-menu li .sub-menu--lvl_2 li:hover{
    text-decoration: underline;
}
.dropdownMenu .dropdown-menu li .sub-menu--lvl_2 li a {
    font: 400 16px / 32px Arial;
    text-decoration: none;
}
.dropdownMenu .dropdown-menu .collection-image {
    display: inline-block;
    /*margin-left: 8px;
    margin-right: 10px;*/
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.dropdownMenu .dropdown-menu .collection-image img {
    max-width: 36px;
    max-height: 36px;
}
@media (min-width: 993px){
  .open > .dropdown-menu {
    left: inherit;
    right: 0;
    width: calc(100% + 46px);
  }
  .dropdownMenu .dropdown-menu li a {
    padding: 0;
    font: 700 16px / 36px "MyriadProBold";
    line-height: 36px;
  }
  .dropdownMenu .dropdown-menu li .sub-menu {
    width: 713px;
    /*height: 498px;*/
    max-height: 560px;
     overflow-x: hidden;
    overflow-y: auto;
    
  }
  
  
  .dropdownMenu .dropdown-menu li .sub-menu .sb  {
    -webkit-column-count: 3;
    -webkit-column-gap: 1em;
    -webkit-column-fill: auto;
    -webkit-column-width: 200px;
    -moz-column-count: 3;
    -moz-column-gap: 1em;
    -moz-column-fill: auto;
    -moz-column-width: 200px;
    column-count: 3;
    column-gap: 1em;
    column-fill: auto;
    column-width: 200px;
 
   
  }
  
  
  /*
  .dropdownMenu .dropdown-menu li .sub-menu > div {
    max-width: 713px;
  }*/
  .dropdownMenu .dropdown-menu li .sub-menu li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    display: table;
  }
  .dropdownMenu .dropdown-menu li .sub-menu li > a {
    font: 700 16px / 16px 'MyriadProBold';
    padding: 12px 0;
  }
  .dropdownMenu .dropdown-menu li .sub-menu--lvl_2 {
    min-width: 100%;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    display: block;
    margin-bottom: 12px;
  }
  .dropdownMenu .dropdown-menu li:hover > ul {
    display: block;
  }
  .dropdown .dropdown-menu > li > a {
    padding: 2px 8px 10px 11px;
  }
}

.title-menu {
    font-size: 20px;
    line-height: 22px;
}
.line-menu {
    float: left;
}
.line-menu .icon-bar-dd {
    background-color: #F2F6F7;
    display: block;
    width: 22px;
    height: 2px;
    margin-top: 4px;
}
.dropDmenu {
    width: 100%;
    margin-top: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.dropdown-toggle {
    /*.dropdown-menu{
    &:hover .caret-arrow {
      background-image: url("@{host-path}arrow_menu.png");
      background-position: 0 0px;
    }
  }*/
}
.dropdown-toggle .caret-arrow {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    background-image: url("arrow_menu.png");
    background-position: 0 -15px;
}
.dropdown-toggle:hover > .caret-arrow {
    background-image: url("arrow_menu.png");
    background-position: 0 0px;
}
.carousel {
   // margin-left: -15px;
}
.carousel .carousel-indicators {
    position: absolute;
    bottom: 0px;
}
.carousel .detail {
    position: relative;
    top: 20px;
}
.carousel .detail span {
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-box-shadow: none;
    background-color: #ff0000;
    font-size: 16px;
    padding: 8px 20px;
}
.carousel .detail span a {
    color: #fff;
}
.carousel h1,
.carousel h2,
.carousel h3,
.carousel p {
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-box-shadow: none;
    color: #000;
}
.carousel h1,
.carousel h2 {
    color: #F00;
    font-size: 45px;
}
.carousel .carousel-caption {
    position: relative;
    top: 0;
    float: left;
    width: 50%;
    text-align: justify;
    left: 10%;
    min-height: 275px;
}
.carousel .item {
    width: 100%;
    text-align: right;
}
.carousel .item-img {
    position: relative;
    right: 10%;
    float: right;
    width: 30%;
    margin-top: 35px;
    /*img{
      width: 100%;
    }*/
}
.carousel .leftPrev {
    position: absolute;
    top: 50%;
  margin-top: -17px;
    left: 10px;
    background-image: url("slider-arrows.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 34px;
    height: 66px;
    display: block;
}
.carousel .rightNext {
    position: absolute;
    top: 50%;
  margin-top: -17px;
    right: 10px;
    background-image: url("slider-arrows.png");
    background-position: -34px 0;
    background-repeat: no-repeat;
    width: 34px;
    height: 66px;
    display: block;
}
.bestsellers {
    text-align: center;
    margin: 44px 0 44px 0;
}
.bestsellers span {
    font-family: "MyriadProRegular", Arial;
    font-size: 32px;
    color: #0066cc;
}
ul.thumbnail-product {
    list-style-type: none;
    padding: 0;
    margin: 0px -30px;
}
ul.thumbnail-product li {
    padding: 0 30px 0 30px;
}
ul.thumbnail-product li .thumbnail {
    margin-bottom: 44px;
}
ul.thumbnail-product li .thumbnail .thumb-img img {
    width: 100%;
    height: auto;
}
ul.thumbnail-product .caption .prodLink {
    display: inline-block;
    font-family: "Arial";
    color: #0006cc;
    text-decoration: underline;
    line-height: 20px;
    font-size: 16px;
}
ul.thumbnail-product .caption .prodLink:hover {
    text-decoration: none;
}
ul.thumbnail-product .captionTitle {
    height: 60px;
    overflow: hidden;
    text-overflow: clip;
}
.layer {
    position: relative;
    width: 100%;
    height: 240px;
}
.stickers {
    position: absolute;
    top: -32px;
    right: -8px;
  z-index: 3;
}
.stickers .sticker-popup {
    display: inline-block;
    width: 53px;
    height: 30px;
    position: relative;
    margin-right: -15px;
}
.stickers .sticker-popup:last-child {margin-right: 0;}
.stickers .sticker {
    display: block;
    background-image: url("stickers.png");
    background-repeat: no-repeat;
    width: 53px;
    height: 53px;
    position: relative;
    cursor: pointer;
}

.stickers .sticker:hover .tooltipSticker {
  //  display: block;
}
.tooltipSticker {
    display: none;
    position: absolute;
    left: 5px;
    top: 15px;
    background-color: #fff;
    width: 340px;
    min-height: 143px;
    padding: 22px;
    white-space: normal;
    text-align: justify;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
  z-index: -1;
}
.tooltipSticker .closePopup {position: absolute; bottom: 20px; right: 22px; background: url(close_sticker.png) center center no-repeat; height: 32px; width: 32px; cursor: pointer; z-index: 1;}
.sticker-popup-link-wrap {text-align: center;}
.sticker-popup-link-wrap span {color: #1c7cff; font-size: 20px; border: 1px solid #1c7cff; padding: 3px 10px; border-radius: 24px; text-decoration: none;}
.tooltipSticker ul {
    list-style-position: inside;
    margin: 0;
    padding: 0;
    text-align: left;
}
.sticker-bonus {
    background-position: -15px -11px;
}
.sticker-bonus:hover {
    background-position: -15px -95px;
}
.sticker-bonus:focus {
    background-position: -15px -185px;
}
.sticker-action {
    background-position: -100px -11px;
}
.sticker-action:hover {
    background-position: -100px -95px;
}
.sticker-action:focus {
    background-position: -100px -185px;
}
.sticker-sale {
    background-position: -179px -11px;
}
.sticker-sale:hover {
    background-position: -179px -95px;
}
.sticker-sale:focus {
    background-position: -179px -185px;
}
.sticker-present {
    background-position: -260px -11px;
}
.sticker-present:hover {
    background-position: -260px -95px;
}
.sticker-present:focus {
    background-position: -260px -185px;
}
/*
.sticker-action1 {
  background-image: url("@{host-path}stickers.png");
  width: 99px;
  height: 56px;
  background-position: 0 0;
  position: absolute;
  right: -15px;
  top: -15px;
  margin-right: 30px;
}*/
.plus {
    background-image: url("/img/arrow_menu.png");
    background-repeat: no-repeat;
    background-position: 3px 2px;
}
.minus {
    background-image: url("/img/arrow_menu.png");
    background-repeat: no-repeat;
    background-position: 3px -11px;
}
.oldPrice {
    float: left;
    color: #797878;
    /* font-size: 116%; */
    /*text-decoration: line-through;*/
    font-weight: bold;
    font-size: 20px;
    color: red;
    line-height: 9px;
}
.price-prod span.rub-fnt.oldPrice:before {
    content: "";
    width: 78px;
    height: 2px;
    background: red;
    position: absolute;
    margin-left: -3px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
}
.btn-pay {
    display: inline-block;
    float: right;
    border: none;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #0066cc;
    white-space: nowrap;
    padding: 0px 15px 2px 15px;
    width: 100px;
    font-size: 21.4px;
    line-height: 32px;
    border-radius: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    text-decoration: none;
}
.btn-pay:hover {
    background-color: #0080ff;
    color: #fff;
    text-decoration: none;
}
.btn-pay:active {
    color: #fff;
    text-decoration: none;
}
.btn-pay:visited {
    color: #fff;
    text-decoration: none;
}
.price-prod {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    display:flex;align-items:center;justify-content:space-between;
}
.price {
    display: inline-block;
    font-size: 26px;
    float: left;
    line-height: 33px;
    height: 40px;
}
.payProd {
    float: right;
}
.goToTop {
    width: 52px;
    height: 55px;
    position: fixed;
    bottom: 44px;
    background-image: url("arrow_to_top.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1000;
    display: none;
    cursor: pointer;
    left: 22px;
}
.goToTop:hover {
    background-position: 0 -63px;
}
.left {
    float: left !important;
}
.right {
    float: right;
}
.center {
    margin: 0 auto;
}
.text-center {
    text-align: center !important;
}
.mb-wrapper {
    display: table;
}
.minibanners-persent,
.minibanners-hart,
.minibanners-home {
    display: table-cell;
    width: 305px;
    height: 100px;
    background-image: url("minibanners.png");
    background-repeat: no-repeat;
    padding: 10px 10px 10px 97px;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #e5e5e5;
}
.minibanners-persent div,
.minibanners-hart div,
.minibanners-home div {
    max-width: 183px;
    display: block;
    float: right;
}
.minibanners-persent div a,
.minibanners-hart div a,
.minibanners-home div a {
    font-size: 16px;
    color: #000;
    line-height: 16px;
}
.minibanners-persent {
    background-position: 17px 8px;
}
.minibanners-hart {
    background-position: 6px -251px;
}
.minibanners-home {
    background-position: 6px -487px;
}
.page-title {
    font-size: 26px;
    line-height: 26px;
    color: #0066cc;
    margin: 0 0 14px 0;
    padding: 0;
}
.text-title {
    display: inline-block;
    margin-top: 31px;
}
.text-title h1 {
    font-family: "MyriadProRegular", Arial;
    margin-bottom: 20px;
    font-size: 28px;
    color: #0066cc;
    margin-top: 0;
}
.ps {
    font-size: 22px;
    margin-top: 44px;
    color: #0066cc;
}
.product-title h1 {
    font-family: "MyriadProRegular", Arial;
    color: #0066cc;
    font-size: 32px;
    padding: 0;
    line-height: 32px;
    margin: 0 0 44px 0;
}
.category-items {
    padding: 0;
    margin: 0 -15px;
    list-style-type: none;
}
.category-items .cat-title {
    margin: 14px 0 44px 0;
    height: 24px;
}
.category-items .cat-title a {
    color: #0006cc;
    font-size: 16px;
    line-height: 16px;
    text-decoration: underline;
}
.category-items .cat-title a:hover {
    text-decoration: none;
}
.text-body,
.text-index {
    /*.text-block{
    margin: 0 0 0 45px;
    p{
      padding: 0;
    }
  }*/
}
.text-body p,
.text-index p {
    text-align: justify;
    font-size: 16px;
    line-height: 20px;
}
.text-body .register-block p,
.text-index .register-block p {
    padding: 0;
    line-height: 11px;
}
.text-body .goBack,
.text-index .goBack {
    color: #0066cc;
    font-size: 22px;
    text-decoration: underline;
}
.text-body .goBack:hover,
.text-index .goBack:hover {
    text-decoration: none;
}
.text-body .registerTitle,
.text-index .registerTitle {
    color: #0066cc;
    font-size: 28px;
    margin: 0;
    padding: 0;
}
.text-body .registerBody,
.text-index .registerBody {
    font-size: 18px;
    margin: 50px 0 20px 0;
}
.text-body ul li,
.text-index ul li {
    font-size: 16px;
    text-align: justify;
}
.list-inset {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
.list-inset li {
    margin-bottom: 28px;
}
.about-wellcom {
    margin-top: 50px;
}
.about-wellcom p {
    color: #0066cc;
    text-align: center;
}
.about-wellcom p:first-child {
    margin-bottom: 25px;
}
.selection-red {
    color: #ff0000;
    padding-bottom: 40px;
}
.selection-blue {
    font-size: 20px;
    line-height: 20px;
    color: #0066cc;
    margin: 25px 0;
}
.img-circle-about {
    border-radius: 50%;
    background-image: url("about.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 240px;
    height: 240px;
    -webkit-box-shadow: inset 3px 3px 34px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 3px 3px 34px -5px rgba(0, 0, 0, 0.75);
    box-shadow: inset 3px 3px 34px -5px rgba(0, 0, 0, 0.75);
    margin: 0 40px 40px 0;
}
.img-circle-avatar {
    background-color: #3f4760;
    border-radius: 50%;
    background-image: url("avatar.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 150px;
    height: 150px;
    -webkit-box-shadow: inset 3px 3px 34px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 3px 3px 34px -5px rgba(0, 0, 0, 0.75);
    box-shadow: inset 3px 3px 34px -5px rgba(0, 0, 0, 0.75);
    margin: 0 40px 40px 0;
}
.about-size {
    width: 245px;
    height: 245px;
    margin: 0 44px 35px 0;
}
.avatar-size {
    width: 150px;
    height: 150px;
    margin: 0 40px 40px 0;
}
.red {
    color: #FF0000;
}
.blue {
    color: #0066cc;
}
.lilac {
    color: #6f1693;
}
.orange {
    color: #f6b674;
}
.green {
    color: #38b21e;
}
.img-in-text img {
    width: 100%;
    height: auto;
}
.distance-time {
    float: right;
    max-width: 240px;
}
.distance-time .time {
    background-image: url("timel_n_sale.png");
    background-repeat: no-repeat;
    background-position: 0 -37px;
    /* width: 125px; */
    height: 132px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-left: 115px;
}
.distance-time .time span {
    font-weight: bold;
    font-size: 18px;
}
.distance-time .time p {
    line-height: 16px;
    font-size: 16px;
}
.head-text {
    margin: 0 0 0 26px;
    max-width: 575px;
    text-align: justify;
}
.head-text h4 {
    color: #ff0000;
    font-size: 24px;
    margin: 0 0 40px 0;
    padding: 0;
    line-height: 24px;
}
.head-text p {
    font-size: 20px;
    line-height: 24px;
}
.personal-sale {
    float: right;
    max-width: 240px;
}
.personal-sale .sale {
    background-image: url("timel_n_sale.png");
    background-repeat: no-repeat;
    background-position: 0 -390px;
    height: 132px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-left: 115px;
}
.personal-sale .sale p {
    line-height: 16px;
    font-size: 16px;
}
.personal-area {
    height: 150px;
    display: inline-block;
    width: 100%;
    margin: 0 -15px 44px -15px;
}
.personal-area .name {
    height: 150px;
    line-height: 150px;
}
.personal-area .name p {
    font-size: 28px;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
}
.personal-area .bonuses {
    width: 240px;
    height: 150px;
    line-height: 150px;
    border: 2px dashed #000;
    border-radius: 10px;
}
.personal-area .bonuses .block-cell {
    display: table-cell;
    vertical-align: middle;
    height: 150px;
    width: 240px;
}
.personal-area .bonuses .block-cell span:first-child {
    font-size: 26px;
}
.personal-area .bonuses .count-bonus {
    color: #0066cc;
    font-size: 46px;
}
.personal-area .bonuses span {
    display: block;
    text-align: center;
    line-height: 50px;
}
.personal-area .bonuses span a {
    border-bottom: 1px dashed #000000;
}
.personal-area .bonuses span a:hover,
.personal-area .bonuses span a:active,
.personal-area .bonuses span a:focus {
    text-decoration: none;
    border-bottom: 1px dashed transparent;
}
.contact-cabinet {
    font-size: 16px;
    margin: 0 -15px;
}
.contact-cabinet p {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 14px;
    padding: 0;
}
.contact-cabinet span {
    display: inline-block;
    width: 80px;
}
.subscribe-cabinet {
    margin: 22px -15px 5px -15px;
}
.subscribe-cabinet input {
    vertical-align: top;
}
.subscribe-cabinet span {
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
    padding-left: 10px;
}
.edit-pass {
    margin: 0 -15px 22px -15px;
}
.edit-pass a {
    font-size: 16px;
    color: #0066cc;
    text-decoration: underline;
}
.edit-pass a:hover {
    text-decoration: none;
}
.button-cabinet {
    margin: 0 -15px 90px -15px;
}
.edit-profile {
    display: block;
    width: 185px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #000000;
    background-image: -webkit-linear-gradient(top, #e1e1e1 0%, #838383 100%);
    background-image: -o-linear-gradient(top, #e1e1e1 0%, #838383 100%);
    background-image: linear-gradient(to bottom, #e1e1e1 0%, #838383 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe1e1e1', endColorstr='#ff838383', GradientType=0);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
}
.edit-profile:hover {
    text-decoration: none;
    background-image: -webkit-linear-gradient(top, #e1e1e1 0%, #747373 100%);
    background-image: -o-linear-gradient(top, #e1e1e1 0%, #747373 100%);
    background-image: linear-gradient(to bottom, #e1e1e1 0%, #747373 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe1e1e1', endColorstr='#ff747373', GradientType=0);
}
.history {
    margin: 0 -15px;
}
.history h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
}
.table-history {
    width: 100%;
}
.table-history td,
.table-history th {
    padding-left: 10px;
    font-size: 16px;
}
.table-history th {
    font-size: 18px;
    font-weight: normal;
}
.table-history tr:nth-child(even) {
    background: #f2f2f2;
}
.table-history tr:nth-child(odd) {
    background: #fff;
}
.table-history thead th {
    background-color: #b3b3b3;
}
.table-history td.red {
    background: #F3C7C7;
}
.table-history td.red a {
    color: #FF0000;
}
.table-history td.green {
    background: #93fc93;
}
.table-history td.green a {
    color: #13c900;
}
.table-history tfoot th {
    font-weight: normal;
    font-size: 16px;
}
.logout {
    display: block;
    vertical-align: bottom;
    text-align: center;
    font-size: 16px;
    position: relative;
    bottom: -15px;
    text-decoration: underline;
}
.logout:hover {
    text-decoration: none;
}
.delivery-strip {
    width: 100%;
    margin-bottom: 24px;
}
.delivery-strip div {
    display: inline-block;
    text-align: center;
    margin-right: 33px;
    font-size: 16px;
}
.delivery-strip div:last-child {
    margin-right: 0;
}
.delivery-strip a {
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dashed #000;
    white-space: nowrap;
    text-align: center;
    line-height: 15px;
}
.delivery-strip a:hover {
    text-decoration: none;
    border-bottom: 1px dashed transparent;
}
.delivery-strip a:focus {
    text-decoration: none;
}
.list-delivery {
    display: inline-block;
    margin-bottom: 44px;
}
.list-delivery:last-child {
    margin-bottom: 0;
}
.list-delivery p {
    margin-bottom: 0;
}
.list-delivery h3 {
    font-size: 26px;
    margin: 0 0 22px 0;
    padding: 0;
}
.list-delivery .inline {
    display: inline-block;
    width: 100%;
}
.list-delivery .delivery-img img {
    max-width: 245px;
    max-height: 245px;
    margin: 0 44px 22px 0;
}
.list-delivery .detail-delivery a {
    color: #ff0000;
    font-size: 18px;
    border-bottom: 1px dashed #ff0000;
    line-height: 15px;
}
.list-delivery .detail-delivery a:hover {
    text-decoration: none;
    border-bottom: 1px dashed transparent;
}
.list-delivery .detail-delivery a:focus {
    text-decoration: none;
}
.list-delivery .detail-delivery a:after {
    content: url('delivery_datail.png');
    padding-left: 5px;
    margin-top: 0;
    width: 7px;
    height: 15px;
    position: absolute;
}
.list-delivery .text-delivery p {
    padding: 0;
    text-align: justify;
}
.list-delivery .text-delivery a {
    color: #0066cc;
    text-decoration: underline;
}
.list-delivery .text-delivery a:hover {
    text-decoration: none;
}
.list-delivery .text-delivery ul {
    list-style-position: inside;
    padding: 0;
    margin: 0;
}
.list-delivery .text-delivery ul .ulBlock {
    display: inline-block;
    vertical-align: top;
}
.list-delivery .price-delivery {
    display: inline-block;
    width: 100%;
}
.list-delivery .price-delivery .title-price {
    float: left;
    font-size: 20px;
}
.list-delivery .price-delivery .price {
    max-width: 150px;
    float: right;
    color: #0066cc;
    font-size: 20px;
    height: auto;
}
.list-delivery .price-delivery .price p {
    font-size: 16px;
    color: #000;
    white-space: normal;
}
.rf-delivery .list-delivery {
    margin-bottom: 10px !important;
}
.rf-delivery .list-delivery:last-child {
    margin-bottom: 44px !important;
}
.hide-delivery {
    display: none;
    padding-top: 22px;
}
.hide-delivery .hidden-text {
    display: inline-block;
    width: 100%;
    margin-top: 22px;
}
.hide-delivery .hidden-text ul {
    list-style-position: inside;
}
img.alert_icon {
    vertical-align: baseline;
    margin-right: 3px;
}
.icon_pay {
    vertical-align: baseline;
    margin-right: 3px;
}
.pay_title {
    font-size: 19px;
}
.block-indent {
    display: block;
    margin-bottom: 25px;
}
.sub-article {
    position: absolute;
    top: 0;
    right: 0;
}
.sub-article .popup-sub {
    position: absolute;
    display: none;
    width: 215px;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    top: 40px;
    right: 13px;
    z-index: 100;
    padding: 14px;
    text-align: center;
}
.sub-article .popup-sub label {
    display: inline-block;
    font-family: "Arial";
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    font-size: 13px;
    float: left;
}
.sub-article .popup-sub .offer-accept-notice {font-size: 80%;}
.sub-article .popup-sub input[type="text"] {
    width: 100%;
    height: 30px;
    margin: 14px 0 14px 0;
    text-align: left;
    padding: 0 3px;
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffffffff', GradientType=0);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.sub-article .popup-sub input[type="submit"] {
    font-family: "Arial";
    height: 25px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: yellow;
    border: 0;
    font-size: 16px;
    line-height: 16px;
    padding: 0 20px;
    display: inline-block;
    text-align: center;
}
.sub-article .popup-sub .closePopupSub {
    position: absolute;
    background-image: url("close.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 27px;
    height: 27px;
    top: -13px;
    right: -13px;
}
.sub-news {
    position: relative;
    top: 0;
    right: 0;
    line-height: 14px;
}
.sub-news .sub-linknews {
    padding: 0;
    margin: 5px 0 23px 0;
    font-size: 16px;
}
.sub-news .sub-linknews a {
    display: inline-block;
    line-height: 14px;
    color: #000000;
    border-bottom: 1px dashed transparent;
}
.sub-news .sub-linknews a:hover {
    text-decoration: none;
    border-bottom: 1px dashed #000000;
}
.sub-news .sub-linknews a:focus {
    text-decoration: none;
}
.sub-news .popup-subnews {
    position: absolute;
    display: none;
    width: 215px;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    top: 30px;
    left: 0;
    z-index: 100;
    padding: 14px;
    text-align: center;
}
.sub-news .popup-subnews .offer-accept-notice {font-size: 80%;}
.sub-news .popup-subnews label {
    display: inline-block;
    font-family: "Arial";
    font-weight: normal;
    line-height: 13px;
    margin: 0;
    font-size: 16px;
    float: left;
}
.sub-news .popup-subnews input[type="text"] {
    width: 100%;
    height: 30px;
    margin: 14px 0 14px 0;
    text-align: left;
    padding: 0 3px;
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffffffff', GradientType=0);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.sub-news .popup-subnews input[type="submit"] {
    font-family: "Arial";
    height: 25px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: yellow;
    border: 0;
    font-size: 16px;
    line-height: 16px;
    padding: 0 20px;
    display: inline-block;
    text-align: center;
}
.sub-news .popup-subnews .closePopupSubnews {
    position: absolute;
    cursor: pointer;
    background-image: url("close.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 27px;
    height: 27px;
    top: -13px;
    right: -13px;
}
.sub-link {
    background-color: #fff343;
    padding: 2px;
    width: 225px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.sub-link a {
    display: inline-block;
    line-height: 18px;
    color: #000000;
    border-bottom: 1px dashed #000000;
}
.sub-link a:hover {
    text-decoration: none;
    border-bottom: 1px dashed transparent;
}
.sub-link a:focus {
    text-decoration: none;
}
.list-article {
    display: inline-block;
    margin-bottom: 44px;
    width: 100%;
    clear: both;
}
.list-article:last-child {
    margin-bottom: 0;
}
.article-img {
    margin: 0 44px 15px 0 ;
    float: left;
    width: 250px;
}
.article-img img {
    width: 100%;
    max-width: 250px;
}
.text-article h2 {
    margin: 0 0 22px 0;
  	font-size: 24px;
}
.text-article h2 a {
    font-size: 24px;
    line-height: 24px;
    text-decoration: underline;
    color: #0066cc;
}
.text-article h2 a:hover {
    text-decoration: none;
}
.text-article h2 a:focus {
    text-decoration: none;
}
.text-article p {
    font-size: 18px;
    padding: 0;
}
.text-article .detail-article {
    font-size: 18px;
    margin-top: 22px;
    text-decoration: underline;
    color: #0066cc;
}
.text-article .detail-article:hover {
    text-decoration: none;
}
.text-article .detail-article:focus {
    text-decoration: none;
}
.article h1 {
	font-size: 30px;
}
#auth{
  margin-left: -15px;
  margin-right: -15px;
}
.auth-form {
    display: block;
    width: 100%;
    height: 270px;
    border: #cccccc;
    padding: 40px 20px 40px 20px;
    /*margin-left: -15px;
    margin-right: -15px;*/
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #d2d2d2 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #d2d2d2 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #d2d2d2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd2d2d2', GradientType=0);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
}
.auth-form .input-field {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.auth-form .input-field label {
    display: table-cell;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    width: 85px;
    vertical-align: middle;
    line-height: 35px;
}
.auth-form .input-field input[type="text"],
.auth-form .input-field input[type="password"] {
    display: table-cell;
    width: 100%;
    height: 35px;
    padding: 0 15px;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffffffff', GradientType=0);
    -webkit-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.25);
}
.auth-form .restore-pass {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.auth-form .restore-pass a {
    color: #0066cc;
    text-decoration: underline;
}
.auth-form .restore-pass a:hover,
.auth-form .restore-pass a:focus {
    text-decoration: none;
}
.auth-form input[type="submit"] {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #0079f2 0%, #0157ac 100%);
    background-image: -o-linear-gradient(top, #0079f2 0%, #0157ac 100%);
    background-image: linear-gradient(to bottom, #0079f2 0%, #0157ac 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0079f2', endColorstr='#ff0157ac', GradientType=0);
    border: #0157ac;
    font-size: 20px;
    width: 130px;
    height: 40px;
    color: #fff;
    display: inline-block;
    text-align: center;
}
.warning {
    color: #ff0000;
}
#registered{
	margin-left: -15px;
    margin-right: -15px;
}
.reg-form {
    display: block;
    width: 100%;
    border: #cccccc;
    padding: 40px 20px 40px 20px;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #d2d2d2 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #d2d2d2 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #d2d2d2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd2d2d2', GradientType=0);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
}
.reg-form .input-field {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.reg-form .input-field label {
    display: table-cell;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    width: 85px;
    vertical-align: middle;
    line-height: 35px;
}
.reg-form .input-field input[type="text"],
.reg-form .input-field input[type="password"] {
    display: table-cell;
    width: 100%;
    height: 35px;
    padding: 0 15px;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffffffff', GradientType=0);
    -webkit-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.25);
}
.reg-form .input-field .confirm-pass {
    line-height: 16px;
}
.reg-form .restore-pass {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.reg-form .restore-pass a {
    color: #0066cc;
    text-decoration: underline;
}
.reg-form .restore-pass a:hover,
.reg-form .restore-pass a:focus {
    text-decoration: none;
}
.reg-form span label {
    font-weight: normal;
}
.reg-form p {
    margin-bottom: 20px;
    text-align: justify;
}
.reg-form p a {
    color: #0066cc;
    text-decoration: underline;
}
.reg-form p a:hover,
.reg-form p a:focus {
    text-decoration: none;
}
.reg-form input[type="submit"] {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #0079f2 0%, #0157ac 100%);
    background-image: -o-linear-gradient(top, #0079f2 0%, #0157ac 100%);
    background-image: linear-gradient(to bottom, #0079f2 0%, #0157ac 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0079f2', endColorstr='#ff0157ac', GradientType=0);
    border: #0157ac;
    font-size: 20px;
    width: 130px;
    height: 40px;
    color: #fff;
    display: inline-block;
    text-align: center;
}
.info-block {
    display: table;
    max-width: 315px;
    float: right;
    margin: 0 0 44px 0;
}
.info-block .img-info {
    display: table-cell;
    vertical-align: middle;
    /* min-width: 150px; */
    width: 150px;
    text-align: center;
}
.info-block .txt-info {
    display: table-cell;
    margin: 0;
    padding: 0 0 0 15px;
    vertical-align: middle;
    text-align: justify;
    line-height: 15px;
    font-size: 16px;
}
.reg-tabs .nav-tabs {
    margin: 0 0 20px 0;
    padding: 0;
}
.reg-tabs .nav-tabs .active a {
    height: 24px;
    line-height: 20px;
    padding: 1px 12px;
}
.reg-tabs .nav-tabs .active a:hover,
.reg-tabs .nav-tabs .active a:focus {
    padding: 1px 12px;
}
.reg-tabs .nav-tabs li a {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    border-bottom: 1px dashed #000;
    text-decoration: none;
    color: #000;
}
.reg-tabs .nav-tabs li a:hover,
.reg-tabs .nav-tabs li a:focus {
    border-bottom: 1px dashed transparent;
    text-decoration: none;
}
.reg-tabs .nav-tabs li span {
    font-size: 18px;
    padding: 0 10px;
}
.accaunt-menu {
    margin: 0 0 44px 0;
    padding: 0;
    height: 30px;
}
.accaunt-menu a {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    color: #000;
    margin-right: 1px;
    padding: 5px 12px;
}
.accaunt-menu a span {
    border-bottom: 1px dashed #000;
    display: inline-block;
}
.accaunt-menu a:hover,
.accaunt-menu a:focus {
    text-decoration: none;
    color: #fff !important;
    border: none !important;
    padding: 5px 12px;
    background-image: -webkit-linear-gradient(top, #0157ac 0%, #0079f2 100%);
    background-image: -o-linear-gradient(top, #0157ac 0%, #0079f2 100%);
    background-image: linear-gradient(to bottom, #0157ac 0%, #0079f2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0157ac', endColorstr='#ff0079f2', GradientType=0);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
}
.accaunt-menu a:hover span,
.accaunt-menu a:focus span {
    border-bottom: 1px dashed transparent;
}
.accaunt-menu .active {
    text-decoration: none;
    color: #fff !important;
    border: none !important;
    padding: 5px 12px;
    background-image: -webkit-linear-gradient(top, #0157ac 0%, #0079f2 100%);
    background-image: -o-linear-gradient(top, #0157ac 0%, #0079f2 100%);
    background-image: linear-gradient(to bottom, #0157ac 0%, #0079f2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0157ac', endColorstr='#ff0079f2', GradientType=0);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
}
.accaunt-menu .active span {
    border-bottom: 1px dashed transparent;
}
.active-link {
    background-image: -webkit-linear-gradient(top, #0157ac 0%, #0079f2 100%);
    background-image: -o-linear-gradient(top, #0157ac 0%, #0079f2 100%);
    background-image: linear-gradient(to bottom, #0157ac 0%, #0079f2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0157ac', endColorstr='#ff0079f2', GradientType=0);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
    padding: 2px 10px;
    color: #fff !important;
    border: none !important;
}
.btn-print {
    background-image: url("print.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
    float: right;
    /*right: 0;
  top: 0;*/
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin-top: 24px;
}
.map_shop {
    width: 100%;
}
.ya-map {
    display: inline-block;
    width: 100%;
    margin: 44px 0 44px 0;
}
.ya-map h4 {
    font-size: 20px;
}
.pay-info ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
.contact-info h3 {
    margin: 24px 0 28px 0;
    font-size: 26px;
}
.contact-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contact-info ul li {
    font-size: 18px;
}

.contact-info .contact-phone {
    display: inline-block;
    width: 33%;
  vertical-align: top;
}
.contact-info .contact-phone li {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 10px;
}
.contact-info .contact-time {
    display: inline-block;
    width: 33%;
}
.contact-info .contact-time li {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 10px;
}
.contact-info .print-contacts {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
.contact-tabs .nav-tabs {
    margin: 0 0 25px 0;
    padding: 0;
}
.contact-tabs .nav-tabs li {
    padding-right: 5px;
}
.contact-tabs .nav-tabs li a {
    display: inline-block;
    line-height: 20px;
    font-size: 20px;
}
.contact-tabs .nav-tabs li a:hover,
.contact-tabs .nav-tabs li a:focus {
    text-decoration: none;
    border-bottom: 1px dashed transparent;
}
.contact-tabs .nav-tabs .active a {
    display: inline-block;
    height: 44px;
    line-height: 30px;
}
.media-tabs .nav-tabs {
    margin: 0 0 25px 0;
    padding: 0;
}
.media-tabs .nav-tabs li {
    padding-right: 5px;
    font-size: 18px;
}
.media-tabs .nav-tabs li a {
    display: inline-block;
    line-height: 18px;
}
.media-tabs .nav-tabs li a:hover,
.media-tabs .nav-tabs li a:focus {
    text-decoration: none;
    border-bottom: 1px dashed transparent;
}
.media-tabs .nav-tabs .active a {
    display: inline-block;
    height: 25px;
    line-height: 9px;
}
.media-tabs .nav-tabs .active a:hover,
.media-tabs .nav-tabs .active a:focus {
    text-decoration: none;
}
.wai-link {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 16px;
    width: 100%;
    color: #000;
}
.wai-link a {
    display: inline-block;
    border-bottom: 1px dashed #000;
    text-decoration: none;
    line-height: 18px;
    color: #000;
    margin-right: 10px;
}
.wai-link a:hover,
.wai-link a:focus {
    border-bottom: 1px dashed transparent;
    text-decoration: none;
}
.wai-link span {
    padding: 0 5px;
}
.wai-link .active-link {
    line-height: 30px;
}
.media-link {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 16px;
    width: 100%;
    color: #000;
}
.media-link a {
    display: inline-block;
    border-bottom: 1px dashed #000;
    text-decoration: none;
    line-height: 18px;
    color: #000;
    margin-right: 20px;
}
.media-link a:hover,
.media-link a:focus {
    border-bottom: 1px dashed transparent;
    text-decoration: none;
}
.media-link span {
    padding: 0 5px;
}
.addr {
    margin: 25px 0 65px 0;
    padding: 0;
}
.addr h3 {
    margin: 0 0 18px 0;
    font-size: 26px;
}
.addr p {
    font-size: 18px;
}
.product-info {
    padding: 14px 44px;
    margin-bottom: 44px;
}

.product__variants {
	text-align:left;
}

.product__variants .is-active {
    background: #06c;
    color: #fff;
}

.border-btm {
    padding: 0 0 2px 0;
    border-bottom: 1px solid #cccccc;
}
.gray {
    color: #4c4c4c;
}
#pickup {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.delivery-block {
    position: relative;
    margin-bottom: 30px;
}
.delivery-block .info-title {
    display: inline-block;
}
.delivery-block .info-title a {
    font-size: 19px;
    color: #000;
    text-decoration: underline;
    line-height: 16px;
    white-space: nowrap;
}
.delivery-block .info-title a:hover,
.delivery-block .info-title a:focus {
    text-decoration: none;
}
.delivery-block .info-text span {
    font-size: 14px;
}
.delivery-block:first-child .block-position{
    margin-top: 20px;
}
#photo p {
    text-align: left;
}
.product-background {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    min-height: 583px;
}
.list-cart-product {
    margin-top: 25px;
}
.cart-title {
    font-family: "MyriadProRegular";
    font-size: 32px;
    color: #0066cc;
    margin: 0 0 28px 25px;
}
.title-cart-row {
    font-family: "OpenSansRegular";
    font-size: 16px;
    color: #4c4c4c;
}
.cart-background {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    padding: 25px 25px 40px 25px;
}
.cart-background .arrows {
    display: block;
    width: 60px;
    height: 30px;
}
.cart-background input[type="text"].quantity_input {
    display: inline-block;
    font-size: 20px;
    color: #000;
    float: left;
    width: 60px;
    height: 30px;
    padding: 0 5px;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffffffff', GradientType=0);
    -webkit-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.25);
}
.cart-background input[type="text"] {
    display: inline-block;
    width: 130px;
    height: 22px;
    padding: 0 10px;
    border: 0;
    color: #0066cc;
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffffffff', GradientType=0);
    -webkit-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.25);
}
.cart-background .plus {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: -16px;
    top: 1px;
    background-image: url("plus_minus.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}
.cart-background .minus {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: -14px;
    bottom: -9px;
    background-image: url("plus_minus.png");
    background-repeat: no-repeat;
    background-position: 0 -40px;
}
.cart-background .del-in-cart a {
    font-size: 21px;
    font-weight: bold;
    color: red;
}
.cart-background .del-in-cart a:hover,
.cart-background .del-in-cart a:visited,
.cart-background .del-in-cart a:focus {
    text-decoration: none;
}
.cart-hr {
    border-bottom: 1px solid #b8b8b8;
    margin: 10px -25px 0 -25px;
}
.cart-img {
    display: inline-block;
    max-width: 100px;
    height: auto;
    vertical-align: middle;
    margin-right: 20px;
}
.cart-img img {
    width: 100%;
    border: 1px solid #ff0000;
}
.cart-prod-title {
    font-family: "Arial";
    font-size: 20px;
    color: #000;
    max-width: 356px;
    text-align: justify;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}
.cart-prod-title a {
    text-decoration: none;
}
.cart-prod-title a:hover {
    text-decoration: underline;
}
.cart-price {
    font-family: 'ALSRublArialRegular', Arial, sans-serif;
    font-size: 20px;
    color: #000;
    text-align: center;
}
.cart-sum {
    font-family: 'ALSRublArialRegular', Arial, sans-serif;
    font-size: 20px;
    color: #000;
    text-align: center;
}
.cart-hide {
    display: inline-block;
}
.cart-checkout {
    margin-top: 44px;
}
.cart-checkout .coupon label {
    font-size: 18px;
    color: #4c4c4c;
    margin: 0 12px 0 0;
    font-weight: normal;
}
.cart-checkout input.button-cupon {
    display: inline-block;
    padding: 0;
    width: 90px;
    background: none;
    border-bottom: 1px dashed #0066cc;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-left: 12px;
    color: #0066cc;
    font-size: 16px;
    height: 21px;
}
.cart-checkout input.button-cupon:hover {
    border-bottom: 1px dashed transparent;
}
.confirm-check input[type="submit"],
.confirm-check .total-amount {
    display: inline-block;
    float: right;
}
.confirm-check .total-amount {
    font-size: 20px;
    color: #0066cc;
}
.confirm-check .total-amount span {
    font-family: 'ALSRublArialRegular', Arial, sans-serif;
    font-size: 24px;
    margin-right: 70px;
}
.confirm-check input#create_order {
    font-family: "Arial";
    font-size: 20px;
    display: inline-block;
    height: 32px;
    color: #ffffff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: #0066cc;
    border: 0;
    padding: 0 12px;
    text-align: center;
}
.cart-table tbody td {
    padding: 25px 0 0 0;
}
.cart-table .title-cart-row td {
    text-align: left;
    vertical-align: middle;
}
.tal {
    text-align: left !important;
}
.product-tabs {
    padding: 15px;
}
.product-tabs .active > a {
    height: 40px;
    line-height: 24px;
    padding: 8px 10px;
}
.product-tabs li a {
    padding: 0;
    margin: 0 15px 0 0;
    font-size: 18px;
    color: #000;
    line-height: 18px;
}
.product-tabs li a:focus,
.product-tabs li a:hover {
    text-decoration: none;
    background-color: transparent;
    border-bottom: 1px transparent;
}
.product-tabs .tab-content {
    color: #6c6c6c;
}
.product-tabs .tab-content h2 {
    margin-bottom: 30px;
}
.product-tabs .tab-content ul {
    list-style-position: inside;
    padding: 0;
    margin: 0;
}
.simbol {
    margin-left: 5px;
}
.product-param {
    position: relative;
    max-height: 396px;
    height: 396px;
    max-width: 379px;
    display: inline-block;
    margin: 0 0 0 44px;
    /* .quantity{
    margin-bottom: 26px;
  }*/
}

.undersell {
	text-align: center;
    background: #eee;
    border-radius: 10px;
    position: absolute;
    top: 7px;
    right: 22px;
    padding: 10px 14px;
}

.product-param h1.title {
    font-size: 29px;
    margin: 0 0 7px 0;
    height: 111px;
    overflow: hidden;
    width: 100%;
    background-color: #f2f2f2;
}
.product-param h1.title span {
    max-height: 92px;
    height: 100%;
    overflow: hidden;
    display: block;
    margin: 7px 10px 10px 10px;
    line-height: 30px;
}
.product-param .sku {
    font-size: 16px;
    line-height: 12px;
    color: #4d4d4d;
    margin-bottom: 44px;
}
.product-param .price-param {
    text-align: center;
}
.product-param .price-summ {
    font-size: 34px;
    margin-bottom: 18px;
    line-height: 24px;
}
.product-param .priceForRegister {
    display: inline-block;
    min-width: 260px;
    margin-bottom: 20px;
    line-height: 15px;
}
.product-param .priceForRegister .summ {
    display: inline-block;
    line-height: 20px;
    font-size: 28px;
    color: #ff0000;
    width: 96px;
}
.product-param .priceForRegister .sum-description {
    display: inline-block;
    font-size: 12px;
    padding-left: 14px;
    line-height: 12px;
    text-align: justify;
    width: 225px;
    color: #cecece;
}
.product-param .priceForRegister .sum-description a {
    text-decoration: underline;
    color: #0066cc;
}
.product-param .priceForRegister .sum-description a:hover,
.product-param .priceForRegister .sum-description a:focus {
    text-decoration: none;
}
.product-param .priceForRegister .sum-description span {
    display: inline-block;
}
.btn-order {
    display: inline-block;
}
.btn-order input[type="submit"] {
    display: inline-block;
    padding-bottom: 5px;
    width: 170px;
    height: 44px;
    font-size: 24px;
    font-weight: normal;
    background-color: #0066cc;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    border: none;
}
.btn-order input[type="submit"]:hover {
    background-color: #0080ff;
}
.btn-order input[type="submit"]:focus {
    background-color: #0066cc;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25);
}
.quick-order,.quick-order1 {
    margin-left: 20px;
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    line-height: 14px;
}
.quick-order a,.quick-order1 button {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    font-weight: normal;
    background-color: #feff33;
    color: #000;
    border-radius: 28px;
    text-align: center;
    background-image: url("quick_order.png");
    background-repeat: no-repeat;
    background-position: 14px 13px;
    padding: 0 0 0 30px;
    z-index: 2;
}
.m-modal-close {
    color: #282828;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s;
    background: none;
    height: 20px;
    width: 20px;
    top: 7px;
    font-weight: bold;
    border: 0px !important;
}
.m-modal-close:before {
    font-family: "Bamblby";
    content: "\2716";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.quick-order a:hover {
    background-color: #FDFD95;
    text-decoration: none;
}
.quick-order a:focus {
    text-decoration: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25);
}
.quick-order .popup-quick-order {
    position: absolute;
    display: none;
    width: 250px;
    height: 142px;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    top: 23px;
    left: -38px;
    z-index: 1;
    padding: 30px 8px 8px 8px;
    text-align: center;
}
.quick-order .popup-quick-order label {
    text-align: center;
    display: inline-block;
    font-family: "Arial";
    font-weight: normal;
    line-height: 13px;
    margin: 0;
    font-size: 12.4px;
    float: none;
}
.quick-order .popup-quick-order input[type="text"] {
    height: 34px;
    margin: 10px 25px 10px 25px;
    text-align: left;
    padding: 0 3px;
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffffffff', GradientType=0);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.quick-order .popup-quick-order input[type="submit"] {
    font-family: "Arial";
    height: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: yellow;
    border: 0;
    font-size: 16px;
    line-height: 16px;
    padding: 0 20px;
    display: inline-block;
    text-align: center;
}
.quick-order .popup-quick-order .closePopupSubnews {
    position: absolute;
    cursor: pointer;
    background-image: url("close.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 27px;
    height: 27px;
    top: -13px;
    right: -13px;
}

.popup-quick-order {
    height: auto !important;
    display: none;
}

.cart-background .popup-quick-order input[type="text"] {
  width: auto !important;
  margin: 10px 0 10px 0 !important;
  padding: 0 10px;
  max-width: 90%;
}

.cart-background .popup-quick-order input[type="submit"] {
  float: none !important;
}

[data-feedback-input-error] {
  display: block;
  padding: 0px 0px 10px 0;
  font-size: 12px;
  color: red;
}

.is-error-feedback-field input[type="text"] {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcece), to(#fff)) !important; background-image: linear-gradient(to bottom, #ffcece 0%, #fff 100%) !important;
}

.order-credit {
    display: inline-block;
    position: relative;
}
.order-credit > div {
    /* стиль появляющейся подсказки */
    position: absolute;
    top: 100%;
    left: -20em;
    /* = max-width */
    right: -20em;
    /* = max-width */
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    /* ширина подсказки может быть не более содержимого */
    max-width: 457px;
    /* ширина подсказки может быть не более 20em */
    max-height: 80vh;
    /* необязательное ограничение по высоте подсказки, 1vh — это 1% от ширины окна */
    overflow: auto;
    visibility: hidden;
    margin: 15px auto .4em;
    /* поднята на .4em над текстом, наведя или нажав на который появится пояснение */
    padding: 14px 10px;
    font-size: 14px;
    background: #fff;
    line-height: 14px;
    cursor: auto;
    -webkit-box-shadow: 0 8px 38px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 38px rgba(0, 0, 0, 0.3);
    text-transform: none;
    text-align: start;
    z-index: 10;
}
.order-credit:after {
    /* треугольничек под подсказкой; тут тоже везде .4em */
    content: "";
    position: absolute;
    top: 1.5em;
    left: 45%;
    visibility: hidden;
    margin: 0 0 0 -0.4em;
    border: 15px solid;
    border-color: transparent transparent #fff transparent;
    cursor: auto;
    z-index: 10;
}
.order-credit:before {
    /* поле между текстом, наведя или нажав на который появится пояснение, и подсказкой нужно чтобы, если перевести курсор мышки на подсказку, та не исчезла; тут тоже везде .4em */
    content: "";
    position: absolute;
    top: 2.5em;
    left: 0;
    right: 0;
    height: 1.5em;
    visibility: hidden;
    z-index: 10;
}
.order-credit:hover > div,
.order-credit:hover:before,
.order-credit:hover:after,
.order-credit:focus > div,
.order-credit:focus:before,
.order-credit:focus:after {
    visibility: visible;
    transition: 0s .2s;
}
.order-credit .noaction {
    opacity: 0.6;
}
.order-credit input[type="submit"] {
    display: inline-block;
    border: none;
    width: 178px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    font-weight: normal;
    background-color: #e8e8e8;
    color: #000;
    border-radius: 28px;
    text-align: center;
    background-image: url("order_credit.png");
    background-repeat: no-repeat;
    background-position: 14px 9px;
    padding: 0px 0 0 30px;
}
.order-credit input[type="submit"]:hover {
    background-color: #dcdcdc;
    text-decoration: none;
}
.order-credit input[type="submit"]:focus {
    background-color: #dcdcdc;
    text-decoration: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25);
}
.buttons-order {
    height: 44px;
    margin-bottom: 14px;
    /*.quick-order {
    position: relative;
    top: -3px;
  }*/
}
.link-delivery {
    display: none;
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    line-height: 14px;
}
.link-delivery ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.link-delivery ul li {
    margin-left: -5px;
    display: inline-block;
}
.link-delivery ul li:first-child {
    margin-left: 0;
}
.link-delivery ul li:after {
    content: "|";
}
.link-delivery ul li:last-child {
    margin-right: 0;
}
.link-delivery ul li:last-child:after {
    content: "";
}
.link-delivery ul li a {
    font-size: 15.5px;
    color: #4c4c4c;
    text-decoration: underline;
    margin-right: -1px;
}
.link-delivery ul li a:hover,
.link-delivery ul li a:focus {
    text-decoration: none;
}
.product-slider {
    display: inline-block;
    width: 485px;
    min-width: 280px;
    height: 396px;
    position: relative;
    border-collapse: separate;
    float: left;
}
.product-slider .stickers {
    right: 0;
    top: -30px;
}
#big {
    width: 395px;
    height: 398px;
    text-align: center;
    background-image: url("loader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
}
#big .img {
    line-height: 396px;
}
#big .img img {
    width: 100%;
    max-width: 394px;
    max-height: 396px;
    border: 1px solid #ccc;
}
#minicarousel li a img {
    border: 1px solid transparent;
}
#minicarousel li a:hover img {
    border: 1px solid #0066cc;
}
#minicarousel li a:focus img {
    border: 1px solid #0066cc;
}
#menus {
    display: inline-block;
    float: left;
    margin-right: 14px;
    width: 74px;
}
#slider3 {
    position: relative;
    height: 355px;
    /* border-left: 1px solid #aaa; */
    /* border-right: 1px solid #aaa; */
    /* margin-bottom: 40px; */
}
#slider3 img {
    width: 100%;
    max-width: 75px;
    max-height: 75px;
}
.gallery{
    visibility:hidden;
}
.product-delivery {
    position: absolute;
    display: inline-block;
    vertical-align: top;    
    list-style-type: none;
    float: right;
    max-width: 240px;
    margin-left: 44px;
    height: 396px;
    right: 20px;
    background: #eee;
    border-radius: 10px;
    border: solid 1px #eee;
    padding: 10px 10px;
}
.removed-sale {
    position: absolute;
    width: 394px;
    min-height: 156px;
    height: auto;
    background-color: rgba(255, 0, 0, 0.6);
    color: #ffffff;
    text-align: center;
    top: 50%;
    margin: -78px 0 0 0;
    z-index: 4;
}
.removed-sale h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 34px;
}
.removed-sale p {
    font-size: 22px;
    line-height: 22px;
}
.removed-sale .removed-icon {
    position: relative;
    margin: 10px auto;
    bottom: -5px;
    background-image: url("arrow_not_sale.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 31px;
    height: 31px;
}
.old-price {
    color: #4c4c4c;
    font-size: 16px;
    margin-bottom: 26px;
    line-height: 16px;
}
.old-price span {
    color: #4c4c4c;
    font-size: 26px;
    /*text-decoration: line-through;*/
}

.old-price > span.rub-fnt:before {
    content: "";
    width: 95px;
    height: 2px;
    background: #000;
    position: absolute;
    margin-left: -3px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px;
}

.fx {
    display: inline-block;
}
span#price-field {
    font-size: 44px;
    line-height: 34px;
}
td.price-field {
    font-family: 'ALSRublArialRegular', Arial, sans-serif;
}
.margin-body{
    margin: 0 !important;
}
h1.search-title {
    font-size: 32px;
    margin: 0 0 44px 0;
}
.login300 {
    font-size: 18px;
    text-align: center;
}
.login300 span {
    line-height: 22px;
    white-space: nowrap;
    height: 22px;
    background: #fff343;
    padding: 0 10px;
    margin: 5px auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.set-block {
    border-bottom: 1px solid #dee0e1;
    padding: 15px;
    background-color: #fff;
}
.set-sidebar {
    border: 1px solid #dee0e1;
    border-bottom: 0;
    width: 21%;
    float: right;
    clear: right;
    margin: 10px 0;
}
.set {
    border: 1px solid #dee0e1;
    border-bottom: 0;
    width: 75%;
    float: left;
    clear: left;
    margin: 10px 0;
}
#own_preloader {
    z-index: 1000;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    max-width: 450px;
    height: 106px;
}
#add_product_notification {
    text-align: center;
    padding: 18px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background: #FFFFFF;
    /* border: 1px solid #D7D7D7; */
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);

    margin-bottom: 13px;
    overflow: hidden;
    /* font-size: 14px; */
    color: #333333;
}

#add_product_notification h3 {
    font-size: 20px;
    margin: 0 0 24px 0;
}

a.closeCartMsg {
    display: block;
    font-size: 16px;
    height: 26px;
    vertical-align: middle;
    color: #000;
    background-color: #979797;
    line-height: 26px;
    border-radius: 5px;
    padding: 0 12px;
}

.in-cart {
    display: block;
    height: 31px;
    font-size: 16px;
    line-height: 31px;
    font-weight: normal;
    background-color: #0066cc;
    color: #fff;
    border-radius: 28px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 14px 9px;
    padding: 0 14px;
    margin-left: 40px;
}
.set-meta .price {
    font-family: 'ALSRublArialRegular', Arial, sans-serif;
}
.set .price {
    font-family: 'ALSRublArialRegular', Arial, sans-serif;
}
.field-content .button {
    font-size: 20px !important;
    line-height: 38px;
    height: 38px;
    width: 185px;
    text-transform: capitalize;
    border: 1px solid #1da200 !important;
    background-image: -webkit-linear-gradient(top, #11ef00 0%, #1da200 100%);
    background-image: -o-linear-gradient(top, #11ef00 0%, #1da200 100%);
    background-image: linear-gradient(to bottom, #11ef00 0%, #1da200 100%);
    background-repeat: repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#payment #create_order {
    font-size: 20px !important;
    line-height: 38px;
    height: 38px;
    width: 208px;
    text-transform: capitalize;
    border: 1px solid #1da200 !important;
    background-image: -webkit-linear-gradient(top, #11ef00 0%, #1da200 100%);
    background-image: -o-linear-gradient(top, #11ef00 0%, #1da200 100%);
    background-image: linear-gradient(to bottom, #11ef00 0%, #1da200 100%);
    background-repeat: repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.set input[type="text"],
input[type="password"],
select,
textarea {
    display: table-cell;
    padding: 0 15px;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffffffff', GradientType=0);
    -webkit-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.25);
}
.set input[type="checkbox"] {
    width: 14px;
    height: 14px;
    vertical-align: top;
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    background-repeat: repeat-x;
}
.set input[type="text"],
select {
    display: table-cell;
    width: 250px !important;
    height: 35px !important;
}
.set input[type="password"] {
    display: table-cell;
    width: 180px !important;
    height: 35px !important;
}
.set textarea {
    width: 250px !important;
    height: 120px !important;
}
#regular_client {
    min-width: 460px !important;
}
#regular_client .field-content {
    width: 255px !important;
}
.set .field-label label {
    font-size: 18px;
    font-weight: normal;
}
#regular_client .field-label {
    width: 205px;
}
#registered_client {
    float: right;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    width: 340px;
}
#registered_client .field-label {
    width: 70px;
}
#registered_client .field-content {
    width: 251px;
}
#regular_client #client_phone {
    width: 180px !important;
}
#enter_password {
    width: 250px !important;
}
#login .button {
    width: 90px !important;
}
#regular_client h3 {
    font-size: 18px;
}
#registered_client h3 {
    font-size: 18px;
}
#contacts label b {
    font-weight: normal;
    font-size: 16px;
    margin-left: 14px;
}
.small {
    font-size: 14px;
}
#contacts .field-content.small div {
    font-size: 14px;
    margin-left: 32px;
}
#delivery_address .field-label {
    float: left;
    width: 175px;
    overflow: hidden;
    font-size: 18px;
    font-weight: normal;
}
#delivery_address .small {
    /*margin-left: 205px;*/
    font-size: 12px;
}
.set-sidebar {
    border: 1px solid #dee0e1;
    border-bottom: 0;
    width: 21%;
    float: right;
    clear: right;
    margin: 10px 0;
    background-color: #fff;
}
tr.bonus_points:after {
    content: "";
    display: block;
    margin-bottom: 60px;
}
#use_max_bonus_points {
    height: 35px;
}
small {
    font-size: 12px;
    font-weight: normal;
}
.variants label {
    font-size: 18px;
    font-weight: normal;
}
#delivery .field .field-label {
    width: 205px !important;
}
#delivery .field .field-content {
    display: inline-block;
    width: auto !important;
    float: none;
}
#delivery #shipping_address_state {
    width: 180px !important;
}
#delivery #shipping_address_city {
    width: 180px !important;
}
#delivery #shipping_address_zip {
    width: 180px !important;
}
#delivery .button {
    margin-left: 205px;
}
#delivery_price {
    color: #000 !important;
}
#payment_gateway_price {
    color: #000 !important;
}
#payment .field .field-content {
    display: inline-block;
    width: auto !important;
    float: none;
}
#payment #order_comment {
    height: 50px !important;
}
#payment .field .field-label {
    width: 210px !important;
}
#order_client_bonus_system + table {
    width: 100%;
}
#order_client_bonus_points {
    width: 100px !important;
}
.set-meta .b {
    display: inline-block;
    font-size: 20px;
    line-height: 17px;
}
.set-meta .price {
    font-size: 20px;
    line-height: 20px;
    color: #0066cc;
}
.set-list-item .description {
    float: none;
    width: 146px;
    display: inline-block;
    margin-left: 20px;
}
#contacts .button {
    width: 250px !important;
    font-size: 16px !important;
    text-transform: uppercase;
}
#contacts .field-label {
    width: 205px !important;
}
#delivery_address .field-label {
    float: left;
    width: 210px;
    overflow: hidden;
    font-size: 18px;
    font-weight: normal;
}
#delivery_address + div .button {
    width: 250px !important;
    font-size: 16px !important;
    text-transform: uppercase;
}
.margin-body {
    margin: 0 -15px;
}
.product-tabs-spoiler {
    max-height: 1000px;
    padding: 14px 14px 133px 14px;
}
.tab-content-spoiler {
    overflow: hidden;
    max-height: 57em;
    position: relative;
}
.tab-content-spoiler:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 4em;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.detail-product-tabs {
    position: absolute;
    bottom: 44px;
    display: block;
    width: 170px;
    height: 45px;
    background-color: #005bcc;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 22px;
    font-size: 24px;
    margin-top: 44px;
    text-decoration: none;
}
.detail-product-tabs:hover {
    text-decoration: none;
    background-color: #0080ff;
    color: #fff;
}
.copyr {
    font-family: "Arial";
    margin-top: 100px;
    color: #000;
}
/*
.sr-title {
  position: absolute;
  font-family: "MyriadProBold", Arial;
  font-size: 22px;
  margin-left: -55px;
}*/
.social-subscribe h2 {
    font-size: 22px;
    display: inline-block;
    margin: 0;
}
.social-subscribe h2:first-child {
    border-bottom: 2px solid #000000;
}
.social-subscribe p {
    font-size: 16px;
}
.footer-menu {
    display: table;
    margin: 0 auto;
}
.footer-menu h2 {
    font-size: 22px;
    display: inline-block;
    border-bottom: 2px solid #000000;
    margin: 0;
}
.footer-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    font-size: 16px;
}
.footer-menu ul li a {
    color: #000;
}
.footer-contacts {
    display: table;
    float: right;
}
.footer-contacts h2 {
    font-size: 22px;
    display: inline-block;
    border-bottom: 2px solid #000000;
    margin: 0;
}
.footer-contacts ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-contacts ul li {
    font-size: 16px;
}
.socLink {
    margin-top: 5px;
    display: table;
}
.socLink .ico-ok,
.socLink .ico-vk,
.socLink .ico-tw,
.socLink .ico-fb,
.socLink .ico-ig {
    display: table-cell;
    background-image: url("social_link.png");
    width: 37px;
    height: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.socLink .ico-ok {
    background-position: -2px 0;
}
.socLink .ico-vk {
    background-position: -39px 0;
}
.socLink .ico-tw {
    background-position: -76px;
}
.socLink .ico-fb {
    background-position: -113px 0;
}
.socLink .ico-ig {
    background-position: -150px 0;
}
.socLink a {
    text-decoration: none;
}
.socLink a:hover {
    text-decoration: none;
}








@media screen and (min-width: 1150px) and (max-width: 1300px) {
    ul.thumbnail-product {
        margin: 0px -25px;
    }
    ul.thumbnail-product li {
        padding: 0 25px 0 25px;
    }
}




@media screen and (min-width: 320px) {
  
  ul#nav-for-menu-up, ul#nav-for-menu-down{
  	display: none !important;
  	}
  
    .max-dmenu-width {
        max-width: 244px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 24px;
        line-height: 16px;
        padding: 10px 36px 8px 15px;
    }
}
@media screen and (min-width: 320px) and (max-width: 1200px) {
    .col-md-1024 {
        width: 33.33333333%;
    }
    ul.thumbnail-product li:nth-child(3n) > .thumbnail {
        float: right;
    }
    ul.thumbnail-product li:nth-child(3n) > .thumbnail .tooltipSticker {
        left: -335px;
    }
    ul.thumbnail-product li:nth-child(3n-1) > .thumbnail {
        margin: auto;
    }
}

@media screen and (min-width: 320px) and (max-width: 1200px) {
    .present-top {
        line-height: 24px !important;
    }
    .present-top > div {
        width: 49.3% !important;
        padding: 0 25px 0 25px !important;
    }
    .present-top .present-block:nth-child(2n+1) > a {
        display: block;
        text-align: left !important;
    }
    .present-top .present-block:nth-child(2n) > a {
        display: block;
        text-align: right !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 1500px) {

    .navbar-default .navbar-nav > li > a {
        font-size: 24px;
        margin-top: 12px;
        line-height: 16px;
        padding: 10px 36px 8px 15px;
    }
    /*.dropdownMenu{
        .dropdown-toggle{
          min-width: 225px;
        }
      }*/
    .sale a {
        margin: 0px 10px;
        display: block;
        font-size: 15px;
    }
}
@media screen and (max-width: 1336px) {
    .product-delivery {
        display: none;
    }
    .link-delivery {
        display: block;
    }
}
@media screen and (max-width: 1345px) {
    .product-info {
        padding: 14px 14px;
    }
}
@media screen and (min-width: 1500px) {
    /*.product-delivery {
    margin: 0 0 0 130px;
  }*/
}
@media screen and (max-width: 1336px) {
    .product-info {
        max-width: 936px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width: 1200px) {
    .delivery-strip div {
        margin-right: 22px;
    }
    ul.thumbnail-product li:nth-child(4n) > .thumbnail .tooltipSticker {
        left: -335px;
    }
    .contact-info {
        width: 838px;
    }
}
@media screen and (min-width: 1205px) {
    .delivery-strip div {
        margin-right: 23px;
    }
    .contact-info {
        width: 838px;
    }
}
@media screen and (min-width: 1208px) {
    .delivery-strip div {
        margin-right: 24px;
    }
    .contact-info {
        width: 839px;
    }
}
@media screen and (min-width: 1220px) {
    .text-body,
    .addr {
        width: 805px;
    }
    .delivery-strip div {
        margin-right: 26px;
    }
    .contact-info {
        width: 840px;
    }
}
@media screen and (min-width: 1230px) {
    .text-body,
    .addr {
        width: 809px;
    }
    .delivery-strip div {
        margin-right: 27px;
    }
    .contact-info {
        width: 843px;
    }
}
@media screen and (min-width: 1250px) {
    .text-body,
    .addr {
        width: 829px;
    }
    .delivery-strip div {
        margin-right: 28px;
    }
    .contact-info {
        width: 845px;
    }
}
@media screen and (min-width: 1270px) {
    .text-body,
    .addr {
        width: 829px;
    }
    .delivery-strip div {
        margin-right: 29px;
    }
    .contact-info {
        width: 855px;
    }
}
@media screen and (min-width: 1300px) {
    .text-body,
    .addr {
        width: 836px;
    }
    .delivery-strip div {
        margin-right: 31px;
    }
    .contact-info {
        width: 861px;
    }
}
@media screen and (min-width: 1340px) {
    .text-body,
    .addr {
        width: 843px;
    }
    .contact-info {
        width: 866px;
    }
}
@media screen and (min-width: 1366px) {
    .text-body,
    .addr {
        width: 843px;
    }
    .delivery-strip div {
        margin-right: 35px;
    }
    .contact-info {
        width: 868px;
    }
}
@media screen and (min-width: 1380px) {
    .text-body,
    .addr {
        width: 845px;
    }
    .delivery-strip div {
        margin-right: 36px;
    }
    .contact-info {
        width: 875px;
    }
}
@media screen  and (min-width: 1499px){
    .navbar-default .navbar-nav > li > a {
        margin-top: 12px;
    }
}

@media screen and (max-width: 1175px) {
    .list-delivery .delivery-img img {
        max-width: 100%;
        height: auto;
        margin: 0 44px 22px 0;
    }
  
  	.undersell {	
    top: auto;
    right: 133px;    
    bottom: 54px;   
}
}

@media screen and (max-width: 1023px) {
    .hidden-1024{
        display:none;
    }
    .col-1024{
        width: 100%;
    }
}

@media screen and (min-width: 768px){
    .thumbnail-product .thumbnail {
        max-width: 271px;
    }
}



.ourShop,.howtogo,.howwai{
    display: none;
}

#nav-for-menu-up {
  	display: none;
    position: relative;
    z-index: 5555;
    background-color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
}
#nav-for-menu-down {
  	display: none;
    position: relative;
    z-index: 5555;
    background-color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
}
#nav-for-menu-up:hover, #nav-for-menu-down:hover {
  background-color: #e7e8e8;
}
.page-info{
    display: inline-block;
    vertical-align: super;
}
#m_prev,#m_next {
    display: inline-block;
    background-image: url("arrow_for_nav_menu.png");
    width: 89px;
    height: 20px;
    cursor: pointer;
    margin: 3px 10px 0 10px;
}
#m_prev {
    background-position: 0 0;
}
#m_next {
    background-position: 0 -60px;
}

/*/////////////////////////////////*/
#characteristics h2{
	display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 18px;
  font-weight: bold;
}

#characteristics .price-filter-wrap{
	display: inline-block;
}

#characteristics .price-filter{
	display: inline-block;
}

#modal_away_err {
    display: block;
    position: relative;
    color: red;
    font-size: 18px;
}
#modal_away_form input[type=text] {
    display: block;
    position: relative;
    height: 35px;
    padding: 0 15px;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffffffff', GradientType=0);
    -webkit-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.25);
}
#modal_away_form input[type=submit] {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  height: 28px;
  font-size: 19px;
  background-color: yellow;
  border: 0;
  padding: 1px 20px;
  display: inline-block;
  text-align: center;
  margin-top: 18px;
}
#modal_away_form label {
  display: block;
    position: relative;
  
}
#modal_away .modal-dialog {
     max-width: 500px;
}


.dropdown-menu > li > a.sub-menu-arrow,
.dropdown-menu > li > a.sub-menu-arrow:hover,
.dropdown-menu > li > a.sub-menu-arrow:focus{
    background-image: url(sub-menu-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}
body > section > div > div.col-md-24 > div > div.pagination.fl {
  	float: right;
  	font-size: 18px;
}
.site_version {
  font-size: 20px;
  display: inline-block;
  margin: 15px 0;
  text-decoration: none;
  border-bottom: 2px solid #4d4d4d;
  line-height: 1;
  color: #000;
}
.site_version:hover {
  text-decoration: none;
}
.toptelclick a {font-size:22px;
font-weight:bold;}









.collection_filters {
    margin-top: -15px; 
    margin-bottom: 30px;
}
form#options {
    display: flex;
    align-items: start;
    flex-flow: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.filter_item {
    width: 25%;
    position: relative;
    margin-bottom: 15px;
    padding: 0 15px;
}
.filter_item_title {
    display: block;
    background: #fff;
    padding: 8px 10px;
    -webkit-box-shadow: -4px 4px 0 0 #d1dad7;
    -moz-box-shadow: -4px 4px 0 0 #d1dad7;
    box-shadow: -4px 4px 0 0 #d1dad7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter_item_title_arrow {
    background: url(sub-menu-arrow.png);
    display: block;
    width: 8px;
    height: 13px;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    margin-right: 6px;
}
.prop_item_check {
    width: 16px;
    height: 16px;
    border: 1px solid #d1dad7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
}
.prop_item_check:after {
    background-image: none;
    width: 8px;
    height: 8px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #d1dad7;
    opacity: 1;
    margin: auto;
    content: ' ';
    position: absolute;
}
.prop_item {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 5px;
	cursor: pointer;
}
.filter_item_wrapper {
    background: #fff;
    padding: 10px 5px;
    -webkit-box-shadow: -4px 4px 0 0 #d1dad7;
    -moz-box-shadow: -4px 4px 0 0 #d1dad7;
    box-shadow: -4px 4px 0 0 #d1dad7;
    position: absolute;
    width: calc(100% - 30px);
    top: 100%;
    z-index: 88;
	display:none;
}
div#slider_price {
    margin: 20px 5px;
}
.filter_item_wrapper button {
    display: block;
    margin: 10px auto;
    color: #4b78bb;
    background-color: #ffffff;
    border: 2px solid #4b78bb;
    -webkit-box-shadow: -4px 4px 0 0 #4b78bb;
    -moz-box-shadow: -4px 4px 0 0 #bfd200;
    box-shadow: -4px 4px 0 0 #4b78bb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 4px 15px 4px 15px;
}
.filter_item_wrapper button:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 0 0 #4b78bb;
    -moz-box-shadow: 0 0 0 0 #bfd200;
    box-shadow: 0 0 0 0 #4b78bb;
    transform: translate(-4px, 4px);
}
.filter_item.activex .filter_item_title_arrow {
    transform: rotate(-90deg);
}
.prop_item.active_prop {
    font-weight: bold;
    color: #4b78bb;
}
.prop_item.active_prop .prop_item_check {
    border: 1px solid #4b78bb;
}
.prop_item.active_prop .prop_item_check:after {
    background-color: #4b78bb;
}
.filter_item {
    width: 24%;
    position: relative;
    margin-bottom: 15px;
}
.collection_seo_filters a {
    font-size: 16px;
    text-decoration: underline;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    padding-bottom: 4px;
}
.collection_seo_filters a.is-active {
    font-weight: bold;
    color: #4b78bb;
}
.collection_seo_filters a:last-child {
    border: none;
}
.seo_filter_description {
    margin: 0 0 44px 0;
}
.row_w.row-error input {
    background: #ff00002b;
}



  
  .action_block {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }
  
  .action_block-image {
    padding-right: 0;
  }

.action-title {
  font-weight: bold;
}

.action-title-desc {
  
}

.action-title-end {
  color: #0066cc;
}

.action-clock {
  margin-top: 8px;
  display:block;
  color: red;
  font-weight: bold;
}
.action_block .btn-order input[type="submit"] {
    width: 150px;
    height: 45px;
    font-size: 16px;
  }


.confirm-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.cart-checkout .quick-order {
    margin-left: 0;
    margin: -7px 15px 0 0;
  
}

#create_order {
  float: none;
}

.total-amount {
  padding-top: 15px;
}

.total-amount {
  max-width: 100%;
  width: 100%;
  

}

.header-top{display:flex;margin-left:-15px;margin-right:-15px;justify-content:space-between;align-items: center;}
.header-top > a{max-width:106px;}
.header-top > *:not(:first-child){margin-left:20px;}
.header-top > .kabinet, .header-top > .top-cart{margin-left:20px;margin-right:0;position:relative;}

.is-shadow.is-active,.is-popup.is-active, .is-thanks.is-active{opacity:1;visibility:visible;}
.is-shadow{transition:all .3s ease;opacity:0;visibility:hidden;background-color:rgba(0,0,0,.5);position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;}
.is-popup{transition:all .3s ease;opacity:0;visibility:hidden;position:fixed;top:50%;left:50%;background-color:#fff;padding:30px;border-radius:3px;max-width:440px;z-index:99999;transform:translate(-50%,-50%);max-height:80vh;overflow:auto;}
.is-popup-close{position:fixed;top:10px;right:10px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;}
.is-popup-close:after{font-family: "Bamblby";content: "\2716";}
.is-popup-title{font-size:20px;font-weight:600;margin-bottom:13px;}
.is-popup-subtitle{margin-bottom:20px;}
.is-popup-check{display:flex;flex-flow:column;font-weight:600;align-items:flex-start;padding-bottom:13px;border-bottom:1px solid #eee;}
.is-popup-check label{margin-top:13px;margin-bottom:0;display:inline-flex;align-items:center;}
.is-popup-check input{-webkit-appearance:none;outline:none!important;width:20px;height:20px;border-radius:50%;border:1px solid #ddd;position:relative;margin:0 8px 0 0;}
.is-popup-check input:checked{background-color: rgb(255, 92, 92); box-shadow: 0 0 0 3px #fff inset; border-color: rgb(255, 92, 92);}
.is-popup-inp{margin-top:13px;}
.is-popup-inp label{font-weight:normal;display:flex;flex-flow:column;}
.is-popup-inp input{-webkit-appearance:none;outline:none!important;padding:0 15px;display:flex;align-items:center;font-size:15px;border:1px solid #ddd;border-radius:6px;max-width:200px;height:40px;margin-top:5px;}
.is-popup-btn{margin-top:20px;}
.is-popup-btn button{-webkit-appearance:none;outline:none!important;border:none;background-color:#0066cc;color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;max-width:200px;height:40px;font-size:16px;width:100%;padding:0 20px;}
.is-popup-btn button:hover{background-color:#0080ff;}
.is-popup-info{margin-top:13px;}
.is-popup-info p{margin:0;font-size:13px;}

.is-thanks{transition:all .3s ease;opacity:0;visibility:hidden;position:fixed;top:50%;left:50%;background-color:#fff;padding:30px;border-radius:3px;max-width:440px;z-index:99999;transform:translate(-50%,-50%);max-height:80vh;width:100%;overflow:auto;}
.is-thanks div{font-size:20px;font-weight:600;text-align:center;} 
.is-thanks div span{font-size:16px;margin-top:10px;display:block;text-align:center;}
/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */

body {
  padding-top: 70px;
  padding-bottom: 30px;
}

body,
.navbar-fixed-top,
.navbar-fixed-bottom {
  min-width: 970px;
}

/* Don't let the lead text change font-size. */
.lead {
  font-size: 16px;
}

/* Finesse the page header spacing */
.page-header {
  margin-bottom: 30px;
}
.page-header .lead {
  margin-bottom: 10px;
}


/* Non-responsive overrides
 *
 * Utilize the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
  width: 970px;
  max-width: none !important;
}

/* Demonstrate the grids */
.col-xs-4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
}

.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  visibility: visible !important;
}

.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}

/* Undo form expansion */
.navbar-form {
  float: left;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Copy-pasted from forms.less since we mixin the .form-inline styles. */
.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;
}

/* Undo inline form compaction on small screens */
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-inline .form-control-static {
  display: inline-block;
}

.form-inline .input-group {
  display: inline-table;
  vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
  width: auto;
}

.form-inline .input-group > .form-control {
  width: 100%;
}

.form-inline .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
  padding-left: 0;
}

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}

.form-inline .has-feedback .form-control-feedback {
  top: 0;
}




