/* ===================================================================
CSS information

 file name  : components.css
 author     : Ability Consultant
 style info : components
=================================================================== */
/* Font-family - English */
.slick-slide img {
  max-width: none;
  width: 100%;
}

.slick-dots {
  width: 100%;
  bottom: 20px;
  left: 0;
  text-align: right;
  line-height: 0;
}
.slick-dots li {
  display: inline-block;
  line-height: 0;
}
.slick-dots li button {
  cursor: pointer;
  width: 15px;
  height: 23px;
  font-size: 0;
  border: 0;
  margin: 0 10px;
  background: #999999;
}
@media only screen and (max-width: 767px) {
  .slick-dots li button {
    width: 8px;
    height: 15px;
    margin: 0 7px;
  }
}
.slick-dots li.slick-active button {
  background: #000000;
}

.btn_rsv a {
  background: #660000;
  display: inline-block;
  color: #fff;
  font-size: 129%;
  text-decoration: none !important;
  line-height: 100%;
  padding: 0.75em 1.5em;
  font-family: "Times New Roman", serif;
}
@media only screen and (max-width: 1024px) {
  .btn_rsv a {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_rsv a {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_rsv a {
    padding: 0.5em 0.7em;
  }
}
@media only screen and (max-width: 767px) {
  .btn_rsv a {
    padding: 0.5em;
  }
}
.btn_rsv a:before {
  content: '\f002';
  font-family: Fontawesome;
  font-size: 115%;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .btn_rsv a:before {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_rsv a:before {
    font-size: 93%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_rsv a:before {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_rsv a:before {
    margin-right: 4px;
  }
}
.btn_rsv a:hover {
  color: #fff !important;
  opacity: .7;
}

/* -----------------------------------------------------------
	st_md
----------------------------------------------------------- */
.st_md {
  font-weight: normal;
  text-align: center;
}
.st_md span {
  font-family: "Pinyon Script", cursive;
  font-size: 358%;
  color: #222222;
  line-height: 100%;
  line-height: 80%;
}
@media only screen and (max-width: 1024px) {
  .st_md span {
    font-size: 286%;
  }
}
@media only screen and (max-width: 767px) {
  .st_md span {
    font-size: 250%;
  }
}
.st_md span:after {
  content: '=';
  display: block;
}

.st_md2 {
  text-align: center;
  font-weight: normal;
  overflow: hidden;
}
.st_md2 span {
  display: inline-block;
  font-family: "Times New Roman", serif;
  background: transparent url(../images/common/bg_dot.jpg) repeat-x bottom left;
  font-style: italic;
  font-size: 272%;
  padding: .3em 2em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .st_md2 span {
    font-size: 215%;
  }
}
@media only screen and (max-width: 767px) {
  .st_md2 span {
    font-size: 179%;
  }
}
@media only screen and (max-width: 767px) {
  .st_md2 span {
    padding: 2%;
  }
}
.st_md2 span em {
  font-style: italic;
  color: #76881e;
}
