/* 1024,960,800,720,@600/@640,540,480,320...tablets, @+hp1024x768,xoom 1280x800, bb 1024x600, kindle/nook 1024x600 */
/* greeneryAdapt */
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 720px) {
}

@media screen and (max-width: 667px) {
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 600px) {
  #image {
   display: none;
}  
}

@media screen and (max-width: 568px) {
}

@media screen and (max-width: 480px) {
body {
  margin: 0 5px;
}
.flex {
  display: block;
}  
#text {
	float: none;
	max-width: 100%;
	padding: 20px 10px;
}
#sideBar {
	float: none;
	max-width: 100%;
	padding: 20px 10px 0;
}
#comments p {
  border-radius: 10px
} 
#comments img {
  display: none
}  
}

@media screen and (max-width: 460px) {
#barit {
	display: block;
	margin: 0;
}
.bar {
	display: none;
	width: 100%;
}
#cntr {
	display: inline-block;
	width: 18px;
	height: 14px;
	margin: 5px 3px 0;
	padding: 1px;
	cursor: pointer;
	float: right;
	order: 1px solid white;
}
.barit,
#cntr.hide {
	clear: both;
	display: block;
	text-align: center;
}
#cntr .barit span {
	display: block;
	clear: both;
	margin: 0px 0 3px;
	padding: 0;
	width: 18px;
	height: 2px;
	text-align: center;
	border-radius: 4px;
	background: #444;
}
#cnt .barit span:hover {
	background: #A58495
}
#cntr.hide {
	height: 8px;
	margin-top: 1x;
	padding: 6px 0 0;
}
#cntr.hide .barit span.bar1 {
	transform: rotate(45deg);
}
#cntr.hide .barit span.bar3 {
	transform: rotate(-45deg);
	margin-top: -5.2px;
}
#cntr.hide .barit span.bar2 {
	display: none;
}
.bar {
	display: none;
	position: absolute;
	top: 30px;
	right: 5px;
	max-width: initial;
	width: 150px;
	margin: 0;
	padding: 5px;
	background-color: #86E160;
	ox-shadow: 1px 1px 5px grey;
	z-index: 100;
}
#title {
	padding: 0.6em 55px 0.6em 5px;
	margin-right: 0;
	float: none;
	background: url(/uploads/images/green/logo_greenery.gif) no-repeat top right;
	position: initial;
}
#menu {
        max-width: auto;
}	
#menu ul li {
	min-width: auto;
	width: auto;
	margin: 0 10px;
	display: inline;
	float: none;
	padding-top: 0.8em;
	list-style: none;
	text-align: center;
}
#footer {
	float: none;
	max-width: auto;
}
}

@media screen and (max-width: 320px) {
}

@media screen and (max-width: px) {
}
/* greeneryAdapt */