/*
 * Green skin definition
 */

h1, h2, h3, h4, h5, h6 {
	color: #34362e;
}

html, body {
	background: url(../img/bg.jpg) repeat left top;
}

a.regular {
	border-bottom: 1px dotted #d59751;
	color: #d59751;
}

.button.th-yellow,
#header nav li:hover > a.active {
	color: #34362e;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
	background: #f0b433;
	background: -webkit-linear-gradient(top, #DFDEB5, #C3C298);
	background: -moz-linear-gradient(top, #DFDEB5, #C3C298);
	background: -ms-linear-gradient(top, #DFDEB5, #C3C298);
	background: linear-gradient(top, #DFDEB5, #C3C298);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DFDEB5', endColorstr='#C3C298',GradientType=0 );
}

#header nav .has-children .button.th-yellow {
	color: #34362e;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
	padding: 11px 24px 11px 15px !important;
	background: #f0b433;
	background: -webkit-linear-gradient(top, #DFDEB5, #C3C298);
	background: -moz-linear-gradient(top, #DFDEB5, #C3C298);
	background: -ms-linear-gradient(top, #DFDEB5, #C3C298);
	background: linear-gradient(top, #DFDEB5, #C3C298);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DFDEB5', endColorstr='#C3C298',GradientType=0 );
}

.button.th-brown {
	background: #614232;
	background: -webkit-linear-gradient(top, #484b41, #2b2d26);
	background: -moz-linear-gradient(top, #484b41, #2b2d26);
	background: -ms-linear-gradient(top, #484b41, #2b2d26);
	background: linear-gradient(top, #484b41, #2b2d26);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484b41', endColorstr='#2b2d26',GradientType=0 );
}

.button.th-grey {
	background: #4a4a4a;
	background: -webkit-linear-gradient(top, #737373, #4a4a4a);
	background: -moz-linear-gradient(top, #737373, #4a4a4a);
	background: -ms-linear-gradient(top, #737373, #4a4a4a);
	background: linear-gradient(top, #737373, #4a4a4a);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737373', endColorstr='#4a4a4a',GradientType=0 );
}

.button.th-red {
	background: #ef5b42;
	background: -webkit-linear-gradient(top, #ef5b42, #e14e35);
	background: -moz-linear-gradient(top, #ef5b42, #e14e35);
	background: -ms-linear-gradient(top, #ef5b42, #e14e35);
	background: linear-gradient(top, #ef5b42, #e14e35);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5b42', endColorstr='#e14e35',GradientType=0 );
}

#header {
	background: #713f28 url(../img/header.png) repeat left top;
	position: relative;
}

#header:after {
	background: url(../img/header-line.png) repeat-x left top;
}

#header nav .active {
	color: #34362e;
	font-style: italic;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
}

#header nav li:hover > a {
	background: #34362e;
}

#header nav .has-children:hover > a {
	background-color: #34362e;
}

#header nav li:hover ul li a {
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #34362e;
}

#header nav li:hover li:hover > a {
	background-color: #4d5437;
}

#header .controls .arrow a {
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, .75);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: block;
	position: relative;
}

#header .controls .arrow a:after {
	content: "";
	width: 21px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -10px;
	background: url(../../../core/img/icons.png) no-repeat;
}

.svg #header .controls .arrow a:after {
	background-image: url(../../../core/img/icons.svg);
}

#header .controls .arrow.prev a:after {
	background-position: -22px -567px;
}

#header .controls .arrow.next a:after {
	background-position: -22px -631px;
}

.quick-search {
	background: #cfcea3;
	background: -webkit-linear-gradient(top, #dfdeb5, #c3c298);
	background: -moz-linear-gradient(top, #dfdeb5, #c3c298);
	background: -ms-linear-gradient(top, #dfdeb5, #c3c298);
	background: linear-gradient(top, #dfdeb5, #c3c298);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdeb5', endColorstr='#c3c298',GradientType=0 );
	border: 1px #c0bf9d solid;
	border-bottom-color: #968568;
}

.quick-search .filters > li:last-child {

}

.quick-search .advanced-search {
	color: #34362e;
}

.contact-info a {
	color: #d59751;
	display: block;
	border-bottom: 1px #d59751 dotted;
	float: left;
	clear: left;
	text-decoration: none;
}

.list-style-a a {
	color: #34362e;
	text-decoration: none;
}

.list-style-a li:hover:before,
.list-style-a .active:before {
	background: #cccba0;
}

.offer address p {
	padding: 5px 10px;
	max-height: 60px;
	margin: 0;
	color: #34362e;
	font-size: 14px;
	line-height: 18px;
}

.list .offer address,
.post h1.entry-title a  {
	color: #34362e;
}

.box.general .list .offer address,
.box.general .list .offer address a {
	color: #34362e;
	line-height: 130%;
}

.offer a.sidebar-recent-posts {
	color: #34362e;
	line-height: 130%;
	display: inline-block;
	padding-bottom: 5px;
}

.offer .prop-info .highlight {
	background: #cccba0;
	color: #34362e;
	border-bottom: none;
	line-height: 18px;
}

.offer .prop-info .highlight span {
	color: #34362e;
}

.offers .packed .offer {
	color: #34362e;
}

.offers .packed .price {
	background: #cccba0;
	color: #34362e;
}

.testimonials {
	background: #dbd2cb;
}

.warning {
 	background-color: #f8cf36;
}

.error {
 	background-color: #ef5b42;
}

.info {
 	background-color: #53ddf2;
}

.success {
 	background-color: #8ed074;
}

.promises {
	color: #34362e;
}
.fm-error {
 	border: 2px solid #ef5b42;
}
#recaptcha_respons_field.fm-error{
 	border: 2px solid #ef5b42;
}

.alert{
	display: none;
}

#footer {
	background: #3a4917;
}

#footer .col {
	border-right: 1px #4c5830 solid;
}

#footer .col:first-child {
	border-left: 1px #4c5830 solid;
}

#footer a {
	border-bottom: 1px #cccba0 dotted;
}

#footer a:hover {
	color: #cccba0;
}

#footer form .text.dark {
	background: #3c2c23;
	color: #766b63;
}

.entry-image .the-date {
	background: #cccba0;
}

.entry-meta a {
	color: #d59751;
	display: inline-block;
	border-bottom: 1px #d59751 dotted;
}

#main .ui-accordion .ui-accordion-header {
	background: #34362e;
}

#main .ui-accordion .ui-state-active {
	background: #cccba0;
	color: #34362e;
}

#main .ui-tabs .ui-corner-top {
	background: #34362e;
}

#main .ui-tabs .ui-tabs-active a {
	color: #34362e;
}

.cloud-tags a.tag:hover {
	border: 1px solid #d59751;
}

.filterbar {
	background: #ded9d5;
}

.filterbar .listing-view-change .active {
	color: #d59751;
}

.filterbar .listing-view-change .active:hover {
	border-bottom: 1px #d59751 dotted;
}

.paging a {
	border: 1px #c3c1bf solid;
}

/*
 * Icons
 */
.icon {
	background: #2b2d26;
}

@media only screen and (max-width: 1024px) {

	.quick-search .filters select {
		color: #4c3b2f;
	}

}

/*
 * Custom styling on jQuery UI components
 */

#main .ui-tabs .ui-state-hover a,
#main .ui-tabs .ui-tabs-active {
	background: #cccba0;
}

ul.pagination{
	text-align: center;
	width: 405px;
	height: 46px;
	margin: 0 auto;
}
.pagination > li{
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	float: left;
	overflow: hidden;
	margin-left: 20px;
	text-align: center;
}
.pagination > li a.portfolio-nav-selected {
	font-weight: bold;
}
.pagination > li a{
	width: 35px;
	padding: 10px;
	background: #FFF;
	color: #171717;
	display: inline-block;
}
.pagination > li a:hover{
	text-decoration: none;
	background: #e6e6e6;
}

.main-content ul{
	list-style-type: disc;
	margin-left: 40px;

}
.main-content ol{
	list-style-type: decimal;
	margin-left: 40px;

}
.main-content .agents ul{
	list-style-type: none;
	margin-left: 0;

}


.gmap{
	margin-top: 30px;
	margin-bottom: 30px;
}

#recaptcha_image{
	float: left;
	margin-right: 20px;
	max-width: 300px !important;
	width: 100% !important;
}
#recaptcha_image img{
	width: 100% !important;
}
#recaptcha_response_field{
	margin-top: 5px;
}
.c_top{
	margin-top: -10px;
}

#main form{
	margin-bottom: 20px;
}
