#formWrapper,
#largeFormWrapper {
	margin: 0;
	width: 100%;
	background: white;
}

.box-shadow {
	box-shadow: none;
}

#menu-content-down-table .aktivni {
	z-index: 100;
}

#content-wrap {
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
}

#content-wrap .width-limit {
	width: 100%;
}

#page {
	background: none;
}

#email-form,
#reservation-form,
#form {
	padding-top: 32px;
}

.cool-form header {
	background: none;
	font-weight: 700;
	border-bottom: 2px solid;
	padding: 0 0 5px 0;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 18px;
}

#email-form fieldset,
#form fieldset {
	padding-right: 0;
	padding-left: 0;
	padding-top: 30px;
}

#reservation-form fieldset {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

br + .credit-cards {
	margin-top: 25px;
}

.credit-cards {
	margin: 0 auto;
	border: 0;
}

.credit-cards td {
	padding: 0 5px;
}

.credit-cards img {
	height: 30px;
}

#email-form .infoText {
	box-sizing: border-box;
	text-align: justify;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.no-color.label {
	color: #666;
}

.terms {
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	background: #eee;
	padding: 5px 5px 10px 5px;
}

.terms .title {
	padding: 5px 0;
}

.terms table {
	margin: 0 auto 10px auto;
}

.terms td {
	padding: 5px;
}

.terms td b {
	font-weight: 500;
}

.terms .colorful {
	font-weight: 700;
}

@media only screen and (max-width: 740px) {
	#menu-content-wrap {
		padding-bottom: 0;
	}

	#content-wrap {
		margin-top: 0;
	}

	#largeFormWrapper .hide-on-mobile,
	#formWrapper .hide-on-mobile {
		display: block !important;
	}
}

@media screen and (min-width: 541px) {

	.cool-form header {
		margin-left: 30px;
		margin-right: 30px;
	}

	#email-form fieldset,
	#form fieldset {
		width: 460px;
		margin: 0 auto;
	}

	#email-form .infoText {
		padding-right: 30px;
		padding-left: 30px;
	}

	#reservation-form fieldset {
		margin-left: 30px !important;
		margin-right: 30px !important;
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (max-width: 540px) {
	#email-form,
	#reservation-form,
	#form {
		padding: 20px 0 0 0;
	}

	.cool-form fieldset {
		padding-right: 0;
		padding-left: 0;
	}

	#email-form fieldset,
	#form fieldset {
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 0;
		padding-right: 0;
	}

	.radio br {
		display: none;
	}

	.credit-cards img {
		height: 27px;
	}
}

.dd-selected:hover, .dd-option:hover {
	text-decoration: none;
}

.dd-select {
	border: solid 2px #e5e5e5;
	position: relative;
	cursor: pointer;
	transition: border-color 0.4s;
	-o-transition: border-color 0.4s;
	-ms-transition: border-color 0.4s;
	-moz-transition: border-color 0.4s;
	-webkit-transition: border-color 0.4s;
}

.dd-select:hover, .dd-select:active {
	border-color: #68a0d0
}

.dd-desc {
	color: #ffffff;
	display: block;
	overflow: hidden;
	font-weight: normal;
	line-height: 1.4em;
}

.dd-selected {
	overflow: hidden;
	display: block;
	padding: 7px;
}

.dd-pointer {
	width: 0;
	height: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
}

.dd-pointer-down {
	border: solid 5px transparent;
	border-top: solid 5px #000;
}

.dd-pointer-up {
	border: solid 5px transparent !important;
	border-bottom: solid 5px #000 !important;
	margin-top: -8px;
}

.dd-options {
	box-sizing: border-box;
	border: solid 2px #e5e5e5;
	border-top: none;
	list-style: none;
	width: 100%;
	display: none;
	position: absolute;
	z-index: 2000;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: auto;
}

.dd-option {
	padding: 10px;
	display: block;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
	text-decoration: none;
	color: #333;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
}

.dd-options > li:last-child > .dd-option {
	border-bottom: none;
}

.dd-option:hover {
	background: #f3f3f3;
	color: #000;
}

.dd-selected-description-truncated {
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dd-option-selected {
	background: #f6f6f6;
}

.dd-option-image, .dd-selected-image {
	margin-right: 5px;
	max-width: 64px;
}

.dd-image-right {
	float: right;
	margin-right: 15px;
	margin-left: 5px;
}

.dd-container {
	position: relative;
}
