@CHARSET "ISO-8859-1";
@font-face {
    font-family: 'LatoRegular';
    src: url('fonts/lato-regular.eot');
    src: url('fonts/lato-regular.eot') format('embedded-opentype'),
         url('fonts/lato-regular.woff') format('woff'),
         url('fonts/lato-regular.ttf') format('truetype'),
         url('fonts/lato-regular.svg#LatoRegular') format('svg');
}
@font-face {
    font-family: 'NotoSansRegular';
    src: url('fonts/notosans-regular.eot');
    src: url('fonts/notosans-regular.eot') format('embedded-opentype'),
         url('fonts/notosans-regular.woff') format('woff'),
         url('fonts/notosans-regular.ttf') format('truetype'),
         url('fonts/notosans-regular.svg#NotoSansRegular') format('svg');
}
@font-face {
    font-family: 'NotoSansBold';
    src: url('fonts/notosans-bold.eot');
    src: url('fonts/notosans-bold.eot') format('embedded-opentype'),
         url('fonts/notosans-bold.woff') format('woff'),
         url('fonts/notosans-bold.ttf') format('truetype'),
         url('fonts/notosans-bold.svg#NotoSansBold') format('svg');
}
@font-face {
    font-family: 'CalibriRegular';
    src:url('fonts/calibri.eot');
    src:url('fonts/calibri.eot') format('embedded-opentype'),
        url('fonts/calibri.woff') format('woff'),
        url('fonts/calibri.ttf') format('truetype'),
        url('fonts/calibri.svg#CalibriRegular') format('svg');
}
@font-face {
    font-family: 'MyriadProRegular';
    src: :url('fonts/myriadpro-regular.eot');
    src: :url('fonts/myriadpro-regular.eot') format('embedded-opentype'),
         :url('fonts/myriadpro-regular.woff') format('woff'),
         :url('fonts/myriadpro-regular.ttf') format('truetype'),
         :url('fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
}
body {
	font-family: 'CalibriRegular', sans-serif;
	position: relative;
	left: -9999px;
    -webkit-text-size-adjust: none;
}
a {
	text-decoration: none;
}
.clearfix:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.header {
	background: url(../images/header_bg.png) repeat-x bottom transparent;
	height: 95px;
	padding: 0 0 10px 0;
}
.wrapper {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

.logo {
	padding:0;
}
.menu ul, .second_menu {
	list-style: none;
	margin: 60px 0 0 30px;
	padding: 0
}
.menu ul li, .second_menu li {
	float: left;
}
.menu ul li a {
	text-decoration: none;
	color: #fff;
	font-family: 'NotoSansRegular';
	font-size: 15px;
	display: inline-block;
	margin-left: 30px;
}
.menu ul li.current a, .menu ul li a:hover {
	color: #cfcfcf;
}

.header_form {
    background: none repeat scroll 0 0 #104483;
    height: 74px;
    padding: 20px 20px 0;
}
.header_form .field, .main_form .field {
	display: inline-block;
	*float: left;
}
.header_form label.left {
	color: #fff;
	font-family: 'NotoSansRegular';
	font-size: 13px;
	clear: both;
	float: none!important;
}
.header_form  input.text {
	margin: 0 10px 0 0;
	padding: 4px 10px 4px;
}
.header_form  input, .header_form  select {
	border-radius: 5px;
	border: none;
	width: 140px;
}
.customSelectInner, .header_form  input.text, .header_form select option {
	color: #555;
	font-family: 'NotoSansRegular';
	font-size: 12px;
}
.header_form select option:first-child {
	padding-top: 3px;
}

.second_menu {
    height: 63px;
    margin: -68px 0 0;
    position: relative;
}
.second_menu li {
	width: 20%;
	text-align: center;
}
.second_menu li a {
	background: url(../images/nav_bg_grey.png) no-repeat 0 0 transparent;
	color: #bfbfbf;
	font-family: 'NotoSansRegular';
	font-size: 15px;
	padding: 20px 0;
	position: relative;
	z-index: 100;
	display: inline-block;
	border-right: solid 1px #fff;
	width: 100%;
}
.second_menu li.current a {
	background: url(../images/nav_bg_blue.png) no-repeat 0 0 transparent;
}
.second_menu li a:hover, .second_menu li.current a {
	background-position: top center;
	text-decoration: none;
	color: #fff;
}
.second_menu li:last-child a {
	border: none;
}
.second_menu li:last-child a {
	border-radius: 0 0 13px 0;
}
.second_menu li:first-child a {
	border-radius: 0 0 0 13px;
}
#container {
	min-height: 600px;
	position: relative;
	background: url(../images/page_bg.png) no-repeat center 0 transparent;
}
.footer {
    background: none repeat scroll 0 0 #114b90;
    bottom: 0;
	padding: 15px 0 5px;
    width: 100%;
	font-family: 'CalibriRegular';
	font-size: 13px;
	color: #fff;
	text-align: center;
}
.footer:after {
	clear: both;
    content: ".";
    visibility: hidden;
}
.footer p {
	font-family: 'CalibriRegular';
	font-size: 13px;
	color: #ebebeb;
}
.footer .contact_info, .footer .contact_info a {
	color: #c2c2c2;
}
.footer .contact_info a:hover {
	color: #fff;
}
/*Home main content*/
.main_form {
	background: url(../images/map.png) 0 0 no-repeat transparent;
    padding-left: 26%;
	padding-top: 40px;
}
.main_form .field {
	width: 368px;
	text-align: right;
	margin-bottom: 20px;
}
.main_form .field label, .main_form .customSelectInner, .main_form  input.text, .main_form select option {
	color: #555;
	font-family: 'NotoSansRegular';
	font-size: 14px;
}
.main_form .field label {
	margin-top: 5px;
	text-align: right;
	width: 153px;
}
.main_form .field select {
	width: 200px;
}
.main_form .customSelectInner {
	height: 22px;
}
.main_form .checkbox label, .side_form .checkbox label {
    float: left !important;
    margin-top: 1px;
	padding-right: 30px
}
.main_form .checkbox label {
	width: 316px;
}
.main_form .field input[type="text"] {
	width: 190px;
	height: 20px;
	border: 1px solid #E4E4E4;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.main_form .Actions {
    background: url("../images/actions_bg.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    display: inline-block;
    margin-top: 10px;
    padding: 15px 15px 15px 0;
    text-align: right;
    width: 725px;
}
.main_form .Actions input {
	width: auto;
	border: solid 1px #0062a5;
	border-radius: 6px;
	padding: 6px 30px;
	text-align: center;
	background: #0879c9;
	background-image: -ms-linear-gradient(top, #0A9BD7 0%, #0879C9 100%);
	background-image: -moz-linear-gradient(top, #0A9BD7 0%, #0879C9 100%);
	background-image: -o-linear-gradient(top, #0A9BD7 0%, #0879C9 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0A9BD7), color-stop(1, #0879C9));
	background-image: -webkit-linear-gradient(top, #0A9BD7 0%, #0879C9 100%);
	background-image: linear-gradient(to bottom, #0A9BD7 0%, #0879C9 100%);
	font-family: 'NotoSansBold';
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0px 0px 1px 0px #fff inset;
	cursor: pointer;
}
.banner .bxslider li a img {
	border-radius: 13px;
}
.carousel {
	background: url(../images/home_carousel_bg.png) repeat-x 0  transparent;
	height: 382px;
}
.intro {
	padding: 20px 0;
}
.intro .typography p {
	font-family: 'LatoRegular';
	font-size: 14px;
	color: #242424;
	margin-bottom: 10px;
	line-height: 1.5;
}
.intro .typography h3 {
	color: #114b90;
	font-family: 'NotoSansRegular';
	font-size: 35px;
	margin-bottom: 20px;
	line-height: 1;
}
.intro .left {
	width: 650px;
}
.carousel .bx-viewport {
	padding-top: 80px;
}
.carousel .bx-controls, .carousel h3 {
    display: block;
    margin: 0 auto;
    position: relative;
    top: -356px;
    width: 350px;
}
.bx-controls-direction {
	background: #114b90;
	height: 55px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 0px 1px 0px #fff inset;
	border: solid 1px #114b90;
}
.carousel .bx-wrapper .bx-controls-direction a {
    text-indent: -9999px;
    z-index: 9999;	
	width: 65px;
	height: 54px;
}
.carousel .bx-controls .bx-prev, .carousel .bx-controls .bx-next {
	float: left;
	background: url(../images/btn_prev.png) no-repeat center center transparent;
}
.carousel .bx-controls .bx-prev:hover {
	background: url(../images/btn_prev_grey.png) no-repeat center center transparent;
}
.carousel .bx-controls .bx-next {
	float: right;
	background: url(../images/btn_next.png) no-repeat center center transparent;
}
.carousel .bx-controls .bx-next:hover {
	background: url(../images/btn_next_grey.png) no-repeat center center transparent;
}
.carousel h3 {
    color: #fff;
    display: block;
    font-family: 'NotoSansBold';
    font-size: 25px;
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
    text-align: center;
    top: -410px;
    width: 250px;
}
.carousel .item {
    border: 1px solid #E4E4E4;
    padding: 10px;
    width: 169px !important;
	height: 255px;
	overflow: hidden;
}
.carousel .item:hover h4, .carousel .item:hover p {
	color: #114b90;
	text-decoration: none!important;
}
.carousel .item h4 {
	font-family: 'NotoSansBold';
    font-size: 14px;
	color: #252525;
	line-height: 1.5;
	margin-bottom: 10px;
}
.carousel .item p {
	font-family: 'LatoRegular';
    font-size: 12px;
	color: #6c6c6c;
	line-height: 1.5;
}
.typography h2 {
	font-family: 'NotoSansBold';
    font-size: 24px;
	color: #252525;
}
.map iframe {
	border: solid 1px #e4e4e4;
	border-radius: 10px;
	padding: 2%;
	width: 95%;
    *width: 95%;
	margin-top: 30px;
}
h2.page_title {
	display: block;
	width: 100%;
	background: url(../images/page_title_bg.png) repeat-x bottom  transparent;
	font-family: 'NotoSansRegular';
	font-size: 28px;
	margin:10px 0 20px 0;
	position: relative;
}
h2.page_title .left_span {
	background: url(../images/page_title_bg_left.png) no-repeat left bottom #fff;
	margin: 0 20px 0 0;
}
h2.page_title .right_span {
	background: url(../images/page_title_bg_right.png) no-repeat right bottom #fff;
	margin: 0;
}
.one_col .typography {
	margin: 0 20px;
}
.one_col .typography ul {
	list-style: none;
}
.one_col .typography ul li {
	background: url(../images/bullet.png) no-repeat left 3px transparent;
	padding-left: 25px;
	margin: 0 20px 5px 20px;
}
.one_col .typography img.bottom_banner {
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
}
.one_col .typography h4 {
	font-family: 'NotoSansRegular';
	font-size: 15px;
	color: #4c4c4c;
	margin: 15px 0 10px 0;
}
.typography h3 {
	font-family: 'NotoSansRegular';
	font-size: 22px;
	color: #555;
}
.typography  p, .typography  a, .typography  li {
	font-family: 'CalibriRegular';
	font-size: 15px;
	color: #4c4c4c;
}
.typography  a {
	color: #114584;
}
.typography.form form {
	margin: 20px 0;
} 
.typography input[type="text"], .typography input[type="password"], .typography input[type="url"], .typography input[type="email"], .typography input.text, .typography input.title, textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 2px 2px 10px -6px #ccc inset;
    color: #555;
    height: 28px;
    padding: 0 10px;
    width: 260px;
	font-family: 'CalibriRegular';
	font-size: 14px;
}
textarea {
    height: 150px;
	padding: 10px;
}
.typography form label {
    color: #555555;
    font-size: 14px;
    margin-right: 15px;
    text-align: right;
}
.typography form .field.text {
	width: 380px;
}
.typography form .field span.right {
    color: #ff0000;
    position: relative;
    top: 3px;
}
.typography .literalFieldArea {
	margin-left: 85px;
	clear: both;
	text-align: left;
	width: auto;
}
.typography .literalFieldArea textarea {
	padding-right: 0;
	width: 270px;
}
.typography .customcaptcha .middleColumn {
	margin-left: 85px;
}
.typography .customcaptcha .middleColumn img {
	border: solid 1px #ccc;
	border-radius: 0;
	padding: 0;
}
.typography .customcaptcha {
	padding: 15px 0;
	margin: 5px 0
}
.typography .customcaptcha.captcha_error {
	box-shadow: 0 0 20px 1px #ffd7d7;
	border-radius: 5px;
}
.typography .customcaptcha.captcha_error label, .typography .customcaptcha.captcha_error input {
	color: #ff9562;
}
.typography .customcaptcha.captcha_error img,
.typography .customcaptcha.captcha_error input {
	border: solid 1px #ff9562;
	background: #fff5f0;
}
.typography h4 {
	font-size: 18px;
	color: #114b90;
	margin-bottom: 20px;
}
.two_col .sidebar {
	margin: 0;
}
.side_form, .similars {
	border: solid 1px #e4e4e4;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
}
#side_search  .field {
	margin-bottom: 10px;
}
#side_search .checkbox label, #side_search .customSelectInner, #side_search select.hasCustomSelect {
	width: 260px;
}
#side_search  .checkbox input[type="checkbox"] + label {
	font-size: 14px;
    line-height: 1.5;
    padding-left: 0;
    text-align: right;
    width: 240px;
}
#side_search  .select label {
	float: none!important;
	margin: 0 0 5px 0;
	width: 100%;
	text-align: left;
	line-height: 1.3;
}
.typography  #side_search  .field.checkbox {
	margin-left: 0;
}
#side_search  label, #side_search  input, #side_search  option, #side_search  span {
	color: #555;
    font-family: 'NotoSansRegular';
    font-size: 14px;
    margin: 0;
    width: auto;
}
#side_search  .field.text.left {
	width: 65%;
}
#side_search  .field.text.right {
	width: 35%;
}
#side_search  input[type="text"] {
	width: 45px;
	float: right;
	margin-right: 15px;
	margin-top: 3px;
	height: 25px;
}
.typography #side_search  .Actions input {
	float: right;
	color: #fff;
}
.sidebar img {
	width: 100%;
	padding: 0;
	margin: 20px 0 0 0;
}
.data_list .item {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	border: solid 1px #e4e4e4;
	padding: 10px;
	margin-bottom: 15px;
}
.data_list .item .thumb {
	float: left;
	width: 155px;
	border: solid 1px #e4e4e4;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
	 border-radius: 0;
	padding: 5px;
}

.data_list .item .main_info {
	width: 364px;
	float: left;
	margin: 0 10px 0 15px;
}
.data_list .item .main_info p {
	margin: 0;
	padding: 0;
}
.data_list .item .main_info .prop_title {
	margin-bottom: 10px;
}
.data_list .item .main_info .prop_title a {
	font-family: 'NotoSansRegular';
	font-size: 20px;
	color: #555;
	line-height: 1;
	margin: 0;
}
.data_list .item .main_info .prop_title a:hover {
	text-decoration: none;
	color: #777;
}
.data_list .item .main_info .address {
	font-family: 'CalibriRegular';
	font-size: 15px;
	color: #326af8;
	line-height: 1;
	margin-bottom: 5px;
}
.data_list .item .main_info .sum {
	font-family: 'CalibriRegular';
	font-size: 14px;
	color: #555;
	line-height: 1.2;
	margin-bottom: 5px;
}
.data_list .item .main_info .fake_button {
	float: left;
	border: solid 1px #e4e4e4;
	padding: 5px 15px;
	display: inline-block;
	margin-right: 5px;
	color: #555;
	font-size: 14px;
}
div.main_info.tree {
	width: 460px !important;
	margin-left: 180px !important;
}
.data_list .item .main_info .fake_button span {
	font-weight: bold;
}
.data_list .item .more_info {
	float: right;
	width: 80px;
}
.data_list .item .more_info img {
	padding: 0;
	margin: 0;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
	 border-radius: 0;
}
.data_list .item .price {
	color: #FF8A00;
    font-family: 'NotoSansRegular';
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

/*********** Paging ************/
.pagination {
	text-align: right;
}
.pagination a {
	border-radius: 4px;
	border: solid 1px #dedede;
	padding: 5px 7px;
	font-family: 'NotoSansRegular';
	font-size: 12px;
	color: #8f8f8f;
	margin: 0 0 0 1px;
}
.pagination a:hover {
	box-shadow: 0px 2px 7px 0px #ececec inset;
	text-decoration: none;
	color: #3f3f3f;
}
.pagination a.current, .pagination a.current:hover {
	border: solid 1px #0b4080;
	background-image: linear-gradient(bottom, #134d92 20%, #327fb9 50%, #4faedf 98%);
	background-image: -o-linear-gradient(bottom, #134d92 20%,  #327fb9 50%, #4faedf 98%);
	background-image: -moz-linear-gradient(bottom, #134d92 20%,  #327fb9 50%,#4faedf 98%);
	background-image: -webkit-linear-gradient(bottom, #134d92 20%, #327fb9 50%, #4faedf 98%);
	background-image: -ms-linear-gradient(bottom, #134d92 20%, #327fb9 50%, #4faedf 98%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.20, #134d92),
		color-stop(0.50, #327fb9),
		color-stop(0.98, #4faedf),
	);
	box-shadow: 0 1px 2px 0px #91d6f1 inset;
	color: #fff;
}
.pagination a.prev, .pagination a.next {
	background: url("../images/page_prev.png") no-repeat scroll center center transparent;
    display: inline-block;
    height: 18px;
    width: 13px;
}
.pagination a.next {
	background: url(../images/page_next.png) no-repeat center center transparent;
}
/************* Detail Page *****************/
h2.page_title .prop_name  {
	font-size: 24px;
	font-family: 'CalibriRegular';
	color: #4c4c4c;
	line-height: 1;
	position: absolute;
	bottom: 5px;
	left: 340px;
}
h2.page_title .prop_code {
	font-size: 14px;
	color: #000;
	font-family: 'CalibriRegular';
	position: absolute;
	right: 15px;
	bottom: 5px;
	line-height: 1.5;
}
.PropertyPage .side_form .field.checkbox {
	margin-left: 0;
}
.PropertyPage .side_form .field.checkbox .right {
	background-position: left top;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 0 30px;
    text-align: left;
	width: auto;
}
.PropertyPage .side_form .field.checkbox input[type="checkbox"]:checked + label {
	background-position: left -25px;
}
.PropertyPage .side_form .Actions {
	margin: 0;
	text-align: center;
}
.typography form .field.checkbox a {
	text-decoration: underline;
	font-family: 'NotoSansRegular';
	font-size: 13px;
}
.sidebar .side_form p {
	color: #333;
}
.sidebar .side_form img {
	width: auto;
	margin-top: 5px;
}
/*********************** TABs **********************/

.ui-widget-content, .ui-widget-header {
	border: none;
	background: none;
	padding: 0
}
.ui-widget-header {
	background: none;
	border-bottom: 1px solid #e4e4e4;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;	
	margin: 0 10px !important;
}
.ui-widget-header li{
	-moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.ui-tabs .ui-tabs-panel {
	border: 1px solid #e4e4e4;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	margin-top: -1px;
	padding: 20px;
	height: auto;
}
/************ House gallery *****************************************/
.gallery ul {
	list-style: none;
	margin-top: 20px;
}
.gallery li {
	float: left;
	width: 110px;
	padding: 0 5px;
}
.gallery .bx-controls-direction, .gallery .bxslider li img, .gallery .large_photo img,
.graph_photo img, .similars .item img.left {
	background: none;
	border: none;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}
.gallery .bx-controls-direction {
	height: 0;
}
.gallery .bx-viewport {
	width: auto!important;
	margin: 20px 20px 0 20px;
	max-height: 90px;
	overflow: hidden;
}
.gallery .bx-viewport li {
	margin: 0!important;
	padding: 0 5px;
}
.gallery .bxslider li img , .bxsliderr li img{
	margin: 0;
	padding: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.gallery .bxslider li img.current, .gallery .bxslider li img:hover , .bxsliderr li img.current , .bxsliderr li img:hover{
	margin: 0;
	padding: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}
.gallery .bx-controls-direction .bx-prev, .gallery .bx-controls-direction .bx-next {
	background: url(../images/foto_prev.png) left center no-repeat;
	width: 17px;
	height: 18px;
	text-indent: -9999px;  
    white-space: nowrap; 
	display: inline-block;
	position: relative;
	top: -54px;
}
.gallery .bx-controls-direction .bx-prev {
	left: -10px;
	float: left;
}
.gallery .bx-controls-direction .bx-next {
	background: url("../images/foto_next.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: right;
    right: -10px;
    top: -53px;
}
.gallery .large_photo img, .graph_photo img {
	width: 100%;
	height: 350px;
	display: block;
	padding: 0;
	margin: 0;
}
.gallery .large_photo img
{
	width: auto;
	display: inline-block;
}
#foto_tab , #graph_tab {
}
#foto_tab a , #graph_tab a {
	background: url(../images/foto_icon.png) 0 -24px no-repeat transparent;
	padding: 0 0 0 30px;
	font-family: 'NotoSansRegular';
	font-size: 18px;
	color: #c3c3c3;
	margin: 10px;
}
#graph_tab a {
	background: url(../images/graph_icon.png)  0 -24px no-repeat transparent;
	padding: 0 0 0 30px;
	font-family: 'NotoSansRegular';
	font-size: 18px;
	color: #c3c3c3;
}
#graph_tab.ui-tabs-active a, #foto_tab.ui-tabs-active a,
#graph_tab:hover a, #foto_tab:hover a {
	background-position: 0 0;
	color: #114b90;
}
.graph_photo img {
	height: 433px;
}
.main_col {
}
.main_top {
    display: block;
    position: absolute;
    width: auto;
	top: 60px;
	right: 0
}

.main_top .top_btn{
	display: inline-block;
	float: right;
	margin-left: 15px;
}
.main_top .print_btn {
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	padding: 7px 15px;
	text-transform: uppercase;
	cursor: pointer;
	background: #eee;
}
.main_top .print_btn span {
	background: url(../images/print_ico.png) center right no-repeat transparent;
	display: block;
    font-family: 'CalibriRegular';
    font-size: 15px;
    line-height: 26px;
    padding: 0 30px 0 10px;
	color: #000;
}
.main_top .print_btn:hover {
	text-decoration: none;
}
.main_top .fb_iframe_widget {
	margin-top: 10px!important;
}
.fb_iframe_widget iframe {
}
.description, .detail, .prop_map {
	margin-top: 20px;
}
.prop_map {
	margin-bottom: 20px;
}
.description p {
	padding: 0 5px;
	color: #4c4c4c;
}
.detail ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.detail ul li {
	float: left;
	width: 48%;
	padding: 5px 1% 3px 1%;
	color: #4c4c4c;
}
.detail ul li.odd {
	background: #ebebeb;
}

.detail ul li.clear{
	clear: both;
}

.detail ul li .title {
	width: 54%;
	display: inline-block;
	font-weight: bold;
}
.detail .more_attr {
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
	color: #4c4c4c;
}
.detail .more_attr .title, .detail .more_attr p {
	font-family: 'CalibriRegular';
    font-size: 15px;
	padding: 5px 1% 3px 1%;
}
.detail .more_attr .title {	
	font-weight: bold;
	background: #ebebeb;
}
.detail .more_attr p {
	width: 90%;
	color: #4c4c4c;
}
.similars .item {
	border-bottom: dashed 1px #ccc;
	padding: 10px 0 15px;
}
.similars .item:last-child {
	border: none;
}
.similars .item img.left {
	margin: 0 2% 0 0;
	width: auto;
	padding: 1%;
	border: 1px solid #E4E4E4;
}
.similars .item a {
	font-family: 'NotoSansBold';
	font-size: 15px;
	color: #114b90;
}
.similars .item p, .similars .item .sum {
	font-family: 'CalibriRegular';
	font-size: 14px;
	color: #555;
	line-height: 1.2;
}
.similars .item .sum {
	width: 100%;
}
.sidebar img.visible-desktop:last-child {
	margin-bottom: 20px;
}
/*
 * ###########################################
 * Modifications  24.01.2014
 * ###########################################
 */
.bxsliderr li
{
	min-width: 90px !important;
	min-height: 41px !important;
}
.bxsliderr li img
{
	padding: 0px;
	border-radius: 0px;
}
.bx-viewport
{
	min-height: 90px;
	
}
.large_photo a
{
	display: block;
	position:relative;
}
.large_photo .marker-overlay
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right:0px;
	bottom: 0px;
	left: 0px;
	display: block;
	z-index: -1;
}
.large_photo a:hover .marker-overlay
{
	background: transparent;
	z-index: 10;
}

.large_photo .marker-overlay .inner-event-marker
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right:0px;
	bottom: 0px;
	left: 0px;
	
	background-image: url('../images/magnifying-glass.png');
	background-repeat: no-repeat;
	background-position: center -50px;
	-webkit-transition: all linear 0.05s;
	-moz-transition: all linear 0.05s;
	-ms-transition: all linear 0.05s;
	-o-transition: all linear 0.05s;
	transition: all linear 0.05s;
}
.large_photo a:hover .marker-overlay .inner-event-marker
{
	background-position: center 48%;
}
/*
 * ##########################
 * Some Fixing
 * #########################
 */
.customSelectInner
{
	z-index: -1;
}
.customSelect
{
	z-index: -1;
}
