@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
body{
	
    font-family: 'Roboto', sans-serif;
}
.slider {
	margin-top: 50px;
	margin-bottom: 50px;
}
#footer h5 {
	min-height: 35px;
	background-color: #6b2b13;
	padding: 20px;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 60%;
	margin-top: 90px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #fff;
}
#footer {
	text-align: center;
}
#footer span{
	font-size: 14px;
	font-weight: 800;
	line-height: 25px;
}
#copy{
	background-color: #000;
	padding: 8px;
	color: #fff;
	font-weight: bold;
}
#footer .col-md-4{
	margin-bottom: 60px;
}

/*@media screen and (max-width: 768px) {
#footer {
	background: url(../image/bg-footer.jpg) repeat;
}
}*/

.panel-heading {
    padding: 15px 15px !important;
}
.panel-default {
    border-color: #000 !important;
}
.panel-default > .panel-heading {
    color: #ab3b31 !important;
    background-color: #fff !important;
    border-color: #000 !important;
}
.icon-cof    {margin-right: 10px;
    color: #ab3b31;
}

#accordion-sol{
	margin-top: -310px;
}
#logo{
	
	 float: right;
	margin-top: -850px;
}
#bg{
	height: 1000px;
	background:url(../image/bg-2.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#footer{
	background:url(../image/bg-footer.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media screen and (max-width: 768px) {
#visualization01 {
	display: none;
}
}

@media screen and (max-width: 768px) {
#accordion-sol {
	margin-top: 0;
}
}

@media screen and (max-width: 768px) {
#logo {
	float:none !important;
	margin-top:0px;
}
}

@media screen and (max-width: 768px) {
#bg {
	height: auto;
	padding: 15px;
}
}

@media screen and (max-width: 768px) {
#footer h5 {
	min-height: 35px;
	background-color: #6b2b13;
	padding: 20px;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100%;
	margin-top: 15px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #fff;
}
}

@media screen and (max-width: 768px) {
#footer .col-md-4{
	margin-bottom: 10px;
}
}