/*main menu*/
header .nav {
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;

}

header .nav li {
  float: left;
  text-align: center;
  margin-right: -2px;
  min-width: 17%;
  font-size:medium;
}
header .nav li.active {
/*background: url("img/header-bg-or.jpg");*/
  color:#A52A2A;
  font-size:medium;
}

header .nav li a {
  color: black;
  /*text-transform: uppercase;*/
  padding: 10px 2px;	
}

header .nav li.active a {
    color: #A52A2A;
  font-size:medium;
}
header {

}

.logo {
    padding-top: 10px;
}

.logo img {
    width: 100%;
}
.callback-button {

text-align: -webkit-center;
border: black dotted thin;
border-radius: 4px;
font-weight: bolder;
padding: 5% 0 5% 0;
width: 100%;
}

.breadcrumb {
    background: none;
    padding: 0;
    float: right;
    margin-top: -10px;
}

.content img {
    border: 1px solid rgba(255, 84, 50, 0.40);
    padding: 3px;
    max-height: 200px;
    width: auto;

}
.callform .captcha {
		width:4em;
		height: 100px;;
}

.header {
    margin-top: 10px;
    text-align: center;
    font-size: 36px;
    display: block;
    line-height: 1em;
    font-family: Candara;
}

.header small {
    font-size: 20px;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
   /* padding: 5px 15px; LUBA*/
}

ul.phone-list {
text-transform: uppercase;
    text-align: center;
}

.nav > li > a {
    color: black;
}
.nav.second > li > a {
  border: white  solid  thin;
  text-transform: uppercase;
  background: url("img/header-bg.jpg");
	
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: black;
    background: url("img/header-bg-or.jpg");
    border: 1px solid orange; /*LUBA #ff4081;*/
}

/*.frame a.btn {
    background: #f50057;
    color: white;
}

.frame a:hover {
    color: #f50057;
}
*/
.frame a:hover {
	    background-color: green!important;
	
}


.callform label{
    display: none !important;
}

tr {
	background: antiquewhite;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: seashell;
}
.price-button a {
	background: rgb(255,197,120)!important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzU3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYjlkMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,197,120,1)), color-stop(100%,rgba(251,157,35,1)))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%)!important; /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%)!important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 )!important; /* IE6-8 */

}

.btn-price {


}

.img_catalog {

	width: 8em; 
        height:auto;
        border:none!important;
}

.totop:hover::after {
 content: attr(data-title); 
}

/*Каталог*/

.wide_col {
	white-space: nowrap;
}

/*ROW в каталоге*/

.btn-buy {
    outline: none;
    border-radius: 1px;
    background: linear-gradient(to left, rgba(0,0,0,.3), rgba(0,0,0,.0) 50%, rgba(0,0,0,.3)), linear-gradient(#d77d31, #fe8417, #d77d31);
    background-size: 100% 100%, auto;
    background-position: 50% 50%;
    box-shadow: inset #ebab00 0 -1px 1px, inset 0 1px 1px #ffbf00, #cc7722 0 0 0 1px, #000 0 10px 15px -10px;
    transition: 0.2s;
    color: white;
}
.btn-buy:hover {
    color: #eee;
}


.green-but {

}
.yell-but {

}
.oran-but {

}
.it-sale {
	color: orange;
	font-weight: bold;
	border: solid orange;
}

.pagination li a, .pagination li a:hover{
    color: #d77d31;
}

.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: #fff;
    background-color: #d77d31;
    border-color: #d77d31;
    cursor: default;
}

a#vverh {
 display: none;
 position: fixed;
 margin-left: -104%; /* своё значение */
 padding: 100% 1% 0 99%;
 bottom: 0px;
 font: 11px/100% Arial, Helvetica, sans-serif;
 text-decoration: none;
 color: #bbb;
 -webkit-transition: 1s;
 transition: 1s;
}
a#vverh:before {
 position: absolute;
 content: url(/static/img/vverh.png);
 margin: -40px 0 0 -15px;
}
a#vverh:hover {color: #000; background-color: rgba(0,0,0,.3);}

.thumbnail{
    border-radius: 0;
}
a.thumbnail:hover{
    border-color: #c6282c;
}
/*
.btn{
    border-radius: 0;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: rgb(204, 119, 34);
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    border-color: rgb(204, 119, 34);
}

.action .description{
}

.action h3{
    font-size: 20px;
}

.action .btn{
}

.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 400px;
    margin-top: -15px;
    margin-left: -15px;
}

/* Исправляем поля в форме. В bootstrap3 чекбоксы отображаются по специальному правилу, которое добавляет в DOM структуру div class= "{klass}" и прячет на уровень ниже. form div:nth-child(8) 

label #id_pers_data_agree {
 display: block!important;
}

.\{klass\} {
 display: block!important;
}

.form-group + div {
   display: block!important;
}

.form-group > div > label {
   display: block!important;
   font-weight: inherit;
} */

#id_icq, #is_robot {
  display: none!important;
}

