/*************************************/

.booking {
	 margin-top:30px;
	 margin-bottom:20px;
}

.booking h5 {
	text-decoration:underline;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    margin-left: -20px;
    margin-bottom:10px;
    margin-top: 10px;
}

.booking  blockquote {
	text-align: justify;
    color: #000000;
    font-size: 13px;
    padding-bottom:10px;
    padding-top: 10px;
	padding-left: 10px;
    border-left: 1px dashed #C2C7B4;	
}

.booking  blockquote p {
	padding-left: 10px;
}

.contact-6 {
	position: relative;
	padding-right: 5px; 
}

@media only screen and (max-width: 990px) {
	.contact-6 {position: relative; padding-right: 16px; }
}

#button {
	position:absolute;
    margin-top: -40px;
    left: 45%;
}
@media only screen and (max-width: 990px) { 
#button {
	position:relative;
    margin-top: -45px;
    left: 15%;
}}

.contact .button { 
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
    border: 1px solid #CC4E05;
    background: #CC4E05;
    border-radius: 2px;
    box-shadow: none;
    padding: 7px;	
	padding-left: 50px;
    padding-right: 50px;
}

.contact .button:hover { 
	color:#ffffff;
    background: #311203 url("../images/bg-footer.png");
    border: 1px solid #311203;
}

@media only screen and (max-width: 990px) { .contact .button { 
    padding: 10px;	
	padding-left: 20px;
    padding-right: 20px;
  }}

.input {
	color:#000000;
	font-weight:bold;
	font-size:14px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #4E1F07;
	box-shadow: none !important;
	width: 100% !important;
	padding: 7px !important;
	margin-bottom: 5px;
}

.input:hover {
   background: rgba(175, 173, 173, 0.88);
   border-radius: 2px;
   border: 2px solid #4E210B;
   box-shadow: none;
}

#message {
	color:#000000;
	font-weight:bold;
    font-size:14px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #4E1F07;
    box-shadow: none;
	width: 95.6%;
	padding: 10px;
	margin-bottom: 15px;
	margin-left:14px;   
}

#message:hover {
   background: rgba(175, 173, 173, 0.88);
   border-radius: 2px;
   border: 2px solid #4E210B;
   box-shadow: none;
}

@media only screen and (max-width: 990px) { #message {  width: 93.5%; }}