/*bottom navbar*/
#btm_nav {
    /*border-top: 2px solid #000;*/
    
    height: 100px;
    background-color: #b02102;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 50;
    padding: 10px 10px;
    font-weight: bold;
}

#btm_nav a{
    color: #fff;
}



/* sticky */


 /* Style the navbar */
#my_navbar {
  /*overflow: hidden;*/ /*закоментить для выпадающего меню!*/
  background-color: #fff;
  z-index: 50;
}



/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 50px;         /*верхняя граница после которой менюха будет прикрепляться, ее менять*/
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}



/* eof sticky*/






/*breadcrumbs from bootstrap css*/

/*.breadcrumb{padding:8px 15px;margin-bottom:30px;margin-top:30px;px;list-style:none;background-color:#f5f5f5;border-radius:0}
.breadcrumb>li{display:inline-block}
.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}
.breadcrumb>.active{color:#999}*/

/*eof breadcrumbs*/






/* footer */



#footer {
	
background-color: #003700;	
color: #fff;
	
}

#footer a{

color: #fff;	
	
}

/* eof footer */









.sidebar a{
    color:#888;
}






.nav-stacked a
{
color: #505050;
}

/*---------выводим корзину - понижаем уровень у navbar----------*/
.navbar-fixed-top{
	
z-index: 100;

}




/*цвет  navbar*/


.navbar {

background-color: #b0171f;	
color: #fff;
	
}

.navbar a{
	
color: #fff;	
	
}

/* Цвет самой ссылки */
.navbar-default .navbar-nav > li > a {
    color: #fff; 
}

/* Цвет ссылки при наведении (hover) */
.navbar-default .navbar-nav > li > a:hover {
    color: #fff; 
}









/* footer */

#footer .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-menu li {
    margin-bottom: 5px;
}

#footer .panel, #footer .panel-title,
#footer .panel-heading {
    border: none;
    background: none;
    box-shadow: none;
	color: #fff;
	padding: 0;
    margin: 0;
}









/*---------------basket---------------*/
#basket a
{font-size: 10pt;
font-weight: bold;
color: #fff;
}


input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;

}


input[type=submit]{
    background-color: #b02102;
    border: none;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}



.order_button {
    background-color: #b02102;
  border: none;
  color: white;
  padding: 30px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
}



/*----------------------------------------------------------------------------*/
/* menu */
nav{
z-index: 50;
position: relative;
}

#zet
{z-index: 10;position: relative;}

/* скрываем подменю */
nav ul ul 
{	display: none;}

/* делаем чтоб при наведении меню открывалось */	
nav ul li:hover > ul 
{display: block;}			

/*оформляем само меню. закругляшки, градиенты*/
nav ul {	
/*цвет меню*/	
/*background: #efefef;*/		
/*градиент*/	
/*background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  	
background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 	
background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); */
		
/*тень от меню*/	
/*box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/		
/*поля с боков у меню*/	
padding: 0 0px;		
/*закругляшка*/	
/*border-radius: 10px;*/	
/*убираем у списка точки*/	
list-style: none;			
position: relative;		
/* делаем меню горизонтально*/	
display: inline-table;}


/**/	
nav ul:after 
{
content: ""; 
clear: both; 
display: block;}

nav ul li {	float: left;}	

nav ul li:hover {		
/*background: #4b545f;		
background: linear-gradient(top, #4f5964 0%, #5f6975 40%);		
background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);		
background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);*/	
}		

nav ul li:hover a 
{color: #000;}		

nav ul li a {
display: block; 
padding: 20px 20px;

/*отступы у меню*/		
color: #000; 
text-decoration: none;}


nav ul ul 
{	
background: #fff; 
	
/*border-radius: 0px; */	
padding: 0;	position: absolute; 	
top: 100%;}	

nav ul ul li {		
float: none; 		
/*border-top: 1px solid #6b727c;		
border-bottom: 1px solid #575f6a;*/		
position: relative;	}

		
nav ul ul li a {			
padding: 15px 40px;

/*отступы у подменю*/			
color: #fff;		
}	

			
nav ul ul li a:hover 
{/*background: #4b545f;*/			
}

							
nav ul ul ul {	
position: absolute; 	
left: 100%;	top:0;}


/*-------------------------------------store---------------------------------------------------------*/
/*product grid - store page*/

#store
{
color:#000;}		
		
#store .search-results {
        font: 14px Verdana, Geneva, sans-serif;
        text-align: center;

}

#store .search-entry {
                display : inline-block;
                width : 300px;
                height: 550px;
                margin-bottom: 20px;
				margin-left: 20px;
                /*background: #fb6648;*//*orange*/
				/*background: #006633;*//*green*/
				background: #fff;
                vertical-align: top;
                text-align: left;
                line-height: normal;
				padding: 10px;
				font-size:14px;
				letter-spacing: 1px;
				line-height: 2;

                /* эмуляция inline-block для IE6-7*/
                /*display : inline;*/
                /*zoom : 1;*/
        }	

#producttext	
{
/*padding: 0px 20px;*/ 
}	
		
/*product page*/
.product
{
float:left; /* Выравнивание по левому краю */
margin: 0px 20px 20px 0; /* Отступы вокруг картинки */
}

.product img
{
width: 100%;
   
}

	
#text
{
background: #fff;
display : inline-block;
width : 100%;
/*width : 480px;*/
/*height: 460px;*/
/*padding: 20px 20px;*/
font-size:16px;
/*letter-spacing: 1;*/
line-height: 1;
}
		
/*news page*/
.search-entry-title a	
{
text-decoration: none;
margin: 20px 20px 20px 20;
color:#111;
}	






#page-wrapper
{
	overflow: hidden;
	padding: 20px 0px;
	/*background:#ededed ;*/
	/*background-color: #ecdfbd;*/
}



























/*----------------------------------------------------------------------------*/
/* menu */

.mynav{
z-index: 50;
position: relative;

}

#zet
{z-index: 10;position: relative;}

/* скрываем подменю */
.mynav ul ul 
{	display: none;
	
}

/* делаем чтоб при наведении меню открывалось */	
.mynav ul li:hover > ul 
{display: block;
	
}			

/*оформляем само меню. закругляшки, градиенты*/
.mynav ul {	
/*цвет меню*/	
/*background: #efefef;*/		
/*градиент*/	
/*background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  	
background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 	
background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); */
		
/*тень от меню*/	
/*box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/		
/*поля с боков у меню*/	
padding: 0 0px;		
/*закругляшка*/	
/*border-radius: 10px;*/	
/*убираем у списка точки*/	
list-style: none;			
position: relative;		
/* делаем меню горизонтально*/	
display: inline-table;
	background: #fff;
}


/**/	
.mynav ul:after 
{
content: ""; 
clear: both; 
display: block;
}

.mynav ul li {	float: left; }	

.mynav ul li:hover {		
/*background: #4b545f;		
background: linear-gradient(top, #4f5964 0%, #5f6975 40%);		
background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);		
background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);*/	
}		

.mynav ul li:hover a 
{color: #000;
}		

.mynav ul li a {
display: block; 

padding: 20px 20px;
/*отступы у меню*/	

color: #000; 
text-decoration: none;}


.mynav ul ul 
{	
background: #fff;
	
	
/*border-radius: 0px; */	
padding: 0;	position: absolute; 	
top: 100%;}	

.mynav ul ul li {		
float: none; 		
/*border-top: 1px solid #6b727c;		
border-bottom: 1px solid #575f6a;*/		
position: relative;	}

		
.mynav ul ul li a {			
padding: 15px 40px;

/*отступы у подменю*/			
color: #fff;		
}	

			
.mynav ul ul li a:hover 
{/*background: #4b545f;*/			
}

							
.mynav ul ul ul {	
position: absolute; 	
left: 100%;	top:0;}


























/* Hide the link that should open and close the topnav on small screens */
.mynav .icon {
    display: none;
} 

.undermenu {
    display: none;
}

@media screen and (max-width: 1200px) {
  .undermenu {
    display: block;
    color: black;
}



}


 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1200px) {
  .mynav ul:not(:first-child) {display: none;}
  .mynav .icon {
    float: left;
    display: block;
    font-size: 30pt;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1200px) {
  .mynav.responsive {position: relative;}
  .mynav.responsive ul.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
	
  .mynav.responsive ul{
    float: none;
    display: block;
    text-align: left;
  }
	
  .mynav.responsive ul li{
    float: none;
    display: block;
    text-align: left;
  }
	
.mynav.responsive ul ul li{
    float: none;
    display: none;
    text-align: left;
  }
	
.mynav.responsive ul ul ul li{
    float: none;
    display: none;
    text-align: left;
  }
	
} 