body {
  font-family: Tahoma, Geneva, sans-serif;
  margin: 5px 0 0 0;
  text-align: center;
  background: #fff url(../img/body_v2.png) center 5px no-repeat;
  font-size: 12px;
  line-height: 14px;
}
.hidden { display: none; }
a { 
  text-decoration: none;
  color: #0052ae;
}
a:hover { text-decoration: underline; }
.bold { font-weight: bold; }
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

sup {
  vertical-align:super;
  float: left;
  font-size: 7px;
}

h1 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 10px 0;
}

div.right h1 {
  text-align: left;
}

h1.main_page
{
	display: block;
    float: left;
    position: absolute;
    left: 170px;
    top: 15px;
	font-size: 15px;
    line-height: 32px;
    margin: 0 0 10px 0;
	color:#4a4a4a;
	font-weight:100;
}

h2.main_page_h2 {
  display: block;
  float: left;
  position: absolute;
  left: 170px;
  top: 32px;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 10px 0;
  color: #4a4a4a;
  font-weight: 100;
}

.selectSingle, .selectMulti {
  background: url(../img/select_left.png) left center no-repeat;
  display: block;
  color: #181818;
  width: 200px;
  cursor: pointer;
}
.selectSingle.open, .selectMulti.open {
  background-image: url(../img/select_selected_left.png);
}
.selectSingle span.disabled, .selectMulti span.disabled {
  color: grey;
}
.selectSingle span.selected, .selectMulti span.selected {
  background: url(../img/select_right.png) center right no-repeat;
  display: block;
  padding: 4px 26px 5px 10px;
  line-height: 18px;
}
.selectSingle.open span.selected, .selectMulti.open span.selected {
  background-image: url(../img/select_selected_right.png);
}
.selectSingle span.selected span, .selectMulti span.selected span {
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.blue .selectSingle span.selected, .blue .selectMulti span.selected {
  background-image: url(../img/select_right_blue.png);
  z-index: 110;
}
.blue .selectSingle.open span.selected, .blue .selectMulti.open span.selected {
  background-image: url(../img/select_right_open_blue.png);
}
.selectSingle select, .selectMulti select {
  position: absolute;
  left: -10000px;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.selectSingle .options, .selectMulti .options {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  height: 200px;
  overflow: auto;
  line-height: 18px;
  font-size: 12px;
  padding: 10px;
  z-index: 2;
  border: 1px solid #a2a2a3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.selectSingle .options a.option, .selectMulti .options label.option {
  display: block;
}
.selectSingle .options a.option {
  padding: 0 10px;
  color: #181818;
}
.selectSingle .options a.option:hover {
  background: #e4e4e4;
}

#wrap {
  width: 980px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  padding: 0 0 0 40px;
}
body.withSkyscraper #wrap {
  width: 1110px;
}
#wrapIn {
  width: 980px;
  position: relative;
  background: url(../img/body_wrap.png) left top no-repeat;
}
#header { 
  position: relative; 
  width: 100%;
}
#header a.h1 {
  float: left;
  width: 157px;
  margin: 0 2px 0 0;
  background: url(../img/logo.png) center center no-repeat;
/*}
#header h1 a {*/
  display: block;
  height: 96px;
}
#banerTop {
  padding: 15px 21px 0 21px;
  float: left;
  margin: 0 2px 0 0;
  width: 468px;
}
#login {
  float: right;
  width: 295px;
  font-size: 11px;
  margin: 0 0 0 14px;
}
#login .error {
  position: absolute;
  top: 6px;
  right: 40px;
  color: red;
}
#login legend {
  line-height: 26px;
  background: url(../img/login_label.png) left top no-repeat;
  font-weight: bold;
  padding: 0 0 7px 0;
  margin: 0;
  color: #181818;
  display: block;
  width: 90px;
}
#login legend span {
  text-align: center;
  display: block;
  line-height: 26px;
}
#login form { margin: 0 0 10px 3px; }
#login form p {
  display: inline;
}
#login form label {
  width: 112px;
  height: 18px;
  background: url(../img/login_input.png) left top no-repeat;
  line-height: 18px;
  display: block;
  float: left;
  padding: 3px 5px 2px 5px;
  margin: 0 8px 0 0;
}
#login label input {
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  line-height: 18px;
  height: 18px;
  width: 112px;
}
#login p.logged {
  color: #303030;
  margin: 5px 0 5px 3px;
  line-height: 14px;
}
#login p.links {
  color: #303030;
  margin: 0 0 0 3px;
  line-height: 14px;
}
#login p.links a { color: #303030; }
#login p.links span {
  background: url(../img/login_links_separator.png) center left no-repeat;
  padding: 0 5px 0 7px;
}
#login p.links span.first {
  background: none;
  padding-left: 0;
}
#login p.links span.last { padding-right: 0; }
#langMenu {
  position: absolute;
  right: 0;
  top: 6px;
  line-height: 14px;
}
#langMenu a {
  display: block;
  width: 16px;
  height: 14px;
  float: left;
  background: url(../img/flags.png) no-repeat;
  margin: 0 0 0 4px;
}
#langMenu a span { display: none; }
#langMenu a.sk { background-position: 0 0; }
#langMenu a.skActive { background-position: -16px 0; }
#langMenu a.en { background-position: -32px 0; }
#langMenu a.enActive { background-position: -48px 0; }
#menuTop {
  clear: both;
  padding: 1px 0 0 0;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4a4a4a;
}
#menuTop a { color: #4a4a4a; }
#menuTop li {
  float: left;
  background: url(../img/menu_top_right.png) right center no-repeat;
  display: block;
  line-height: 18px;
  padding: 0 1px 0 0;
  position: relative;
  z-index: 5;
}
#menuTop li a {
  background: url(../img/menu_top_left.png) left center no-repeat;
  display: block;
  padding: 0 0 0 1px;
}
#menuTop li a span {
  display: block;
}
#menuTop li a span span {
  /*padding: 7px 25px 7px 25px;*/
  /*padding: 7px 23px 7px 23px;*/
  padding: 7px 34px 7px 32px;
}
#menuTop li.last { background: none; }
#menuTop li.first a { background: none; }
#menuTop li.selected {
  color: #fff;
}
#menuTop li.selected a {
  color: #fff;
}
#menuTop li.selected a span {
  background: url(../img/menu_top_left_selected.png) left top no-repeat;
}
#menuTop li.selected a span span {
  background: url(../img/menu_top_arrow_selected.png) right top no-repeat;
}
#menuTop li.hasSubmenu a span span {
  background: url(../img/menu_top_arrow.png) right top no-repeat;
  padding-right: 40px;
}
#menuTop li.selected.hasSubmenu a span span {
  background-image: url(../img/menu_top_right_selected.png);
}
#menuTop li.hasSubmenu:hover {
  color: #181818;
}
#menuTop li.hasSubmenu:hover a {
  color: #181818;
}
#menuTop li.hasSubmenu:hover a span {
  background-image: url(../img/menu_top_left_hover.png);
}
#menuTop li.hasSubmenu:hover a span span {
  background-image: url(../img/menu_top_right_hover.png);
}
#menuTop li ul {
  background: url(../img/menu_top_submenu_bottom.png) left bottom no-repeat;
  width: 195px;
  position: absolute;
  left: 10px;
  top: 32px;
  padding: 10px 6px 10px 6px;
  display: none;
  z-index: 5;
}
#menuTop li.last ul {
  left: auto;
  right: 11px;
}
#menuTop li.hasSubmenu:hover ul {
  display: block;
}
#menuTop li ul li {
  background: none;
  float: none;
}
#menuTop li.hasSubmenu:hover ul li a {
  padding: 0 0 0 19px;
  line-height: 21px;
  background: url(../img/menu_top_submenu_item.png) 9px 9px no-repeat;
  display: block;
  color: #636363;
}
#menuTop li.hasSubmenu:hover ul li a:hover {
  background-color: #c8ebfc;
  color: #181818;
}

#fastSearch {
  padding: 8px 0px 8px 20px;
  line-height: 36px;
  font-size: 18px;
}
#fastSearchTextLabel {
  font-size: 18px;
  color: #2f5e75;
  float: left;
}
#fastSearchTextText {
  /*background: url(../img/fast_search_text.png) no-repeat;*/
  /*width: 388px;*/
  width: 370px;
  height: 14px;
  border: none;
  padding: 6px;
  margin: 0;
  line-height: 14px;
  color: #181818;
  border-radius:5px;
  border-top:1px solid gray;
  position:relative;
  left:270px;
  top:-2px;
}
#fastSearchAdvertTypeControlWrap, #fastSearchAdvertisingTypeControlWrap {
  float: left;
  margin: 5px 0 0 19px;
  font-size: 12px;
}
#fastSearchAdvertisingTypeControlWrap,
#fastSearchAdvertTypeControlWrap
{
  position:relative;
  left:-400px;
}
#fastSearchAdvertTypeWrap { 
  width: 137px;
}
#fastSearchAdvertisingTypeWrap { 
  width: 97px; 
}
#fastSearchSubmit {
  width: 106px;
  height: 36px;
  margin: 0 0 0 16px;
  padding: 0;
  background: url(../img/fast_search_submit.png) left top no-repeat;
  border: 0;
  color: #fff;
  font-weight: bold;
  float: left;
  cursor: pointer;
  position:absolute;
}
#fastSearchSubmit:active {
  background-position: left -36px;
}
#fastSearch .selectSingle {
  background-image: url(../img/fast_search_select_left.png);
}
#fastSearch .selectSingle span.selected {
  background-image: url(../img/fast_search_select_right.png);
}
#fastSearch .selectSingle.open {
  background-image: url(../img/fast_search_select_open_left.png);
}
#fastSearch .selectSingle.open span.selected {
  background-image: url(../img/fast_search_select_open_right.png);
}
#banerBottom {
  margin: 20px 0;
  padding: 0 256px;
}
#footer {
  margin: 20px 0 0 0;
  background: #eaeaeb;
  border-top: 1px solid #d5d6d7;
  padding: 20px;
  font-size: 11px;
}
#footer .column {
  float: left;
  width: 130px;
}
#footer h3 {
  font-weight: bold;
  margin: 0 0 10px 0;
}
#footer h3 a { color: #181818; }

#footer li {
  background: url(../img/list_item.png) left 3px no-repeat;
  padding: 0 0 0 12px;
  margin: 0 0 5px 0;
}
#footer li a { color: #636363; }
#copyright {
  font-size: 11px;
  color: #636363;
  text-align: center;
  margin: 15px 0;
}

#pageContent h1 {
  color: #009933;
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 20px 0;
}
#pageContent table.contentTable {
  border: none;
  width: 100%;
}
#pageContent table.contentTable th {
  line-height: 18px;
  padding: 12px 20px;
  color: #fff;
  background: #181818 url(../img/table_header_middle.png) repeat-x;
}
#pageContent table.tight th {
  padding-left: 10px;
  padding-right: 10px;
}
#pageContent table.contentTable th.first {
  background: #181818 url(../img/table_header_left.png) left top no-repeat;
}
#pageContent table.contentTable th.last {
  background: #181818 url(../img/table_header_right.png) right top no-repeat;
}
#pageContent table.contentTable tr {
  border-bottom: 1px solid #e3e3e3;
}
#pageContent table.contentTable tr.even {
  background: #f4f4f4;
}
#pageContent table.contentTable td {
  font-size: 12px;
  line-height: 16px;
  padding: 5px 20px 4px 20px;
}
#pageContent table.tight td {
  padding-left: 10px;
  padding-right: 10px;
}
#pageContent table.contentTable td a.tool {
  line-height: 15px;
  padding: 0 0 0 15px;
  margin: 0 10px 0 0;
}
#pageContent table.contentTable td a.edit {
  background: url(../img/table_icon_edit.png) left center no-repeat;
}
#pageContent table.contentTable td a.delete {
  background: url(../img/table_icon_delete.png) left center no-repeat;
}
#pageContent table.contentTable td a.restore {
  background: url(../img/icon_restore.png) left center no-repeat;
}
#pageContent table.contentTable td.tools {
  text-align: right;
}

#pageContent .pager {
  color: #0052ae;
  font-size: 14px;
  line-height: 26px;
  margin: 25px 0 0 0;
  text-align: center;
}
#pageContent .pager a, #pageContent .pager span.separator {
  height: 26px;
  margin: 0 5px 0 0;
  padding: 4px 10px;
}
#pageContent .pager a {
  background: #f4f4f4;
  border-bottom: 1px solid #e3e3e3;
}
#pageContent .pager a.active {
  border-bottom: none;
  background: url(../img/pager_active.png) center center no-repeat;
  color: #fff;
  font-weight: bold;
}
#pageContent .pager a:hover {
  text-decoration: none;
}
#pageContent .pager a.next {
  font-weight: bold;
}
#pageContent .filter {
  background: url(../img/filter_right.png) right top no-repeat;
  padding: 8px 12px 7px 12px;
  line-height: 25px;
}
#pageContent .filter .left {
  float: left;
  width: 500px;
  background: url(../img/filter_left.png) left top no-repeat;
}
#pageContent .filter .right {
  float: right;
  width: 200px;
  text-align: right;
}
#pageContent .filter .formText {
  width: 140px;
  height: 18px;
  line-height: 18px;
  padding: 4px 5px 3px 5px;
  background: url(../img/text_input_150_25.png) center center no-repeat;
  border: none;
  margin: 0;
}
#pageContent .icons {
  line-height: 23px;
  margin: 0 0 10px 0;
}
#pageContent .icons a {
  padding: 0 0 0 25px;
  line-height: 23px;
  height: 23px;
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
#pageContent .icons .add {
  background: url(../img/icon_add.png) left center no-repeat;
}
#pageContent .icons .delete {
  background: url(../img/icon_delete_selected.png) left center no-repeat;
}
#pageContent .icons .restore {
  background: url(../img/icon_restore_selected.png) left center no-repeat;
}
#pageContent .searchFilter {
  border: 1px solid #65c5f6;
  padding: 15px;
  margin: 0 0 10px 0;
}
#pageContent .searchFilter .column {
  width: 235px;
  float: left;
  margin: 0 10px 0 0;
}
#pageContent .searchFilter .control {
  background: url(../img/search_form_label.png) no-repeat;
  line-height: 27px;
  padding: 0 0 0 10px;
  font-size: 11px;
  color: #181818;
  margin: 0 0 9px 0;
  z-index: 1;
}
#pageContent .searchFilter .control label {
  width: 70px;
  float: left;
}
#pageContent .searchFilter .selectSingle, #pageContent .searchFilter .control .selectMulti {
  width: 150px;
  float: right;
  font-size: 12px;
}
#pageContent .searchFilter .column .formText, #pageContent .searchFilter .column .ac_input {
  width: 140px;
  height: 18px;
  line-height: 18px;
  padding: 4px 5px 3px 5px;
  background: url(../img/text_input_150_25.png) center center no-repeat;
  border: none;
  margin: 0;
  float: right;
}
#pageContent .searchFilter .column .formDate {
  width: 100px;
}

#pageContent .searchFilter .submitWrap {
  float: right;
}
#pageContent .searchFilter .submitWrap input {
  background: url(../img/search_form_submit.png) no-repeat;
  width: 200px;
  height: 50px;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #25495c;
  font-weight: bold;
}

.errorMessages {
  background: #ffe5e5 url(../img/messages_error_top.png) left top no-repeat;
  font-size: 14px;
  color: #f00;
  margin: 0 0 10px 0;
}
.errorMessages ul {
  background: url(../img/messages_error_bottom.png) left bottom no-repeat;
  padding: 6px 20px 6px 36px;
  line-height: 18px;
}
.successMessages {
  background: #e1f0d9 url(../img/messages_success_top.png) left top no-repeat;
  font-size: 14px;
  color: #390;
  margin: 0 0 10px 0;
}
.successMessages ul {
  background: url(../img/messages_success_bottom.png) left bottom no-repeat;
  padding: 6px 20px 6px 36px;
  line-height: 18px;
}

.ajaxLoader {
  width: 220px;
  height: 19px;
  background: url(../img/ajax-loader.gif) left top no-repeat;
  margin: -9px 0 0 0;
  position: absolute;
}
#dialogsContainer {
  text-align: left;
}
#dialogsContainer .buttons {
  margin: 10px 0 0 0;
}

#feedback {
  position: fixed;
  left: 0;
  top: 245px;
  width: 41px;
  height: 193px;
  background: url(../img/feedback.png) left top no-repeat;
}
#feedback a {
  display: block;
  height: 191px;
}
#feedback a span { display: none; }

.wysiwyg {
  line-height: 22px;
}
.wysiwyg p {
  margin:0 0 10px 0;
}
.wysiwyg h2 {
  color: #009933;
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0;
}
.wysiwyg ol, .wysiwyg ul {
  padding: 0 0 0 30px;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg table {
  border: 1px solid #65C5F6;
}
.wysiwyg th {
  
}
.wysiwyg th, .wysiwyg td {
  padding: 5px;
  border: 1px solid #65C5F6;
}
.wysiwyg td p {
  margin-bottom: 0;
}

#skyscraper {
  position: absolute;
  top: 233px;
  left: 990px;
}

.fast_search_box
{
	
	clear:both; 
	float:left; 
	width:100%; 
	height:auto; 
	padding:20px; 
	text-align:center; 
	border:1px solid #c9c9c9; 
	box-sizing:border-box;
}

.fast_search_box h2
{
	float:left;
}

.fast_search_box_items
{
	width:100%; 
	text-align:center;
	margin:20px 0px;
}

.fast_search_box_item
{
	float:left; 
	width:50%;
	text-align:left;
}

.fast_search_box_item a,
.fast_search_box_item a:hover
{
	font-size:13px;
	padding:2px 0px;
	display:inline-block;
}


.fast_search_box_left
{
	clear:both; 
	float:left; 
	width:100%; 
	height:auto; 
	padding:20px; 
	text-align:center; 
	border:1px solid #c9c9c9; 
	box-sizing:border-box;
}

.fast_search_box_left h2
{
	float:left;
}

.fast_search_box_left_items
{
	width:100%; 
	text-align:center;
	margin:20px 0px;
}

.fast_search_box_left_item
{
	float:left; 
	width:100%;
	text-align:left;
}

.fast_search_box_left_item a,
.fast_search_box_left_item a:hover
{
	font-size:13px;
	padding:2px 0px;
	display:inline-block;
}


#searchResults {
  margin: 15px 0 0 0;
}
#searchResults .form {
  border: 1px solid #65c5f6;
  float: left;
  width: 258px;
  padding: 13px;
  font-size: 11px;
}
#searchResults .formSubmitUp {
  margin: 10px 0 0 0;
}
#searchResults .form .header {
  font-size: 14px;
  color: #65c5f6;
}
#searchResults .form .controlWrap > .controlLabel,
#searchResults .form .controlWrap > .control {
  margin: 10px 0 0;
}
#searchResults .form .controlLabel {
  display: inline-block;
  vertical-align: middle;
  color: #181818;
  padding: 0 7px 0 0;
  width: 70px;
}
#searchResults .form .control {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 3px;
  width: 173px;
}
#searchResults .form select {
  width: 100%;
}
#searchResults #searchLocation h2 {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px 0 0;
  margin: 10px 0px 0;
  width: 70px;
}
#searchResults #searchLocation .selectSingle,
#searchResults #searchLocation .selectMulti,
#searchResults #searchLocation #streetText {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 10px 0 0 5px;
  width: 172px;
}
#searchResults .form .selectSingle, #searchResults .form .selectMulti {
  display: inline-block;
  width: 173px;
  padding: 0;
  border: 1px solid #a2a2a3;
  background-color: #d6d7d8;
  background: linear-gradient(#ffffff, #d6d7d8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: none;
}
#searchResults .form .selectSingle.open, #searchResults .form .selectMulti.open {
  background: linear-gradient(#d6d7d8, #ffffff);
}
#searchResults .form .selectSingle span.selected, #searchResults .form .selectMulti span.selected {
  background-image: url(../img/search_select_right_v2.png);
  padding: 2px 35px 3px 10px;
}
#searchResults .form .formText, #searchResults .form .ac_input {
  border: 1px solid #a2a2a3;
  line-height: 16px;
  height: 23px;
  padding: 3px 5px 2px 5px;
  margin: 0;
  width: 173px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#searchResults .form .checkbox {
  margin: 5px 0;
}
#searchResults .form .checkbox .control {
  display: inline-block;
  width: 24px;
}
#searchResults .form .checkbox .controlLabel {
  display: inline-block;
  width: 180px;
}
#searchResults .form .formSubmit {
  width: 100%;
  line-height: 18px;
  padding: 0;
  height: 36px;
  background-color: #a9dcf5;
  background: linear-gradient(#a9dcf5, #49bcf5);
  border: 1px solid #49bcf5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #25495c;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
#searchResults .form .formSubmit:active {
  background: linear-gradient(#49bcf5, #a9dcf5);
}
#searchResults .form hr {
  color: #c1e8fb;
  height: 1px;
  line-height: 1px;
  background: #c1e8fb;
  border: none;
  padding: 0;
  margin: 17px 0;
}
#searchResults .form .searchExtendedToggle {
  height: 27px;
  line-height: 27px;
  border: 1px solid #a3a3a3;
  background-color: #c9c9c9;
  background: linear-gradient(#c9c9c9, #a3a3a3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 10px 0;
}
#searchResults .form .searchExtendedToggle a {
  display: block;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#searchResults .form .narrowFilters .header {
  font-size: 12px;
  color: #636363;
}
#searchResults .form .narrowFilters .narrowFilter {
  margin: 10px 0;
}
#searchResults .form .narrowFilters .narrowFilter .header {
  color: #181818;
  margin: 0 0 4px 0;
  font-weight: bold;
}
#searchResults .form .narrowFilters .narrowFilter ul {
  font-size: 11px;
  margin: 0 0 10px 0;
}
#searchResults .form .narrowFilters .narrowFilter li {
  display: block;
  background: url(../img/bullet.png) 2px center no-repeat;
  padding: 0 0 0 15px;
  line-height: 16px;
}
#searchResults .form .narrowFilters .narrowFilter li a {
  color: #181818;
}
#searchResults .form .narrowFilters .narrowFilter li a span.count {
  color: #7d7d7d;
}

#searchResults .list {
  float: left;
}
#searchResults .list h1 {
  color: #ff9933;
  line-height: 28px;
  font-size: 18px;
  font-weight: normal;
}
#searchResults .list h1 span.count {
  font-size: 22px;
  font-weight: bold;
}
#searchResults .list .searchResultFilters {
  line-height: 18px;
  margin: 10px 0;
  font-size: 12px;
}
#searchResults .list .searchResultFilter {
  background: url(../img/search_filter.png) right center no-repeat;
  padding: 5px 30px 5px 10px;
  border: 1px solid #ff9933;
  float: left;
  color: #0052ae;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
#searchResults .list .searchResultFilter:hover {
  background: url(../img/search_filter_selected.png) right top no-repeat;
  border-bottom: 1px solid #fff;
}
#searchResults .list .filterOptions {
  display: none;
  position: absolute;
  border-left: 1px solid #ff9933;
  border-bottom: 1px solid #ff9933;
  z-index: 2;
  padding-top: 5px;
  background: #fff url(../img/search_filter_options.png) left top no-repeat;
}
#searchResults .list .right .filterOptions {
  background: url(../img/search_filter_options_right2.png) left top no-repeat;
  border-right: 1px solid #ff9933;
  border-left: none;
  padding-top: 0;
}
#searchResults .list .filterOptionsIn {
  border-right: 1px solid #ff9933;
  padding: 10px 0;
}
#searchResults .list .right .filterOptionsIn {
  border-right: none;
  background: url(../img/search_filter_options_right.png) left top no-repeat;
  padding: 6px 0 0 0;
}
#searchResults .list .right .filterOptionsIn2 {
  border-left: 1px solid #ff9933;
  padding: 10px 0;
  background: #fff;
}
#searchResults .list .filterOptions ul {
  float: left;
  border-right: 1px solid #ffe0c1;
  padding: 0 10px;
}
#searchResults .list .filterOptions ul.last {
  border-right: none;
}
#searchResults .list .filterOptions a {
  display: block;
  padding: 0 10px 0 20px;
}
#searchResults .list .filterOptions a.remove {
  background: url(../img/filter_icon_remove.gif) 6px center no-repeat;
}
#searchResults .list .filterOptions a.selected {
  background: url(../img/filter_icon_selected.gif) 4px center no-repeat;
}
#searchResults .list .filterOptions a.add {
  background: url(../img/filter_icon_add.gif) 6px center no-repeat;
}
#searchResults .list .filterOptions a:hover {
  background-color: #ffe0c1;
  text-decoration: none;
}


#searchResults .advert {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 9px;
  min-height: 120px;
}
#searchResults .adverts .top {
  background: #f3f9e6;
  padding-top: 0;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #f3f9e6;
  border-right: 1px solid #f3f9e6;
  margin: 0 0 10px 0;
  min-height: 129px;
}
#searchResults .adverts .top .topLabel {
  text-align: right;
  color: #99cc33;
  font-size: 10px;
  font-weight: bold;
  line-height: 15px;
}
#searchResults .advert:hover {
  border: 1px solid #ffcc66;
  /*margin-top: -1px;*/
  padding-top: 16px;
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}
#searchResults .top:hover {
  padding-top: 1px;
  margin-bottom: 9px;
}
#searchResults .advert .image {
  float: left;
  width: 145px;
}
#searchResults .advert .image .count {
  text-align: center;
  color: #0052ae;
  margin: 5px 0 0 0;
  font-size: 11px;
}
#searchResults .advert .description {
  float: right;
  width: 440px;
  position: relative;
}
#searchResults .advert h2 {
  color: #0052ae;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 6px 0;
}
#searchResults .demand div.price {
  width: 120px;
  color: #636363;
  font-size: 18px;
}
#searchResults .advert div.price .priceWrap {
  position: absolute;
  left: 0;
  top: 50px;
  width: 120px;
  text-align: right;
  color: #636363;
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
}
#searchResults .demand div.price .priceWrap {
  position: static;
}
#searchResults .advert div.price .priceWithEnergy {
  top: 32px;
  /*font-size: 14px;*/
}
#searchResults .advert div.price .priceWithEnergy .energy {
  font-weight: normal;
  display: block;
  font-size: 14px;
}
#searchResults .advert .attributes {
  position: absolute;
  top: 36px;
  left: 150px;
  line-height: 18px;
  color: #4a4a4a;
  width: 420px;
  height: 54px;
  font-size: 11px;
}
#searchResults .advert .otherDescription {
  position: absolute;
  top: 36px;
  left: 150px;
  width: 420px;
  height: 54px;
  font-size: 11px;
}
#searchResults .advert .attributes dt, #searchResults .advert .attributes dd {
  position: absolute;
  overflow: hidden;
  height: 18px;
}
#searchResults .advert .attributes .key_col_1 {
  left: 0;
  width: 66px;
}
#searchResults .advert .attributes .key_row_1, #searchResults .advert .attributes .value_row_1 {
  top: 0;
}
#searchResults .advert .attributes .key_row_2, #searchResults .advert .attributes .value_row_2 {
  top: 18px;
}
#searchResults .advert .attributes .key_row_3, #searchResults .advert .attributes .value_row_3 {
  top: 36px;
}
#searchResults .advert .attributes .value_col_1 {
  left: 70px;
  width: 75px;
  color: #181818;
}
#searchResults .advert .attributes .key_col_2 {
  left: 140px;
  width: 100px;
}
#searchResults .advert .attributes .value_col_2 {
  left: 260px;
  width: 100px;
  color: #181818;
}
#searchResults .advert .attributes .location {
  left: 140px;
  width: 210px;
  font-size: 12px;
}
#searchResults .advert .attributes .area {
  line-height: 24px;
  height: 24px;
  margin: 0 0 6px 0;
}

#searchResults .advert .tools {
  color: #0052ae;
  font-size: 11px;
  margin-top: 8px;
}
#searchResults .advert .tools li {
  float: left;
  padding: 0 10px;
  border-right: 1px solid #e4e4e4;
}
#searchResults .advert .tools li.last { border-right: none; }
#searchResults .advert .tools li a {
  display: block;
  height: 14px;
  background: left center no-repeat;
  padding: 0 0 0 16px;
  color: #c4c4c4;
}
#searchResults .advert .tools .map a { background-image: url(../img/icon_map.png); }
#searchResults .advert .tools .save a { background-image: url(../img/icon_save.png); }
#searchResults .advert .tools .contact a { background-image: url(../img/icon_contact.png); }
#searchResults .advert .tools .alerts a { background-image: url(../img/icon_alerts.png); }
#searchResults .advert .tools .send a { background-image: url(../img/icon_send.png); }
#searchResults .advert .tools .update a { background-image: url(../img/icon_restore.png); }
#searchResults .advert .tools .edit a { background-image: url(../img/icon_edit.png); }
#searchResults .advert .tools .archive a { background-image: url(../img/icon_delete.png); }
#searchResults .advert .tools .photogallery a { background-image: url(../img/icon_gallery.png); }
#searchResults .advert .tools .highlight a {
  background-image: url(../img/icon_highlight.png);
  color: #0052ae;
  font-weight: bold;
}

#searchResults .advert .tools a span {
  background: -100px -100px no-repeat;
}
#searchResults .advert:hover .tools a, #searchResults .advert .tools .contact a {
  color: #0052ae;
}
#searchResults .advert .tools .contact a {
  text-decoration: underline;
}
#searchResults .advert:hover .tools .map a, #searchResults .advert .tools .map a span { background-image: url(../img/icon_map_on.png); }
#searchResults .advert:hover .tools .save a, #searchResults .advert .tools .save a span { background-image: url(../img/icon_save_on.png); }
#searchResults .advert .tools .contact a, #searchResults .advert .tools .contact a span { background-image: url(../img/icon_contact_on.png); }
#searchResults .advert:hover .tools .alerts a, #searchResults .advert .tools .alerts a span { background-image: url(../img/icon_alerts_on.png); }
#searchResults .advert:hover .tools .send a, #searchResults .advert .tools .send a span { background-image: url(../img/icon_send_on.png); }

#searchResults .list .newsletter {
  background: url(../img/newsletter_border.png) no-repeat;
  line-height: 23px;
  padding: 8px 165px 9px 165px;
  height: 23px;
  text-align: center;
  font-size: 14px;
  color: #636363;
  margin: 20px 0 0 0;
}
#searchResults .list .newsletter .email {
  float: left;
}
#searchResults .list .newsletter .email input {
  margin: 0;
  padding: 0 5px;
  border: 0;
  width: 112px;
  height: 23px;
  background: url(../img/input_stroke_122_23.png) no-repeat;
  line-height: 23px;
}
#searchResults .list .newsletter .submit {
  margin: 0 0 0 8px;
  float: left;
}

#searchResults .banners {
  margin: 10px 0;
  text-align: center;
}
#searchResults .banner_150_150 {
  background: url(../img/search_baner_stroke.png) no-repeat;
  margin: 0 0 0 24px;
  padding: 1px;
  display: inline-block;
}
#searchResults .banner_150_150:first-child {
  margin: 0;
}

#searchResults .pager {
  color: #0052ae;
  font-size: 14px;
  line-height: 26px;
  margin: 25px 0 0 0;
  text-align: center;
}
#searchResults .pager a, #searchResults .pager span.separator {
  height: 26px;
  margin: 0 5px 0 0;
  padding: 4px 10px;
}
#searchResults .pager a {
  background: #e0f3fd;
  border-bottom: 1px solid #65c5f6;
}
#searchResults .pager a.selected {
  background: #0052ae;
  color: #fff;
  font-weight: bold;
}
#searchResults .pager a.next {
  font-weight: bold;
}

.search-form__toggle-sm {
  line-height: 18px;
  padding: 9px 48px;
  height: 36px;
  background-color: #a9dcf5;
  background: linear-gradient(#a9dcf5, #49bcf5);
  border: 1px solid #49bcf5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #25495c;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.search__attributes dt {
  display: inline-block;
  width: 30%;
}
.search__attributes dd {
  display: inline-block;
  width: 65%;
}

#searchResults .image {
  position: relative;
}
#searchResults .image .count {
  position: absolute;
  left: 8px;
  top: 76px;
}
#searchResults .image .count .gallery_link {
  color: #ffffff;
  text-shadow: 1px 1px 2px #000;
}

#searchResults .advert .description h2 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#searchResults .advert .search__price-full {
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-bottom: 4px;
}
#searchResults .advert .search__price-unit {
  text-align: right;
  color: #999999;
}
#menuTop li.hasSubmenu .toggle {
  display: none;
}
.topAdverts {
  text-align: center;
}
.top-advert {
  display: inline-block;
}
.fast_search_stats {
  float: right;
  padding-right: 10px !important;
}
.searchResults--account {
  width: 610px;
  max-width: 100%;
}

#advertDetail .description {
  text-align: left;
}

#advertDetail .bottomDescription .map {
  border: 1px solid #c9c9c9;
  width: 100%;
  float: right;
}

.statistic-row {
  width:980px;
}


/************************************
***  RESPONSIVE LAYOUT **************
************************************/
@media(min-width: 951px) {

  .fast_search_box {
    display: none;
  }
}
@media(max-width: 1500px) {
  body.withSkyscraper #wrap {
    width: 900px;
  }

  #wrap {
    margin: 0;
  }

  #skyscraper {
    /*position: unset;*/
    /*margin-left: 30%;*/
  }

  #advertDetail .rightleft {
    float: left;
    text-align: left;
    width: 40% !important;
  }

  

  #advertDetail  .rightright {
    float: right;
    text-align: right;
    width: 60% !important;
  }

  .statistic-row {
    width:980px;
  }
}

@media(max-width: 1121px) {
  body.withSkyscraper #wrap {
    width: 95%;
  }

  #wrapIn {
    width: 100%;
  }

  #skyscraper {
    position: unset;
    margin-left: 30%;
  }

  #advertDetail .description {
    text-align: left;
  }

  #advertDetail .rightleft {
    float: left;
    text-align: left;
    width: 40% !important;
  }


  #advertDetail  .rightright {
    float: right;
    text-align: right;
    width: 60% !important;
  }

  #menuTop {
    clear: both;
    padding: 1px 0 0 0;
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4a4a4a;
  }

  div.big a img {
    width: 100%;
    height: auto;
  }


  .statistic-row {
    width:100%;
  }
}

@media(min-width: 1051px) and (max-width: 1120px) {
  #advertDetail .detail .left {
    float: left;
    width: 36% !important;
  }

  #advertDetail .detail .right {
    float: right;
    width: 60% !important;
    padding-right: 10px;
  }

  #advertDetail .detail .left {
    float: left;
    width: 36% !important;
  }

  #advertDetail .detail .right {
    float: right;
    width: 60% !important;
    padding-right: 10px;
  }

  #advertDetail .rightleft {
    float: left;
    text-align: left;
    width: 40% !important;
  }

  
  #advertDetail  .rightright {
    float: right;
    text-align: right;
    width: 60% !important;
  }

  .statistic-row {
    width:100%;
  }
}

@media(min-width: 951px) and (max-width: 1050px) {
  body.withSkyscraper #wrap {
    width: 95%;
  }

  #wrapIn {
    width: 100%;
  }

  #menuTop {
    font-size: 8px;
  }

  
  .cols2page .leftCol {
    display: none;
  }

  .cols2page .rightCol {
    width: 100%;
  }

  #searchResults .advert .image {
    float: left;
    width: 40%;
  }

  #searchResults .advert .description {
    float: right;
    width: 60%;
    position: relative;
  }

  

  div.big a img {
    width: 100%;
    height: auto;
  }

  #advertDetail .description {
    text-align: left;
  }

  #advertDetail .detail .left {
    float: left;
    width: 36% !important;
  }

  #advertDetail .detail .right {
    float: right;
    width: 60% !important;
    padding-right: 10px;
  }

  #advertDetail .rightleft {
    float: left;
    text-align: left;
    width: 40% !important;
  }


  #advertDetail  .rightright {
    float: right;
    text-align: right;
    width: 60% !important;
  }

  #menuTop {
    clear: both;
    padding: 1px 0 0 0;
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4a4a4a;
  }

  .statistic-row {
    width:100%;
  }
}


@media(min-width: 769px) and (max-width: 950px) {
  thSkyscraper #wrap {
    width: 90%;
  }

  #wrapIn {
    width: 95%;
  }

  

  .leftMenu{
    display: none;
  }
  .cols2page .rightCol {
    width: 100%;
  }

  .articlesList {
    padding-right: 20px;
    margin: 25px 0 0 0 !important;
  }

  #searchResults .advert .image {
    width: 100%;
    display: block;
    float: none;
  }

  #searchResults .advert .description {
    width: 100%;
    display: block;
    float: none;
    height: 120px;
  }

  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: block;
  }

  .collapsed-sm {
    display: none;
  }

  .hidden-lg {
    display: block;
  }

  #skyscraper {
    position: initial;
    margin-left: 30%;
  }

  #advertDetail .bottomDescription .map .googleMaps {
    width: 100%;
  }

  #advertDetail .links {
    margin: 100px 0 20px 0;
  }

  a.thumbn .thumbnail{
    width: 100vw;
    height: auto;
  }
  #advertOnMap.map {
    width: 100% !important;
  }

  #advertDetail .links {
    margin: 0 0 20px 0;
  }

  #menuMobile {
    position: absolute;
    right: 8px;
    top: 8px;
  }

  #nav-icon {
    width: 40px;
    height: 36px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  #nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #f38600;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  #nav-icon span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #nav-icon span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #nav-icon span:nth-child(3) {
    top: 24px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 5px;
  }

  .cols2page .rightCol {
    margin-top: 2em;
  }

  #nav-icon.open span:nth-child(2) {
    width: 0;
    opacity: 0;
  }

  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 28px;
    left: 5px;
  }

  #menuTop {
    height: 0;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    overflow: hidden;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    right: 58px;
    background: #99CD67;
    z-index: 999;
  }

  #menuTop.open {
    height: auto;
    opacity: 1;
  }

  #menuTop li {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #ff9933;
    background: none !important;
  }

  #menuTop li:last-child {
    border-bottom: none;
  }

  #menuTop li.hasSubmenu ul {
    display: block;
    position: relative;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    background: none !important;
    left: 0;
    top: 0;
    -webkit-transition: max-height .25s ease-in-out;
    -moz-transition: max-height .25s ease-in-out;
    -o-transition: max-height .25s ease-in-out;
    transition: max-height .25s ease-in-out;
  }

  #menuTop li.hasSubmenu.open ul {
    max-height: 1000px;
  }

  #menuTop li.hasSubmenu.open ul li a {
    padding: 0 0 0 19px;
  }

  #menuTop li.hasSubmenu ul li {
    border: none;
    padding: 32px 16px 0 0;
  }

  #menuTop li.hasSubmenu ul li:last-child {
    padding-bottom: 16px;
  }

  #menuTop li.hasSubmenu .toggle {
    display: block;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    padding: 16px 16px 16px 48px;
  }

  #menuTop li a {
    background: none !important;
    border: none !important;
    color: #FFFFFF !important;
  }

  #menuTop li span {
    background: none !important;
    padding: 0 !important;
  }

  .left {
    width: 100%;
    text-align: left ;
  }
  #advertDetail .detail .right {
    width: 100% !important;
    text-align: right ;
  }

  #advertDetail .links {
    margin: 0 0 20px 0;
    padding-top: 119px;
  }

  #advertDetail .links .right {
    width: 100% !important;
    text-align: left ;
  }

  div.big a img {
    width: 100%;
    height: auto;
  }

  #advertDetail {
    margin: 24px 10px 0 10px;
  }

  #advertDetail .links .left {
    float: left;
    width: 41% !important;
  }

  #advertDetail .links .right {
    float: right;
    width: 60% !important;
  }

  #advertDetail .mainDescription .right {
    float: left;
    width: 100% !important;
  }

  #advertDetail .description {
    margin: 16px 0 0 0;
    line-height: 22px;
    text-align: left;
  }

  div.big a img {
    width: 100%;
    height: auto;
  }

  #advertDetail .detail .left {
    float: left;
    width: 100% !important;
  }

  #advertDetail .detail .right {
    float: right;
    width: 100% !important;
  }

  #advertDetail .rightleft {
    float: left;
    text-align: left;
    width: 40% !important;
  }

 
  #advertDetail  .rightright {
    float: right;
    text-align: right;
    width: 60% !important;
  }

  div.hidden-lg img {
    width: 95%;
    height: auto;
  }

  .statistics {
    margin: 10px 0;
    padding-top: 140px;
  }
}



@media(max-width: 768px) {
  body, #wrap, #wrapIn {
    margin: 0;
    background: none;
  }

  #menuMobile {
    position: absolute;
    right: 8px;
    top: 8px;
  }

  .cols2page .leftCol {
    display: none;
  }

  #nav-icon {
    width: 40px;
    height: 36px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  #nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #f38600;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  #nav-icon span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #nav-icon span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #nav-icon span:nth-child(3) {
    top: 24px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 5px;
  }

  #nav-icon.open span:nth-child(2) {
    width: 0;
    opacity: 0;
  }

  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 28px;
    left: 5px;
  }

  #menuTop {
    height: 0;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    overflow: hidden;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    right: 58px;
    background: #99CD67;
    z-index: 999;
  }
  #menuTop.open {
    height: auto;
    opacity: 1;
  }

  #menuTop li {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #ff9933;
    background: none !important;
  }
  #menuTop li:last-child {
    border-bottom: none;
  }
  #menuTop li.hasSubmenu ul {
    display: block;
    position: relative;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    background: none !important;
    left: 0;
    top: 0;
    -webkit-transition: max-height .25s ease-in-out;
    -moz-transition: max-height .25s ease-in-out;
    -o-transition: max-height .25s ease-in-out;
    transition: max-height .25s ease-in-out;
  }
  #menuTop li.hasSubmenu.open ul {
    max-height: 1000px;
  }
  #menuTop li.hasSubmenu.open ul li a {
    padding: 0 0 0 19px;
  }
  #menuTop li.hasSubmenu ul li {
    border: none;
    padding: 32px 16px 0 0;
  }
  #menuTop li.hasSubmenu ul li:last-child {
    padding-bottom: 16px;
  }
  #menuTop li.hasSubmenu .toggle {
    display: block;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    padding: 16px 16px 16px 48px;
  }
  #menuTop li a {
    background: none !important;
    border: none !important;
    color: #FFFFFF !important;
  }
  #menuTop li span {
    background: none !important;
    padding: 0 !important;
  }

  .articlesList {
    padding-left: 15px;
    padding-right: 15px;
    /*margin: 25px 0 0 0 !important;*/
  }

  #skyscraper {
    display: none;
  }

  h1, h1.main_page, h2.main_page_h2 {
    line-height: 15px;
    font-size: 15px;
    left: 120px;
    right: 64px;
  }

  #header {
    height: 76px;
    background: linear-gradient(#ffffff, #d6d7d8);
  }

  #header a.h1 {
    width: 100px;
    height: 61px;
    background-size: 100% 100%;
    margin: 8px;
  }

  #wrap, #wrapIn, body.withSkyscraper #wrap, .adverts {
    width: 100%;
  }
  #wrap {
    padding: 0;
  }

  #searchResults {
    margin: 0;
  }

  #searchResults .form {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #searchResults .form .controlLabel,
  #searchResults #searchLocation h2 {
    width: 30%;
    min-width: 70px;
  }
  #searchResults .form .control,
  #searchResults #searchLocation .selectSingle,
  #searchResults #searchLocation .selectMulti,
  #searchResults #searchLocation #streetText,
  #searchResults .form .selectMulti,
  #searchResults .form .formText,
  #searchResults .form .ac_input {
    width: 66%;
    min-width: 250px;
  }
  #searchResults .form .selectSingle,
  #searchResults .form .control .selectMulti,
  #searchResults .form .control .formText {
    width: 100%;
  }
  #searchResults .form .checkbox .control {
    width: 20px;
    min-width: 20px;
  }
  #searchResults .form .checkbox .controlLabel {
    width: 80%;
  }

  #advertDetail .links {
    padding-top: 0;
  }

  #searchResults .advert {
  }
  #searchResults .advert * {
    float: none;
  }
  #searchResults .advert .image {
    width: 100%;
    display: block;
    float: none;
  }
  #searchResults .advert .description {
    width: 100%;
    display: block;
    float: none;
    height: 120px;
  }
  #searchResults .advert .image img {
    width: 100%;
    height: auto;
  }
  #searchResults .advert .image .count {
    display: none;
  }

  #searchResults .advert .search__price {
    position: absolute;
    top: -32px;
    left: 0;
  }
  #searchResults .advert .search__price-full, #searchResults .advert .search__price-unit {
    text-align: left;
    display: inline-block;
    color: #ffffff;
    text-shadow: 1px 1px 3px #000;
    padding-right: 8px;
  }

  .fast_search_box_item {
    width: 100%;
  }
  .fast_search_box h2 {
    margin-bottom: 16px;
  }
  .fast_search_box_item a, .fast_search_box_item a:hover {
    font-size: 15px;
    margin-top: 8px;
  }

  
 

  .rightCol, .leftCol {
    max-width: 100%;
  }
  .article {
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  div.hidden-lg img {
    width: 95%;
    height: auto;
  }

  #advertDetail {
    margin: 24px 10px 0 10px;
  }

  #advertDetail .detail .left {
    float: left;
    width: 100% !important;
  }

  #advertDetail .detail .right {
    float: right;
    width: 100% !important;
  }

  #advertDetail .rightleft {
    float: left;
    text-align: left;
    width: 40% !important;
  }


  #advertDetail  .rightright {
    float: right;
    text-align: right;
    width: 60% !important;
  }

  .statistic-row {
    width:100%;
  }
}

@media(min-width: 665px) and (max-width: 768px) {
  #advertDetail .links .left {
    float: left;
    width: 41% !important;
  }

  #advertDetail .links .right {
    float: right;
    width: 60% !important;
  }

  #advertDetail .detail .left {
    float: left;
    width: 100% !important;
  }

  #advertDetail .detail .right {
    float: right;
    width: 100% !important;
  }

  #advertDetail .rightleft {
    float: left;
    text-align: left;
    width: 40% !important;
  }


  #advertDetail  .rightright {
    float: right;
    text-align: right;
    width: 60% !important;
  }

  .statistic-row {
    width:90%;
  }
}

@media(max-width: 768px) {
  #advertDetail {
    margin: 24px 10px 0 10px !important;
  }

  #advertDetail .links .left {
    float: left;
    width: 100% !important;
  }

  #advertDetail .links .right {
    float: right;
    margin-top: 15px;
    width: 100% !important;
  }

  #advertDetail .detail .left {
    float: left;
    width: 100% !important;
  }

  #advertDetail .detail .right {
    float: right;
    width: 100% !important;
  }


  #advertDetail .rightleft {
    float: left;
    text-align: left;
    width: 40% !important;
  }


  #advertDetail  .rightright {
    float: right;
    text-align: right;
    width: 60% !important;
  }

  #searchResults .advert .description h2 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 1.5em;
  }

  #searchResults .advert .search__price {
    background-color: #454545ab;
    position: absolute;
    top: -56px;
    left: 0;
    padding: 1em 0 1em 1em;
  }

   

  .statistic-row {
    width:100%;
  }
}