/* CSS Document */

.box{
	width: 326px;
	height: 208px;
	margin-right: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: solid 6px;
	border-color: #717B7B;
	border-radius: 10px;
	background-color: #fff;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}

.boxHover{
	width:326px;
	height:208px;
	margin-right:20px;
	box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
	border:solid 6px #7f563b;
	border-radius:10px;
	background-color:#fff;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
	/*box-shadow: 10px 10px 5px #888888;*/
}

.box2{
	width: 326px;
	height: 208px;
	margin-right: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: solid 6px;
	border-color: #717B7B;
	border-radius: 10px;
	background-color: #fff;
	float: left;
	overflow: hidden;
	margin-bottom: 60px;
	position: relative;
}

.boxHover2{
	width:326px;
	height:248px;
	margin-right:20px;
	box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
	border:solid 6px #7f563b;
	border-radius:10px;
	background-color:#fff;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
	/*box-shadow: 10px 10px 5px #888888;*/
}

.addYours{
	width: 326px;
	height: 208px;
	margin-right: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
	overflow: hidden;
	margin-bottom: 20px;
	position:relative;
}

.textView{
	display:none;
	width:314px;
	height:208px;
	margin-right:20px;
	background-color:#fff;	
}

.textViewInner{
	height:148px; 
	padding:8px;	
}

.textViewInner2{
	height:115px; 
	padding:8px;	
}

.textViewTitle{
	bottom:0;
   position:absolute;
	height:31px;
	width:100%;
	text-align:center;
	font: bold 22px Helvetica, Verdana, Geneva, sans-serif;
	line-height: 32px;
	color:#7f563b;
}

.textViewTitle2{
	bottom:0;
	height:25px;
	width:100%;
	text-align:center;
	font: bold 16px Helvetica, Verdana, Geneva, sans-serif;
	line-height: 20px;
	color:#7f563b;
	z-index:0;
}

.imaage{
		
}

a:link {color:#fff;}      /* unvisited link */
a:visited {color:#fff;}   /* visited link */
a:hover {color:#7f563b;}  /* mouse over link */
a:active {color:#0000FF;} /* selected link */


h11 {
    overflow: hidden;
    text-align: center;
	font: bold 38px Helvetica, Verdana, Geneva, sans-serif;
	color:#575858;
}

h12 {
	overflow: hidden;
	text-align: center;
	font: bold 24px Helvetica, Verdana, Geneva, sans-serif;
	color: #FF9900;
}

.box:hover > .textView {
    display: block;
}

.box:hover > .image {
	display:none;
}

.box2:hover > .textView {
    display: block;
}

.box2:hover > .image {
	display:none;
}

.AppStoreClass{
	width:152px;
}

.PlayStoreClass{
	width:132px;
}

.contactInner{
	width:100%; margin-bottom:15px; height: 50px; text-align: center;
}

.textGeneric{
	font-family:Helvetica, Verdana, Geneva, sans-serif;
	font-size:15px;
}

.serviceInner{
	
}

.serviceInnerUl{
	margin-left:40px; line-height:35px;
}

.inquiryName{
	margin-bottom:3px; margin-right:0px; width:500px; float:left;
}

.inquiryEmail{
	margin-bottom:3px; margin-right:0px; width:250px; float:left;
}

.inquiryEvent{
	margin-bottom:3px; margin-top:20px; float:left;
}
