/* UNCATEGORIZED */
.cm-read-more {
    display: none;
}
.foto .cell {
    display: inline-block;
}

/* ESHOP */
.eshop-grid {
    display: inline-block;
    width: calc(100% - 250px);
    vertical-align: top;
}
.eshop-menu {
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    width: 200px;
}
.eshop-menu li {
    padding-left: 15px;   
}
.eshop-menu li a:focus {
    outline: 0;
}
.product {
    vertical-align: top;
    display: inline-block;
}
.product.product-with-same-in-cat, .product.product-with-cats {
    width: calc(100% - 250px);    
}
.product .left {
    vertical-align: top;
    display: inline-block;
    width: 500px;
}
.product .right {
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 550px);
}
.product-gallery-wrapper {
    margin-top: 20px;
    width: 400px;
    position: relative;
}
.main-image {
    /*height: 400px;*/
    width: 400px;
    line-height: 400px;
    text-align: center;
    max-width: 100%;
    position: relative;
}
.main-image img {
    vertical-align: middle;
}
.ui-widget-overlay {
    background: #333 !important;
	opacity: .6 !important;
}
.ui-dialog {
    max-width: 100%;
}
.ui-dialog .ui-dialog-title {
    white-space: normal !important;
}
/* štítky */
.ribbon-box {
	right: -4px;
	top: -4px !important;
    height: 125px;
    overflow: hidden;
    width: 125px;
    z-index: 0;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    pointer-events: none;
}
.ribbon-label {
	background: #aaa;
    color: #fff;
    padding: 8px 0 8px;
    right: -39px;
    text-shadow: 1px 1px rgba(0,0,0,.24);
    top: 36px;
    transform: rotate(45deg);
    width: 170px;
    z-index: 1;
    display: block;
    position: absolute;
    text-align: center;
    line-height: normal;
}
.ribbon-label::after, .ribbon-label::before {
  	border-style: solid;
  	border-width: 4px 4px 0;
  	bottom: -3px;
  	content: ".";
  	text-indent: -5000px;
  	width: 0;
  	height: 0;
  	position: absolute;
  	border-color: #a2730c transparent transparent;
}
.ribbon-label::before {
    right: 4px;
    transform: rotate(225deg);
}
.ribbon-label::after {
  left: -2px;
  transform: rotate(135deg);
}
@media (max-width: 980px) {
    .product .right {
        width: 100%;
    }
}

@media (max-width: 750px) {
    .eshop-menu, .eshop-grid {
        width: 100%;
    }
    .eshop-menu li {
        display: inline-block;
        padding: 4px 10px;
    }
    .product .main-image {
        max-width: 100%;
    }
    .product, .product .right, .product .left {
        width: 100%;
    }
    .product .detail .left {
        width: 100%;
    }    
    .product .right {
        width: 100%;
    }
    .product .main-image, .product .product-gallery-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
    .product.product-with-same-in-cat, .product.product-with-cats {
        width: 100%;
    }
}

@media (max-width: 440px) {
    .product-gallery-wrapper {
        width: 280px;
    }
    .main-image {
        width: 300px;
        line-height: 300px;
    }
}

/* zasielkovna */
.autocomplete-suggestions {
    width: 100% !important;
    max-width: 524px;
    overflow-y: auto;
    border: 1px solid #bbb;
}
.autocomplete-suggestions:before {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 10px;
    left: 120px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid green;
}
.autocomplete-suggestions .autocomplete-suggestions-inner {
    color: #000;
    font-size: 14px;
    text-align: left;
    width: 100% !important;
    max-height: calc(100vh - 90px) !important;
    padding: 0;
    border: 2px solid green;
    border-radius: 2px;
    margin-top: 10px;
    background-color: #ddd;
    overflow-y: auto;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}
.autocomplete-suggestions .autocomplete-zasielkovna {
    position: relative;
    z-index: 10000;
}
.autocomplete-suggestions .autocomplete-zasielkovna .autocomplete-suggestion > h4 {
    display: none;
}
.autocomplete-suggestion {
    width: 100%;
    cursor: default;
}
.autocomplete-suggestion > h4, .autocomplete-suggestion > span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 7px 10px;
    margin: 0;
    overflow: hidden;
    background-color: #fff;
}
.autocomplete-suggestion > h4 {
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    background-color: green;
}
.autocomplete-suggestion.autocomplete-selected > span {
    background-color: #ddd;
}
.zasielkovna-choosed {
    font-weight: bold;
}
.choose-zasielkovna {
    padding-left: 20px;
    height: 0;
    overflow: hidden;
    transition: all 0.15s;
    position: relative;
    top: -16px;
    padding-top: 0px;
    border-bottom: 0px solid #ddd;
}
.modern-form .choose-zasielkovna.select-group::after {
    top: 49px;
    right: 12px;
}
.modern-form input[type="text"].zasilkovna {
    border-color: #ddd;
}
.choose-zasielkovna .label {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.choose-zasielkovna.open {
    height: 66px;
    padding-top: 8px;
    border-bottom: 1px solid #ddd;
}
.choose-zasielkovna .dropdown-button {
    width: 37px;
    height: 37px;
    position: absolute;
    bottom: 5px;
    right: 1px;
}
.choose-zasielkovna .dropdown-button  i {
    border: solid #333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    left: 14px;
    top: 12px;
}
.choose-zasielkovna .dropdown-button .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#zasielkovna-link {
    position: absolute;
    right: 3px;
    top: -7px;
}
#zasielkovna-link img {
    width: 30px;
}
.snake-block.with-bg-video {
    position: relative;
    overflow: hidden;
}
video.snake-bg {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9999;
}

@media (max-width: 750px) {
    .choose-zasielkovna .label {
        margin-left: -10px;
        text-align: left;
    }
    table.form input.zasielkovna {
        max-width: 100%;
    }
}

/* COOKIE BAR */
.cookie-bar-container {
    width: 100%;
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 15px 25px 0;
    background: rgba(255,255,255,0.9);
    border: 1px solid #ccc;
    z-index: 10000;
    box-sizing: border-box;
}
.cookie-bar-container div {
    box-sizing: border-box;
}
.cookie-bar {
    color: #FFFFFF;
    background-image: url('/images/cookie-transparent.png');
    background-size: 50px;
    background-repeat: no-repeat;
}
.cookie-bar .option {
    padding: 5px 0 10px 0;
    color: #2B2B2B;
}
.cookie-bar .option input {
    margin-right: 10px;
}
.cookie-bar > .left {
    padding-right: 50px;
    border-right: 1px solid #ccc;
}
.cookie-bar .left {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-left: 25px;
}
.cookie-bar .right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.cookie-bar .right .left {
    padding-left: 50px;
}
.cookie-bar .right .right {
    text-align: right;
    padding-right: 25px;
    padding-bottom: 20px;
}
.cookie-bar .message {
    display: inline-block;
    width: 100%;
    color: #2B2B2B;
    text-align: left;
    padding-bottom: 20px;
}
.cookie-bar .button {
    display: inline-block;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 5px 5px 5px 5px;
    color: white;
    width: 140px;
    font-weight: normal;
    text-align: center;
    border: 1px solid;
}
.cookie-bar .button.primary {
    color: #fff;
    background-color: #498024;
    border-color: #498024;
}
.cookie-bar .button.secondary {
    color: #606060;
    border-color: #606060;
}
.cookie-bar .button.primary:hover,
.cookie-bar .button.primary:focus {
    background-color: #39641c;
}
.cookie-bar .button.secondary:hover,
.cookie-bar .button.secondary:focus {
    background-color: #e0e0e0;
}
@media (max-width: 750px) {
    .cookie-bar .left, .cookie-bar .right {
        width: 100%;
    }
    .cookie-bar .left {
        padding-left: 25px;
        border: 0;
    }
    .cookie-bar .right .right {
        text-align: center;
        padding: 20px;
    }
}
@font-face{
    src: url('/domains/dom-mont/UserFiles/web/Purista-SemiBold.otf');
    font-family: 'Purista';
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Purista, Tahoma;
    font-size: 15px;
    color:#000000;
    background: url(/domains/dom-mont/UserFiles/web/bg.jpg) repeat-x top #e8e6de; 
    text-align: left;
}

a:link { color: #016737; text-decoration: underline; } 

a:visited { color: #016737; text-decoration: none; } 

a:hover { color: #d016737; text-decoration: none; } 

a:active { color: #016737; text-decoration: none; } 

a.copy:link { color: #ddb2ff; text-decoration: none; } 

a.copy:visited { color: #ddb2ff; text-decoration: none; } 

a.copy:hover { color: #ddb2ff; text-decoration: underline; } 

a.copy:active { color: #ddb2ff; text-decoration: none; } 

h1, h2, h3, h4, h5 {
    color: #016737;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: normal;
}

h1 {
    margin-bottom: 30px;
}

h2 {
    margin-bottom: 30px;
}

h3 {
    
}

h4 {
    
}

h5 {
    
}

menu, ul {
    list-style-type: none;
}
.middle-panel-content {
    font-family: arial;
    line-height: 17px;
}
.middle-panel-content ul {
    list-style-type: disc;
    margin-left: 17px;
}

.middle-panel-content ul li {
    padding-left: 5px;
}

.container {
    width: 1000px;
    margin: 0 auto;
    /* background: url(/domains/omoptik/UserFiles/images/nadpis.png) top center no-repeat; */
    position: relative;
}

.layer1 {
    position: absolute;
    width: 244px;
    height: 32px;
    margin: 65px 0 0 9px;
    z-index: 100;
}

.layer1 a, .layer1 img {
    border: 0;
}

.layer2 {
    position: absolute;
    width: 244px;
    height: 32px;
    margin: 0 0 0 758px;
    z-index: 100;
}

.layer3 {
    position: absolute;
    width: 79px;
    height: 85px;
    margin: -10 0 0 0px;
    z-index: 100;
}

.layer3 .logo {
    height: 215px;
    width: 215px;
    background: url(/domains/dom-mont/UserFiles/web/logo.png) no-repeat;   
    display: block;
    position: absolute;
    left: 0px;
    top: -5px;
    z-index: 100;
}

.languages {
    text-align: right;
    font-size: 12px;
    padding: 10px 0;
    line-height: 10px;
}

.languages span {
    color: #ffffff;
    font-weight: bold;
    padding: 0 4px;
}

.languages a {
    color: #ddb2ff;
    text-decoration: none;
    font-weight: bold;
    padding: 0 4px;
}

.languages a:hover {
    text-decoration: underline;
}
.topmenu {
    margin-top: 15px !important;
}

.header {
    height: 75px;
    width: 1000px;
    float: right;
    /*background: url(/domains/davar-online/UserFiles/images/header_bg.png) no-repeat;
    margin: 29px 0px 0px 0px;
    *//*
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 100;
    */
}

.header .logo {
    display: none;
}


.board {
    width: 1000px;
    float: left;
    font-size: 0px;
}

.block {
    border-top: 0px solid #f0f0f0;
    width: 1000px;
    float: left;
}

.left-panel {
    float: left;
    background: url(/domains/grucon/UserFiles/web/left_panel.png) repeat;
}

.left-panel-container {
    float: right;
    width: 200px;
    min-height: 50px;
    /* display: none; */
}

.left-panel-content {
    padding: 150px 0px 25px 0px ;
    font-size: 11px;
}

.right-panel {
    float: left;
    display: block;
    margin: 7px 0px 0px 0px;
    width: 800px;
    /*
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 100;
    */
}

.right-panel-container {
    float: left;
    width: 1008px;
    height: 149px;
    overflow: hidden;
    margin-bottom: 20px;
}

.right-panel-content {
    
}

.right-panel-content a {
    float: left;
}

.right-panel-content a img {
}

.right-panel-image {
    float: left;
    width: 136px;
    font-size: 0;
    margin-right: 8px;
}

.right-panel-image img {
    width: 136px;
    height: 149px;
    border: 0;
}

.right-panel-bar-container {
    width: 136px;
    float: left;
    position: relative;
    top: -73px;
}

.right-panel-bar {
    position: absolute;
    float: left;
    width: 136px;
    height: 73px;
    overflow: hidden;
}

.right-panel-bar-content {
    float: left;
    width: 136px;
    height: 41px;
    background: url(/domains/getup/UserFiles/web/transparent.jpg);
    color: #6d6d6d !important;
    padding: 16px;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    /*
    position: relative;
    top: 150px;
    */
    text-decoration: none;
}


.right-panel-bar-content:hover {
    text-decoration: none;
    background: url(/domains/dom-mont/UserFiles/web/tien_right.png);
}

.middle-panel-content {
    padding: 10px 20px;
    line-height: 17px;
}

.footer {
    float: left;
    width: 1000px;
    background: #009f54;
    color: #f6f6f6;
}

.footer a {
    color: #f6f6f6;
}

.footer-content {
    padding: 12px 20px;
}

.footer-shadow {
    float: left;
    width: 1000px;
    height: 50px;
    background: url(/domains/grucon/UserFiles/web/footer_shadow.png) top center no-repeat;
}

.footer-shadow-content {
    text-align: right;
    padding: 15px 0 0 0;
    font-size: 11px;
}

.footer-shadow-content a {
    border: 0;
    color: #6d6d6d;
    text-decoration: none;
    margin-left: 20px;
    display: inline-block;
}

.footer-shadow-content a:hover {
    text-decoration: underline;
}

.footer-shadow-content img {
    border: 0;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

#footer-table-1 {
    
}

#footer-table-1 td {
    font-size: 11px;
    padding-right: 30px;
}

#footer-table-1 td a {
    font-size: 11px;
    text-decoration: none;
}

#footer-table-1 td a:hover {
    text-decoration: underline;
}


/* horne menu */


.ddsmoothmenu {
    font-size: 14px;
    font-weight: bold;
    background: transparent;
    float: right;
    margin: 0px 0px 0px 0px;
}

.ddsmoothmenu ul li a {
    background: none;
    padding: 11px 20px;
    color: #6d6d6d;
    text-decoration: bold;
    font-family: Purista, Arial;
    line-height: 13px;
    /* text-shadow 0 0 0 #999999; */
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
    color: #6d6d6d;
    margin: 0px 0px 0px 0px;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a.preselected {
    background: none;
    color: #999999;
}

.ddsmoothmenu ul li a:hover {
    background: none;
    color: #999999;
}

.ddsmoothmenu ul li ul li a{
    font-size: 14px;
    font-weight: bold;
    width: 160px;
    padding: 10px 5px 10px 10px;
    margin: 0;
    border-top-width: 0;
    background: #DA3160;
    color: #00CCFF;
    text-shadow: 0 0 2px #666666;
}

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited {
    color: #00CCFF;
}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a.preselected {
    background: #999999;
    color: #00CCFF;
}

.ddsmoothmenu ul li ul li a:hover{
    background: #999999;
    color: #00CCFF;
}



.downarrowclass{
    position: absolute;
    top: 41px;
    right: 7px;
}

.rightarrowclass{
    position: absolute;
    top: 13px;
    right: 5px;
}


/* left menu */

/* left menu */


ul.leftmenu {
    min-height: 118px;
    display: block;
    float: left;
    width: 200px;
}

ul.leftmenu {
    font-size:1.1em;
    font-weight: bold;
    margin-button: 13px;
}

ul.leftmenu li {
    background: 0;
    line-height: normal;
    padding: 0 0 0 0;
    /* height:1%;*/
}

ul.leftmenu li.leftColumn_title a{
    background: #008C3E;
    color: #59016e;
}

ul.leftmenu li.leftColumn_title a:hover{
    color: #000000; 
    background-color: #e00000;
}

ul.leftmenu li a {
    position: relative;
    padding: 1px 8px 2px 25px;
    display: block;
    color: #000000;
    text-decoration: none;
    font-family: Purista, Arial;
    font-weight: bold;
    font-size: 14px;
    line-height: 23px;
    background: url(/domains/davar-online/UserFiles/web/leftmenu-separator.png) bottom center no-repeat;
}

ul.leftmenu li a:hover {
    background: #008C3E;
    color: #E1E1E3;
}

ul.leftmenu li a.selected {
    background: #285510;
    color: #83c611;
}

ul.leftmenu li ul {
    display: none;
    font-size: 1.0em;
    padding: 0px;
    margin: 0;
    background: 0;
}

ul.leftmenu li ul li {
    padding: 0 0 0 0;
}

ul.leftmenu li ul li a {
    padding-left: 40px;
    font-size: 12px;
}

ul.leftmenu li ul li ul li a {
    padding-left: 50px;
    font-size: 10px;
}


.downarrowclass{
    position: absolute;
    top: 41px;
    right: 7px;
}

.rightarrowclass{
    position: absolute;
    top: 13px;
    right: 5px;
}

.kontakt {
    padding: 0 0 0 25px;
}

.search form input[type=text] {
    border: 1px solid #000000;
    background: url(/domains/davar-online/UserFiles/images/input_bg.png) no-repeat; #0e3083; 
    padding: 2px 2px 2px 6px;
    width: 120px;
    font-size: 10px;
}

.search-record {
    margin: 10px 0;
}

.search form input[type=submit] {
    background: url(/domains/davar-online/UserFiles/images/lupa.png) no-repeat;
    border: 0 none;
    font-size: 0;
    height: 22px;
    width: 22px;
    cursor: pointer;
}

/*
	SLIDESHOW
*/

#big-slider {
        float: left;
	width:1000px;
	height:350px;
	position:relative;
}

#big-slider #frame {
	position:absolute;
	z-index:0;
	width:1000px;
	height:350px;
	top:px;
	left:0px;
}

#big-slider #bigslides {
	position:absolute;
	z-index:80;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#big-slider .slides_container {
	width:1000px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

#big-slider .slide-content {
	width:1000px;
	height:350px;
        font-size: 12px;
}

#big-slider .slide-content .slide-container {
	padding: 20px;
}

#big-slider .slides_container .slide {
	width:1000px;
	height:350px;
}

#big-slider .slides_container .slide img {
	width:1000px;
	height:350px;
        border: 0;
}


/*
	Next/prev buttons
*/

#big-slider #bigslides .next,#bigslides .prev {
	position:absolute;
	top:49px;
	left:-39px;
	width:34px;
	height:25px;
	display:block;
	z-index:101;
}

#big-slider #bigslides .next {
	left:434px;
}

/*
	Pagination
*/

#big-slider .pagination {
    float: right;
    min-width: 10px;
    position: absolute;
    z-index: 5;
}

#big-slider .pagination li {
    float: left;
    left: 11px;
    list-style: none outside none;
    margin: 0 3px;
    position: relative;
    top: -30px;
}

#big-slider .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/domains/modern2/UserFiles/web/news-slider/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

#big-slider .pagination li.current a {
	background-position:0 -12px;
}
/*
	Footer
*/

#big-slider #footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#big-slider #footer p {
	margin:4.5px 0;
	font-size:1.0em;
}


/* slider */

.wslider {
	height:318px;
	background:black;
	overflow:hidden;
	position:relative;
}

.wslider-slide {
	position:absolute;
	display:none;
	background:black;
	border-left:1px solid #222;
}

.wslider-slidelink, .wslider-slidelink:visited {
	display:block;
	width:100%;
	height:100%;
	background: no-repeat left center;
	margin:0;
	padding:0;
	text-decoration:none;
	color:white !important;
}

.wslider-panel {
	background:url('/images/slider_panel_back.png');
	position:absolute;
	bottom:0px;
	width:100%;
	height:70px;
	padding:10px 20px;
}

.wslider-panelheader {
	font-size:1.4em;
        margin-bottom: 10px;
}

.wslider-panel.medium {
	background:transparent;
	text-transform:uppercase;
	padding:0 15px;
	width:170px;
}

.wslider-panel.medium .wslider-panelheader {
	font-size:1.1em;
}

.wslider-panel p {
	margin-bottom:0;
	margin-right: 20px;
        line-height: 20px;
}

.wslider-panel.medium p {
	display:none;
}

.wslider img, .wslider-panel {
	display:none;
}




/* HOUSE */


#house {
    left: 177px;
    position: absolute;
    top: 128px;
}
.house-window {
	position: absolute;
	top: 0px;
	width: 127px;
	background: url(/domains/dom-mont/UserFiles/web/leftBox.png) top left no-repeat;
	left: 0px;
	opacity: 0.9;
	display: block;
	color: #247100;
	z-index: 200;
}
.house-window.noactive {
	opacity: 0.5;
}
.house-window.rightBox {
	background: url(/domains/dom-mont/UserFiles/web/rightBox.png) top left no-repeat;
}
.house-window.active {
	z-index: 400;
}
.house-window p {
	color: #247100;
	display: none;
}
.house-window h3 {
	font-family: 'Purista', sans-serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 5px;
	position: relative;
        padding: 6px 0;
        margin: 0;
}
.house-window.active h3 {
	border-bottom: 2px solid #247100;
}
.house-window h3 a {
	color: #247100;
	text-decoration: none;
        font-size: 14px;
}
.house-window-inner {
	padding: 0px 10px 0px 10px;
	cursor: pointer;
	position: relative;
	top: 20px;
	z-index: 100;
        font-size: 14px;
}
.house-window-inner p {
	padding: 11px 5px;
}
.house-close {
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
	text-decoration: none;
	color: black;
	display:none;
	opacity: 0.5;
}
.house-window-footer {
	width: 127px;
	height: 33px;
	position: absolute;
	bottom: -33px;
	left: 0px;
	background: blue;
	background: url(/domains/dom-mont/UserFiles/web/leftBox.png) bottom left no-repeat;
}
.rightBox .house-window-footer {
	background: url(/domains/dom-mont/UserFiles/web/rightBox.png) bottom left no-repeat;
}
.house-close:hover {
	opacity: 1;
}
#decke-dachboden-window {
	left: 400px;
	top: 160px;
}
#lebende-fassade-window {
	left: 100px;
	top: 150px;
}
#wande-window {
	left: 200px;
	top: 240px;
}
#fundamenten-window {
	left: 500px;
	top: 260px;
}
#dach-window {
	left: 300px;
	top: 40px;
}
.allHouse {
	width: 500px;
	height: 400px;
	background: url(/domains/dom-mont/UserFiles/web/haus.png) 0px 0px no-repeat;
	position: absolute;
	top: 0px;
	left: 100px;
}
.allHouse.strecha {
	background: url(/domains/dom-mont/UserFiles/web/haus.png) 0px -773px no-repeat;
}
.allHouse.fasada {
	background: url(/domains/dom-mont/UserFiles/web/haus.png) 0px -1978px no-repeat;
}
.allHouse.stena {
	background: url(/domains/dom-mont/UserFiles/web/haus.png) 0px -1559px no-repeat;
}
.allHouse.podlaha {
	background: url(/domains/dom-mont/UserFiles/web/haus.png) 0px -388px no-repeat;
}
.allHouse.strop {
	background: url(/domains/dom-mont/UserFiles/web/haus.png) 0px -1164px no-repeat;
}


.phone-number {
    color: #FFFFFF;
    font-size: 21px;
    left: 56px;
    position: absolute;
    top: 265px;
}
.mail-contact {
    color: #FFFFFF;
    display: block;
    font-size: 21px;
    left: 56px;
    position: absolute;
    top: 328px;
}
.calculation {
    color: #FFFFFF;
    display: block;
    font-size: 30px;
    left: 75px;
    position: absolute;
    top: 399px;
}
.footer-mark {
    display: inline-block;
    margin-left: 20px;
}

