
body {
background-color: #ffffff;
background: url('/img/bg07.jpg') no-repeat;
background-attachment: fixed;
background-size: cover;
height: 100%;
}


.slide_main {
width: 100%;
min-height: 100%;	
}

.container-fluid {
width: 100%;
background: #FFF;
}

.orderproject {
text-align: center;
background: #ECCDBB;	
}

.orderproject button {
margin: 20px;
}


@media (max-width: 575.98px) { }
@media (min-width: 576px) and (max-width: 767.98px) { }
@media (min-width: 768px) and (max-width: 991.98px) { }
@media (min-width: 992px) and (max-width: 1199.98px) {}
@media (min-width: 1200px) { }