/*
Theme Name: Ontex
Author: Inveta
Author URI: http://www.inveta.lt/
Version: 0.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1.4em;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* =General
----------------------------------------------- */

strong, b {
	font-weight: bold;
}

em {
	font-style:italic;
}

sup {
	vertical-align:super;
	font-size: 50%;
}

/* =Ontex
----------------------------------------------- */


html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color:#717171;
	background-color: #b7b7b7;
}

.container {
	width: 980px;
	margin: 0 auto;
}

/* Header */

#header {
	/*height: 448px;*/
	background:url("/bundles/invetaontex/images/header_bg.jpg") center top no-repeat;
	background-color: #eee;
	width: 100%;
	position: relative;
}

#header-shaddow {
	background:url("/bundles/invetaontex/images/header_shadow.png") left bottom repeat-x;
	width: 100%;
	position: absolute;
	height: 16px;
	bottom: 0px;
	left: 0px;
}

#header-top {
	float: none;
	padding-top: 22px;
	border-bottom: 1px solid #f7f7f7;
	height: 62px;
}

#logo {
	float: left;
	width: 197px;
	height: 42px;
	display: block;
}

#logo.christmas {
	margin: -10px 0px 0px -10px;
}

ul#top-menu {
	float: right;
	width: auto;
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 17px;
	background:url("/bundles/invetaontex/images/menu_left.png") left top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.25px;
}

	ul#top-menu li {
		list-style: none;	
		margin: 0px;
		padding: 0px;
		color: #006336;
		display: block;
		float: left;
		width: auto;
	}

	ul#top-menu li a {
		text-decoration: none;
		padding: 9px 15px 11px 15px;
		font-size: 11px;
		color: #002740;
		/*letter-spacing: 1px;*/
		text-transform: uppercase;
		background:url("/bundles/invetaontex/images/menu_bg.png") right top no-repeat;
		display: block;
		line-height: 21px;
	}
	
	ul#top-menu li.last a {
		background:url("/bundles/invetaontex/images/menu_right.png") right top no-repeat;
		padding-right: 20px;
	}
	
	ul#top-menu li.first a {
		padding-left: 5px;
	}	
	
	ul#top-menu li.current a {
		color: #a00e00;
	}

	ul#top-menu li a:hover {
		text-decoration: underline;
	}
	
	ul#top-menu li.current a:hover {
		text-decoration: none;
	}	

#header-sub {
	clear: both;
	float: none;
	border-top: 1px solid #e1e1e1;	
	padding-top: 15px;
}

#slider-wrapper {
  float: left;
  height: 292px;
  margin-right: 18px;
  overflow: hidden;
  padding: 8px 0 46px 10px;
  position: relative;
  width: 532px;
}

#slider-frame {
	position: absolute;
	top: -4px;
	left: 0px;
	z-index: 10;
	cursor: pointer;
}

.nivoSliderMain.nivoSlider a.nivo-imageLink {
	display: block;
}

.nivoSliderMain .nivo-controlNav {
	position: absolute;
	bottom: -37px;
	left: 10px;
}

.nivoSliderMain .nivo-controlNav a {
    background: url("/bundles/invetaontex/images/slider-bullets.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: left;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.nivo-controlNav a.active {
    background-position: 0 -16px;
}

.nivoSliderMain .nivo-caption p {
	padding: 10px 20px;
}

#search-form-wrapper {
	padding-top: 9px;
	width: 420px;
	float: left;
}

.wide #search-form-wrapper {
	width: auto;
	
}

#search-form-wrapper h2 {
	float: left;
	width: auto;
	display: block;
	margin-bottom: 6px;
}

label.big {
	color: #002740;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin: 10px 15px 0px 15px;
    padding: 0;
	float: left;
	width: auto;
}

.wide #search-form-wrapper #switch-wrapper a {
	color: #666;
}

#search-form-wrapper #switch-wrapper a {
	display: block;
	float: right;
	width: auto;
	text-decoration: none;
	padding: 0px 15px;
	margin: 2px 0px 0px 0px;
	font-size: 11px;
	color: #a00e00;
	text-transform: uppercase;
	line-height: 20px;
}

#search-form-wrapper #switch-wrapper a.current {
	background:url("/bundles/invetaontex/images/switch_bg.png") 0px 0px no-repeat;
}

#search-form-wrapper #switch-wrapper a.rent.current {
	background-position: 0px -20px;
}

#search-header {
	float: left;
	width: inherit;
	border-bottom: 1px solid #f7f7f7;
}

#search-form {
	clear: both;
	float: left;
	width: inherit;
	border-top: 1px solid #e1e1e1;
}

#search-form-sidebar {
	margin-top: -10px;
}

label {
	font-size: 12px;
	font-weight: bold;
	color: #002740;
	display: block;
	padding: 7px 8px;
}

label span {
	font-weight: normal;
	color: #717171;
}

label.checkbox-style {
	color: #717171;
	padding-left: 4px;
	font-size: 10px;
	font-style: italic;
	text-transform: none;
	margin: 5px;
	display: inline;
}

.search-around {
	padding: 4px;
	clear: both;
}

.wide .search-around {
	float: left;
	width: auto;
	margin-left: 102px;
}

.wide #switch-wrapper {
	float: right;
	width: auto;
	margin: 4px 95px 12px 0px;
}

.extra-large-input {
	height: 43px;
	width: 706px;
	background: url("/bundles/invetaontex/images/sprite.png") 0px 0px no-repeat;
	font-size: 18px;
	padding: 0px 0px 0px 20px;
	color: #333;
	border: none;
	line-height: 43px;
	padding-right: 50px;
	overflow:hidden;
	float: left;
}

.large-input {
	height: 43px;
	width: 353px;
	background: url("/bundles/invetaontex/images/sprite.png") 0px -43px no-repeat;
	font-size: 18px;
	padding: 0px 0px 0px 20px;
	color: #333;
	border: none;
	line-height: 43px;
	padding-right: 50px;
	overflow:hidden;
}

.medium-input {
	height: 30px;
	width: 138px;
	background: url("/bundles/invetaontex/images/ontex_sprites.png") 0px -86px no-repeat;
	color: #333;
	border: none;
    font-family: Arial,sans-serif;
    font-size: 1.1em;
    color: #999999;
    font-weight: bold;
	padding: 0px 40px 0px 10px;
	display: block;
	line-height: 30px;
}

.broker-input {
	height: 30px;
	width: 138px;
	background: url("/bundles/invetaontex/images/ontex_sprites.png") 0px -86px no-repeat;
	color: #333;
	border: none;
    font-family: Arial,sans-serif;
    font-size: 1.1em;
    color: #999999;
    font-weight: bold;
	padding: 0px 40px 0px 10px;
	display: block;
	line-height: 30px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
        -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
        box-shadow: inset 2px 2px 2px 0px #dddddd; 
        border: 1px solid #ccc;
}

.small-input {
	height: 30px;
	width: 35px;
	background: url("/bundles/invetaontex/images/ontex_sprites.png") 0px -175px no-repeat;
	color: #333;
	border: none;
        font-family: Arial,sans-serif;
        font-size: 1.1em;
        color: #999999;
        font-weight: bold;
	padding: 0px 30px 0px 10px;
	display: block;
	line-height: 30px;
}

a.checkbox {
	display: block;
	color: #717171;
	padding-left: 25px;
	font-size: 10px;
	font-style: italic;
	text-transform: none;
	background: url("/bundles/invetaontex/images/checkbox_bg.png") 0px 0px no-repeat;
	margin: 5px;
	cursor: pointer;
}

a.checkbox.checked {
	background-position: 0px -18px;
}

.field-group {
	float: left;
	width: auto;
}

.field-group.slash {
	padding-right: 44px;
	background: url("/bundles/invetaontex/images/slash.png") right top repeat-y;	
}

#search-form-sidebar .field-group.slash {
	padding-right: 37px;
	background-position: 73px 0px;
}

span.action {
	display: none;
	position: relative;
	clear: both;
	float: left;
	width: auto;
}

span.input-uom {
    left: 157px;
    position: absolute;
    bottom: 7px;
}

.checkbox-group .checkbox-style {
	display: inline;
	clear: both;
}

.checkbox-group label{
	display: inline;
}

.checkbox-group {
	padding: 4px;
}

#more-attributes-control {
	color: #959595;
	cursor: pointer;
	text-align: center;
	width: 189px;
	margin-top: 14px;
	padding: 8px 0px 4px 0px;
	border-top: 1px solid #dcdcdc;
	clear: both;
	float: left;
	font-size: 11px;
}

#more-attributes-control span {
	display: inline-block;
	width: 6px;
	height: 5px;
    background: url('/bundles/invetaontex/images/paging_icons.png') 0px -12px no-repeat;		
	margin: 0px 6px 1px 0px;
}

#more-attributes-control.expanded span {
	background-position: 0px -17px;
	margin-bottom: 1px;
}

#more-attributes {
	display: none;
}

#action {
	display: none;
}

.btn {
    border: none;
    background: url('/bundles/invetaontex/images/buttons.png') top left no-repeat;
	color: #fff;
}

.btn:hover {
	color: #ce8780;
}

.btn.search-big {
	width: 95px;
	padding: 12px 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 8px;
	clear: both;
	float: right;
	height: 42px;
}

.wide .btn.search-big {
	float: left;
	clear: none;
	margin: 0px 0px 0px 7px;
}
.btn.search-big.grey {
	background-position: -95px 0px;
}

.btn.grey:hover {
	color: #333;
}

.btn.search-sidebar {
	background-position: 0px -60px;
	width: 189px;
	padding: 0px 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 15px;
	clear: both;
	float: left;
	height: 32px;
}

/* Header END */

/* Content */

.split {
	border-bottom: 1px dotted #cbcbcb;
	background-color: #fff;
	padding: 10px 0px;
	clear: both;
}

.split.no-dot {
	border: none;
}

.split.no-padding {
	padding: 0px;
}

.split.top-padding {
	padding-top: 16px;
}

ul.content-menu {
	text-align: left;
	list-style: none;
	margin: 8px 0px;
	padding: 0;
}

ul.content-menu.search-results {
	margin: 0px;
}

	ul.content-menu li {
		list-style: none;	
		margin: 0px 20px 0px 0px;
		padding: 8px 20px 8px 0px;
		color: #717171;
		display: inline;
		border-right: 1px dotted #cbcbcb;
		text-transform: uppercase;
		font-size: 14px;
	}
	
	ul.content-menu li.search {
		color: #9f0d00;
		font-weight: bold;
		background: url("/bundles/invetaontex/images/ontex_sprites.png") -425px -47px no-repeat;
		padding-left: 26px;
		margin-left: 18px;
		width: 136px;
		display: inline-block;
	}
	
	ul.content-menu li.noborder {
		border: none;
	}

	ul.content-menu li a {
		text-decoration: none;
		color: #717171;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
	}	
	
	ul.content-menu li.current a {
		color: #9f0d00;
	}

	ul.content-menu li a:hover {
		text-decoration: none;
		color: #333;
	}
	
	ul.content-menu li.current a:hover {
		text-decoration: none;
		color: #9f0d00;		
	}

.left-sidebar {
	float: left;
	width: 200px;
}

.content.with-sidebar {
	float: left;
	width: 768px;
    border-left: 1px dotted #CBCBCB;
	padding-left: 10px;
	position: relative;
}

.content.with-sidebar #loading {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: #fff;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
	display: none;
}

.list-controls {
	padding: 0px 0px 3px 0px;
}

.list-controls label {
	font-size: 11px;
	color: #959595;
	font-weight: normal;
	float: left;
	width: auto;
	padding: 3px 12px 0px 12px;
}

.list-controls select.sort {
	float: left;
	width: 210px;
	font-size: 10px;
	color: #959595;
	line-height: 15px;
	padding: 0.3em 1em;
	display: block;
}

.list-controls .sort {
	float: left;
	width: auto;
}

.list-controls .paging {
	float: right;
	width: auto;
    margin-top: 5px;	
}

.paging ul a.paging-nav {
	width: 5px;
	height: 6px;
	background: url("/bundles/invetaontex/images/paging_icons.png") 0px 0px no-repeat;
	display: block;
	margin: 2px 4px;
}

.paging ul a {
	color: #959595;
	margin: 0px 8px;
	text-decoration: none;
	font-size: 11px;
	display: block;
	line-height: 11px;
	font-weight: bold;
}

.paging ul a:hover {
	color: #333;
}
.paging ul a.current:hover,
.paging ul a.current {
	color: #a00e00;
}


.paging ul li {
	float: left;
	width: auto;
}

.paging ul a.paging-nav.next {
	background-position: 0px -6px;
}
	
/* Object list */

.object-item.small {
	float: left;
	width: 480px;
	position: relative;
	margin-bottom: 20px;
	margin-top: 6px;
	position: relative;
}

.object-item.small.even {
	margin-right: 20px;
}

.object-image {
	float: left;
	width: auto;
	margin-right: 12px;
        position: relative;
}

.object-image .object-image-wrapper {
	display: block;
	float: left;
	width: 153px;
	height: 104px;
	background-color: #eeeeee;
	border: 1px solid #e0e0e0;
	padding: 5px;
	position: relative;
        
}

.object-image .object-image-wrapper .nivoSlider {
          overflow: hidden;
}

.object-image .object-image-wrapper:hover {
	border: 1px solid #bbb;
	box-shadow: 0 0 3px #CCCCCC;
}

.object-image .nivoSlider a:hover {
	border: none;
	box-shadow: none;
	opacity: 1;
	filter: alpha(opacity=100);	
}

.object-image img {
	float: left;
	width: auto;
	clear: both;
}

.object-image .object-image-wrapper .ribbon {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 32px;
	width: 153px;
	background-color: #000;
	margin: 5px;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 10;
}

.object-image .object-image-wrapper .price {
	position: absolute;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma;
	left: 0px;
	bottom: 5px;
	line-height: 28px;
	color: #fff;
	z-index: 11;
	display: block;
}

.object-image .object-image-wrapper a.mask {
	display: block;
	height: 78px;
	width: 100%;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.object-item.small .new {
	top: -2px;
	left: -2px;
	position: absolute;
	z-index: 9;
	height: 62px;
	width: 62px;
    background: url('/bundles/invetaontex/images/photo_icons.png') 0px -64px no-repeat;
	border: none;
}

.object-item.small .worth {
	top: -2px;
	left: -2px;
	position: absolute;
	z-index: 9;
	height: 62px;
	width: 62px;
        background: url('/bundles/invetaontex/images/photo_icons.png') -64px -64px no-repeat;
	border: none;
}

.object-image .nivo-directionNav a {
	top: 76px;
	z-index: 12;
	height: 22px;
	width: 24px;
    background: url('/bundles/invetaontex/images/photo_icons.png') -62px 0px no-repeat;
	border: none;
	opacity: 0.5;
	zoom: 1;
	filter: alpha(opacity=50);	
}

.object-image .nivo-directionNav a.nivo-nextNav {
	background-position: -86px 0px;
	right: 3px;
}


.object-description {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 1.3em;
	float: left;
	width: 300px;
}

a.object-list-title {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #002740;
	text-decoration: none;
	letter-spacing: 0.25px;
	display: block;
	line-height: 20px;
	float: left;
	width: auto;        
}

a.object-list-title:hover {
	text-decoration: underline;
}

.object-title {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #717171;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
	text-decoration: none;
	float: left;
	width: auto;
}

.object-text {
	clear: both;
        /* height: 200px; */
}

.object-text-full {
	clear: both;
}

.object-text-small {
	clear: both;
        height: 60px;
        overflow: hidden;
}

.object-text-pdf {
	clear: both;
        height: 197px;
        display: block;
        overflow: hidden;
}

.object-small-text {
	clear: both;
        height: 50px;
        overflow: hidden;
}

.object-price {
	position: absolute;
	top: 6px;
	right: 5px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #a00e00;
	line-height: 36px;	
}

.object-title:hover {
	text-decoration: none;
}

.object-description .desc {
    color: #002740;
    display: block;
    float: left;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.75px;
    padding: 6px 8px;
    text-decoration: none;
    width: auto;
}

.content.with-sidebar .object-description {
	width: 430px;
}

.content.with-sidebar .object-item.small {
	padding-left: 12px;
	width: 756px;
	border-top: 1px solid #dcdcdc;
	padding-top: 6px;
	margin-bottom: 24px;
}

.content.with-sidebar .btn.more {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-bottom: 5px;
}

.content.with-sidebar .features {
	width: 428px;
	left: 190px;
}

.content.with-sidebar .feature {
	float: right;
}



.content.with-sidebar .object-image .nivo-directionNav a {
	opacity: 0.8;
	filter: alpha(opacity=80);	
}

.content.with-sidebar .object-image .nivo-directionNav a:hover {
	opacity: 1;
	filter: alpha(opacity=100);	
}



.features {
	position: absolute;
	left: 178px;
	bottom: 0px;
	width: 298px;
	background-color: #eee;
	padding-left: 5px;
}

.feature {
	color: #002740;
	display: block;
	float: left;
	width: auto;
	padding: 5px 17px 7px 24px;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
    background: url('/bundles/invetaontex/images/features_icons.png') 0px 2px no-repeat;
	cursor: help;
}

.feature.rooms {
	background-position: 0px -20px;
}

.feature.garage {
	background-position: 0px -42px;
}

.feature.level {
	background-position: 0px -64px;
}

a.readmore {
	float: right;
	width: auto;
	color: #002740;
	display: block;
	padding: 6px 8px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 0.75px;
}

a.readmore:hover {
	text-decoration: none;
}

.btn.more {
	width: 83px;
	padding: 1px 0px;
	background-position: 0px -42px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
	margin-top: 0px;
	clear: both;
	float: right;
	margin-bottom: 10px;
	line-height: 16px;
}

a.btn.more {
        text-align: center;
        text-decoration: none;
		color: #ffffff;
}

/* Object list end */
	

	
/* Content END */


/* Footer */

#footer {
	background-color: #b7b7b7;
	width: 100%;
	font-family: Tahoma, serifSansSerifMonospace;
	letter-spacing: 0.5px;
	font-size: 11px;
	color: #6d6d6d;	
}

ul#footer-menu {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 12px 0px 38px 0px;
}

	ul#footer-menu li {
		list-style: none;	
		margin: 0px;
		padding: 0px;
		color: #006336;
		display: inline;
	}

	ul#footer-menu li a {
		text-decoration: none;
		padding: 1px 15px;
		color: #6d6d6d;
		text-transform: uppercase;
		border-right: 1px solid #6d6d6d
	}
	
	ul#footer-menu li.last a {
		border: none;
	}
	
	ul#footer-menu li.first a {
	}	
	
	ul#footer-menu li.current a {
		color: #333;
	}

	ul#footer-menu li a:hover {
		text-decoration: underline;
	}
	
	ul#footer-menu li.current a:hover {
		text-decoration: none;
	}
	
.copy {
	text-align: center;
	padding-bottom: 50px;
        padding-bottom: 15px;
	
}

/* Footer END */

/* Google MAPS */

body .pac-container {
    background: url("/bundles/invetaontex/images/ontex_bg.png") repeat-x scroll 50% bottom #F8F8F8;
    border: 1px solid #DDDDDD;
    color: #333333;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: -5px;
	margin-left: 1px;
	max-width: 418px;
}

body.wide .pac-container {
	max-width: 774px;	
}


body .pac-container .pac-item {
    line-height: 1.4em;
    padding: 0.3em 1em;
    font-family: Arial,sans-serif;
    font-size: 1.1em;
	color: #333;
}

body .pac-container .pac-item:hover {
	background-color: #dfd5d5;
	color: #9F0D00;
}

/* Google MAPS END */

.float-left {
	float: left;
	width: auto;
}

.float-right {
	float: right;
	width: auto;
}

.clear{
	clear: both;
}

/* Object */

.links a {
	color: #717171;
	text-decoration: none;
	line-height: 22px;	
}

.links a:hover {
	color: #333;
	text-decoration: none;
}

.links .back span {
	width: 5px;
	height: 6px;
	background: url("/bundles/invetaontex/images/paging_icons.png") 0px 0px no-repeat;
	display: inline-block;
	margin: 2px 6px 2px 4px;
}

.links .pdf {
	padding-left: 26px;
	background: url("/bundles/invetaontex/images/object_icons.png") 0px 0px no-repeat;
	margin-left: 16px;
}

.links .share {
	padding-left: 26px;
	background: url("/bundles/invetaontex/images/object_icons.png") 0px -22px no-repeat;
	margin-left: 16px;
}

.wrapper {
	float: left;
	width: 100%;	
}

.wrapper.border-bottom {
	border-bottom: 1px solid #dcdcdc;
}

.wrapper.padding {
	padding: 20px 0px;
}

.object .object-main-title {
	color: #002740;
	padding: 0px 0px 0px 4px;
	margin: 0px;
	line-height: 32px;
	float: left;
	width: auto;
	font-size: 14px;
	text-transform: none;
	font-weight: bold;
	font-family: Tahoma;
}

.object .object-image .object-image-wrapper {
	width: auto;
	height: auto;
}

.broker .btn.more {
	position: relative;
	bottom: 0px;
	right: 0px;
	margin: 10px 27px;
	float: left;
	clear: both;
}

.object .object-id {
	line-height: 32px;
	float: right;
	width: auto;
	font-size: 14px;
}

.object .object-price {
	position: relative;
	float: left;
	width: auto;
	padding: 0px 0px 0px 4px;
	margin: 0px;
	line-height: 32px;
	top: 0;
	right: 0;
}

.object .object-photos
{
	clear: both;
	float: left;
	width: 540px;
	padding-bottom: 10px;
	margin-bottom: 12px;
	background: url("/bundles/invetaontex/images/gallery_bottom_bg.png") right bottom no-repeat;
}

.object .object-description
{
	width: 426px;
	float: right;
	text-align: justify;
	margin-bottom: 12px;	
}

.object .object-description .features {
	position: relative;
	left: 0px;
	width: 100%;
	float: right;
}

.object .object-description .features .feature {
	float: right;
}

.object .object-title {
	padding-top: 16px;
}

.object .object-description p {
	padding-bottom: 16px;
}

.object .broker {
	float: left;
	width: 380px;
}

.object .map {
	float: right;
	width: 570px;
}

.broker-info {
	float: left;
	width: 200px;
	padding: 5px 10px;
	font-size: 12px;
	font-family: Tahoma;
}

.broker-info p {
	padding-bottom: 16px;
}

.broker-info a {
	color: #717171;
	text-decoration: none;
}

.broker-info h4 {
	font-size: 14px;
	font-weight: bold;
}

.broker-info h5 {
	font-size: 14px;
	font-weight: bold;
	color: #a00e00;
}

.broker-info a:hover {
	color: #717171;
	text-decoration: underline;
}

.broker-name,
.broker-name a,
.broker-name a:hover
 {
	color: #a00e00;
	text-transform: uppercase;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.broker-phone {
	padding-left: 26px;
	background: url("/bundles/invetaontex/images/object_icons.png") 0px -42px no-repeat;
	line-height: 24px;
	font-weight: bold;
}

.broker-email {
	padding-left: 26px;
	background: url("/bundles/invetaontex/images/object_icons.png") 0px -64px no-repeat;
	line-height: 24px;
	font-weight: bold;
	padding-bottom: 16px;
}

.broker.list .broker-email,
.broker.list .broker-phone
{
	font-weight: normal;
}

.broker.list .broker-info {
	padding-left: 0px;
}

.object .broker.list {
	width: 326px;
}

.page-title h2 {
		margin: 0px;
		padding: 8px 20px 8px 20px;
		color: #9F0D00;
		display: inline;
		border-right: 1px dotted #cbcbcb;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		display: block;
		width: 160px;
		line-height: 1.2em;
}

.page-title.fb h2 {
    width: auto;
}

.page-title.broker-mail h2 {
    width: 190px;
}
/* Object END */

h3 {
	font-size: 14px;
	line-height: 18px;
	color: #9f0d00;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	line-height: 22px;
	color: #9f0d00;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.count-objects {
    position: absolute;
    top: -45px;
    left: 20px;
    color: #717171;
    font-size: 14px;
    text-transform: uppercase;    
    font-weight: normal;
}

#list {
    position: relative;
}

.send-email-form,
.send-email-contacts
{
    float: left;
    width: auto;
    padding-top: 10px;
    padding-left: 10px;
}

.send-email-wrapper {
    float: left;
    width: 650px;
    overflow: hidden;
}

.send-email-contacts
{
    padding-left: 30px;
    padding-top: 40px;
}

.send-email-contacts .object-image .object-image-wrapper {
    height: auto;
    width: auto;
}

.medium-textarea {
	height: 120px;
	width: 580px;
        color: #999999;
	padding: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
        -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
        box-shadow: inset 2px 2px 2px 0px #dddddd; 
        border: 1px solid #ccc;
}

.small-textarea {
	height: 120px;
	width: 380px;
        color: #999999;
	padding: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
        -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
        box-shadow: inset 2px 2px 2px 0px #dddddd; 
        border: 1px solid #ccc;
}

.send-email-wrapper .btn.more {
        float: left;
        margin-top: 10px;
}

.distance {
        position: absolute;
        top: 17px;
        right: 150px;
        text-align: right;
        color: #666;
}

.features-table td {
        padding: 3px;
}

.features-table tr.next-line td {
        padding-top: 5px;
}

.features-table tr.next-line-features td {
        padding-top: 20px;
}

.object-main-title.map {
        position: relative;
}

.object-main-title.map span {
        display: block;
        width: auto;
        position: absolute;
        top: 0px;
        right: 0px;
        pointer: cursor;
        font-size: 12px;
        font-weight: normal;
}

.object-main-title.map span a {
        text-decoration: none;
        color: #666;
}

.object-main-title.map span a:hover {
        text-decoration: underline;
}

.object-main-title.map span.hide-objects, 
.object-main-title.map span.show-objects-loading 
{
        display: none;
}

.container {
    position: relative;
}

#ajax-loading-main {
    position: absolute;
    top: 7px;
    right: 0px;
    display: none;
}

		.container.recommended {
			background:url("/bundles/invetaontex/images/nav_icons_dis.png") right 0px no-repeat;
		}
		
		#recommended {
			/*height: 142px;*/
		}
		
		.recommended #recommended-loading,
		.recommended #recommended-not-found
		{
			position: absolute;
			right: 50px;
			top: 1px;
		}
		
		.recommended #recommended-not-found {
			display: none;
		}
		
		.bx-prev {
			position: absolute;
		    right: 18px;
			top: -39px;
		}
		
		.bx-next {
			position: absolute;
		    right: 0px;
			top: -39px;
		}
		
		#slider-recommended .holder {
			padding-left: 2px;
			overflow: hidden;
		}
		
		#slider-recommended .holder .object-item.small.even {
			margin-right: 18px;
		}
                
.object .map-pdf-wrapper {
	float: right;
	width: 590px;
        position: relative;
}                

.object .marker_pdf {
	top: 0px;
	right: 0px;
        position: absolute;
        width: 590px;
        height: 348px;
        background:url("/bundles/invetaontex/images/map_marker.png") center center no-repeat;
} 

body.pdf {
    background: none;
    background-color: #ffffff;
}

html.pdf {
    background: none;
    background-color: #ffffff;
}

#search-form-wrapper {
        position: relative;
}

a.clear_search {
        display: block;
        padding: 4px;
        position: absolute;
        top: 19px;
        right: 140px;
        height: 13px;
}

a.clear_search:hover {
        background-color: #ddd;
        border-radius: 4px 4px 4px 4px;
}

.object .object-photos-pdf
{
	clear: both;
	float: left;
	width: 540px;
	padding-bottom: 10px;
	margin-bottom: 12px;
	background: none;
}

.captcha {
    float: right;
    vertical-align: top;
    padding-left: 10px;
}

.comments-captcha {
    float: left;
}

.object-photos {
        position: relative;
}

.gallery-tabs {
        position: absolute;
        top: -26px;
        right: -1px;
}

.gallery-tabs a.tab {
        margin-left: 1px;
        padding: 4px 20px;
        display: block;
        background-color: #f8f8f8;
        border: 1px solid #E0E0E0;
        text-decoration: none;
        color:#7a7a7a;
        float: left;
        width: auto;
}

.gallery-tabs a.tab.selected {
        background-color: #EEEEEE;
        border-bottom: 1px solid #EEEEEE;
        color: #666;
}

.gallery-tabs a.tab.selected:hover {
        background-color: #EEEEEE;
        color:#666;
}

.gallery-tabs a.tab:hover {
        background-color: #e4e4e4;
        color: #000;
}					

a.readmore-small {
        display: inline-block;
        padding: 2px 10px;
        color: #fff;
        background-color: #aaa;
        text-decoration: none;
        width: auto;
        margin-top: 10px;
        cursor: pointer;
}

a.readmore-small span {
        font-size: 8px;
}

a.readmore-small:hover {
        background-color: #A00E00;
}

.features-top {
        margin-top: 10px;
}

#video {
background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #E0E0E0;
    overflow: hidden;
    padding: 40px 0;
    position: relative;
    text-align: center;
    width: 539px;
}

a#adv-search {
        bottom: 0;
        color: #9F0D00;
        display: block;
        margin: 14px 6px;
        position: absolute;
        text-decoration: none;
}

a#adv-search:hover {
        text-decoration: underline;
}

#video-tab {
    color: #ffffff;
    background-color: #A00E00;
}

#video-tab.selected {
        background-color: #EEEEEE;
        border-bottom: 1px solid #EEEEEE;
        color: #666;
}

#video-tab.selected:hover {
        background-color: #EEEEEE;
        color:#666;
}

a#video-tab:hover {
        background-color: #6b0a00;
        color: #ffffff;
}

.features-table tr.top-features-line td {
    border-top: 1px solid #ddd;
    background-color: #f8f8f8;
}

.features-table tr.bottom-features-line td {
    border-bottom: 1px solid #ddd;
    background-color: #f8f8f8;
}

body .pac-container:after {
    display:none;
}

#searchTextUpdate .pac-container {
        width: auto;
        background: none;
        border: none;
        border-radius: none;
        clear: both;
}

span.action.no_clear {
	clear: none;
        padding-right: 30px;
}

div.field-group.slash span.action.no_clear {
	clear: none;
        padding-right: 0px;
}

.bottom-padding {
        padding-bottom: 20px;   
}

#more-attributes.no_clear div.checkbox-group {
    border-right: 1px dotted #cbcbcb;
    margin-right: 30px;
    padding-right: 30px;
    
}

#more-attributes.no_clear span.action {
    padding-right: 30px;
    clear: none;
}

.top-padding {
        padding-top: 20px;   
}

.text p {
    padding-bottom: 20px;
}

.text ul {
    list-style: disc outside none;
    margin: 0 0 15px 30px;
}

.object-item .object-image {
        clear: both;
}			

li.search {
        position: relative;
}

li.search a.clear_search {
        right: 12px;
        top: 5px;
}

a.clear_search_text {
        color: #959595;
        font-size: 11px;
        text-decoration: none;
        display: block;
        text-align: center;
        width: 189px;
        padding: 5px 0px 20px;
}

a.clear_search_text:hover {
        color: #666;
        text-decoration: underline;
}

.author {
        padding-bottom: 25px;
        text-align: center;
        color: #8d8d8d;				
}

.author a {
        color: #8d8d8d;
        text-decoration: none;
}

.author a:hover {
        color: #333;
        text-decoration: underline;
}

.star {
        width: 16px;
        height: 23px;
        background: url('/bundles/invetaontex/images/star_empty.png') 0px 7px no-repeat;
        display: inline-block;
        cursor: pointer;
        margin-left: 10px;
}

.star.selected {
        background-image: url('/bundles/invetaontex/images/star.png');
}

.small .star {
	background-position: 0 0;
	float: left;
}

a#star_objects {
        position: absolute;
        top: 33px;
        left: 220px;
        padding-left: 20px;
        background: url('/bundles/invetaontex/images/star.png') 0px 0px no-repeat;				
        color: #8d8d8d;
        text-decoration: none;
        display: none;
}		

a#star_objects:hover {
        color: #333;
        text-decoration: underline;
}


.list-controls .forget {
    color: #959595;
    display: block;
    float: right;
    font-size: 11px;
    line-height: 15px;
    padding: 2px 0px 0px 20px;
    text-decoration: none;
    width: auto;
    color: #9F0D00;
    background: url("/bundles/invetaontex/images/star_minus.png") 0px 0px no-repeat;
    display: inline-block;
}

.links.remember {
    right: 0px; 
    position: absolute; 
    top: -48px;
}

.remember-title {
    font-weight: bold;
    color: #9F0D00;
    padding-right: 5px;
}

@media all and (max-width: 900px) {
	html, body {background-color: #fff;}
	ul#top-menu {
			clear: left;
    			float: left;
   			margin: 10px 0;
	}
	#header {/*background: #fff;*/}
	#header-top {border: none; }
	#header-sub {border: none; padding: 0px 0px 20px 10px;}
	a#logo, a#logo img {
		width: 100px;
		height: 21px;
	}

	#slider-wrapper { display: none; }
	.object-item.small { clear: left; }
	.btn.more {float: left; }
	.container {width: 494px; padding: 0px 10px; }
	.container.text {
		width: auto;
	}
	#footer {display: none; }
	a#star_objects { left: 308px; top: 23px; }
	.extra-large-input {
		height: 43px;
		width: 353px;
		background: url("/bundles/invetaontex/images/sprite.png") 0px -43px no-repeat;
		font-size: 18px;
		padding: 0px 0px 0px 20px;
		color: #333;
		border: none;
		line-height: 43px;
		padding-right: 50px;
		overflow:hidden;
	}

	.wide .search-around {
		clear: none;
		margin-left: 0px;
	}

	.wide #switch-wrapper {
		float: left;
	}
	a.clear_search {
    		right: 105px;
    		top: 52px;
	}

	.wide .btn.search-big {
		float: right;
	}

}

.statistics #statistics-not-found {
        display: none;
}

#statistics-image, #statistics-table {
        text-align: center;
        float: left;
        width: auto;
}

#statistics-table select {
        border: 1px solid #ccc;
        color: #666;
        font-size: 10px;
        padding: 3px;
}

#statistics-table select.error {
        border: 1px solid #9F0D00;
}

#statistics-table {
        width: 660px;
        padding: 0px 0px 10px 20px;		
}

#statistics-table TABLE {
        border-collapse: collapse;
}

#statistics-table TH {
        vertical-align: top;
        color: #002740;
        background-color: #eee;
        border: none;
}

#statistics-table TH, #statistics-table TD {
        padding: 4px 10px;
        border-bottom: 1px solid #e0e0e0;
}

#statistics-table TH.feat {
        padding-top: 0px;
        padding-bottom: 0px;
}

#statistics-table TH.feat a {
        display: block;
}

#statistics-table TH.feat .feature.rooms {
        background-position: center -20px;
}

#statistics-table TH.feat .feature {
        width: 100%;
        height: 21px;
        background-position: center 1px;
        padding: 0px;
        margin: 0px;
}

#statistics-table TFOOT TD {
        border: none;
}

#statistics-table a#show-all-sales {
        color: #002740;
        text-decoration: none;
        display: none;
}

#statistics-table a#show-all-sales:hover {		
        text-decoration: underline;
}

a#filter-sales {
        background-color: #AAAAAA;
        color: #FFFFFF;
        display: inline-block;
        padding: 2px 10px;
        text-decoration: none;
        width: auto;
}

a#filter-sales:hover {
        background-color: #A00E00;
}

.center {
        text-align: center;
}

.hide-row, .skip {
        display: none;
}

#recent-sales tr {
        cursor: pointer;
}

#recent-sales tbody tr.exclude td {
        color: #ccc;
        text-decoration:line-through;
}

#slider-wrapper .nivoSlider {
    height: 292px;
}

/* facebook */

.facebook a {
    background: url("/bundles/invetaontex/images/facebook.png") no-repeat scroll -40px 0 transparent;
    display: block;
    height: 41px;
    width: 40px;
}
.facebook a:hover {
    background: url("/bundles/invetaontex/images/facebook.png") no-repeat scroll 0 0 transparent;
}

.facebook {
	position: absolute;
     float: right;
	right: 5px;
	top: -10px;
	z-index: 55;
}

.price_eur {
	font-size: 11px;
	font-weight: normal; 
}

.object-image .object-image-wrapper .price_with_eur {
	position: absolute;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma;
	left: 0px;
	bottom: 6px;
	line-height: 28px;
	color: #fff;
	z-index: 11;
	display: block;
}

.small_price_eur {
    font-size: 10px;
    font-weight: normal; 
    bottom: 0px;
    color: #fff;
    display: block;
    font-family: Tahoma;
    left: 0;
    line-height: 26px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;     
}

.send-email-form .btn.more {
	line-height: 14px;
}

.left-side.content p {
	padding-bottom: 15px;
}

.left-side.content ul {
	padding: 0 0 15px 15px;
}

.left-side.content ul li {
	list-style: disc;
}

.left-side {
	width: 60%;
	float: left;
	margin-bottom: 15px;
}

.right-side {
	width: 35%;
	float: right;
}

.content a {
	color: #9f0d00;
}

.right-side .text-block {
	line-height: 20px;
	font-weight: bold;
}

.right-side .split {
	margin-bottom: 30px;
}

.right-side .page-title {
	text-align: center;
}

.right-side .page-title h2 {
	border: none;
	width: auto;
}

.right-side .broker-info {
	width: auto;
}

.right-side .broker.list {
	width: auto;
	margin-bottom: 40px;
}

.broker .broker-info a.btn.more {
	color: #fff !important;
	margin: -5px 0px;	
}

#eval-prices-wrapper {
	/*display: none;*/
}

#eval-prices {
	padding: 20px;
	max-width: 700px;
}

#eval-prices .features-table {
	margin-bottom: 20px;
}

#eval-prices .features-table th {
	border-bottom: 2px solid #a00e00;
	line-height: 20px;
	vertical-align: middle;
}

#eval-prices .features-table tr td,
#eval-prices .features-table tr th
{
	text-align: center;
}

#eval-prices .features-table tr td:first-child,
#eval-prices .features-table tr th:first-child
{
	text-align: left;
}

#eval-prices .features-table tr th {
	padding: 0 20px;
}

#eval-prices .features-table tr th:first-child {
	padding: 0 0px;
}

#eval-prices .features-table tr:last-child td {
	border-bottom: 1px solid #ddd;
}

@media only screen and (max-width : 768px) {
	ul#top-menu li.first a {
		display: none;
	}
	
	.right-side, .left-side {
		width: 100%;
		float: none;
	}
}
