div.testimonials {
	overflow: hidden;
}

div.testimonials>span {
	display: block;
	float: right;
	color: #BFBFBF;
	width: 81px;
	margin-top: 6px;
}

div.testimonials>span>strong {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
}

div.testimonials-block {
	background: #fff;
	position: relative;
	font-size: 12px;
	line-height: 18px;
	color: #6a4c31;
	font-weight: bold;
	padding: 12px 24px 15px 18px;
}

div.corner {
	position: absolute;
	width: 23px;
	height: 24px;
	right: 88px;
	bottom: -24px;
	background: url(../images/cornerWhite.png) 0 0 no-repeat;
}

.map iframe {
	width: 270px;
	height: 186px;
	border-radius: 7px
}

.formDiv {
	background-color: #f4f4f4;
	border-radius: 7px;
	width: 88%;
	padding: 15px;
	display: inline-block;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3)
}

button.button {
	margin-top: 18px;
	background: #EF6B00;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	padding: 6px 20px 5px 20px;
	border-radius: 5px;
	box-shadow: 0 1px 1px #fff;
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

button.button:hover {
	background: #131313
}

#form {
	margin: 8px 0 0 0;
}

#form input {
	border: #e0e0e1 1px solid;
	background: #fff;
	/* font: 13px Arial, Helvetica, sans-serif; */
	color: #a0a0a0;
	padding: 15px 9px 15px 13px;
	margin-bottom: 5px;
	outline: medium none;
	width: 96%;
	/* height:17px; */
	float: left;
	border-radius: 4px
}

#form textarea {
	border: #e0e0e1 1px solid;
	background: #fff;
	/* font: 13px Arial, Helvetica, sans-serif; */
	color: #a0a0a0;
	height: 188px;
	outline: medium none;
	overflow: auto;
	padding: 6px 0 0 13px;
	width: 97%;
	resize: none;
	margin: 0 0 0 0;
	float: left;
	border-radius: 4px
}

#form label {
	position: relative;
	overflow: hidden;
	display: block;
	min-height: 41px
}

.whitey {
	color: white
}

.inBox{
	display: inline-block;
	width: 100%;
    border: 3px solid #FFF;
    text-align: center;
	
}

.inBox2{
	display: inline-block;
	padding: 10px;
    border: 3px solid #FFF;
    text-align: center;
	
}

.inBox3{
	display: inline-block;
	padding: 10px;
    border: 3px solid #CC5816;
    text-align: center;
	
}

.boxed{
	border: 3px solid #FFF;
	padding: 15px;
}

#message {
	color: lime;
	font-weight: bold;
	display: inline-block;
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid lime;	
}

#error {
	color: red;
	font-weight: bold;	
	display: inline-block;
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid red;
	
}

/****************************footer************************/
footer {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: none repeat scroll 0 center #111111;
	border-top: 1px solid #444444;
	padding: 32px 0 45px 0
}

footer p,footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	text-decoration: none;
}

/****************************footer-small************************/
.footer-small { /* background-color: #E68136; */
	background-color: #111;
	text-align: center;
	color: #fff;
	padding: 25px 0 45px;
	width: 100%;
}

.shadowed {
	-webkit-box-shadow: 0 6px 4px -2px #555;
	-moz-box-shadow: 0 6px 4px -2px #555;
	box-shadow: 0 6px 4px -2px #555;
}

/******************************** fonts********/
@font-face {
	font-family: "engrave";
	src: url("../fonts/engrave.TTF") format('opentype');
}

/****************************for zoom image************************/
.zoom {
	display: inline-block;
	position: relative;
}

/* magnifying glass icon */
.zoom:after {
	content: '';
	display: block;
/* 	width: 70%;
	height: 33px; */
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/icon.png);
}

.zoom img {
	display: block;
}

.zoom img::selection {
	background-color: transparent;
}