
/*
 * Responsive Content
 */
 
.hide-micro { display: block; }

body {
	background-color: #fff;
}

table.nopadnospace {
	border-spacing: 0px;
}
table.nopadnospace td {
	padding: 0px;
}

.textresp {
	/*font-size: 20px;*/
}

.times-field {
	font-size: 12px;
}

.start-a {
	/*width: 44%; min-width: 250px; margin: 10px; float: left; border: 1px solid #ddd; position: relative; display: block;*/
	display: block;
	min-width: 220px;
	width: 43%;
	margin: 10px;
	float: left;
	border: 1px solid #ddd;
	display: table;
}

.start-div {
	/*position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);*/
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	min-width: 220px;
}

.width-60-ifnot-micro { }
.width-94 { width: 94%; }

.inmenubutton {
	text-align: left;
	width: 100%;
	background: #fff;
	margin: 3px 0px;
	padding: 20px 0px;
	font-size: 26px;
}
#menuDiv > .menu > a:last-child {
	margin-top: 20px;
	width: 20%;
	min-width: 160px;
	float: right;
	text-align: center;
}
.button {
	margin: 15px 5px;
}

.ui-tabs .ui-tabs-panel {
	padding: 0;
	padding-top: 10px;
}
input.defaultTextInput2, textarea.defaultTextInput2 {
	font-size: 20px;
	
	-webkit-transition: all 0.25s ease-in-out, height width 1ms;
	-moz-transition: all 0.25s ease-in-out, height width 1ms;
	-ms-transition: all 0.25s ease-in-out, height width 1ms;
	-o-transition: all 0.25s ease-in-out, height width 1ms;
	outline: none;
	padding: 0px 4px;
	margin: 6px 4px;
	border: 1px solid #999;
	border-radius: 5px;
	text-align: left;
}
input.defaultTextInput2 {
	height: 38px;
}
textarea.defaultTextInput2 {
	padding: 5px 4px;
	resize: vertical;
}
input.defaultTextInput2:focus, textarea.defaultTextInput2:focus {
	//boxShadow: 0px 0px 5px #29a2da;
	
	box-shadow: 0 0 5px #29a2da;
	border: 1px solid #29a2da;
}

#menuDiv {
	padding-top: 10px;
	z-index:90000;
	border-bottom: 1px solid #999;
	padding-bottom: 8px;
	width: 100%;
	box-shadow: 0 5px 5px -5px #555;
}
#topDiv {
	box-shadow: 0 5px 5px -5px #555;
}
#menuDiv > .menu {
	width: 94%;
	padding-left: 2%;
}
@media (min-width: 1020px) {
	.width-60-ifnot-micro { width: 60%; }
	.hide-small { display: block; }
	.hide-micro { display: block; }
	#mainDiv {
		width: 1000px;
		border: 0;
		border-radius: 0;
		margin: auto;
		display:block;
	}
	#menuDiv {
		background-color: #fff;
		//display:block;
		//float: left;
	}
	#topDiv {
		display: block;
		height: 60px;
	}
	#topDivSmall {
		display: none;
	}
	#contentDiv {
		width: 780px;
		padding: 10px;
		padding-top: 10px;
		padding-bottom: 5px;
		margin-left: 100px;
		min-height: 150px;
		font-size: 20px;
	}
	.menubutton {
		font-size: 26px;
	}
	.button {
		font-size: 22px;
	}
	.title {
		font-size: 26px;
		margin: 10px;
	}
	.header {
		font-size: 22px;
	}
	.descript {
		font-size: 16px;
		margin: 10px;
	}
	.text-button, .text-button.ui-menu-item {
		font-size: 26px;
		font-weight: bold;
	}
	.ui-menu-item {
		font-size: 26px;
		font-weight: bold;
	}
}
@media (min-width: 690px) and (max-width: 1020px) {
	.width-60-ifnot-micro { width: 60%; }
	.hide-small { display: none; }
	.hide-micro { display: block; }
	#mainDiv {
		width: 100%;
		border: 0;
		border-radius: 0;
		margin: auto;
		display:block;
	}
	#menuDiv {
		background-color: #fff;
		//display:none;
		//float: none;
	}
	#topDiv {
		display: none;
		height: 54px;
	}
	#topDivSmall {
		display: block;
	}
	#contentDiv {
		width: 80%;
		padding: 7px;
		padding-top: 10px;
		padding-bottom: 0px;
		min-height: 150px;
		font-size: 18px;
	}
	.menubutton {
		font-size: 24px;
	}
	.button {
		font-size: 20px;
	}
	.title {
		font-size: 22px;
		margin: 10px;
	}
	.header {
		font-size: 19px;
	}
	.descript {
		font-size: 15px;
	}
	.text-button, .text-button.ui-menu-item {
		font-size: 20px;
		font-weight: bold;
	}
	.ui-menu-item {
		font-size: 24px;
		font-weight: bold;
	}
}
@media (max-width: 690px) {
	.width-60-ifnot-micro { }
	.hide-small { display: none; }
	.hide-micro { display: none; }
	#mainDiv {
		width: 100%;
		border: 0;
		border-radius: 0;
		margin: auto;
		display:block;
	}
	#menuDiv {
		background-color: #fff;
		//display:none;
		//float: none;
	}
	#topDiv {
		display: none;
		height: 48px;
	}
	#topDivSmall {
		display: block;
	}
	#contentDiv {
		width: 98%;
		padding: 3px;
		padding-top: 10px;
		padding-bottom: 0px;
		min-height: 150px;
		font-size: 16px;
	}
	.menubutton {
		font-size: 22px;
	}
	.button {
		font-size: 20px;
	}
	.title {
		font-size: 20px;
		margin: 10px;
	}
	.header {
		font-size: 17px;
	}
	.descript {
		font-size: 14px;
	}
	.text-button, .text-button.ui-menu-item {
		font-size: 16px;
		font-weight: bold;
	}
	.ui-menu-item {
		font-size: 22px;
		font-weight: bold;
	}
}


.times-field {
	font-size: 12px;
}
