/* 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) {

}

/* Ipad 1-3 (Portrait) */
@media (min-width: 768px) and (max-width: 1024px) {
	
	.slider.kb-fullsize .cp-bottom {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: auto;
	z-index: 5;
	padding: 10px;
	background: rgba(102,56,97,0.5);
}
.slider.kb-fullsize .cp-bottom h3 {
	width: auto;
	float: none;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
}
	
	.wk-slideshow .caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: auto;
	z-index: 5;
	padding: 10px;
	background: rgba(102,56,97,0.5);
	/*background: url(../images/bg-caption.png) no-repeat;*/
}
.wk-slideshow .caption h3 {
	width: auto;
	float: none;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
}
#innerbottom .module-title {
	color: #FFF;
	background-color: #aca9a4;
	padding: 8px 8px 8px 10px;
	text-align: right;
	position: absolute;
	top: 0px;
	left: 0px;
}
}


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

	/* Layout */
	#search/*, .wk-slideshow .caption*/ { display: none; }
	
	.slider.kb-fullsize .cp-bottom {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: auto;
	z-index: 5;
	padding: 10px;
	background: rgba(102,56,97,0.5);
	/*background: url(../images/bg-caption.png) no-repeat;*/
}
.slider.kb-fullsize .cp-bottom h3 {
	width: auto;
	float: none;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
}
#innerbottom .module-title {
	color: #FFF;
	background-color: #aca9a4;
	padding: 8px 8px 8px 10px;
	text-align: right;
	position: absolute;
	top: 0px;
	left: 0px;
}

}


}

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

	/* Layout */
	#search/*, .wk-slideshow .caption*/ { display: none; }
	
	.kb-mediumsize .cp-title {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: auto;
	z-index: 5;
	padding: 10px;
	background: rgba(102,56,97,0.5);
	/*background: url(../images/bg-caption.png) no-repeat;*/
	text-shadow: none;
	color: #fff;
}
	.kb-mediumsize .cp-title h3 {
	width: auto;
	float: none;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
}

#innerbottom .module-title {
	color: #FFF;
	background-color: #aca9a4;
	padding: 8px 8px 8px 10px;
	text-align: right;
	position: absolute;
	top: 0px;
	left: 0px;
}

}

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

	/* Layout */
	#toolbar,
	#headerbar,
	#menubar,
	#breadcrumbs,
	#totop-scroller/*, .wk-slideshow .caption*/ { display: none; }
	
	#innerbottom .module-title {
		width: auto;
		height: auto;
		text-align: left;
		padding: 4px;
		top: 0;
	}
	.slider.kb-fullsize .cp-bottom {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: auto;
	z-index: 5;
	padding: 10px;
	background: rgba(102,56,97,0.5);
	/*background: url(../images/bg-caption.png) no-repeat;*/
}
.slider.kb-fullsize .cp-bottom h3 {
	width: auto;
	float: none;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
}
	

}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {
	
	#innerbottom .module-title {
		width: auto;
		height: auto;
		text-align: left;
		padding: 4px;
		top: 0;
	}
	
	.slider.kb-fullsize .cp-bottom {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: auto;
	z-index: 5;
	padding: 10px;
	background: rgba(102,56,97,0.5);
	/*background: url(../images/bg-caption.png) no-repeat;*/
}
.slider.kb-fullsize .cp-bottom h3 {
	width: auto;
	float: none;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
}

}

/* 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;
	}
	
	#innerbottom .module-title {
		width: auto;
		height: auto;
		text-align: left;
		padding: 4px;
		top: 0;
	}
	.slider.kb-fullsize .cp-bottom {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: auto;
	z-index: 5;
	padding: 10px;
	background: rgba(102,56,97,0.5);
	/*background: url(../images/bg-caption.png) no-repeat;*/
}
.slider.kb-fullsize .cp-bottom h3 {
	width: auto;
	float: none;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
}
	#top-b, #bottom-b, #inner-bottom {
		padding:0;
	}
	#bottom-b, #homePage {
		padding: 0 40px;
	}
	#contactColumn1 {
		width: 100%;
		float: none;
		margin-right: 0;
}
	#contactColumn2 {
		width: 100%;
		float: none;
}
	.grid-box {
		float: none;
	}
	.width50, .width33 {
		width: 100% !important;	
	}
	/*.wk-slideshow .caption {
		display: none !important;	
	}*/
}
/* Only Phones (Portrait) */
@media (max-width: 240px) {

	/* 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;
	}
	
	#innerbottom .module-title {
		width: auto;
		height: auto;
		text-align: left;
		padding: 4px;
		top: 0;
	}
	/*.wk-slideshow .caption {
		display: none !important;	
	}*/
	.content {
		padding: 10px;
	}
	#top-b {
		padding: 10px;
	}
	#bottom-b, #homePage {
		padding: 10px;
	}
	#innerbottom {
		padding: 10px;
	}
	#contactColumn1 {
		width: 100%;
		float: none;
		margin-right: 0;
}
	#contactColumn2 {
		width: 100%;
		float: none;
}
	.grid-box {
		float: none;
	}
	.width50, .width33 {
		width: 100% !important;	
	}

	.bioimg img {
		display: none;
	}
	.slider.kb-fullsize .cp-bottom {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: auto;
	z-index: 5;
	padding: 10px;
	background: rgba(102,56,97,0.5);
	/*background: url(../images/bg-caption.png) no-repeat;*/
}
.slider.kb-fullsize .cp-bottom h3 {
	width: auto;
	float: none;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
}

}