@charset "utf-8";
a {
    text-decoration: none;
    color: #f33a20;
    position: relative;
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
    cursor: pointer;
    font: normal 16px/24px Roboto, sans-serif;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
a:hover {
    border-bottom: 1px solid #f33a20;
    text-transform: uppercase !important;
}
#wrapper {
    width: 100%;
    position: relative;
}
#house_main_div {
    height: 497px;
}
#wall_div {
    position: absolute;
    top: 0;
    width: 100%;
}
#rws_div {
    position: absolute;
    top: 0;
    width: 100%;
}
#roof_div {
    position: absolute;
    top: 0;
    width: 100%;
}
#access_div {
    position: absolute;
    top: 0;
    width: 100%;
}
#house_main_div img {
    width: 100%;
}
#wall_div img {
    width: 100%;
}
#rws_div img {
    width: 100%;
}
#roof_div img {
    width: 100%;
}
#access_div img {
    width: 100%;
}
#cover {
    display: none;
    position: absolute;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.house_menu {
    height: 40px;
    list-style-type: none;
    border: 1px solid #e2e2e2;
    background: #4CAF50;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 2px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
}
.house_menu_item {
    list-style-type: none;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
    margin: 0;
    background: #f4f4f4;
    cursor: pointer;
    color: #333;
    border-right: 1px solid #e2e2e2;
}
.house_menu_item:hover {
    background-color: #e0e0e0;
}
#chooser_menu {
    display: none;
    position: absolute;
    width: 100%;
    height: 95px;
    bottom: 0;
	/*background: url(../images/chooser_back.png);*/
	background: #4CAF50;
}
#chooser_loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 95px;
    bottom: 0;
    background: url(../images/chooser_back.png);
    text-align: center;
    line-height: 95px;
}
#chooser_loader img {
    margin-top: 20px;
}
#menu_inner {
    overflow: hidden;
    margin-right: 91px;
    height: 92px;
    margin-left: 61px;
    position: relative;
}
.chooser_inner {
    display: none;
    position: relative;
}
.chooser_inner img {
    margin-right: 10px;
    float: left;
    cursor: pointer;
}
.chooser_inner div {
    cursor: pointer;
}
.chooser_inner {
    margin-right: 5px;
    float: left;
}
.arrow {
    position: absolute;
    bottom: 20px;
    display: none;
    cursor: pointer;
}
.arrow.left {
    left: 5px;
}
.arrow.right {
    right: 35px;
}
.closeBtn {
    position: absolute;
    bottom: 55px;
    right: 2px;
    display: none;
    cursor: pointer;
}
#contentelements {
    width: 100%;
	clear: both;
	padding: 20px;
	margin-top:20px;
}
.teaser_wrapper {
    width: 31%;
    position: relative;
    float: left;
    padding: 0 1.5%;
}
.teaser_wrapper:first-child {
    padding-left: 0.2%;
}
.teaser_wrapper:last-child {
    padding-right: 0.2%;
}
.teaser_title {
    color: #4d4d4d;
    margin: 15px 0 0;
    font: bold 20px/24px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
}
.teaser_content {
    font: normal 16px/24px Roboto, sans-serif;
    letter-spacing: -0.015em;
}
@media (max-width: 860px) {
    .house_menu_item.last {
        display: none;
    }
}
@media (max-width: 720px) {
    .house_menu_item.runner {
        display: none;
    }
}
@media (max-width: 640px) {
    .teaser_wrapper {
        float: none;
        width: 98%;
        margin-bottom: 1.5em;
    }
    .teaser_wrapper:first-child {
        padding-left: 1.5%;
    }
}
@media (max-width: 440px) {
    .house_menu_item {
        padding: 0 5px;
    }
}
@media (max-width: 360px) {
    .house_menu {
        height: 30px;
    }
    .house_menu_item {
        font-size: 95%;
        height: 30px;
        line-height: 30px;
    }
}
@media (max-width: 340px) {
    .house_menu_item {
        font-size: 85%;
    }
}
img {
    border: none;
}
body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #000;
    max-width: 997px;
    font-family: Arial, Helvetica;
}
#menu_btn_left {
    background: url(../images/menu/btn_left.png) no-repeat;
    width: 15px;
    height: 34px;
    float: left;
    color: #006476;
    font-weight: 700;
    cursor: pointer;
}
#menu_btn_left:hover {
    background: url(../images/menu/btn_left_a.png) no-repeat;
    color: #666;
    cursor: pointer;
}
#menu_btn_right {
    background: url(../images/menu/btn_right.png) no-repeat;
    width: 15px;
    height: 34px;
    float: right;
    color: #006476;
    font-weight: 700;
    cursor: pointer;
}
#menu_btn_right:hover {
    background: url(../images/menu/btn_right_a.png) no-repeat;
    color: #666;
    cursor: pointer;
}
#sub_1 {
    position: relative;
    z-index: 100;
}
#sub_2 {
    position: relative;
    z-index: 100;
    left: 192px;
}
#sub_6 {
    position: relative;
    z-index: 100;
    left: 576px;
}
.menu {
    width: 191px;
    font-size: 15px;
    color: #fff;
    float: left;
    text-align: center;
    padding-top: 10px;
    border-right: 1px solid #635b53;
    font-family: myrid-webfont;
    padding-bottom: 20px;
}
#menu_houses {
    background: url(../images/menu/house_type.png);
    width: 100px;
    height: 34px;
    cursor: pointer;
}
#menu_roofcolor {
    background: url(../images/menu/roof_color.png);
    width: 97px;
    height: 34px;
    cursor: pointer;
}
#menu_rainwater {
    background: url(../images/menu/rainwater.png);
    width: 173px;
    height: 34px;
    cursor: pointer;
}
#menu_accessory {
    background: url(../images/menu/accessory_color.png);
    width: 131px;
    height: 34px;
    cursor: pointer;
}
#container {
    margin-left: auto;
    margin-right: auto;
}
.title{
	font-weight: 800;

}
.button {
	background-color: #4CAF50; /* Green */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
  }
  #house_main_div {
    height: auto;
}

#chooser_menu {
    position: relative;
}