.text-important {
  color: #d40202;
  font-weight: bold;
}
.mt {
  margin-top: 20px;
}
.mb {
  margin-bottom: 20px;
}
.centered {
  text-align: center;
}
.heading span {
  color: #a10202;
}
.secondary-title {
  position: relative;
  color: #111;
  margin-bottom: 20px;
  padding: 5px 5px 10px 30px;
  border-bottom: 3px solid #ba0202;
}
.secondary-title:before {
  content: "";
  position: absolute;
  background: rgba(161, 2, 2, 0.5);
  top: 0;
  left: 0.4em;
  height: 12px;
  width: 12px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.secondary-title:after {
  content: "";
  position: absolute;
  background: #ba0202;
  top: 20px;
  left: 0;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}
.tertiary-title {
  text-shadow: 1px 1px 3px #777777;
}
.bottom-border {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.table > thead > tr > td.table-head,
.table > tbody > tr > td.table-head,
.table > tfoot > tr > td.table-head,
.table > thead > tr > th.table-head,
.table > tbody > tr > th.table-head,
.table > tfoot > tr > th.table-head,
.table > thead > tr.table-head > td,
.table > tbody > tr.table-head > td,
.table > tfoot > tr.table-head > td,
.table > thead > tr.table-head > th,
.table > tbody > tr.table-head > th,
.table > tfoot > tr.table-head > th {
  background-color: #fbc4c4;
}
.table-hover > tbody > tr > td.table-head:hover,
.table-hover > tbody > tr > th.table-head:hover,
.table-hover > tbody > tr.table-head:hover > td,
.table-hover > tbody > tr:hover > .table-head,
.table-hover > tbody > tr.table-head:hover > th {
  background-color: #f9adad;
}
@media (max-width: 992px) {
  .mt-sm {
    margin-top: 20px;
  }
  .mb-sm {
    margin-bottom: 20px;
  }
}
.overlay-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.overlay-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.overlay-bg .container {
  z-index: 3;
  position: relative;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
p {
  margin: 0 0 15px;
}
@media (min-width: 992px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.wrapper {
  padding: 0;
  margin: 0;
  background-color: #fcfcfc;
  width: 100%;
}
.brand-box {
  padding: 20px 0;
  background-color: #a10202;
  color: #ffeeee;
}
.grey-box {
  padding: 20px;
  background-color: #f2f2f2;
}
.box-header {
  color: #fff;
  padding: 5px 20px;
  background-color: #a10202;
}
.box-header a {
  color: #ffeeee;
}
.box-header a:hover {
  color: #ffbbbb;
}
.box-header a:active {
  color: #ff8888;
}
.notes-box {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 3px double #bfbfbf;
}
.btn {
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  min-width: 160px;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.btn-default {
  color: #a10202;
  border: 1px solid #cccccc;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #a10202;
  border-color: #a10202;
}
.btn-hover {
  color: #ffffff;
  background-color: #a10202;
  border-color: #a10202;
}
.modal-header {
  background-color: #a10202;
  color: #ffffff;
}
.modal-content {
  border-radius: 0px;
}
.modal-header {
  background-color: #a10202;
  color: #ffffff;
}
.modal-header h4 {
  color: #ffffff;
}
.modal-header .close {
  font-weight: 300;
  color: #FFFFFF;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
@media (min-width: 992px) {
  .modal-lg {
    width: 1140px;
  }
  .modal-md {
    width: 640px;
  }
}
.main-header {
  font-size: 14pt;
  height: 70px;
}
.main-header .header-bg {
  background-image: url("/images/header-bg.jpg");
  background-repeat: repeat-x;
  height: 70px;
}
.main-header .container-fluid {
  padding-left: 0;
}
.main-header .navbar-header {
  height: 70px;
}
.main-header .navbar-brand {
  padding: 0;
}
.main-header .navbar-nav .active > a {
  background-color: transparent;
}
.main-header .navbar-nav .active > a:hover,
.main-header .navbar-nav .active > a:focus {
  background-color: transparent;
}
@media (max-width: 992px) {
  .main-header {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .main-header .navbar-nav {
    background-color: #222222;
    margin-top: -5px;
    padding-right: 20px;
    text-align: right;
  }
}
.hero-image {
  background-image: url("/images/hero-header-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-header {
  height: 280px;
  position: relative;
}
.hero-header .caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 120px auto 0;
  padding: 20px;
  color: #f3f3f3;
  font-family: 'Pacifico', cursive;
  font-weight: bold;
  text-align: center;
  z-index: 3;
}
.hero-header .caption .heading {
  font-size: 32px;
  font-size: 3.2rem;
}
.hero-header .scroll {
  display: none;
}
.hero-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 480px) {
  .hero-header .caption {
    letter-spacing: 5px;
    letter-spacing: 0.5rem;
  }
}
@-webkit-keyframes dropScrollDown {
  0% {
    top: 0px;
    opacity: 0;
  }
  30% {
    top: 15px;
    opacity: 1;
  }
  100% {
    top: 45px;
    opacity: 0;
  }
}
@keyframes dropScrollDown {
  0% {
    top: 0px;
    opacity: 0;
  }
  30% {
    top: 15px;
    opacity: 1;
  }
  100% {
    top: 45px;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .hero-image {
    background-size: 100% auto;
  }
  .hero-header {
    height: 500px;
  }
  .hero-header .caption {
    width: 520px;
    height: 150px;
    margin: auto;
    letter-spacing: 5px;
    letter-spacing: 0.5rem;
    background-color: #252525;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .hero-header .scroll {
    display: block;
  }
  .hero-header .scroll-down {
    position: absolute;
    right: 0;
    bottom: 15%;
    left: 0;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: block;
    z-index: 10;
    text-align: center;
  }
  .hero-header .scroll-down span {
    position: relative;
    color: #fff;
    font-size: 16pt;
    -webkit-animation-name: dropScrollDown;
            animation-name: dropScrollDown;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
  .hero-header:after {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 992px) {
  .hero-header {
    height: 650px;
  }
  .hero-header .caption {
    width: 70%;
    height: 180px;
    margin: auto;
    letter-spacing: 5px;
    letter-spacing: 0.5rem;
    background-color: #252525;
    background-color: rgba(0, 0, 0, 0.8);
    letter-spacing: 7px;
    letter-spacing: 0.7rem;
  }
  .hero-header .caption .heading {
    font-size: 56px;
    font-size: 5.6rem;
  }
}
@media (max-height: 400px) {
  .hero-header .caption {
    margin: 10% auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.news .news-item {
  position: relative;
  color: #111;
  margin-bottom: 20px;
  padding: 5px 5px 10px 30px;
  border-bottom: 3px solid #ba0202;
}
.news .news-item .date {
  display: block;
  margin-bottom: 5px;
}
.news .news-item:before {
  content: "";
  position: absolute;
  background: rgba(161, 2, 2, 0.5);
  top: 0;
  left: 0.6em;
  height: 12px;
  width: 12px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.news .news-item:after {
  content: "";
  position: absolute;
  background: #ba0202;
  top: 20px;
  left: 0;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media (min-width: 480px) {
  .news .news-item {
    position: relative;
    color: #111;
    margin-bottom: 20px;
    padding: 5px 5px 10px 40px;
    border-bottom: 3px solid #ba0202;
  }
  .news .news-item .date {
    display: block;
    margin-bottom: 5px;
  }
  .news .news-item:before {
    content: "";
    position: absolute;
    background: rgba(161, 2, 2, 0.5);
    top: 0;
    left: 0.8em;
    height: 18px;
    width: 18px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .news .news-item:after {
    content: "";
    position: absolute;
    background: #ba0202;
    top: 40px;
    left: 0;
    height: 12px;
    width: 12px;
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
#to-about-scroll {
  margin-top: -70px;
  height: 70px;
}
.about .about-img-box {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.about .about-img-box .about-img {
  width: 100%;
  height: auto;
}
.about .about-img-box .about-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.5s;
  opacity: 0;
}
.about .about-img-box .about-overlay p {
  margin-top: 30%;
  color: #fea4a4;
  text-align: center;
}
.about .about-img-box:hover .about-overlay {
  width: 100%;
  border: 3px double #fff;
  opacity: 1;
}
.about .more-info {
  display: block;
  text-align: right;
}
.external-links .dl-horizontal dd {
  margin-bottom: 20px;
}
.external-links li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
@media (min-width: 768px) {
  .external-links .dl-horizontal dt {
    width: 250px;
    text-align: left;
  }
  .external-links .dl-horizontal dd {
    margin-left: 280px;
    margin-bottom: 10px;
  }
}
.campaign .campaign-img {
  margin-top: 20px;
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .campaign .pull-right {
    float: none !important;
  }
}
.price .discount {
  color: #d40202;
}
.price .dl-horizontal dt {
  border-left: 5px solid #f9adad;
  border-bottom: 1px solid #f9adad;
  padding: 5px;
}
.price .dl-horizontal dd {
  margin: 5px 0 20px 0;
}
.price .st-col {
  width: 90px;
}
.price .row3 {
  font-size: 1.2px;
  font-size: 1.2rem;
  padding: 3px 8px;
}
.price .coupon-info {
  color: #ed0303;
  text-shadow: 1px 1px 2px #777777;
}
@media (min-width: 768px) {
  .price .dl-horizontal dt {
    border: none;
    padding: 0px;
    padding-left: 5px;
    text-align: left;
    width: 120px;
  }
  .price .dl-horizontal dd {
    margin-left: 140px;
    margin-bottom: 10px;
  }
}
.profile-bg {
  background: url('/images/profile-bg-02.jpg') 10% 0 no-repeat;
}
@media (min-width: 992px) {
  .profile-bg {
    background: url('/images/profile-bg-01.jpg') 50% 50% no-repeat;
  }
}
.profile {
  background-color: black;
  padding: 20px 0;
  color: #fff;
}
.profile .container {
  z-index: 100;
}
.profile .img-profile {
  width: 100%;
  height: auto;
}
.profile a {
  color: #fea4a4;
}
.profile .nomad-img-box {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.profile .nomad-img-box .nomad-img {
  width: 100%;
  height: auto;
}
.profile .nomad-img-box .nomad-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: .3s;
  opacity: 1;
}
.profile .nomad-img-box .nomad-overlay p {
  margin-top: 30%;
  text-align: center;
  font-size: bold;
}
.profile .nomad-img-box .nomad-overlay p a {
  color: #fff;
}
.access {
  padding: 20px 0;
  color: #fff;
}
#google-map {
  width: 90%;
  height: 300px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #google-map {
    width: 100%;
    height: 400px;
  }
}
.load-img {
  width: 100%;
  height: auto;
}
.studio {
  padding: 20px 0;
}
.studio .img-profile {
  width: 100%;
  height: auto;
}
.main-footer {
  margin-top: 40px;
  padding: 20px 0;
  background-color: #a10202;
  color: #ffeeee;
}
.main-footer .contact .heading {
  margin-bottom: 10px;
}
.main-footer .contact .contact-us {
  margin-bottom: 0;
}
.main-footer .contact .contact-us .dl-horizontal {
  margin-bottom: 0;
}
.main-footer .contact .contact-us .dl-horizontal dt {
  float: left;
  width: 20px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-footer .contact .contact-us .dl-horizontal dd {
  margin-left: 30px;
}
.main-footer .contact .twitter-logo {
  width: 24px;
  height: 24px;
}
.main-footer a {
  color: #ffeeee;
  text-decoration: none;
}
.main-footer a:hover {
  color: #ffbbbb;
}
.main-footer a:active {
  color: #ff8888;
}
.main-footer .sub-footer {
  margin-top: 40px;
  padding: 10px 0 10px 0;
  background-color: #a10202;
  color: #ffeeee;
}
.main-footer .sub-footer .copyright {
  font-size: 14px;
}
.main-footer .separator {
  border-top: 2px solid #AD3131;
}
@media (max-width: 992px) {
  .main-footer .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
