@charset "UTF-8";

html,body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,caption,th,td,blockquote,pre,code,form,fieldset {
	border: 0;
	margin:0;
	padding:0;
}

table {
	border: 0;
	border-collapse:collapse;
	border-spacing:0;
}

img {
	border:0;
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

ul,ol {list-style: none}

address,b,i,strong,em,cite {
	font-style: normal;
	font-weight: normal;
}

small {font-size: 100%}

header, hgroup, nav, section, article, aside, footer,figure,figcaption,details,menu {
	display: block;
	margin:0;
	padding:0;
}


body {
    padding: 40px 0 80px;
}

.message {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    border: solid 2px red;
    padding: 0 20px 40px;
    line-height: 1.825em;
}
.message h1 {
    color: red;
}
.message span {
    display: block;
    margin: 2em 0 0;
}

#formWrap {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
	padding: 20px 10px;
    color: #333;
    font-size: 14px;
}

h1 {
    margin: 1.625em;
    text-align: center;
    font-weight:bold;
    font-size: 1.625em;
}

strong {color: red;;}
.wpcf7-form {
	border-top: 1px solid #ccc;
    margin-top: 30px;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
	margin: 5px 0;
}

.wpcf7-form fieldset {
	border-bottom: 1px solid #ccc;
	padding-bottom: 14px;
}

.wpcf7-list-item {
	display: inline-block;
	margin-right: 4px;
}

.wpcf7-form-control {
	display: inline-block;
	margin: 9px 0;
}

.wpcf7-form .group {
	position: relative;
	margin: 0 8px;
	padding: 10px 0 10px 40px;
    clear: both;
}

.wpcf7-form fieldset .group {
	border-top: 1px dashed #ddd;
}

.wpcf7-form .group:first-child {border: 0}

.wpcf7-form .require {
	position: absolute;
	background: #c33;
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5;
	padding: 0 4px;
	left: 0;
	top: 18px;
}

.reservation .wpcf7-list-item {
	/*min-width: 11em;
	margin: 0;*/
	margin-right: 1em;
}

.control_name {
	float: left;
	width: 10em;
	font-weight: bold;
	margin: 9px 0;
}

.control_name small {
	display: block;
}

.controls {
	display: block;
	overflow: hidden;
}

.controls input:focus,
.controls textarea:focus,
.controls select:focus {
	border-color: #74b9e9;
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
}

.controls input:focus,
.controls textarea:focus {
	background: #ffd;
}

.actions  {
	text-align: center;
	margin: 0;
}

.wpcf7-textarea {
	width: 30em;
	resize: vertical;
}

.wpcf7-submit {
	width: 345px;
    background-color: #c2b396;
	border: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 36px;
	transition: .1s box-shadow linear, .25s text-shadow;
}

.wpcf7-submit:hover,
.wpcf7-submit:active {
	opacity: 0.6;
}

.wpcf7-submit:active {
	box-shadow: 0 -1px 0px #EE8DE0 inset, 0 3px 3px rgba(0,0,0,.3) inset;
}
