

* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	
	z-index: 10000 !important;
	
	top: 0;
	left: 0;
	
	display: none;
	cursor: pointer;
	background: #000;
}

.layer_board {
	display: none;
	position: fixed;
	left: 0%;
	margin-top: 120px;
	width: 100%;
	text-align: center;
	z-index: 10000 !important;
}

.layer_board img {
	padding-bottom:10px;
}


.teaser_box{
}
	
	
	
.teaser_box_left{
	width: 48%;
	float:left;
	left: 5%;
	text-align:right;
	padding-right:2%;
	}
.teaser_box_right{
	width: 48%;
	float:right;
	right: 5%;
	text-align:left;
	padding-left:2%;
	}


.btn-aw_contact {
  display: inline-block;
    margin-top: 1%;
    border: 1px solid #745a25;
    padding: 1% 4%;
    /* border-radius: 3px; */
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.9px;
    text-align: center;
    background: #b18023;
    color: #fff;
    width: 60%;
    /*display: block;*/

}

.btn-aw_contact_close {
  display: inline-block;
    margin-top: 1%;
    border: 1px solid #000000;
    padding: 1% 5%;
    /* border-radius: 3px; */
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.9px;
    text-align: center;
    background: #111111;
    color: #fff;
    width: 60%;
    /*display: block;*/

}









@media (max-width:600px){

.layer_board img {
	width: 100%;
}


}
