@charset "utf-8";
/* CSS Document */


body {
    background:url("../images/bg_milling.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}



.bg_black{background-color: #000;
color: #fff;}


.bg_black a:link {
	color: #fff;
	text-decoration: none;
}

.bg_black a:visited {
	color: #fff;
	text-decoration: none;
}

.bg_black a:hover {
	color:#EDEDED;
	text-decoration: underline;	
}

.bg_black a:active {
	color: #EDEDED;
	text-decoration: none;
	
}








.bg_black_trans {background:rgba(0,0,0,.6);
   
}
.bg_black_trans h5{color:#FF6603;
}

.bg_black_trans h2{color:#FF6603;
}
.bg_black_trans p{color:#fff;
}

.bg_gray {background:#DDDDDD;}


.bg_white {background:#ffffff;}



.google-maps {
    position: relative;
    padding-bottom: 70%; /*// (450 ÷ 500 = 0.9 = 90%)*/
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}








