#section{
	width: 1100px;
	margin: auto;
	overflow: hidden;
}
.section{
	width: 50%;
	float: left;
	height: 500px;
}
.section p{
	color: #817d82;
}
.section p a{
	color: #817d82;
	text-decoration: none;
	cursor: auto;
}
.section p strong{
	color:#8cc63e;
}
.contacts-form {
    
   margin-left: -19px;
    width: 400px;
}
.text {
    width: 100%;
    height: 35px;
    background-color: transparent;
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    border-color: #787978;
    outline: none;
    color: #000;
    font-size: 16px;
    margin-left: 20px;
}
.textarea {
    width: 100%;
    height: 100px;
    background-color: #fff;
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-style: none none solid;
    border-width: medium medium 1px;
    border-color: #787978;
    outline: none;
    color: #000;
    font-size: 16px;
    margin-left: 20px;
}
.aBooking {
    width: 100%;
    height: 40px;
    color: #fff;
   background-color: #8cc63e;
    border: 1px solid #8cc63e;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 20px;
    font-size: 15px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bfbfbf;
    font-size: 13px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bfbfbf;
     font-size: 13px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #bfbfbf;
     font-size: 13px;
}