





html {
	height: 100%;
}

hr {
	width: 100%;
	margin: 0 0 15px;
	border: 0;
	float: left;
}

iframe {
	width: 100%;
	min-height: 450px;
}

p {
	margin: 0 0 10px;
}

ul, ol {
    margin: 0;
	padding: 0;
}


table, tr, td  {
  font-size: inherit;
}

table td {
	padding: 10px;
}

/*-- КОНТЕНТ --*/


#wrapper {
  width: 100%;
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  position: relative;
  overflow: hidden;
}


#right {
float: right;
}

.right {
float: right;
}

#left {
float: left;
width: 100%;
}

.left {
float: left;
}

header  {
    width: 100%;
    position: relative;
    z-index: 2;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
	padding: 0;
	margin: 0;
	width: 100%;
}

.hide,
.hidden {
    display: none!important;
}



.fa-window-close {
    color: white;
	font-size: 36px!important; 
	margin: 10px;
}

.full_width {
    width: 100%;
	max-width: 100%;
	min-width: 100%;
}

.menu_mobile {
    margin: 50px auto;
    max-width: 350px;
    text-align: center;
    text-transform: uppercase;
    list-style: none;
	top: 5%;
    position: relative;
}

.menu_mobile li {
    margin: 0;
}

.separator {
    clear: both;
}

.callback_box_header {
	padding: 20px;
    background: crimson;
	color: white;
}



.mask-cart, .mask-callback {
    background-color: #fff;
    position: absolute;
    z-index: 9999;
    display: none;
    box-shadow: 0 0 15px #000;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 10%;
    max-width: 350px;
}

.maskclose {
    padding: 5px 8px;
    background: white;
    float: right;
    width: 10px;
    cursor: pointer;
    color: black;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 15px;
}

.bg-image {
    position: fixed;
    width: 100%;
    height: 100%;
}

.contacts-phone {
    text-align:center;
	padding: 5px;
	font-size: 15px;
	margin: 0;
	float: left;
}



.intro_box img,
.text_box img {
	width: auto;
	max-width: 100%;
}


/*--- ID ---*/

#topheader {
float: left;
  top: 0;
  z-index: 99;
  width: 100%;
}

#header-img {
position: absolute;
z-index: 5;
top: 100px;
left: 50%;
width: 8px;
height: 400px;
}

#header-info {
    margin: 0 0 20px;
	width: 100%;
	padding: 0;
	
}

#header_menu, nav { 
    display: inline-table;
    list-style: none;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    width: auto;
	display: -moz-box;
}

#header_menu li, nav li{ 
    margin: 0;
    display: inline-block;
}

#header_menu li a div{
    margin: 0;
    padding: 15px;
}

#header_menu li a div.active {
    background-color: white;
    color: royalblue;
}

#header_menu li a div:hover {
    background: white;
}

#header_menu li a div.active:hover {
    background-color: white;

}





/* ВЕРХНЄ МЕНЮ (для мобільгих)*/
#mini-menu {
    float: left;
    padding: 5px;
	display: none;
}

#minitopmenu {
    display: none;
    position: absolute;
    background: white;
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0 0 15px;
    left: 0;
    font-size: 16px;
    box-shadow: 0 0 10px;
	z-index: 2;
}

#minitopmenu li {
    border-bottom: 1px solid;
	margin: 0;
}

#minitopmenu li a div {
    padding: 15px;
	border-bottom: 1px solid;
}

#minitopmenu li a div:hover {
    background-color: #330000;
	color: white;
}

#feedback_form {  
    max-width: 600px;
    margin: 0 auto;
}

#reviews_form {  
    max-width: 600px;
    margin: 0 auto;
	display: none;
}


/* ЛІНІЙНЕ МЕНЮ */
#linebox {
 width: 100%;
}

#linemenu { 
  list-style: none;
  text-transform: uppercase;
  margin: 0;
  float: left;
  width: 100%;
  text-align: center;
}

#linemenu li { 
  width: 20%;
  margin: 0;
  float: left;
  display: table;
  height: 62px;
  display: table;
}

.linemenu {
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  color: whitesmoke;
  background: royalblue;
  font-size: 18px;
}

.linemenu:hover {
   color: white;
}


.map {
	width: 100%;
	min-height: 450px;
}

.activelinemenu {
padding: 10px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}

#pidmenu {
list-style: none;
display: none;
text-align: center;
position: absolute;
text-transform: capitalize;
}

.pidmenu {
margin: 1px 0 0;
font-size: 14px;
}

.pidmenu:hover {

}

li.menu, li.activemenu {
  margin: 0;
  text-align: center;
}

li.menu a div {
-webkit-transition: color 1s ease;
}

li.menu a div:hover{

}

li.activemenu a div{

-webkit-transition: color 1s ease;
}

li.activemenu a div:hover{

}

.topmenu {
text-decoration: none;
padding: 10px 20px;
font-size: 16px;
font-weight: bold;
}

li.pidmenu a div{
text-align: left;
padding: 10px;
color: wheat;
background: url(/images/bg-b50.png);
}


/* НИЖНЄ МЕНЮ - bottommenu */
#bottommenu {

}

#bottommenu li { 
    list-style: none;
    -webkit-transition: color 1s ease;
    display: inline-flex;
    margin: 0;
}

#bottommenu li a div { 
    padding: 15px;
	color: #333;
}

#bottommenu li a div.active {
    color: royalblue;
}

#bottommenu li a div:hover  {
  color: royalblue;
}

#bottommenu li a div.active:hover  {
  color: royalblue;
}


/* СЛАЙДЕР*/


#slider img { 
    /*width: inherit!important;*/
    max-width: inherit!important;
}


.mob-menu {
    display: none;
}

#filter {
    border-bottom: 3px solid whitesmoke;
    float: left;
    width: 100%;
}

.left-filters { 
font-size: 15px;
}


#text  img {
border: none;
width: 100%;
}

.footer_box {
    width: 25%;
    float: left;
    position: relative;
}

.footer_logo {
    width: 80%;
}

.soc_box {
    float: left;
    width: 50%;
}

/* ГАЛЕРЕЯ */

.gallery {
    display: table;
    text-align: center;
}

.gallery li {
    text-align: center;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

#feedback-form {
    width: 100%;
    margin: 0 auto 20px;
}




#feedback-form [type="submit"]:hover {
box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
color: white;
}

fieldset {
   border: none;
}

#items-content-box {
padding: 0 15px 15px;
min-height: 600px;
float: left;
}

/* ОСНОВНИЙ КОНТЕНТ */
#content-box {
    position: relative;
    z-index: 99;
}

#sidebox {
    text-align: justify;
    margin: 0 0 15px;
    width: 14.28%;
	position: absolute;
}

#index-content {

}

#filters-box {
    text-align: center;
    border-bottom-right-radius: 5px;
    background: whitesmoke;
    border: 1px solid silver;
    border-bottom-left-radius: 5px;
}

ul.filters {
    display: inline-flex;
    list-style: none;
}

ul.filters li{
    margin: 0;
}
ul.filters li div {
    padding: 5px 10px;
}

ul.category {
    width: 100%;
    list-style: none;
    background: white;
	margin: 0 0 5px;
}

ul.category li  {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid whitesmoke;
}

ul.category li:hover {
    background: rgba(154,27,49,1);
    color: white;
	box-shadow: 0 0 1px;
}

ul.category li.active {
    width: 100%;
    box-shadow: 0 0 1px;
    background: rgba(154,27,49,1);
    margin: 0;
    padding: 10px 0;
    color: white;
}

ul.category li a h2 {
    margin: 0 0 0 50px;
	padding: 10px 5px 10px 0;
	text-align: left;
	font-family: inherit;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

ul.category li a h2:hover, ul.category li.active a h2  {
    color: white;
}

#items-box, #send-form-box, .top-item-box  {
    text-align: center;
    margin: 0 14.28%;
}

h3#item-name {
    color: rgba(154,27,49,1);
	font-weight: bold;
	padding: 0;
	font-size: 18px;
}


/* ТОВАРИ */
div.add_button {
background-color: silver;
color: white;
border-radius: 5px;
padding: 8px 0;
font-weight: bold;
min-width: 30px;
text-align: center;
}

div.add_button:hover {
background-color: rgba(154,27,49,1);
}

#menu2 ul {
    width: 100%;
}

ul.index-item {
width: 100%;
float: left;
margin: 1px;
}


ul.index-item li {
float: left;
width: 20%;
margin: 0;
}

ul.index-item li a div {
    margin: 0 10px;
}

ul.index-item li a div:hover {
   padding: 5px;
}

ul.items li.show_id {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0;
    min-width: 200px;
}

ul.items li.show_id div.item_name {
    font-size: 16px;
}
ul.items li.show_id div.item_close {
font-size: 25px;
padding: 0 10px 5px;border-radius: 40px;background: silver;position: absolute;top: 5px;right: 5px;
    z-index: 99;
    margin: 5px;
	cursor: pointer;
}

div.item_intro {
   display: none; 
}

ul.items li.show_id div.item_intro {
   position: relative;
   display: block;   
   color: dimgray;
   padding: 15px 0;
   background-color: white;
   overflow: hidden;
   bottom: 15px;
   width: 100%;
   text-transform: lowercase;
   font-size: 13px;
   min-height: 40px;
}

ul.items li.show_id div.item_name {
    font-size: 16px;
}

ul.items li.show_id div.item_price {
   float: none;
}


ul.items li {
float: left;
width: 20%;
text-align: center;
margin: 0;
}

ul.items li.show_id  div.item_box  {
    padding: 5px;
    margin: 0 7px 15px;
    background: white;
    box-shadow: 0 0 2px silver;
    border-radius: 5px;
}

ul.item sli.item  div.item_box:hover, ul.block_item li.show_id  div.item_box:hover {
    box-shadow: 0 0 10px rgba(154,27,49,1);
}


li.four {
    width: 25%;
    display: inline-block;
    float: left;
}
li.three {
    width: 33.33%;
    display: inline-block;
    float: left;
}

li.two {
    width: 50%;
    display: inline-block;
    float: left;
}