.messagebox_overlay{background-color:rgba(255,255,255,.6)}.messagebox{font-family:verdana,arial,helvetica,sans-serif;font-size:10pt;font-style:normal;font-weight:400;text-align:left;color:#303030;background-color:#fcfcfc;border:1px solid #c8c8c8;box-shadow:0 2px 4px #a0a0a0;max-height:90%;max-width:90%;min-width:300px}.messagebox_title{background-color:#f5f5f5;border-bottom:1px solid #c8c8c8;padding:5px;text-align:center;font-weight:700}.messagebox_content{padding:20px}.messagebox_content_label{width:100%;font-style:italic;margin-top:10px;margin-bottom:-5px}.messagebox_content_input{width:100%;margin-top:10px;padding:3px;color:#303030;border:1px solid #909090;font-family:inherit;font-size:inherit;font-style:normal;font-weight:inherit;text-align:left}.messagebox_content_input:hover{border-color:#707070}.messagebox_content_input:focus{border-color:#707070;box-shadow:inset 0 0 3px #ffd540}.messagebox_content_input_selectplaceholder{color:#909090}.messagebox_content_checkbox_wrapper{width:100%;margin-top:10px}.messagebox_content_checkbox{margin-right:5px;vertical-align:-2px}.messagebox_content_caption{width:100%;margin-top:15px;padding:5px 0}.messagebox_content_error{background-color:#fad0d5;color:#a02020;margin-top:15px;margin-bottom:-10px;padding:4px 6px;border-radius:2px}.messagebox_buttons{background-color:#f5f5f5;border-top:1px solid #c8c8c8;padding:10px 20px 0 20px;text-align:center}.messagebox_buttons_button{font-family:inherit;font-size:inherit;font-weight:700;text-align:center;min-width:75px;margin:0 4px 10px 4px;padding:5px 10px;cursor:pointer;color:#404040;background-color:#e9e9e9;background-image:linear-gradient(to bottom,rgba(255,255,255,.4) 0,rgba(255,255,255,.2) 50%,rgba(255,255,255,.1) 51%,rgba(255,255,255,0) 100%);border:1px solid silver;border-radius:2px}.messagebox_buttons_button:hover{color:#202020;background-color:#f0f0f0}.messagebox_buttons_button:active{background-color:#e6e6e6;border:1px solid #a0a0a0;box-shadow:inset 0 0 6px #d0d0d0}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #3d3d3d;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
        margin-bottom: 0px;
    font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizelegibility;
}
h1 {
    font-size: 36px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #4d4d4d;
	line-height: 54px;
}
h2 {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #4d4d4d;
}
hr {
    margin: 18px 0;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid white;
}
p {
    margin: 0 0 9px;
    margin-bottom: 9px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
}
#confform {
	padding-top:20px;
}
#paket {
    margin: 20px auto;
}
#paket > div {
    display: inline-block;
}
#paket > div label {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #4d4d4d;
}
#paket > div input {
	vertical-align: middle;
}
#paket > div label span {
    margin-left: 10px;
}


.wndtype_selO {
    border: 4px solid transparent;
    margin-bottom: 5px;
}
#wndtype_1 .wndtype_sel, span.wndtype_i1 {
    width: 38px;
    height: 49px;
    background: url(../img/wndtypes.png) 0 0 no-repeat;
}
.mytooltip {
    position: absolute;
    z-index: 1001;
    display: block;
    padding: 5px;
    font-size: 10px;
    line-height: 14px;
    visibility: visible;
    margin-top: -5px;
    margin-left: -7px;
}
.mytooltip2 {
  display: none;
}
.mytooltip .mytooltip_x {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  margin: 10px 9px 0 0;
  cursor: pointer;
  background: url(../img/mytooltip_x.png) 0 0 no-repeat;
}
.mytooltip.right {
    margin-left: 2px;
}
.wndtype .mytooltip2 {
    left: 65px;
    top: -20px;
    margin: 0;
}
.wndtype {
  position: relative;
}
.wndtype::after {
    content: "";
    display: block;
    clear: both;
}
.wndtype_sel {
  cursor: pointer;
}
.wndtype_selO {
  border: 4px solid transparent;
  margin-bottom: 5px;
  float: left;
}
.wndtype_selO.active {
  border: 4px solid #9989ff;
}
.wndtype .mytooltip2 {
  left: 65px;
  top: -20px;
  margin: 0;
}
.wndtype .mytooltip-inner span {
	display: inline-block;
	margin-right: 7px;
	cursor: pointer;
	vertical-align: middle;
	background:url(../img/wndtypes.png) 0 0 no-repeat;
}
.wndtype .mytooltip-inner span:last-child {
  margin-right: 0;
}
.wndtype .mytooltip-inner {
	color: #3d3d3d;
	text-decoration: none;
	background-color: white;
	text-align: left;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	white-space: nowrap;
	padding: 15px;
}
#wndtype_1 .wndtype_sel,
span.wndtype_i1 {
  width: 53px;
  height: 69px;
  background: url(../img/wndtypes.png) 0 0 no-repeat;
}
#wndtype_2 .wndtype_sel,
span.wndtype_i2 {
  width: 84px;
  height: 69px;
  background: url(../img/wndtypes.png) 0 -75px no-repeat;
}
#wndtype_3 .wndtype_sel,
span.wndtype_i3 {
  width: 114px;
  height: 69px;
  background: url(../img/wndtypes.png) 0 -150px no-repeat;
}
#wndtype_4 .wndtype_sel,
span.wndtype_i4 {
  width: 150px;
  height: 69px;
  background: url(../img/wndtypes.png) 0 -225px no-repeat;
}
#wndtype_5 .wndtype_sel,
span.wndtype_i5 {
  width: 85px;
  height: 97px;
  background: url(../img/wndtypes.png) 0 -301px no-repeat;
}
#wndtype_6 .wndtype_sel,
span.wndtype_i6 {
  width: 85px;
  height: 97px;
  background: url(../img/wndtypes.png) 0 -404px no-repeat;
}
#wndtype_7 .wndtype_sel,
span.wndtype_i7 {
  width: 114px;
  height: 97px;
  background: url(../img/wndtypes.png) 0 -507px no-repeat;
}
#wndtype_8 .wndtype_sel,
span.wndtype_i8 {
  width: 86px;
  height: 95px;
  background: url(../img/wndtypes.png) 0 -611px no-repeat;
}
#wndtbl_c {
    text-align: center;
	position: relative;
	margin: 0 30px 0 0;
}
.mytooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-right: 5px solid white;
    border-bottom: 5px solid transparent;
}
#window_img {
    max-width: 90%;
    height: auto;
	margin: 5%;
}
#wndtw > div > div {
	width:100%;
	height:100%;
}
#wndtw_r, #wndtw_b {
	display:none;
}
#wndtw_t {
  height: 10px;
  position: absolute;
  left: 30px;
  right:30px;
  top: 0;
}
#wndtw_l {
  width: 10px;
  position: absolute;
  left: 0;
  bottom:30px;
  top: 30px;
}
#wndtw_b {
  height: 10px;
  position: absolute;
  left: 30px;
  right:50%;
  bottom: 0;
}
#wndtw_r {
  width: 10px;
  position: absolute;
  bottom: 50%;
  right:0;
  top: 30px;
}
#wndtw_t.nbr {
	left: 30px;
	right:30px;
	bottom: 0;
	top:auto;
}
#wndtw_l.nbr {
	bottom: 30px;
	right:0;
	top: 30px;
	left:auto;
}
#wndtw_t .ui-slider,
#wndtw_l .ui-slider,
#wndtw_b .ui-slider,
#wndtw_r .ui-slider {
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  background-color: #dadada;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  position: relative;
}
#wndtw_t .ui-slider-handle,
#wndtw_l .ui-slider-handle,
#wndtw_b .ui-slider-handle,
#wndtw_r .ui-slider-handle {
  cursor: default;
  height: 32px;
  width: 32px;
  position: absolute;
  z-index: 2;
  outline: 0 none;
  border: 0;
}
#wndtw_t .ui-slider-handle, #wndtw_b .ui-slider-handle {
  background: url(../img/buttons.png) -200px -190px no-repeat;
  margin: -14px 0 0 -17px;
}
#wndtw_t:not(.nbr) .ui-slider-handle {
  transform:rotate(180deg);
}
#wndtw_t:not(.nbr) .ui-slider-handle i {
  transform:rotate(180deg);
}
#wndtw_l .ui-slider, #wndtw_r .ui-slider {
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  background-color: #dadada;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  position: relative;
}
#wndtw_l:not(.nbr) .ui-slider-handle {
  transform:rotate(180deg);
  margin: 0 0 -15px -10px !important;
}
#wndtw_l:not(.nbr) .ui-slider-handle i {
  transform:rotate(180deg);
}
#wndtw_l .ui-slider-handle, #wndtw_r .ui-slider-handle {
  cursor: default;
  position: absolute;
  z-index: 2;
  outline: 0 none;
  background: url(../img/buttons.png) -232px -190px no-repeat;
  margin: 0 0 -15px -19px;
  left: 2px;
}
#wndtw_t .ui-slider-handle, #wndtw_b .ui-slider-handle {
    top: 0;
}
#wndtw {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#wndtw_b i, #wndtw_r i, #wndtw_t i, #wndtw_l i {
    position: absolute;
    padding: 3px 6px;
    background-color: white;
    border: 1px solid #e4e4e4;
    color: #4d4d4d;
    white-space: nowrap;
    left: 0;
    top: 0;
}
#wndtw_b i {
    top: 35px;
}
#wndtw_l i {
    left: 35px;
}
#wndtw_r i {
    left: 35px;
}
#wndtw_t i {
    top: 35px;
}






#wndparsbar .spacer {
  margin-bottom: 10px;
}
#wndparsbar label,
#wndparsbar .lbl {
  font-size: 14px;
  line-height: 28px;
  cursor: default;
}
#wndparsbar h3 {
  font-size: 16px;
}
.noted {
    border: 3px dotted #c5c5c5;
        border-bottom-color: rgb(197, 197, 197);
        border-bottom-style: dotted;
        border-bottom-width: 3px;
    color: #3d3d3d;
}
.notedIn {
    padding: 10px 15px;
    background-color: #e6e6e6;
}



.wlist {
    clear: both;
    overflow: hidden;
    margin-top: 100px;
}
.wlist_item_image {
    width: 100px;
}
.wlist_item_image img {
    width: 100%;
}
.wlist_list_table {
    width: 100%;
}
.wlist_item_action_delete {
    background: #f00;
    height: 25px;
    line-height: 25px;
    display: block;
    width: 20px;
    color: #fff;
    font-weight: bold;
    padding: 0;
    border-radius: 20%;
	text-align: center;
}
#wndparsbar {
  border-bottom: none;
}
.button {
  text-transform: none;
  height: 55px;
  background: url(../img/buttons.png) right -60px no-repeat;
  padding-right: 40px;
  border-collapse: collapse;
  cursor:pointer;
}
.button.hovered {
  background-position: right -390px;
}
.button.pressed {
  background-position: right -570px;
}
.button div {
  padding: 6px 0 0 40px;
  height: 55px;
  background: url(../img/buttons.png) left top no-repeat;
}
.button.hovered div {
  background-position: left -330px;
}
.button.pressed div {
  background-position: left -510px;
}
.button a {
  display: block;
  margin-left: -30px;
  margin-right: -30px;
  padding: 11px 15px;
  position: relative;
  font-size: 13px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  outline: 0 none;
  color: #3d3d3d;
}
.button a span {
  color: #3d3d3d;
}
.button.hovered a,
.button.pressed a,
.button.hovered a span,
.button.pressed a span {
  color: black;
}
.button.pressed a {
  padding-top: 11px;
}
.i_dimen {
    padding: 3px 0 3px 30px;
    background: url(../img/i_dimen.png) left center no-repeat;
}
#lpricebar2 .notedIn {
    background-color: #f7f7f7;
    padding: 20px 0 10px 15px;
}
.rbutton {
  background: url(../img/buttons.png) right -120px no-repeat;
}
.rbutton.hovered {
  background-position: right -450px;
}
.rbutton.pressed {
  background-position: right -630px;
}
.rbutton a {
  padding-right: 33px;
}
.dbutton {
  display: inline-block;
  text-transform: none;
  height: 57px;
  padding: 8px 10px 0 10px;
  width: 176px;
  background-position: left -180px;
}
.dbutton.hovered {
  background-position: -281px -181px;
}
.dbutton.pressed {
  background-position: -1px -255px;
}
.dbutton a {
  display: block;
  text-align: center;
  padding: 10px 10px 15px 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  outline: 0 none;
}
.dbutton.pressed a {
  padding-top: 11px;
}


.input-checkbox {
    display: inline;
    margin: 0 0 0 10px;
}
.jq-checkbox {
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    cursor: hand;
}
.jq-checkbox .mark {
    display: inline;
	padding: 0;
    background-color: none;
}
.jq-checkbox img {
    vertical-align: top;
    width: 27px;
    height: 26px;
}
.jq-checkbox img {
    background: transparent url(../img/bg-checkbox.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
}
.jq-checkbox img {
    background-position: 0px 0px;
}
.jq-checkbox-checked img {
    background-position: 0px -27px;
}

.mytooltip2 {
  display: none;
}
#frameColorBar.mytooltip2 {
  right: 150px;
  top: 0;
}
#frameColorBar2.mytooltip2 {
  right: 150px;
  top: 0;
}
.mytooltip .mytooltip_x {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  margin: 10px 9px 0 0;
  cursor: pointer;
  background: url(../img/tooltip_x.png) 0 0 no-repeat;
}
.mytooltip .mytooltip_x:before{
	content:"x";
	display:block;
	width:100%;
	height:100%;
	font-size: 22px;
}
.mytooltip-inner {
    padding: 15px;
    color: #3d3d3d;
    text-align: center;
    text-decoration: none;
    background-color: white;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
#frameColorBar .mytooltip-inner {
  max-width: 690px;
  width: 690px;
}
#frameColorBar2 .mytooltip-inner2 {
  max-width: 300px !important;
  width: 300px !important;
  margin-left:-300px;
}
#frameColorBar .mytooltip-inner span {
  width: 97px;
  height: 73px;
  display: inline-block;
  margin:auto;
  background: url(../img/frameColor.png) 0 0 no-repeat;
  cursor: pointer;
}
#frameColorBar .mytooltip-inner span.active {
  border-color: #9989ff;
}
#frameColorBar .mytooltip-inner div {
  display: inline-block;
}
#frameColorBar2 {
  bottom: 0;
  left: 132px;
  margin: 0 0 220px;
}
#frameColorBar2 .mytooltip-inner {
  max-width: 660px;
  width: 660px;
}
#frameColorBar2 .mytooltip-inner span {
  width: 97px;
  height: 73px;
  display: inline-block;
  margin:auto;
  background: url(../img/frameColor.png) 0 0 no-repeat;
  cursor: pointer;
}
#frameColorBar2 .mytooltip-inner span.active {
  border-color: #9989ff;
}
#frameColorBar2 .mytooltip-inner div {
  display: inline-block;
}
#frameColorM {
    display: inline-block;
    height: 26px;
    width: 27px;
    background: white url(../img/buttons.png) -210px -286px no-repeat;
    padding: 5px;
    vertical-align: middle;
    cursor: pointer;
}
.call_request {
  width: 420px;
}
.call_request textarea {
  font-family: "Arial", "Verdana", sans-serif;
  resize: none;
  height: 80px;
  line-height: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 340px;
}
.call_request h2 {
  font-size: 22px !important;
}
.call_request .form_form {
  *zoom: 1;
}
.call_request .form_form:before,
.call_request .form_form:after {
  display: table;
  content: "";
}
.call_request .form_form:after {
  clear: both;
}
.call_request .loading {
  margin: 30px 0 0 56px;
}
#getprof {
  left: 100px;
  top: 500px;
  width: 420px;
}
#getprof .tooltip-inner,
.call_request .tooltip-inner {
  padding: 20px 30px;
}
#getprof h2,
#call_request h2 {
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 15px 0;
  text-align: left;
}
#getprof_name,
#call_request_name,
#call_request_scope {
  width: 100%;
}
#getprof_phone,
#call_request_phone {
      width: 100%;
    /* float: left; */
}
#getprof_email,
#call_request_email {
  width: 100%;
}
#getprof_region {
  width: 100%;
}
#getprof_add {
  width: 100%;
}
#getprof .t1,
.call_request .t1 {
  line-height: 30px;
  padding-left: 10px;
}
#getprof .phone,
.call_request .phone {
     float: right;
    font-size: 18px;
    line-height: 28px;
    margin-top:0px;
}
#getprof .button,
.call_request .button {
  position: relative;
  left: -10px;
}
#getprof p {
  margin-top: 10px;
}
#getprof .loading {
     margin: 27px 0 0px 0px;
}
#lsandArr {
  z-index: 1;
  width: 484px;
  height: 236px;
  position: absolute;
  display: none;
  left: 0;
  top: 17px;
}
.input-text {
    display: block;
    margin: 0 0 23px 0;
    height: 32px;
    line-height: 32px;
    padding: 0 9px;
    border: 1px solid #eeeeee;
        border-left-color: rgb(238, 238, 238);
        border-left-style: solid;
        border-left-width: 1px;
    border-left: 1px solid #cbcbcb;
    -webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: black;
}
.button_yellow {
    padding: 9px 31px;
    font-size: 11px;
    background: #ffc51f;
    border: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
#wndopt_houseType {
	width:100%;
}
#wndparsbar .notedIn > div {
    white-space: nowrap;
    overflow: hidden;
}
.form_form {
	overflow: hidden;
}
#window_num {
    width: 80px;
}

@media (max-width: 1199.98px) {
.button div {
    padding: 6px 0 0 5px;
}
.button div a {
	padding: 11px 0 11px 5px;
	text-align: center;
	margin: 0;
}
.button div a span {
    padding: 0;
	display: block;
}
.rbutton {
    max-width: 520px;
    margin: 0 auto;
}
}
@media (max-width: 991.98px) {
#frameColorBar.mytooltip2 {
    right: 0;
    top: 0;
    left: 0;
    width: auto;
}
#frameColorBar .mytooltip-inner {
    max-width: 1000px;
    width: auto;
}
#frameColorBar2.mytooltip2 {
    right: 0;
    top: 0;
    left: 0;
    margin: 0;
}
#frameColorBar2 .mytooltip-inner2 {
    max-width: 1000px !important;
    width: auto !important;
    margin: 0;
}
}
@media (max-width: 767.98px) {
#paket > div label {
    font-size: 18px;
}
#wndtbl_c {
    margin: 30px 30px 0;
}
#wndtype_collapse {
	display:none;
    padding: 20px 0 0 0;
}
.wndtype .mytooltip2 {
    margin: 0;
    position: static;
    overflow: hidden;
    clear: both;
}
.wndtype .mytooltip-inner {
    white-space: normal;
}
#getprof {
    position: fixed;
    top: 20px!important;
    left: 20px!important;
    right: 20px;
    bottom: 20px;
    overflow-y: scroll;
	width: auto;
}
}
@media (max-width: 575.98px) {
	#paket > div {
		text-align:center!important;
	}
}







