/*!
scc
 */



/*HERO
----------------------------------*/
.jumbotron--roulu_hero_workshop{
	background-color: #564545;
	text-align: center;
	height:auto;
margin:  10rem 0 0 0;
padding:0;
  	width:100%;
border-radius:none;
}
@media screen and (max-width: 767px) {
  .jumbotron--roulu_hero_workshop{
margin:  5rem 0 0 0;

}
}

.jumbotron--roulu_hero_workshop img{
	text-align: center;
	margin: 0 auto;
	width:100%;
  max-width: 1280px;
  height: auto;
	line-height: auto;
}

.jumbotron--roulu_hero{
	background-color:#d5ccc5;
padding:0;
	height:auto;
  border-radius:none;
}

/*IMAGE
----------------------------------*/
.jumbotron--roulu_image_workshop{background-image:url(../img/workshop/bg_image_workshop.jpg);
background-size: cover;
height:320px;
margin:0;
padding:0;
    
}
.hero {
    position: relative;
}
.hero p {
    margin: 0;
    position: absolute;
    right: .5rem;
    bottom: .5rem;
    color: #fff;
    font-size: .8rem;
}
@media screen and (max-width: 767px) {
    .hero p {
        font-size: .6rem;
        text-shadow: 0px 0px 4px #000;
    }
}
/*MAP
----------------------------------*/
.jumbotron--roulu_mapbg{
  margin:0;
}

/*INFO
----------------------------------*/
.workshop_ttl{
  color:#564545;
text-align: left;
border-bottom:1px solid #B2A2AA;
font-weight: bold;
padding:0 0 0.25em 0;
}
.workshop_graph{
  text-align: left;
  margin:0;
}
.workshop_text{
  text-align: left;
  line-height: 2em;
}
.roulu_br_info{
  text-align: center;
  margin: auto;
}