.alert {
  	padding: 15px;
  	margin-bottom: 20px;
  	border: 1px solid transparent;
  	border-radius: 4px;
  	display: none;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  display: block;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  display: block;
}
.navbar-toggler {
  display: none;
}
.wrapper.style1 {
  background-color: black;
}
.heading {
  font-family: "Lora", serif;
  margin: 0;
}
#intro .heading {
  font-weight: normal;
  margin-bottom: 0.5em;
}
#sidebar a,
.paragraph,
ul.actions a,
label,
.contact,
textarea,
input {
  font-family: "Hind Siliguri", sans-serif;
}
.wrapper.welcome > .inner {
    text-align: center;
}
#intro .paragraph {
  color: white;
  position: relative;
  padding-left: 0.75em;
}
#sidebar nav a {
  letter-spacing: 0.3em;
}
#intro {
  background-image: url("images/background.jpg");
  background-size: cover;
}
#intro .paragraph:after {
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  background: #ffffff;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.15;
  border-radius: 0.25em;
  box-shadow: 0px 0px 10px 7px;
}
#intro .fa-phone {
  display: inline-block;
  border-radius: 30%;
  margin: 0 0 1em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
}
#intro .fa-phone::before {
}
#intro .phone-cta {
  border-bottom: 0px;
  padding: 10px 10px 10px 0;
}
#intro .phone-cta-text {
  max-width: 80%;
  color: orange;
  border-bottom-color: orange;
  font-weight: bold;
  display: inline-block;
  vertical-align: text-top;
  line-height: 1.2;
}
.spotlights .ac-site .image {
  background-position: top center;
  background-image: url(/images/0.jpg);
}
.spotlights .aw-spotlight .image {
  background-position: top left;
  background-image: url(/images/1.jpg);
}
.spotlights .tb-subscribe .image {
  background-position: top center;
  background-image: url(/images/2.jpg);
}
.spotlights .aw-guide .image {
  background-position: top center;
  background-image: url(/images/3.jpg);
}
.spotlights .aw-forum .image {
  background-position: top center;
  background-image: url(/images/4.jpg);
}
.spotlights .ac-site .image img,
.spotlights .aw-spotlight .image img,
.spotlights .tb-subscribe .image img,
.spotlights .aw-guide .image img,
.spotlights .aw-forum .image img {
  display: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
  color: white;
}
input[type="checkbox"],
input[type="radio"] {
  display: block;
  z-index: 1;
  float: none;
  opacity: 1;
}
input[type="checkbox"] {
  -moz-appearance: listitem;
  -webkit-appearance: listitem;
  -ms-appearance: listitem;
  appearance: listitem;
}
input[type="radio"] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  -ms-appearance: checkbox;
  appearance: checkbox;
}
@media screen and (max-width: 1280px) {
  #intro {
    background-position: 0% 0%;
  }
}
@media screen and (max-width: 980px) {
  .spotlights .ac-site .image {
    background-image: url(/images/0m.jpg);
  }
  .spotlights .aw-spotlight .image {
    background-image: url(/images/1m.jpg);
  }
  .spotlights .tb-subscribe .image {
    background-image: url(/images/2m.jpg);
  }
  .spotlights .aw-guide .image {
    background-image: url(/images/3m.jpg);
  }
  .spotlights .aw-forum .image {
    background-image: url(/images/4m.jpg);
  }
  .spotlights > section > .image {
    width: 37em;
    height: 75vh;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #intro {
    background-image: url("images/background-m.jpg");
    background-position: top center;
    height: 100vh;
  }
  .spotlights .ac-site .image {
    background-image: url(/images/0s.jpg);
  }
  .spotlights .aw-spotlight .image {
    background-image: url(/images/1s.jpg);
  }
  .spotlights .tb-subscribe .image {
    background-image: url(/images/2s.jpg);
  }
  .spotlights .aw-guide .image {
    background-image: url(/images/3s.jpg);
  }
  .spotlights .aw-forum .image {
    background-image: url(/images/4s.jpg);
  }
  .spotlights > section > .image {
    width: 25em;
  }
}
@media screen and (max-width: 736px) {
  #sidebar {
    background: transparent;
    display: block;
    height: auto;
    min-height: 65px;
    overflow: visible;
    text-align: right;
    max-width: 100vw;
    line-height: normal;
    position: fixed;
  }
  #sidebar nav ul {
    display: block;
    overflow: hidden;
    height: 0px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 75px;
    background: #000020;
    margin-right: 20px;

    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  #sidebar nav ul li {
    margin: 0;
    height: auto;
  }
  #sidebar nav a {
    font-size: 1.25em;
    overflow: hidden;
    padding: 10px;
  }
  #sidebar nav a:after {
    background-image: -moz-linear-gradient(to right, white, blue);
    background-image: -webkit-linear-gradient(to right, white, blue);
    background-image: -ms-linear-gradient(to right, white, blue);
    background-image: linear-gradient(to right, white, blue);
  }
  .navbar-toggler {
    display: block;
    font-size: 1.5rem;
    padding: 0.05rem 1rem;
    background: rgba(120, 120, 120, 0.3);
    border: 2px solid #959595;
    position: absolute;
    right: 20px;
    top: 15px;
    line-height: 2.25em;
    font-weight: 900;
    z-index: 1;

    /*-moz-pointer-events: none;
		-webkit-pointer-events: none;
		-ms-pointer-events: none;
		pointer-events: none;*/
    -moz-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .navbar-toggler:hover,
  .navbar-toggler.active {
    background: rgba(120, 120, 120, 1);
  }
  #sidebar nav .navbar-toggler.active + ul {
    height: 208px;
  }
}
@media screen and (max-width: 480px) {
  .spotlights > section > .image {
    width: 100%;
    margin: 0;
  }
  #intro {
    background-image: url("images/background-s.jpg");
  }
  #intro .phone-cta-text {
    padding-top: 10px;
  }
}
/**/
