/*========================================================
										Main 
=========================================================*/
h5
{
  text-align: center;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
/*
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
*/
textarea {
    overflow: auto;
}
textarea.form-control {
    height: auto;
}
a{
  color: #f6af33;
}
/*========================================================
										class 
=========================================================*/
.isStuck {
    background-color: #F0E000;
}
.contacts
{
  background:none;
  background-color: #696969;
  padding-top: 50px;
  padding-bottom: 50px;
}
._youtube_video
{
  width:100%;
  height: 281px;
}
.form-group
{
  margin-bottom: 20px;
}
.form-control {
    display: block;
    width: 100%;
    /*height: 34px;*/
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.text-muted {
    color: #777;
}
.slogan {
    background: #20A040;
}
._gallery_image_home
{
  object-fit: cover;
  height: 281px;
}
._gallery_image_profile_vertical
{
  object-fit: cover;
  height: 400px;
}
._gallery_image_profile_horizontal
{
  object-fit: cover;
  height: 199px;
  width:100%;
}
._lesson_div
{
  border-top: 3px solid #eaeaea;
  padding-top: 10px;
  margin-top:30px;
}
._lesson_date
{
    color: #f6af33;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-align: left;
    margin: 4px 0;
}
._lesson_time
{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-top: 10px;
}
._lesson_detail
{
    max-width: 780px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #777;
    word-wrap: break-word;
}
._lesson_price
{
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    /*font-weight: 900;*/
    margin-top: 10px;
}
._lesson_place
{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
}
._lesson_separate_div
{
  margin-top: 30px;
}
._lesson_private_div
{
    padding-top: 30px;
}

._lesson_private_text
{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin-bottom: 25px;
}
.index p._attention
{
  font-size: 18px; 
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
._workshop_photo
{
  margin-top: 20px;
}
._div_youtube
{
  margin-bottom: 20px;
}

/*========================================================
										id 
=========================================================*/
#header
{
  background-color: #F0E000;
}
#header #top_name a {
  /*font-size: 70px;*/
  font-size: 50px;
  color: #20A040;
}
#header #top_name{
  /*
  font-size: 80px;
  margin-top: 0px;
  */
  font-size: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#header h5 a{
  /* color: #f6af33; */
  color: #20A040;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 27px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#footer {
    background: #F0E000;
    color: #000000;
}
/*========================================================
										mix 
=========================================================*/
.default_page h2
{
    padding-top: 70px;
    padding-bottom: 33px;
    border-bottom: 3px solid #eaeaea;
    margin-bottom: 25px;
}
.default_page .content_img {
    margin-top: 3px;
    width: 100%;
}
.welcome p {
    text-align: left;
    letter-spacing: 0.5px;
}
.sf-menu > li.current a {
    color: #20A040;
}
.sf-menu > li > a {
    background: #F0E000;
}
.sf-menu > li > a:hover {
  color: #20A040;
}
/*========================================================
										media 
=========================================================*/
@media only screen and (max-width: 480px)
{
  #display_event {
    font-size: 35px;
  }
}
@media only screen and (max-width: 600px)
{
  .youtube_video {
    width: 100%;
  }
}


span.information {
  font-size: 22px;
  color: #313131;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-align: center;
}

span.information_detail{
  max-width: 780px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #777;
    margin: 20px auto;
    word-wrap: break-word;
    font-weight: 500;
}

.information_contact{
  color: #f6af33;
  text-decoration: underline;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
}