/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

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


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

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

}

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

	/* Layout */
	.wrapper.max-width65,
	.wrapper.max-width80 { max-width: 100%; }

	.bg-colored { padding: 0; }

	.bottomclogo {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	/*.width50 {width: 100%;}*/

}


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

	.bottomclogo {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.width25,
	.width50,
	.width45,
	.width55 {width: 100%;}

	.formtable {width: 100%; float: none;}

}

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



}

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


	/*logo and slogan*/
	.width39,
	.width61 {width: 100%;}

	img.logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 40%;
	}

	.slogan, .cta {font-size: 16px;}

	.mod-box-slogan {padding-top: 0; margin: 0;}

}

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

	img.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	}

}

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

	/* Layout */
	#toolbar,
	#headerbar,
	#logo,
	#search,
	#menubar,
	#breadcrumbs  { display: none; }


	/* System */
	.searchbox { border: none; }



	.mod-box-logo {
	margin: 0;
	}



}

/* 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;
	}

	.searchbox { padding: 0 0 0 38px; }


}
