*
{
	font-family: 'Ubuntu', sans-serif;
}
a
{
	color:black;
	transition:color 0.1s linear;
	-webkit-transition:color 0.1s linear;
	-ms-transition:color 0.1s linear;	
	-moz-transition:color 0.1s linear;	
	-o-transition:color 0.1s linear;	
}
a:hover
{
	color:rgba(0,0,0,0.8);
	text-decoration:none;
}
html,body
{
	margin: 0;
	padding:0;
	overflow-x:hidden;
}
.clear
{
	clear: both
}
#top,footer:before
{
	background: url("../img/bg.gif") no-repeat 0 0;
	background-size: 100% 100%;
	height: 200px;
}
#top
{
	margin-bottom: 20px;
}
.resp-img
{
	width: 100%;
	height: auto;
}
#top-desc
{
	color: white;
	text-align: right;
}
#top-desc span
{	
	color: black;
	text-shadow: 1px 1px 1px rgba(255, 247, 247, 1);
	-webkit-text-shadow: 1px 1px 1px rgba(255, 247, 247, 1);
	-ms-text-shadow: 1px 1px 1px rgba(255, 247, 247, 1);
	-moz-text-shadow: 1px 1px 1px rgba(255, 247, 247, 1);
	-o-text-shadow: 1px 1px 1px rgba(255, 247, 247, 1);
}
#top-desc h3, 
#top-desc h2 
{
	font-weight: bold
}
#logo img
{
	max-width: 185px;
	margin-top: 10px
}
#main-menu {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  position:relative;
  z-index:30;
}

#main-menu li {
  display: block;
  position: relative;
  float: left;
}
#main-menu li ul {display: none;background: #00A97C;}
.sub
{
	padding:0;
	width:100%;
	text-align:center;
}
.sub li
{
	border-top:1px solid white;
}
.sub li a
{
	padding: 4px 0 !important;
	display:block;
	margin: 1px 0;
}
.sub-sub
{
	left:80% !important;
	margin-top:-4px
}
.sub-sub li a
{
	padding:4px 10px !important
}
#main-menu li a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  color: #999999;
  padding: 0 14px;
  font-weight: bold;
  transition: color 0.1s linear;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
}
#main-menu li ul li a
{
	background: NONE;
	color:white !important;
}

#main-menu li:hover > ul {
  display: block;
  position: absolute;
}

#main-menu li:hover li { float: none; }

#main-menu li:hover a 
{ 
	color:#00A97C;
}

#main-menu li:hover li a:hover {background: none; color:#240029 !important}

#main-menu ul ul {
  left: 100% !important;
  top: 3px;
  z-index:31;
  width:100%;
  padding: 0;
  border-left: 1px solid white;
}
ul:before,
ul:after {
  content: " ";
  display: table;
}


ul:after { clear: both; }

footer
{
	position: relative;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 10px;
}
footer:before
{
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	top:0;
	left: 0;
	display: block !important;
}
#logo-footer img
{
	max-width: 142px;
	margin-top: 40px;
}
#contacts-footer h2
{
	color: white;
	font-size: 16px;
	line-height: 28px;
	padding-top: 23px;
}
#contacts-footer .mail-link
{
	color:white;
	transition: color 0.12s linear;
	-webkit-transition: color 0.12s linear;
	-moz-transition: color 0.12s linear;
	-ms-transition: color 0.12s linear;
	-o-transition: color 0.12s linear;
}
#contacts-footer .mail-link:hover
{
	text-decoration: underline;
}
#info-footer
{
	text-align:center;
	padding-top: 41px;
	color: black;
	font-size: 12px;
}
#info-footer h4
{
	font-size:12px
}
#info-footer a
{
	color: white;
	transition: color 0.12s linear;
	-webkit-transition: color 0.12s linear;
	-ms-transition: color 0.12s linear;
	-o-transition: color 0.12 linear;
	-moz-transition: color 0.12s linear;
}
#info-footer a:hover
{
	text-decoration: underline;
}
#main-banner
{
	margin-bottom: 20px;
}
#green-banner-text
{
	min-height: 523px;
	background:#00A97C;
	color: white;
}
.bottom-space
{
	margin-bottom: 20px
}
.galery-item
{
	margin-bottom: 30px;
}
.galery-item img
{
	border:1px solid #cccaca;
	cursor: pointer;
}
h1
{
	color: #00A97C
}
.form-wrapper
{
	border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-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;
    padding-bottom:20px;
}
#map-box
{
	min-height: 330px
}
.modal-btn
{
	z-index: 300;
	position:relative;
}
.prod-thumb,
#furniture-slider .item img
{
	border:1px solid #cccaca;
}
/*TOP ADJUSTMENTSs*/
@media(max-width: 1159px) 
{
	.menu-link
	{
		background:hsla(0,0%,90%,0.8);
		width:auto;
		padding:1em;
		font-size:16px
	}
	.menu-link:hover
	{
		background:hsla(0,0%,90%,1);
	}
	footer:before
	{
		background: none;
	}
	#top div
	{
		width: 100%;
	}
	#top, footer
	{
		background: #00A97C;
		height: auto;
	}
	#top-desc
	{
		text-align: center;
	}
	#top-desc h2
	{
		font-size: 17px;
	}
	#top-desc h3
	{
		font-size: 15px;
	}
	#main-menu ul ul li a {
	  background:white;
	  color:#240029 !important
	}
	#main-menu ul ul li a {
	  background: #cccccf !important;
	}
	#main-menu ul ul {
    left: 0% !important;
    top: 32px;
    width: 100%;
 	}
 	#main-menu li:hover > ul {
 	  display: block;
 	  position: initial;
 	}
 	#main-menu li ul li a
	{
	background: #00A97C;
	color:white !important;
	}
	#main-menu li ul li a:hover
{
	background: hsl(164, 95%, 46%) !important;
	color:white !important;
}

	

	
}