@charset "utf-8";
/* CSS Document */
body{
	/*! background:#F7F6F4; */
  }
div#wsubtitle{
		position: relative;
		height: 120px;
		background: url(../img/titlebg2.jpg) no-repeat center bottom;
		background-size: cover;
		overflow: hidden;
		clear: both;
		}
 div#wsubtitle div.opacity{
			position: absolute;
			width: 100%;
			height: 100%;
			z-index: 0;
			left: 0;
			top: 0;
			background: url(../img/subtitle.png) no-repeat right top rgba(9,9,9,0.8);
			}
	div#subtitle{
		height:115px;
		max-width:1100px;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	 }
	 #subtitle h2{
				margin:65px 0 0 0px;
				/*! font-family: 'Fira Sans Condensed', sans-serif; */
				font-size: 35px;
				font-family: 'Cormorant', serif;
				color: #9A6D41;
				/*! float: left; */
				line-height: 1em;
				/*! font-family: 'PT Sans', sans-serif; */
				}
			#subtitle h3{
				margin:0 0 0 55px;
				}
	div#subtitle h2 + p{
		margin: 93px 0 0 10px;
		color: #898989;
		/*! margin-left: 245px; */
		float: left;
		display: none;
		}
	div#subtitle p.tel{
		position: absolute;
		right:0;
		bottom: 0;
		overflow: hidden;
		background: rgba(0,0,0,0.7);
		font-family: 'PT Sans', sans-serif;
		width: 27%;
		color: #ccc;
		padding-top: 3px;
		padding-bottom: 5px;
		padding-left:5px;
		text-transform:uppercase;
		}
  div#subtitle p.tel span {
    font-size: 16px;
    letter-spacing: 2px;
    margin-left: 14px;
    color: #fff;
   }
		div#middle{
			max-width: 1100px;
			margin:0 auto;
		}