/* style */
html,
body {
  height: 100%;
}
body {
  font-family: 'Monda', Arial, sans-serif;
  background-color: #000000;
  background: -webkit-linear-gradient(#A50339,#770028);
  background: -moz-linear-gradient(#A50339,#770028);
  background: -ms-linear-gradient(#A50339,#770028);
  background: -o-linear-gradient(#A50339,#770028);
  background: linear-gradient(#A50339,#770028);
  background-attachment: fixed;
}
/* globals */
.text-light-red {
  color: #C70848 !important;
}
.text-red {
  color: #A50339 !important;
}
/* header */
header {
  background-color: #ffffff;
  background: -webkit-linear-gradient(#ffffff 300px,#dddddd);
  background: -moz-linear-gradient(#ffffff 300px,#dddddd);
  background: -ms-linear-gradient(#ffffff 300px,#dddddd);
  background: -o-linear-gradient(#ffffff 300px,#dddddd);
  background: linear-gradient(#ffffff 300px,#dddddd);
  -webkit-box-shadow: 6px 0 15px rgba(0,0,0,0.4);
  -moz-box-shadow: 6px 0 15px rgba(0,0,0,0.4);
  box-shadow: 6px 0 15px rgba(0,0,0,0.4);
  width: 300px;
  float: left;
  position: fixed;
  height: 100%;
  padding: 30px 0;
  z-index: 2;
}
header img {
  max-width: 200px;
  margin: 0 auto 30px auto;
  display: block;
}
header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header nav ul li a {
  display: block;
  font-size: 16px;
  padding: 13px 30px 15px 30px;
  color: #000000;
  height: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #dddddd;
}
header nav ul li a span {
  display: none;
}
header nav ul li a:hover {
  background-color: #999999;
  background: -webkit-linear-gradient(to right,#f1f1f1,#cccccc);
  background: -moz-linear-gradient(to right,#f1f1f1,#cccccc);
  background: -ms-linear-gradient(to right,#f1f1f1,#cccccc);
  background: -o-linear-gradient(to right,#f1f1f1,#cccccc);
  background: linear-gradient(to right,#f1f1f1,#cccccc);
  color: #000000;
  padding-left: 40px;
}
header nav ul li.active a {
  background-color: #A50339;
  background: -webkit-linear-gradient(to right,#CD0346,#A50339);
  background: -moz-linear-gradient(to right,#CD0346,#A50339);
  background: -ms-linear-gradient(to right,#CD0346,#A50339);
  background: -o-linear-gradient(to right,#CD0346,#A50339);
  background: linear-gradient(to right,#CD0346,#A50339);
  border-bottom: none;
  color: #ffffff;
}
header nav ul li.active a:hover {
}
header nav ul li.active a span {
  display: inline-block;
  right: 0;
  margin-top: -13px;
  margin-right: -48px;
  position: absolute;
  height: 50px;
  width: 48px;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #A50339;
}
header nav .sidebar {
  padding: 30px;
  font-size: 16px;
}
header nav .sidebar h4 {
  color: #999999;
  margin-bottom: 15px;
}
header nav .sidebar a {
  color: #A50339;
}
header nav .sidebar i {
  background-color: #dddddd;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 25px;
  margin-right: 10px;
}
header nav .sidebar hr {
  border-color: #cccccc;
}
header nav .sidebar p {
  margin-top: 15px;
  font-size: 12px;
}
header nav .sidebar p a {
  color: #333333;
}
.mobile,
footer,
header .menu {
  display: none;
}
/* feature */
.feature i {
  text-align: center;
  display: block;
  font-size: 48px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.15);
  line-height: 100px;
}
/* content */
.content {
  margin-left: 300px;
}
.contact .image {
  margin-bottom: 30px;
}
.contact hr {
  border-color: #C70848;
}
.contact h4 {
  font-size: 21px !important;
}
.contact h3 {
  font-size: 24px !important;
  margin-top: 0;
}
.contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact li {
  padding: 15px 0;
}
.contact li.phone:before,
.contact li.email:before {
  font-family: 'Ionicons';
  content:"\f422";
  font-size: 21px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: rgba(0,0,0,.2);
  display: inline-block;
}
.contact li.phone:before {
  content:"\f2d2";
}
.icon {
  text-align: center;
  margin-bottom: 30px;
  height: 200px;
}
.icon i {
  display: inline-block;
  margin: 0 auto;
  width: 100px;
  line-height: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 48px;
  margin-bottom: 15px;
  background-color: rgba(0,0,0,0.35);
}
.icon h4 {
  font-size: 14px !important;
  font-weight: normal;
}
.heading.bg-1 {
  background: url('bg/bg-1.jpg') center center no-repeat;
  background-size: cover;
}
.heading.bg-2 {
  background: url('bg/bg-2.jpg') center center no-repeat;
  background-size: cover;
}
.heading.bg-3 {
  background: url('bg/bg-3.jpg') center center no-repeat;
  background-size: cover;
}
.heading .overlay {
  background: -webkit-linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.55));
  background: -moz-linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.55));
  background: -o-linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.55));
  background: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.55));
  padding: 80px 30px;
}
.heading h1 {
  font-family: 'Bungee', 'Monda', arial, sans-serif;
  margin: 0;
  color: #ffffff;
  -webkit-text-shadow: 1px 1px 3px #000000;
  -moz-text-shadow: 1px 1px 3px #000000;
  text-shadow: 1px 1px 3px #000000;
}
.block {
  padding: 30px;
  color: #ffffff;
}
.block.light {
  background: #f1f1f1;
  color: #000000;
}
.block.light a:hover,
.block.light a:focus,
.block.light a {
  color: #000000 !important;
}
.block.center {
  text-align: center;
}
.block .icon-lg {
  font-size: 58px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  display: inline-block;
  background-color: rgba(0,0,0,0.25);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 40px;
  margin-top: 50px;
}
.block.center p {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.block h4 {
  font-size: 28px;
}
.block h1 {
  margin-bottom: 30px;
}
.block a:hover,
.block a:focus,
.block a {
  color: #ffffff;
  text-decoration: underline;
}
.block a:hover,
.block a:focus {
  text-decoration: none;
}
.block p {
  line-height: 28px;
}
.hero {
  background: url('bg/bg-2.jpg') center center no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  border-bottom: 2px solid #B2003B;
}
.hero-container {
  padding: 80px;
  background: -webkit-linear-gradient(rgba(0,0,0,0.35) 50%,rgba(0,0,0,0.85));
  background: -moz-linear-gradient(rgba(0,0,0,0.35) 50%,rgba(0,0,0,0.85));
  background: -o-linear-gradient(rgba(0,0,0,0.35) 50%,rgba(0,0,0,0.85));
  background: linear-gradient(rgba(0,0,0,0.35) 50%,rgba(0,0,0,0.85));
  height: 100%;
  vertical-align: middle;
}
.hero-container h2 {
  font-family: 'Bungee';
  font-size: 38px;
  -webkit-text-shadow: 1px 1px 3px #000000;
  -moz-text-shadow: 1px 1px 3px #000000;
  text-shadow: 1px 1px 3px #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.hero-container h3 {
  font-family: 'Monda';
  font-size: 21px;
  -webkit-text-shadow: 1px 1px 3px #000000;
  -moz-text-shadow: 1px 1px 3px #000000;
  text-shadow: 1px 1px 3px #000000;
  line-height: 30px;
}
@media(max-width:950px){
  .hero-container {
    padding: 60px;
  }
}
@media(max-width:768px){
  .mobile {
    background: rgba(69,0,19,0.9);
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .mobile .exit {
    float: right;
    position: relative;
    color: #ffffff;
    margin: 25px 25px 0 0;
    display: block;
    font-size: 32px;
  }
  .mobile ul {
    list-style: none;
    padding: 0;
    margin: 90px 0 0 0;
  }
  .mobile li a {
    display: block;
    text-align: center;
    color: #ffffff;
    padding: 30px;
    font-size: 32px;
  }
  header nav {
    display: none;
  }
  header .menu {
    display: inline-block;
    float: right;
    position: relative;
    font-size: 48px;
    margin-right: 15px;
  }
  header .menu a {
    color: #63001B;
  }
  header {
    width: auto;
    float: none;
    position: relative;
    height: auto;
    padding: 20px;
    z-index: 3;
  }
  header img {
    max-width: 125px;
    margin: 0;
  }
  .content {
    margin-left: 0;
  }
  .hero {
    height: auto;
  }
  .hero-container {
    padding: 60px 30px;
  }
  footer {
    display: block;
    margin: 0;
  }
  footer .block p {
    margin: 0;
  }
  footer .block {
    padding-bottom: 5px;
  }
}
/* panel */
.panel-default {
  -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.45);
  -moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.45);
  box-shadow: 3px 3px 10px rgba(0,0,0,0.45);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.panel-default .panel-heading {
  padding: 20px 15px;
}
.panel-default .panel-heading h4 {
  padding: 0;
  font-size: 18px;
  margin: 0;
}
.panel-body {
  padding: 15px;
  color: #000000;
}
.panel-body p {
  margin-bottom: 0;
  line-height: 25px;
}
