body, html, main {
  /* important */
  height: 100%;
  font-family: 'Lato', sans-serif;
  letter-spacing:1px;
}

.intro-fixed-bg {
  min-height: 250px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.cd-fixed-bg {
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.bb-bg-1 {
  background-image: url("../images/bb-intro.jpg");
}
.bb-bg-2 {
  background-image: url("../images/100-bombs-1.jpg");
}
.cd-bg-1 {
  background-image: url("../images/cd-background-1.jpg");
}

.cd-fixed-bg.cd-bg-1 {
  background-image: url("../images/cd-background-1.jpg");
}
.cd-fixed-bg.cd-bg-2 {
  /* background-image: url("../images/cd-background-2.jpg"); */
  background-image: url("../images/spa-bg-1.jpg");
}
.cd-fixed-bg.cd-bg-3 {
  background-image: url("../images/cd-background-3.jpg");
}
.cd-fixed-bg.cd-bg-4 {
  background-image: url("../images/cd-background-4.jpg");
}

.cd-scrolling-bg {
  min-height: 100%;
}

.featured-product{
  text-align:center;
  vertical-align:top;
}
.featured-product img {
  width:200px;
}
.featured-product p {
  width:200px;
  margin:auto;
  text-align:left;
}
.featured-product span {
  color: green;
  font-size:0.8em;
}

.footer {
  padding:20px;
  display: block;
  color: #eee;
  background: #222;
}

.feedback {
  font-size:13pt;
  font-style: italic;
  max-width:500px;
  margin:auto;
  text-align:left;
}

.feedback img{
  width:50px;
}

.wait_screen {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  text-align: center;
  z-index: 10000;
}
.wait_screen span{
  position: relative;
  top: 20%;
  transform: translateY(-80%);
  font-size: 18pt;
}

.txt-summary {
  font-size: 10pt;
  line-height: 1.5;
}
.txt-summary p.collapse:not(.show) {
    height: 110px !important;
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.txt-summary p.collapsing {
    min-height: 42px !important;
}
.txt-summary a.collapsed:after  {
    content: '+ Read More';
}
.txt-summary a:not(.collapsed):after {
    content: '- Read Less';
}

.hover-box{
  position: relateive;
  width:100%;
}
.hover-box .fade-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}
.hover-box:hover .fade-overlay {
  display: block;
  background: rgba(0, 0, 0, .3);
}
.hover-box .button {
  position: absolute;
  width: 100%;
  left:0;
  bottom: 150px;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
}
.hover-box .button a {
  cursor:pointer;
  width: 200px;
  padding: 12px 48px;
  text-align: center;
  color: white;
  border: solid 2px white;
  z-index: 1;
}
.hover-box:hover a:hover {
  text-decoration: underline;
  color: white;
}
.hover-box:hover .button {
  opacity: 1;
}

.collapse-title {
  position: relative;
}

.collapse-title::after {
	position: absolute;
	top: -2px;
	right: 0px;
	content: "\f054";
	font-family: "Font Awesome 5 Solid";
}
.collapse-title[aria-expanded="false"]::after {
    display:none;
    content: "\f054";
}
.collapse-title[aria-expanded="true"]::after {
  display:none;
  content: "\f078";
  font-family: "Font Awesome 5 Solid";
}

.navbar ul{
  margin:0;
  padding:0;
}
.navbar ul li{
  margin:0 20px;
  display: inline-block;
}

.footer{
  position:relative;
  padding:50px;
  font-size:10pt;
}
.footer a{
}
.footer .menu{
  font-size: 8pt;
  color:#bbb;
  margin-bottom: 15px;
}
.footer .topic{
  margin-bottom: 15px;
  color:#ccc;
  font-weight:bold;
}
.footer .social{
  font-size: 18pt;
  margin-right: 25px;
  color: #ccc;
}
.footer .payment{
  font-size: 25pt;
  color: #eee;
  margin: 15px;
}
.footer .v-spacer{
  height:30px;
}

.side-menu{
  position:relative;
  font-size:9pt;
}
.side-menu a{
  color: #555;
}
.side-menu .topic{
  margin-bottom: 5px;
  color:#555;
  font-weight:bold;
}
.side-menu .v-spacer{
  height:30px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* CSS for la2a space */
.la2a{
}
.la2a input{
  padding:13px;
  width:100%;
  font-size:10pt;
  padding-right:50px;
}
.la2a .input-wrapper{
  position:relative;
  margin:auto;
  width:300px;
}
.la2a a.input-submit{
  position:absolute;
  right:15px;
  top:12px;
  color:#888;
}
.la2a a.input-submit:hover{
  color:#f13131;
}

.content-title {
  font-size:25px;
  margin-bottom:8px;
  font-weight:300;
}
.content-body {
  font-weight:400;
}

.body-banner {
  background:#3a4f67;
  color:#fff;
  padding:100px;
  text-align:center;
}
.body-banner .topic {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 3px;
}
.body-banner .body {
  font-size: 35px;
  font-weight: 250;
  letter-spacing: 5px;
}

.banner-img-div img {
  -webkit-mask-image:-webkit-gradient(linear, 50% center, left center, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)))
}

.banner-img {
  width:100%;
  height: calc(100vh - 100px);
  object-fit: cover;
}


.zoomout {
  transform: scale(1.2);
  transition: 2s all ease;
}
.zoomout.active{
  transform: scale(1.0);
}

.shiftup {
  position: relative;
  transform: translateY(-70px);
  transition: 2s all ease;
}
.shiftup.active{
  transform: translateY(0px);
}

.modal-dialog > .modal-content{
  border-radius:0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

a {
  text-decoration: none;
}

.card, .card-header, .card-body, .card-footer, button{
  border:none;
  border-radius:0px !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.card:hover {
  transform: translateY(-5px);
  transition-duration: 500ms;
}

input:not([type=checkbox]) {
  outline: none;
  outline:0px !important;
  -webkit-appearance:none;
  -webkit-border-radius: 0px;
  box-shadow: none !important;
}


