/* This is About page stylesheet */

/* HEADER IMAGE
---------------------------------------*/
.header {
  height: 500px;
}
.header-image {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/**Header Responsive***/
@media(min-width:480px) and (max-width:767px) {
    .header {
      height: 400px;
    }
}
@media(min-width:50px) and (max-width:479px) {
    .header {
      height: 300px;
    }
}
/* END HEADER IMAGE
---------------------------------------*/

/* QUOTE SECTION
---------------------------------------*/
.container-fluid {
  background-color: #f2f2f2;
}
.quote {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 300;
  font-size: 30px;
  color: #000;
  margin: 20px 52px;
}
.aboutquote-pad {
  padding-top: 15px;
  padding-bottom: 20px;
  margin-left: 100px;
  margin-right: 100px;
}
/***About Quote Section Responsive***/
@media(min-width:640px) and (max-width:767px) {
  .quote {
    font-size: 24px;
    margin: 10px 60px;
  }
  .aboutquote-pad {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
  }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media(min-width:480px) and (max-width:639px) {
  .quote {
    font-size: 20px;
    margin: 10px 49px;
  }
  .aboutquote-pad {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media(min-width:320px) and (max-width:479px) {
  .quote {
    font-size: 14px;
    margin: 5px 20px;
  }
  .aboutquote-pad {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media(min-width:50px) and (max-width:319px) {
  .quote {
    font-size: 14px;
    margin: 5px 20px;
  }
  .aboutquote-pad {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* END QUOTE SECTION
---------------------------------------*/
.container-top {
  margin-top: 30px;
}
.panel {
  border-radius: 0px;
  box-shadow: none;
}
.panel-no-border {
  border: none;
}
.color-yellow {
  color: #d38312;
}
.color-red {
  color: #ac2925;
}
.color-purple {
  color: #732673;
}
.color-blue {
  color: #2e6da4;
}
.panel-heading {
  background-color: #fff;
}
.panel-body {
  padding: 10px;
}
.panel-border {
  border: 1px solid;
  border-color: #ddd;
  padding-bottom: 10px;
  padding-top: 20px;
}
.column-style {
  padding: 10px;
}
.kata-image {
  margin-top: 15px;
  margin-bottom: 15px;
  margin: 0 auto;
  max-width: 75%;
}
.btn.focus, .btn:focus, .btn-hover {
  color: #fff;
}
.button-block {
  padding-left: 25px;
  padding-right: 25px;
}
.button-margin {
  margin-top: 8px;
  margin-bottom: 8px;
}
.button-purple {
    background-color: #993399;
    border-color: #732673;
    color: #fff;
}
.button-purple.focus,
.button-purple:focus,
.button-purple:hover {
    background-color: #732673;
    border-color: #4d194d;
    color: #fff;
}
.button-black {
    background-color: #333333;
    border-color: #262626;
    color: #fff;
}
.button-black.focus,
.button-black:focus,
.button-black:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.category-style {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.subcategory-style {
  margin-bottom: 0;
}
.headerstyle {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.subheaderstyle {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.video-thumb {
  margin-bottom: 10px;
}
.video-title {
  margin-top: 8px;
  margin-bottom: 5px;
}
.video-description {
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}

/*** MAIN RESPONSIVE ***/
@media (min-width:992px) {

}

/*** 768-991 col-sm ***/
@media (min-width:768px) and (max-width:991px) {

  .subcategory-style {
    margin-bottom: 0;
  }
  .headerstyle {
    font-size: 32px;
  }
  .video-title {
    font-size: 16px;
  }
  .video-description {
    font-size: 12px;
    line-height: 14px;
  }
}

/*** 640-767 col-xs ***/
@media (min-width:640px) and (max-width:767px) {
  .subcategory-style {
    font-size: 12px;
    margin-bottom: 0;
  }
  .headerstyle {
    font-size: 32px;
  }
  .video-title {
    font-size: 16px;
  }
  .video-description {
    font-size: 13px;
    line-height: 15px;
  }
}

/*** 480-639 (col-xs) ***/
@media (min-width:480px) and (max-width:639px) {
  .category-style {
    font-size: 32px;
  }
  .subcategory-style {
    font-size: 11px;
    margin-bottom: 0;
  }
  .headerstyle {
    font-size: 32px;
  }
  .video-title {
    font-size: 14px;
  }
  .video-description {
    font-size: 12px;
    line-height: 14px;
  }
}

/*** 302-479 (col-xs) ***/
@media (min-width:302px) and (max-width:479px) {
  .category-style {
    font-size: 26px;
  }
  .subcategory-style {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 0;
  }
  .headerstyle {
    font-size: 26px;
  }
  .subheaderstyle {
    font-size: 12px;
  }
  .panel-body {
    padding: 5px;
  }
  .column-style {
    padding: 5px;
  }
  .video-title {
    font-size: 13px;
  }
  .video-description {
    font-size: 10px;
    line-height: 12px;
  }
  .btn-default {
    border-radius: 3px;
    font-size: 10px;
    line-height: 1.5;
    padding: 3px 8px;
  }
  .button-margin {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
