/*
* Base
* 
* @package WP Pro Real Estate 3
* @subpackage CSS
*

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the Child Theme Generator in WP Admin > Appearance > Child Theme

View the screencast: http://www.screenr.com/tbos

/* ==============================================================================

Stylesheet Guide

	1.1 Reset
	1.2 General
	1.3 Typography
	1.4 Margins & Padding
	1.5 Links
	1.6 Lists
	1.7 Images & Video
	1.8 btns
	1.9 Tabs
	1.10 Forms
	1.11 Tables
	1.12 Notifications
	1.13 Widgets
	1.14 Misc

/* ============================================================================== */
/* 1.1 Reset
/* ============================================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ============================================================================== */
/* 1.2 General
/* ============================================================================== */

body {
	background: #fff;
	font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
/* ============================================================================== */
/* 1.3 Typography
/* ============================================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 46px;
	line-height: 50px;
	margin-bottom: 14px;
}
h2 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 10px;
}
h3 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 8px;
}
h4 {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 4px;
}
h5 {
	font-size: 17px;
	line-height: 24px;
}
h6 {
	font-size: 14px;
	line-height: 21px;
}
.subheader {
	color: #777;
}
.double-border {
	background: url(../images/double-border.png) repeat-x center;
}
.double-border span {
	padding: 0 15px 0 0;
	background: #fff;
}
p {
	margin: 0 0 20px 0;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}
p.price strong {
	color: #448332;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #333;
}
small {
	font-size: 80%;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
.amp {
	font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	font-style: italic;
}
/**	Blockquotes  **/
blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
/** Hero **/
.hero {
	width: 100%;
	color: #4d9299;
	padding: 24px 0;
	line-height: 1em;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.hero strong {
	font-weight: bold;
}
/** Dropcaps **/
.dropcap {
	float: left;
	font-size: 2.5em;
	line-height: 1em;
	margin: 0 10px 0 0;
}	/* 40px/48px */
.dropcap2 {
	float: left;
	font-size: 1.375em;
	line-height: 2em;
	margin: 0 10px 0 0;
	padding: 8px 12px;
	color: #fff;
	background-color: #444;
}		/* 22px/48px */
/** Misc **/
.no-border {
	border: none !important;
}
/* ============================================================================== */
/* 1.4 Margins & Padding
/* ============================================================================== */
		
.marT0 {
	margin-top: 0 !important;
}
.marT3 {
	margin-top: 3px !important;
}
.marT6 {
	margin-top: 6px !important;
}
.marT10 {
	margin-top: 10px !important;
}
.marT15 {
	margin-top: 15px !important;
}
.marT18 {
	margin-top: 18px !important;
}
.marT20 {
	margin-top: 20px !important;
}
.marT24 {
	margin-top: 24px !important;
}
.marT36 {
	margin-top: 36px !important;
}
.marT45 {
	margin-top: 45px !important;
}
.marR0 {
	margin-right: 0 !important;
}
.marR5 {
	margin-right: 5px !important;
}
.marR10 {
	margin-right: 10px !important;
}
.marR20 {
	margin-right: 20px !important;
}
.marR30 {
	margin-right: 30px !important;
}
.marR40 {
	margin-right: 40px !important;
}
.marB0 {
	margin-bottom: 0 !important;
}
.marB3 {
	margin-bottom: 3px !important;
}
.marB6 {
	margin-bottom: 6px !important;
}
.marB10 {
	margin-bottom: 12px !important;
}
.marB18 {
	margin-bottom: 18px !important;
}
.marB20 {
	margin-bottom: 20px !important;
}
.marB24 {
	margin-bottom: 24px !important;
}
.marB36 {
	margin-bottom: 36px !important;
}
.marL0 {
	margin-left: 0 !important;
}
.marL5 {
	margin-left: 5px !important;
}
.marL10 {
	margin-left: 10px !important;
}
.marL20 {
	margin-left: 20px !important;
}
.marL30 {
	margin-left: 30px !important;
}
.marL40 {
	margin-left: 40px !important;
}
.marL60 {
	margin-left: 60px !important;
}
.mar10 {
	margin: 10px !important;
}
.mar20 {
	margin: 20px !important;
}
.padT10 {
	padding-top: 12px !important;
}
.padT20 {
	padding-top: 16px !important;
}
.padR10 {
	padding-right: 10px !important;
}
.padR20 {
	padding-right: 20px !important;
}
.padB10 {
	padding-bottom: 12px !important;
}
.padB20 {
	padding-bottom: 16px !important;
}
.padBT10 {
	padding: 10px 0 !important;
}
.padBT20 {
	padding: 20px 0 !important;
}
.padL10 {
	padding-left: 10px !important;
}
.padL20 {
	padding-left: 10px !important;
}
.pad10 {
	padding: 10px !important;
}
.pad20 {
	padding: 20px !important;
}
/* ============================================================================== */
/* 1.5 Links
/* ============================================================================== */

a, a:visited {
	color: #FFF;
	text-decoration: none;
	outline: 0;
}
a:hover, a:focus {
	color: #FC6;
}
p a, p a:visited {
	line-height: inherit;
	color: #FFF;
}
a.read-more, .nav-previous a .nav-next a {
	display: inline-block;
	-webkit-transition: color 400ms ease-out;
	-moz-transition: color 400ms ease-out;
}
a.read-more em, .nav-previous a em, .nav-next a em {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
}
.single .Contents_bg a, .single .Contents_bg a:visited, .archive .Contents_bg a, .archive .Contents_bg a:visited {
	color: #000;
	text-decoration: none;
	outline: 0;
}
.single .Contents_bg a:hover, .single .Contents_bg a:focus, .archive .Contents_bg a:hover, .archive .Contents_bg a:focus {
	color: #000;
}
.clear {
	clear: both;
}
.nav-previous a:hover em {
	padding-right: 5px;
}
a.read-more:hover em, .nav-next a:hover em {
	padding-left: 5px;
}
a.twitter, a.facebook, a.linkedin, a.google {
	display: inline-block;
	height: 16px;
	width: 16px;
	text-indent: -9999px;
}
a.twitter {
	background: url(../images/social/twitter_16x16.png) no-repeat;
}
a.facebook {
	background: url(../images/social/facebook_16x16.png) no-repeat;
}
a.linkedin {
	background: url(../images/social/linkedin_16x16.png) no-repeat;
}
a.google {
	background: url(../images/social/google_plus_16x16.png) no-repeat;
}
a.print {
	padding: 0 0 0 24px;
	background: url(../images/icons/print_16.png) no-repeat left center;
}
/* ============================================================================== */
/* 1.6 Lists
/* ============================================================================== */

article ul, article ol {
	margin-bottom: 20px;
}
article ul {
	list-style: none outside;
}
article ol {
	list-style: decimal;
}
article ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
article ul ul, article ul ol, article ol ol, article ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}
article ul ul li, article ul ol li, article ol ol li, article ol ul li {
	margin-bottom: 6px;
}
article li {
	line-height: 15px;
	margin-bottom: 5px;
}
ul.large li {
	line-height: 21px;
}
article li p {
	line-height: 21px;
}
/* ============================================================================== */
/* 1.7 Images & Video
/* ============================================================================== */

img {
	max-width: 100%;
	height: auto;
}
/* @-moz-document url-prefix() { img { display: block;} /* Hack for FF not supporting max-width on inline elements */
img.alignleft {
	margin: 15px 15px 15px 0;
}
img.alignright {
	margin: 15px 0 15px 15px;
}
img.aligncenter {
	margin: 15px 0 15px 0;
}
img.alignleft, img.alignright, img.aligncenter, .wp-caption, .widget_ct_flickr img {
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px;
}
.container .img-wrap.columns {
	position: relative;
	margin: 0;
}
.snipe {
	position: absolute;
	top: 15px;
	left: 0;
}
/** Image w/Caption **/
.gallery-caption {
}
.wp-caption {
	margin: 0 0 20px 0;
}
.wp-caption.alignleft {
	margin-right: 20px;
}
.wp-caption.alignright {
	margin-left: 20px;
}
.wp-caption.aligncenter {
	margin: 0 20px 20px 20px;
}
.wp-caption.alignnone {
	width: 417px !important;
}
p.wp-caption-text {
	text-align: center;
	margin-bottom: 0;
	color: #777;
}
/** Video **/
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video iframe, .video object, .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ============================================================================== */
/* 1.8 btns
/* ============================================================================== */

a.btn, btn, input[type="submit"], input[type="reset"], input[type="btn"] {
	position: relative;
	cursor: pointer;
	display: inline-block;
	color: #fff !important;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 1px 0 RGBA(0, 0, 0, 0.3);
	overflow: hidden;
	border: solid 1px #000;
	box-shadow: inset 0px 1px 0px RGBA(255, 255, 255, 0.6);
	-webkit-box-shadow: inset 0px 1px 0px RGBA(255, 255, 255, 0.6);
	-moz-box-shadow: inset 0px 1px 0px RGBA(255, 255, 255, 0.6);
	background: #222;
	background: -moz-linear-gradient(top, #555 0%, #222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #222));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 100px;
}
a.btn:hover, btn:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="btn"]:hover {
	cursor: pointer;
	background: #444;
	color: #fff;
	background: -moz-linear-gradient(100% 100% 90deg, #333, #666);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#777), to(#444));
}
a.btn:active, btn:active, input[type="submit"]:active, input[type="reset"]:active, input[type="btn"]:active {
	top: 1px;
	background: #555;
	background: -moz-linear-gradient(top, #222 0%, #555 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222), color-stop(100%, #555));
}
.btn.full-width, btn.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="btn"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
/** 6.4 Blue btn **/
	
.btn-blue, a.btn-blue, a.btn-blue:link, a.btn-blue:visited {
	border: solid 1px #4d9299;
	box-shadow: inset 0px 1px 0px RGBA(0, 255, 0, 0.6);
	-webkit-box-shadow: inset 0px 1px 0px RGBA(255, 255, 255, 0.6);
	-moz-box-shadow: inset 0px 1px 0px RGBA(255, 255, 255, 0.6);
	background: #3aafbf;
	background: -moz-linear-gradient(top, #61dced 0%, #3aafbf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #61dced), color-stop(100%, #3aafbf));
}
.btn-blue:hover, a.btn-blue:hover {
	background: #3aafbf;
	background: -moz-linear-gradient(top, #7ce4f2 0%, #3aafbf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ce4f2), color-stop(100%, #3aafbf));
}
.btn-blue:active, a.btn-blue:active {
	background: #61dced;
	background: -moz-linear-gradient(top, #3aafbf 0%, #61dced 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3aafbf), color-stop(100%, #61dced));
}
/** 6.5 Green btn **/
	
.btn-green, a.btn-green, a.btn-green:link, a.btn-green:visited {
	border: solid 1px #708b50;
	background: #b3d68d;
	background: -moz-linear-gradient(top, #b3d68d 0%, #8ab15e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3d68d), color-stop(100%, #8ab15e));
}
.btn-green:hover, a.btn-green:hover {
	background: #c1e899;
	background: -moz-linear-gradient(top, #c1e899 0%, #8ab15e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c1e899), color-stop(100%, #8ab15e));
}
.btn-green:active, a.btn-green:active {
	background: #aad27f;
	background: -moz-linear-gradient(top, #8cad66 0%, #aad27f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8cad66), color-stop(100%, #aad27f));
}
/** 6.6 Orange btn **/
	
.btn-orange, a.btn-orange, a.btn-orange:link, a.btn-orange:visited {
	border: solid 1px #b27c26;
	background: #fbc357;
	background: -moz-linear-gradient(top, #fbc357 0%, #ea8615 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbc357), color-stop(100%, #ea8615));
}
.btn-orange:hover, a.btn-orange:hover {
	background: #f9d080;
	background: -moz-linear-gradient(top, #f9d080 0%, #ea8615 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9d080), color-stop(100%, #ea8615));
}
.btn-orange:active, a.btn-orange:active {
	background: #ea8615;
	background: -moz-linear-gradient(top, #ea8615 0%, #fbc357 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea8615), color-stop(100%, #fbc357));
}
/** 6.7 Red btn **/
	
.btn-red, a.btn-red, a.btn-red:link, a.btn-red:visited {
	border: solid 1px #af2727;
	background: #ff3333;
	background: -moz-linear-gradient(top, #ff3333 0%, #e12828 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3333), color-stop(100%, #e12828));
}
.btn-red:hover, a.btn-red:hover {
	background: #f62c2c;
	background: -moz-linear-gradient(top, #ff5858 0%, #f62c2c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5858), color-stop(100%, #f62c2c));
}
.btn-red:active, a.btn-red:active {
	background: #ff5858;
	background: -moz-linear-gradient(top, #e62323 0%, #fd8585 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e62323), color-stop(100%, #fd8585));
}
/* ============================================================================== */
/* 1.9 Tabs
/* ============================================================================== */

ul.tabs {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
}
ul.tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0;
}
ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 29px;
	padding: 0px 20px;
	line-height: 30px;
	border: solid 1px #ddd;
	border-width: 1px 1px 0 0;
	margin: 0;
	background: #f5f5f5;
	font-size: 13px;
}
ul.tabs li a.active {
	background: #fff;
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-left-width: 1px;
	margin: 0 0 0 -1px;
	color: #111;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
ul.tabs li:first-child a.active {
	margin-left: 0;
}
ul.tabs li:first-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}
ul.tabs li:last-child a {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
ul.tabs-content {
	margin: 0;
	display: block;
}
ul.tabs-content > li {
	display: none;
}
ul.tabs-content > li.active {
	display: block;
}
/* Clearfixing tabs for beautiful stacking */
ul.tabs:before, ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.tabs:after {
	clear: both;
}
ul.tabs {
	zoom: 1;
}
/* ============================================================================== */
/* 1.10 Forms
/* ============================================================================== */

.contact-form-7 {
	padding: 25px 25px 15px 25px;
	border: solid 1px #000;
	box-shadow: inset 0px 1px 0px RGBA(255, 255, 255, 0.6);
	-webkit-box-shadow: inset 0px 1px 0px RGBA(255, 255, 255, 0.6);
	-moz-box-shadow: inset 0px 1px 0px RGBA(255, 255, 255, 0.6);
	background: #d5c8a0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	font-size: 12px;
}
form {
	margin-bottom: 20px;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border: 1px solid #ccc;
	padding: 3px 4px;
	outline: none;
	border: solid 1px #000;
	box-shadow: inset 0px 1px 0px RGBA(255, 255, 255, 0.6);
	-webkit-box-shadow: inset 0px 1px 0px RGBA(255, 255, 255, 0.6);
	-moz-box-shadow: inset 0px 1px 0px RGBA(255, 255, 255, 0.6);
	background: #222;
	background: -moz-linear-gradient(top, #555 0%, #222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #222));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	_margin: 0;
!important;
	width: 210px !important;
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
	background: #e8e2bc;
}
select {
	padding: 2px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
textarea {
	min-height: 60px;
}
label, legend {
	display: block;
	font-size: 12px;
}
select {
	width: auto;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 12px;
	color: #444;
}
/* ============================================================================== */
/* 1.11 Tables
/* ============================================================================== */

table {
	width: 100%;
	margin: 0 0 18px 0;
	text-align: left;
}
caption {
	text-transform: uppercase;
	font-weight: strong;
}
tbody {
}
thead {

}
th {
	
	padding: 15px 10px 10px;
}
td {

	padding: 10px;
}
tbody tr:hover td {
}
/* ============================================================================== */
/* 1.12 Notifications
/* ============================================================================== */

.notification {
	margin: 0 0 18px 0;
	padding: 18px 18px 18px 54px;
	box-shadow: inset 0px 0px 4px RGBA(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0px 0px 4px RGBA(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 0px 3px RGBA(0, 0, 0, 0.2);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.info {
	border: 1px solid #64a6cc;
	background: url(../images/icons/info_24.png) no-repeat 15px 15px #9dd7f9;
}
.warning {
	border: 1px solid #d0bc81;
	background: url(../images/icons/warning_24.png) no-repeat 15px 15px #f9e29d;
}
.error {
	border: 1px solid #d3847a;
	background: url(../images/icons/error_24.png) no-repeat 15px 15px #f9a89d;
}
.success {
	border: 1px solid #98cf70;
	background: url(../images/icons/check_24.png) no-repeat 15px 15px #c5f99e;
}
.note {
	border: 1px solid #ccb577;
	background: url(../images/icons/note_24.png) no-repeat 15px 15px #e9d49b;
}
.download {
	border: 1px solid #64c5e1;
	background: url(../images/icons/download_24.png) no-repeat 15px 15px #cce9f4;
}
/* ============================================================================== */
/* 1.13 Widgets
/* ============================================================================== */

.widget {
	width: 100%;
	margin: 0 0 30px 0;
}
.widget h4 {
	font-size: 16px;
	line-height: 16px;
	padding: 10px 0;
	margin-bottom: 10px !important;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666;
	_border-bottom: none dotted #666666;
}
.widget p#viewall {
	margin-bottom: 0;
}
.widget li {
	padding: 8px 0;
	list-style: none;
	font-size: 12px;
	line-height: 16px;
	border-bottom: 1px dotted #666666;
	_border-bottom: none dotted #666666;
}
.widget li:last-child {
	border-bottom: 0;
}
.widget li img {
	border: 1px solid #ddd;
	_border-bottom: none solid #666666;
}
.widget p {
	font-size: 12px;
	line-height: 16px;
}
.widget p.right {
	margin: 0;
}
/* Agent Info */
.widget_ct_agentinfo {
}
.widget_ct_agentinfo p {
	margin: 0;
}
/* Agents Other Listings */
.widget_ct_agentsotherlistings p.price {
	margin-bottom: 6px;
}
/* Blog Author Info */
.widget_ct_blogauthorinfo h4 {
	margin-bottom: 18px;
}
.widget_ct_blogauthorinfo span.left {
	margin: 0 10px 10px 0;
}
.widget_ct_blogauthorinfo span.right {
	margin: 0 0 10px 10px;
}
/* Broker Info */
.widget_ct_brokerinfo {
	border-top: 2px solid #5a7c87;
	padding: 20px 0 0 0;
}
.widget_ct_brokerinfo img {
	border: 1px solid #dfdfdf;
}
.widget_ct_brokerinfo p {
	margin: 0;
}
/* Contact Info */
.widget_ct_contactinfo li {
	padding: 0;
	border: none;
}
.widget_ct_contactinfo li#company-name {
	font-weight: bold;
}
.widget_ct_contactinfo li#company-email {
	padding: 5px 0 0 0;
}
.widget_ct_contactinfo li#viewmore {
	margin: 15px 0 0 0;
}
/* Flickr */
.flickr_badge_image {
	float: left;
	margin: 0 9px 7px 0;
}
.flickr_badge_image img {
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-box-shadow: none;
	background: none;
}
/* Follow Us */
.widget_ct_followus ul, .widget_ct_followus li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_ct_followus li {
	padding: 0 0 0 24px;
	line-height: 28px;
}
.widget_ct_followus li.facebook {
	background: url(../images/social/facebook_16x16.png) no-repeat left;
}
.widget_ct_followus li.twitter {
	background: url(../images/social/twitter_16x16.png) no-repeat left;
}
.widget_ct_followus li.linkedin {
	background: url(../images/social/linkedin_16x16.png) no-repeat left;
}
.widget_ct_followus li.google-plus {
	background: url(../images/social/google_plus_16x16.png) no-repeat left;
}
/* Latest Posts */
.widget_ct_latest li {
	padding: 15px 0;
}
.widget_ct_latest h6 {
	margin: 0 0 3px 0;
}
.widget_ct_latest p {
	margin: 0;
}
/* Listings */
.widget_ct_listings h4 {
	margin-bottom: 0 !important;
}
.widget_ct_listings li {
	padding: 10px 0;
}
#home .widget_ct_listings .imgwrap {
	width: 89px;
}
.post-type-archive-listings .widget_ct_listings .imgwrap {
	margin-bottom: 5px;
}
.widget_ct_listings p {
	margin: 0;
}
.widget_ct_listings .location {
	color: #777;
	font-size: 10px;
	line-height: 15px;
}
/* Listing Agent Contact */
.widget_ct_listingscontact form, .widget_ct_listingscontact fieldset {
	margin-bottom: 0;
}
.widget_ct_listingscontact input, .widget_ct_listingscontact textarea {
	width: 97%;
}
.widget_ct_listingscontact input#submit {
	width: auto;
	margin-bottom: 0;
}
/* Listings Search */
.widget_ct_listingssearch #ct_property_type, .widget_ct_listingssearch #ct_additional_features {
	width: 99%;
}
.widget_ct_listingssearch div#ct_city, .widget_ct_listingssearch div#ct_state, .widget_ct_listingssearch div#ct_zipcode, .widget_ct_listingssearch div#ct_beds, .widget_ct_listingssearch div#ct_baths, .widget_ct_listingssearch div#ct_status {
	max-width: 30%;
	margin-right: 10px;
}
.widget_ct_listingssearch div#ct_price_from, .widget_ct_listingssearch div#ct_price_to {
	max-width: 50%;
}
.post-type-archive-listings .widget_ct_listingssearch div#ct_city, .post-type-archive-listings .widget_ct_listingssearch div#ct_state, .post-type-archive-listings .widget_ct_listingssearch div#ct_beds, .post-type-archive-listings .widget_ct_listingssearch div#ct_baths, .post-type-archive-listings .widget_ct_listingssearch div#ct_status {
	max-width: 50%;
	margin-right: 10px;
}
.post-type-archive-listings .widget_ct_listingssearch div#ct_zipcode {
	width: 99%;
	max-width: 99%;
	margin-right: 0;
}
.post-type-archive-listings .widget_ct_listingssearch div#ct_status {
	max-width: 99%;
	margin-right: 0;
}
/* Searchform */
.searchform {
	width: 100%;
	position: relative;
	margin: 0;
}
.searchform input.s {
	width: 97%;
	margin: 0;
	padding: 4px 4px;
}
.searchform input.search-submit {
	position: absolute;
	top: 2px;
	right: 0px;
	margin: 0;
	padding: 3px 6px;
}
/* Tabs */
.widget_ct_tabs {
	border-top: 2px solid #5a7c87;
}
ul.ctTabs {
	width: 100%;
}
ul.ctTabs li {
	float: left;
	margin: 8px 0 0 0;
	padding: 0;
	border-bottom: none;
	list-style: none;
}
ul.ctTabs li a {
	padding: 10px 15px;
	font-size: 12px;
	color: #444;
	border-right: 1px solid #efefef;
	outline: none;
}
ul.ctTabs li a.selected {
	position: relative;
	top: 2px;
	border-top: 2px solid #5a7c87;
	padding-bottom: 9px;
	color: #253236;
	background: #fff;
	z-index: 10;
}
ul.ctTabs li a.selected, ul.ctTabs li a:hover {
}
ul.ctTabs li:first-child a {
	border-left: 1px solid #efefef;
}
.inside {
	margin: 6px 0 0 0;
	border-top: 1px solid #ddd;
}
.inside ul, .inside #tab-tags {
}
.inside ul:first-child {
}
.inside #tab-tags {
	padding: 15px 0;
}
.inside li {
	width: 100%;
	padding: 15px 0;
}
.inside li .imgwraptn.right {
	margin-left: 10px;
}
.inside .avatar {
	margin: 0 0 0 15px;
}
.inside #tab-tags a {
	padding: 2px 4px;
	margin: 3px 1px;
	display: inline-block;
	background: #f0f0f0;
	font-size: 13px !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.inside #tab-tags a:hover {
	background: #e6e6e6;
	text-decoration: none;
}
.inside li span.meta {
	display: block;
	font: italic 11px/20px Georgia, serif;
	color: #999;
}

/* ============================================================================== */
/* 1.14 Misc
/* ============================================================================== */
	
.left, .alignleft {
	float: left;
}
.right, .alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.divider {
	display: block;
	margin: 30px 0;
	height: 1px;
	clear: both;
	background: url(../images/h_divider.png) repeat-x;
}
code, pre {
	display: block;
	font-size: 0.625em;
	padding: 15px;
	margin: 0 0 30px 0;
	border: 1px solid #ccc;
	border-left: 5px solid #ccc;
	background-color: #fff;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	font-family: monaco, "Lucida Console", courier, mono-space;
}
blockquote {
	margin: 0 0 18px 36px;
	padding: 0 0 0 15px;
	font-style: italic;
	border-left: 3px solid #ccc;
}
.highlight {
	background: #ffff00;
}
.sticky {
}
.nomatches {
	text-align: center;
	padding: 15px;
	border: 1px solid #ebeac7;
	background: #fffee7;
}
/*.border-top { border-top: 1px solid #dfdfdf !important;}*/
	
.singlecol {
	width: 22.75%;
	margin: 0 3% 0 0;
}
.onethirdcol {
	width: 31.33%;
	margin: 0 3% 0 0;
}
.twocol {
	width: 48.5%;
	margin: 0 3% 0 0;
}
.twothirdcol {
	width: 62.66%;
	margin: 0 3% 0 0;
}
.threecol {
	width: 68.25%;
	margin: 0 3% 0 0;
}
.fourcol {
	width: 100%;
}
.last {
	margin: 0 !important;
}
.border-none {
	border: none !important;
}
#resize_me {
	position: fixed;
	height: 73px;
	width: 73px;
	right: 0;
	bottom: 0;
	background: url(../images/resize_me.png) no-repeat;
	z-index: 100;
}
/* ============================================================================== */
/* contactForm7カスタマイズ
/* ============================================================================== */


.fileup {
	width: 230px;
}
.form-col05 textarea {
	width: 220px !important;
}
.form-col-set03 textarea {
	_width: 200px !important;
}
.form-col05 textarea:not(:target) {
	width: 220px¥9; /* IE9 */
}
.ch {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	_letter-spacing: 9px!important;
}
.wpcf7 p {
	margin: 0px;
	padding: 0px;
}
.wpcf7 div.wpcf7 {
	margin: 0;
	padding: 0;
}
.form-col-set01, .form-col-set02 {
	float: left;
	width: 31%;
}
.form-col-set02 {
	margin-left: 10px;
}
.form-col-set03 {
	float: right;/*width: 34%;*/
}
.form-col-set21 {
	float: left;
	width: 34%;
}
.form-col-set22 {
	float: right;
	width: 34%;
}
.form-col-set04 {
	text-align: center;
	width: 100%;
	clear: both;
}
.form-col01, .form-col02, .form-col03, .form-col03 {
	line-height: 150%;
}
.form-col05 {
	margin-left: 10px;
}
.con, .mess { /*	width: 250px;*/
	margin-top: 10px;
}
.wpcf7-form-control.wpcf7-text {
	_width: 220px;
}
.wpcf7 div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}
.wpcf7 div.wpcf7-mail-sent-ok {
	border: 2px solid #e2c68b;
}
.wpcf7 div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}
.wpcf7 div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}
.wpcf7 div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}
.wpcf7 span.wpcf7-form-control-wrap {
	position: relative;
}
.wpcf7 span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}
.wpcf7 span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}
.wpcf7 span.wpcf7-list-item {
	margin-left: 0em!important;
		display: block;
}


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


.form-col-set01, .form-col-set02, .form-col-set03 {
	_letter-spacing: -1px;
	_font-size: 11px;
	_margin: 0px;
		_padding: 0px;
}