/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../../../warp/css/responsive.css);


/* Breakpoints
----------------------------------------------------------------------------------------------------*/

/* All except large Screens */
@media (max-width: 1220px) {

}

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {

}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {

}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

	/* Layout */
	#search { display: none; }
	

}

/* Only Phones */
@media (max-width: 767px) {

	/* Layout */
	#toolbar,
	#headerbar,
	#menubar,
	#totop-scroller { display: none; }

	#header-responsive .logo,
	#header-responsive .searchbox {
		display: inline-block;
		width: 100%;
		vertical-align: middle;
	}
	#header-responsive .searchbox {
  		float: right;
  		margin-bottom: 10px;
  		width: 35% !important;
}

	#breadcrumbs {
		margin-top:0;
	}

#yoo-zoo .alpha-index a, #yoo-zoo .alpha-index span {
  font-size: 17px;
  width: 22px;
}

#yoo-zoo .alpha-index {
  height: 61px;
  overflow: hidden;
}
#yoo-zoo .details h1.title {
  font-size: 28px;
}

#yoo-zoo .items .row .pos-description div.element-image {
	display:none;
}
#yoo-zoo .items .row .pos-description div.element-image:first-child {
	display: inline;
}
.galleryhead {
  font-size: 16px;
  line-height:18px;
}
.gallery a span {
  color: #000;
}
div.wk-gallery-wall a[data-lightbox] {
  width: 48%;
}
.green-box.flyer img {
  float: right;
  position: relative;
  right: 8px;
  top: -36px;
}
.green-box.flyer p {
  float: left;
  width: 50%;
}
.green-box.flyer h3 {
  width: 50%;
}

}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {

}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	/* System */
	#system .items .item,
	#system .items .item:first-child {
		margin-top: 12px;
		padding-top: 18px;
		border-top-width: 1px;
	}

	#system .items :first-child .item:first-child {
		margin-top: 0;
		padding-top: 0;
		border-width: 0;
	}

	#system .items .leading .item {
		margin-bottom: 0;
		padding-bottom: 0;
		border-width: 0;
	}

}
