@font-face {
    font-family: 'Trajan';
    src: url('css/goudytrajan-regular-trial-webfont.eot');
    src: url('css/goudytrajan-regular-trial-webfont.eot?#iefix') format('embedded-opentype'),
url('css/goudytrajan-regular-trial-webfont.woff') format('woff'),
url('css/goudytrajan-regular-trial-webfont.ttf') format('truetype'),
url('css/goudytrajan-regular-trial-webfont.svg#goudy_trajan_regularregular#goudy_trajan_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body, html {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	color: rgba(0,0,0,0.8);
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.15);
	font-weight:bold;
	line-height:1;
	position:relative;
	background-color: #000;
	background: url(images/white-oak-hardwood.jpg)repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}
.ie8 body {
	background-repeat: repeat;
}
.ie7 body {
		background: url(images/wood.jpg) repeat;
}
.ie7 {
		height: auto;
}

.ie7 body, .ie7 body p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #000;
	text-shadow: none;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	color: #584531;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
}
h1 {
	font-size:40px;
}
h2, #blog-posts h4 {
	font-size:34px;
	font-family: Trajan, 'Playfair Display SC', Garamond, Georgia;
	color: #000;
}
h2 span.caps {
	font-size: 38px;
}
h3 {
	font-size:24px;
	margin-bottom:7px;
}
h4 {
	font-size:20px;
	margin-top: 7px;
	margin-bottom:7px;
}
h5 {
	font-size:18px;
	margin-bottom:7px;
}
h6 {
	font-size:14px;
	margin-bottom:7px;
}
h5, h6 {
	font-weight:bold;
}
.testimonial {
	line-height: 1.5em;
	position:relative;
	padding:15px 25px;
	margin:1em 0 3em;
	border:1px solid #3a4f87;
	color:#333;
	background:#ecefff;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin-left:200px;
}
.testimonial:before {
	content:"";
	position:absolute;
	border-style:solid;
    border-color:#3a4f87 transparent;
    display:block;
    width:0;
	top:25px;
	bottom:auto;
	left:-30px;
	border-width:11px 30px 11px 0;
	border-color:transparent #3a4f87;
}
.testimonial:after {
	content:"";
	position:absolute;
	border-style:solid;
	border-color:#ecefff transparent;
    display:block;
    width:0;
	top:26px;
	bottom:auto;
	left:-28px;
	border-width:10px 28px 10px 0;
	border-color:transparent #ecefff;
}
.testimonial div {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -200px;
	height: 20px;
	padding-top: 80px;
	width: 190px;
	text-align: center;
	font-weight: bold;
}
.male {
	background: url(/wpcontent/themes/mtym/images/testimonial_avatars_m.png) no-repeat center 0;
}
.female {
	background: url(/wpcontent/themes/mtym/images/testimonial_avatars_f.png) no-repeat center 0;
}
.couple {
	background: url(/wpcontent/themes/mtym/images/testimonial_avatars_c.png) no-repeat center 0;
}
.business {
	background: url(/wpcontent/themes/mtym/images/testimonial_avatars_b.png) no-repeat center 0;
}
.testimonial div.family {
	background: url(/wpcontent/themes/mtym/images/testimonial_avatars_fam.png) no-repeat center 0;
	padding-top: 60px;
}
p {
	margin:0 0 1.5em 0;
	line-height:1.7;
}
a, a:visited, .link {
	text-decoration:none;
	color:#0035d2;
}
a:hover, .link:hover {
	color: #000;
	text-decoration:underline;
	text-shadow: none;
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
u {
	text-decoration:underline;
}
small {
	font-size:11px;
}
blockquote {
	margin: 10px 30px;
	padding: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
hr {
	display:block;
	height:0px;
	border:0px;
	border-top:1px solid rgba(0,0,0,0.1);
	border-bottom:1px solid rgba(255,255,255,0.2);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* lists */

ul.numbers, ol.numbers {
}
ol.numbers li, ul.numbers li {
}
ol.numbers li ul, ul.numbers li ul {
}
ol.numbers li ul li, ul.numbers li ul li {
}
ul.disc, ol.disc {
	padding-left: 20px;
}
ul.disc li, ul.disc li {
	list-style-type: disc;
}
ul.disc li ul, ul.disc li ul {
}
ul.disc li ul li, ul.disc li ul li {
}
.required, .red-text {
	color:#D24000;
}
.grey-text {
	color:#888;
}
.yellow-text {
	color:#f9e485;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear:after, .row:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.cf:before,.cf:after {
content: "";
display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
* html .clear, * html .row {
	zoom: 1;
}
*:first-child+html .clear, *:first-child+html .row {
	zoom: 1;
}
.container {
	margin:0 auto;
	width:1008px;
	position:relative;
	z-index:1;
}
.row {
	margin-left:-20px;
}
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
	margin-left:20px;
	display:block;
	float:left;
}
.span1 {
	width:64px
}
.span2 {
	width:148px
}
.span3 {
	width:232px;
}
.span4 {
	width:316px;
}
.span5 {
	width:400px;
}
.span6 {
	width:484px;
}
.span7 {
	width:568px;
}
.span8 {
	width:652px;
}
.span9 {
	width:736px;
}
.span10 {
	width:820px;
}
.span11 {
	width:904px;
}
.span12 {
	width:988px;
}
.messages {
}
.success-message, .friendly-message, .warning-message, .error-message {
	margin:10px 0px;
	display:block;
	padding:10px 25px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
}
.success-message {
	background: #c1e2b7;
}
.friendly-message {
}
.warning-message {
	background:#f9e485;
}
.error-message {
	background:#de4941;
	color:#fff;
}
/*---------- eof standards ----------*/
.button-row {padding-top: 30px;}
#wrapper {
	min-height: 100%;
	width: 1062px;
	margin: auto;
	position: relative;

background:url(images/engineered-wood-flooring.jpg)repeat;
}
#headercontentwrap {
	/* background: #f3d9ad; /* Old browsers */
	
}
/*---------- header ----------*/

#header {
	width: 1008px;
	margin: auto;
	position: relative;
	z-index: 999;
}
#header .logo {
	display: inline-block;
	margin-top: 10px;
	margin-right: 35px;
}
.headerright {
	display: inline-block;
	
}
.headerright .headerlarge h2 {
	font-family: Trajan, 'Playfair Display SC', Garamond, Georgia;
	color: #000;
	font-size: 33px;
	letter-spacing: 5px;
	text-align: center;
	margin-top: 30px;
}
.headerright .headerlarge h4 {
	margin-top: 30px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none;
	letter-spacing: 5px;
	margin-top: 5px;
	color: #000;
}

.headerright .headerscript h2 {
	font-family: 'Pinyon Script', cursive;
	font-size: 33px;
	line-height: 28px;
	letter-spacing: 2px;
	color: #000;
	margin-top: 10px;
}

/*---------- navigation ----------*/
.navigation {
	width: 1008px;
	height: 45px;
	border-top: 1px solid #929292;
	background: #444444; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #010101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #444444 0%, #010101 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #444444 0%, #010101 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#010101', GradientType=0 ); /* IE6-9 */
	margin-top: 20px;
	text-transform: uppercase;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.35);
}
.navigation ul {
	float:left;
	margin:0;
	padding:0;
}
.navigation ul li {
	float: left;display:block;
	
	padding: 0px 1px;
}
.navigation ul li a {
	color: #e4d398;
	font-size: 14px;
	text-shadow: none;
	padding: 14px 16px 0px 16px;
	height: 31px;
	display: block;
}

.navigation ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.navigation ul li:hover {
	background: #3e3e3e; /* Old browsers */
	border-left: 1px solid #1d1d1d;
	border-right: 1px solid #1d1d1d;
	padding: 0px;
}
.navigation li:hover ul {
	display: block;
	z-index: 1;
}

/*.navigation ul li ul li {
	border: 0;
	padding: 0px 1px;
	display: block;
	margin-bottom: 2px;
	width: 220px;
}
.navigation ul li ul li:hover {
	border: 0;
	padding: 0px 1px;
	background: none;
}*/

/*.navigation ul li ul {
	position:absolute;
	left:-1px;
	top:0px;
	margin-top:45px;
	width:220px;
	line-height:16px;
	background-color:#363636;
	color:#e4d398; 
	display:none;
	border-left: 1px solid #8592b5;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 25px;
}
.navigation li ul a {
	font-size: 12px;
	height: 10px;
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
}*/


/*---------- main ----------*/

#main-content {
	width: 1008px;
	margin: auto;
	position: relative;
}
#bannerfold {
	width: 1008px;
	height: 8px;
	background: url(images/banner_fold.png) no-repeat;
	position: absolute;
	top: 0;
}
.ie7 #bannerfold {
	display:none;
}
.ie9 #bannerfold {
	margin-top: -5px;
}
.mainslider {
	width: 986px;
	height: 312px;
	margin: auto;
	z-index: 1;
	background-color: #000;
}
.mainslider img {
	width: 986px;
	height: 312px;
	z-index: 0;
	position: relative;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.mainslider:after {
	position: absolute;
	width: 90%;
	height: 20%;
	left: 5%;
	border-radius: 80%;
	z-index: -1;
	bottom: 0px;
	content: "";
	box-shadow: 0 3px 16px rgba(0,0,0,0.8);
}
.ie7 #navbar, .ie7 #main-content, .ie8 #main-content {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.ie8 #main-content, .ie9 #main-content {
	margin: 0 auto;
	margin-top: -7px;
}
.ie8 .navigation, .ie9 .navigation {
	margin: 0 auto;
}
.homepagecontent {
	width: 980px;
	margin-top: 50px;
}
.homepagecontent h2 {
	font-family: 'Pinyon Script', cursive;
	padding-bottom: 30px;
	font-size: 50px;
	margin-bottom: 10px;
	color: #242424;
	background: url(images/header_bottom.png) center bottom no-repeat;
}
.fourbuttonnav {
	width: 980px;
	margin: 0 0 30px 15px;
	padding: 0;
}
.fourbuttonnav .single-icon {
	width: 245px;
	display: block;
	float: left;
}
.fourbuttonnav .single-icon a img {
	margin: auto;
	border: 3px solid #f6deb4;
	border-radius: 4px;
}
#content h2, #content-single h2, .page-title, #blog-posts .post-title a, .post .post-title a {
	color: #242424;
	font-family: Trajan, 'Playfair Display SC', Garamond, Georgia;
	display: inline;
	font-size: 33px;
	padding-right: 99px;
	background: url(images/header_bottom.png) right center no-repeat;
}
.archive #blog-posts .page-title {
	margin-bottom: 40px;
}
#blog-posts .page-title .search-term {
	font-family: 'Open Sans', Arial;
	font-size: 18px;
}
.post-title a {
	color: #fff;
}
#content h4 {
	font-size: 15px;
	font-weight: bold;
	color: #2f2f2f;
	text-shadow: none;
	padding-bottom: 0px;
	padding-top: 7px;
}
#blog-posts .post-title a:hover {
	background: url(images/header_bottom_hover.png) right center no-repeat;
}
.center {
	text-align: center;
}
#blog-posts {
	margin-top: 10px;
	padding: 20px;
	width: 720px;
	float: left;
}
#single-blog-post {
	margin-top: 10px;
	padding: 20px;
}
#sidebar {
	margin-top: 50px;
	padding-left: 20px;
	width: 220px;
	float: right;
}
#sidebar ul li {
	margin-bottom: 20px;
}
#sidebar input[type=text] {
	width: 170px;
}
input[type=number] {
	width: 95px;
}
#sidebar h4 {
	margin-left: -10px;
}
#blog-posts ul li {
	display: block;
}
#blog-posts .post {
}
#blog-posts .post-thumbnail {
	margin-right: 20px;
}
#content-single .top-thumbnail {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
#content-single .top-thumbnail img, #blog-posts .post-thumbnail img, .post-content img {
	border: 1px solid rgba(0,0,0,0.5);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
}
#content-single .post-content .post-thumbnail {
	margin-right: 10px;
	margin-bottom: 10px;
}
#content-single .post-content img {
	display: block;
	margin: auto;
}
.comment-text {
	width: 700px;
}
.comment-list li {
	display: block;
	width: 720px;
}
.comment hr {
	width: 720px;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 10px;
}
.comment-list li:nth-child(odd) {
	background-color: #000;
}
a img.alignnone {
	margin: 5px;
}
#single-blog-post .top-thumbnail img {
	margin: auto;
}
#blog-posts .post .post-content-container {
	margin-bottom: 60px;
	padding-left: 20px;
}
#blog-posts .post-title a {
	color: #fff;
	font-family: 'Pinyon Script', cursive;
}
#blog-posts .post-title a:hover {
	text-decoration: none;
	color: #eed16e;
}
#single-blog-post .post-date {
	display: block;
	padding-left: 20px;
	margin-bottom: 20px;
}
#blog-posts .post-date {
	display:block;
	margin-top: 10px;
}
.post-date, .post-date a {
	color: #000;
	letter-spacing: 5px;
	text-transform: uppercase;
	display: inline-block;
}
#blog-posts .post-date a:hover {
	text-decoration: none;
	color: #e7b711;
}
#blog-posts .post-btn-row {
	float:right;
	clear:both;
	margin-bottom: 30px;
}
#comment-list li {
	display: inline-block;
	width: 800px;
}
.singlecol {
	margin-top: 30px;
margin:bottom: 30px;
	padding: 20px;
}
.pagination {
	position: relative;
	width: 100%;
	min-height: 40px;
}
.pagination-inner {
	position: absolute;
	left: 20px;
}
.pagination a:hover, .pagination .current {
	color:#fff;
	background: #2e447c;
	border-color: #03055F;
}
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:3px 6px;
	line-height: 1;
	text-decoration:none;
	width:auto;
	color:#03055F;
	background: #efefef;
	border:1px solid #03055F;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
}
.comments-container .row-form .left {
	display: block;
	width: 600px;
}
.list-404-posts {
	padding-left: 30px;
}
.list-404-posts li {
	list-style-type: disc;
	padding-bottom: 5px;
}
/*---------- footer ----------*/

#footer {
	width: 100%;
	height: 125px;
	background: none;
	overflow: hidden;
	font-size: 12px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.60);
	text-shadow: none;
	text-align: center;
	background: none;
}
#footer a {
	color: rgba(255,255,255,0.60);
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
.ie7 #footer, .ie8 #footer {
	font-weight: normal;
	background: url(images/footer-bg.png);
}
.ie8 #footer a, .ie7 #footer a {
	color: #fff;
}
.ie7 #footer a:hover {
	color: #a7e6ff;
}
#footer ul:first-child {
	margin-top: 22px;
}
#footer ul {
	margin-bottom: 11px;
}
#footer ul li {
	display: inline-block;
 *display: inline;
	zoom: 1;
	padding-right: 20px;
}
#footer ul li:last-child {
	padding-right: 0px;
}
.psearch {margin-left: 30px;}


#content {
	margin-top: 20px;
	padding: 10px;
	width: 1000px;
	margin-bottom: 20px;
}
#content img.size-full {
	max-width: 100%;
}
#content-single {
	width: 948px;
	margin-top: 20px;
	padding: 30px;
}
#content-single h4.post-title {
	clear: both;
}
#content-single .post-comments {
	display:block;
	margin-bottom: 20px;
}
#content-single .post-content, #content-single .post-date, #content-single .post-comments {
	margin-top: 10px;
	padding-left: 20px;
	display: block;
}
#content section {
	padding-bottom: 15px;
}
.affix {
	top: 50px;
	position: fixed;
}
#navbar {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}
#navbar ul {
	width: 175px;
	padding: 10px;
	padding-left: 30px;
	margin-right: 10px;
	background-color: #ffeed0;
	border-radius: 2px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
}
#navbar ul li {
	margin-top: 13px;
	margin-bottom: 13px;
}
#navbar ul li.current_page_item {
	background: url(images/tocactive.png) no-repeat;
	margin-left: -38px;
	padding-left: 38px;
}
#navbar ul li ul li.current_page_item {
	background: url(images/tocactive.png) no-repeat;
	margin-left: -48px;
	padding-left: 48px;
}
#navbar ul li ul li ul li.current_page_item {
	background: url(images/tocactive.png) no-repeat;
	margin-left: -60px;
	padding-left: 60px;
}

#navbar .current_page_item > a {
	color: #9b7a0a;
}
#navbar a {
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	color: #404040;
}
#navbar a:hover {
	color: #2f51b4;
}
#navbar ul li ul.children {
	width: auto;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#navbar ul li ul li ul.children {
	padding-left: 8px;
	border-radius: 0;
	border-left: 4px solid #adb4d4;
}
.navHeader {
	font-weight: bold;
	cursor: default;
}
.menu .navHeader {
	font-weight: normal;
}
.backgroundimage {
	position: fixed;
	left: 0%;
	top: 40%;
	z-index: -1;
}
.widget_search {
	position: relative;
}
.widget_search label {
	display: none;
}
.widget_search input[type=text] {
	padding-right: 30px;
}
.widget_search input[type=submit] {
	background: url(images/search_icon.png) no-repeat;
	content: "";
	position: absolute;
	display: block;
	height: 30px;
	width: 25px;
	top: 35px;
	right: 9px;
	border: 0;
	box-shadow: none;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
	min-width: 25px;
}
.ie7 .widget_search input {
	display: block;
}
.ie7 .widget_search input[type=submit] {
	background: none;
	display: block;
	text-indent: 0;
	position: relative;
	width: 70px;
	height: 30px;
	margin-top: -30px;
	margin-bottom: 60px;
	border: 1px solid rgba(0,0,0,0.5);
	clear: both;
}
.ie7 #sidebar h4 {
	display: block;
}
/*for Event page*/
p.ItemRate {
	margin-bottom: 0.1em;
	width:323px;
}
.ItemRate > span {
	float:right;
}
.MenuitemsList {
	line-height: 1.5;
	margin-bottom: 40px;
	margin-top: 10px;
	padding-left: 30px;
}
.caterersDetails {
	padding-left: 30px;
}
.ExtraDetails {
	line-height: 1.5;
	padding-left: 30px;
}
h3.menuTitle {
	border-bottom: 1px solid #2F2F2F;
	color: #2F2F2F;
	font-size: 18px;
	padding-bottom: 10px;
	text-shadow: none;
}
.contact.left {
	width: 400px;
	padding-right: 60px;
	border-right: 1px solid rgba(0,0,0,0.25);
	box-shadow: 1px 0px 0px rgba(255,255,255,0.2);
}
.maps iframe {
	border-radius: 15px;
	display: block;
	margin-bottom: 15px;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 0px rgba(255,255,255,0.4);
	box-shadow: 1px 1px 0px rgba(255,255,255,0.4);
}
.maps {
	width: 425px;
	margin-left: 60px;
}
.maps div.address {
	text-align: center;
	font-size: 15px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
	line-height: 1.3em;
}
.maps div.address a {
	display: block;
	width: 150px;
	margin: 15px auto;
}
.maps span.name {
	font-family: Trajan, 'Playfair Display SC', Garamond, Georgia;
	font-size: 17pt;
	letter-spacing: 2px;
}
.mapshours iframe {
	border-radius: 15px;
	display: block;
	margin-bottom: 15px;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 0px rgba(255,255,255,0.4);
	box-shadow: 1px 1px 0px rgba(255,255,255,0.4);
}
.mapshours {
	width: 425px;
	margin: 0;
}
.mapshours div.address {
	text-align: center;
	font-size: 15px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
	line-height: 1.3em;
}
.mapshours div.address a {
	display: block;
	width: 150px;
	margin: 15px auto;
}
.mapshours span.name {
	font-family: Trajan, 'Playfair Display SC', Garamond, Georgia;
	font-size: 17pt;
	letter-spacing: 2px;
}

/*Event page End*/

/* form validation styling */
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border:none;
	background: rgba(0,0,0, 0.1);
	padding: 10px;
}

div.wpcf7-mail-sent-ng {
	border:none;
	background: rgba(0,0,0, 0.1);
	padding: 10px;
}

div.wpcf7-spam-blocked {
	border:none;
	background: rgba(0,0,0, 0.1);
	padding: 10px;
}

div.wpcf7-validation-errors {
	border:none;
	background: rgba(0,0,0, 0.1);
	padding: 10px;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: relative;
	left: 0px;
	color: red;
	z-index: 100;
	background: none;
	border: none;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .placeheld {
	color: #888;
}
.disc {
	padding-left: 20px;
}
.disc li {
	list-style-type: disc;
	padding-bottom: 9px;
}

.selection {
	width: 150px;
	margi-left: 10px;
}
.virtualtour {
	width: 740px;
	height: 350px;
	margin: auto;
	border: 1px solid #000;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
}
.virtualtour iframe {
	width: 100%;
	height: 100%;
}
.iframeload {
	display: block;
	float: left;
	width: 230px;
	height: 138px;
	font-size: 11px;
	vertical-align: middle;
	line-height: 15px;
	margin: 0px 8px;
	position: relative;
}
.iframeload img {
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
}
.iframeload span {
	position: absolute;
	background-color: black;
	background-color: rgba(0,0,0,0.5);
	bottom: 0;
	left: 0;
	color: #fff;
	height: 20px;
	line-height: 20px;
	width: 220px;
	text-align: right;
	padding-right: 10px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s;
	transition: all 0.5s;
}
.iframeload:hover span {
	position: absolute;
	background-color: black;
	background-color: rgba(0,0,0,0.8);
	bottom: 0;
	left: 0;
	color: #fff;
	height: 20px;
	line-height: 20px;
	width: 220px;
	text-align: right;
	padding-right: 10px;
}
