/* CSS Document */

  .map-responsive{
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
  }
  .map-responsive iframe{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }

  #about_address_hours {
    margin: auto;
    width: 50%;
    border: 3px solid black;
    padding: 10px;
    background-color: white;
/*    opacity: 0.5;
    filter: Alpha(opacity=50); /* IE8 and earlier */
*/
  }
  
  #about_address {
    text-align: center;
    /*margin: auto;*/
    /*width: 50%;*/
    /*border: 3px solid green;*/
    /*padding: 10px;*/
    color: black;
  }

  #about_hoursofoperation {
    text-align: center;
    /*margin: auto;*/
    /*width: 50%;*/
    /*border: 3px solid green;*/
    padding: 10px;
    color: black;
  }

  #B3Footer {
    text-align: center;
    background-color: #f1f1f1;
    height: auto;
    /*margin: auto;*/
    width: 100%;
    /*border: 3px solid green;*/
    padding: 10px;
    color: black;
  }

.flex-fill {
   flex: 1 1 auto;
}

.fixed-bg {
    /*
    background-image: url("../images/under-construction.gif");
    */

    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mainpage-bg { 

    /* Full height */
    /*
    height: 100%; 
    */

    /* Full width */
    width: 100%; 
    
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


  #mainpage-container {
    height: 100%;
    position: relative;
  }
 
  #mainpage-background-image {
    z-index: -1;
    height: 100%;
    width: 100%;
  }

  #mainpage-logo-overlay {
    z-index: 10;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    position:absolute;
    
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #mainpage-logo {
    width:100px;
    height:100px;
  }
  

  /* Make the image fully responsive */
  .carousel-inner img {
    width: 100%;
  /*
    height: 100%;
*/
  }

  /* Events Calendar */


  .noPadding {
    padding: 0 !important;
  }

  #smallscreen_only {
    display: none;
  }

  .smallscreen_hide {
    display: block;
  }

  .smallscreen_show {
    display: none;
  }


  .img_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border: 0px solid;
    width: 25%;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

/* Events Calendar */
    #cal-1by1 {
      display: none;
    }
    
    #cal-4by3 {
      display: block;
    }
  
  /* On small screens, set height to 'auto' for sidenav and grid */
  @media screen and (max-width: 767px) {
    #cal-1by1 {
      display: block;
    }
    
    #cal-4by3 {
      display: none;
    }
    
    #smallscreen_only {
      display: block;
    }

  .smallscreen_hide {
    display: none;
  }

   .smallscreen_show {
    display: block;
  }

}


  /* 
  Added the following to be able to center text over an image 
  */

  /* Container holding the image and the text */
.general-container {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.text-bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.text-top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top left text */
.text-top-centered {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Top right text */
.text-top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.text-bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.text-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-outline {
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}


.inner_container{
    margin-top: 8%;
}

 
.inner{
    overflow: hidden;
}
 
.inner img{
    transition: all 1.5s ease;
}

.inner:hover img{
    transform: scale(1.5);
}




.card .hover_overlay {
  display: none;

  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: lightgrey;
/*  opacity: 75%;
*/
  cursor: pointer;
    
}

.card:hover .hover_overlay {
  display: flex;
  justify-content: center;
  align-items: center;

}

.card .hover_overlay .overlay_text {
  z-index: 15;
  margin: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  opacity: 100%
/*
  width: 100%;
  opacity: 100%;
  */
}



.card .overlay_mask {
  display: none;

  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: black;
  opacity: 50%;
  cursor: pointer;
    
}

.card:hover .overlay_mask {
  display: flex;
  justify-content: center;
  align-items: center;

}

.card .overlay_text {
  display: none;

  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 15;
  cursor: pointer;
    
}

.card:hover .overlay_text {
  display: flex;
  justify-content: center;
  align-items: center;

}

.btn_green {
  background-color: #5FAD01; 
  color: black;
  border-color: black;
}

.btn_darkgray {
  background-color: #333333;
  color: white;
  border-color: white;
}

.btn_gray {
  background-color: #e7e7e7;
  color: black;
}

.text_black {
  color: black;
}



.table_header {
  color: white;
  text-align: center;
  font-weight: bold;
} 




.menu_logo {
    height: 50px;
}

.vl_footer {
  border-left: 2px solid green;
  height: 100%;
  position: absolute;
  right: 0%;
  margin-left: -3px;
  top: 0;
}

.footer_separator {
  width: 15%;
  background-color: green;
  height:2px;
  border-width:0px;
  text-align:left;
  margin-left:0
  
}


.bg_black {
background-color: #000000;
}

.footer_logo {

}

.contact_input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.contact_input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.contact_input[type=submit]:hover {
  background-color: #45a049;
}

.contact_container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}


.signin_input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.signin_input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.signin_input[type=submit]:hover {
  background-color: #45a049;
}

.signin_container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.btn_signin {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn_signin:hover {
  background-color: #45a049;
}

.carousel-caption {
  display: flex;  
  justify-content: center;
  align-items: center;
  height: 100%;
}

.overlay_msg {
  font-size: 2.5vw;
}

.overlay_msg_title {
  font-size: 5vw;
}




.bg_red {
  background-color: red;  
}



.text_black {
  color: black;  
}

.text_white {
  color: white;  
}

.text_green {
  color: lime;  
}

.text_yellow {
  color: yellow;  
}

.Main_Topic_Link_Black {
  color: black;  
}

.Main_Topic_Link_Black:hover {
  color: black;  
}

.Main_Topic_Link_White {
  color: white;  
}

.Main_Topic_Link_White:hover {
  color: white;  
}





/*
The following is used by the FAQ section
*/

.faq-section-category {
    border: 10;
    background: #aaaab2;
    padding: 10;
    font-size: 1.5rem;
    color: black;
}

.faq-section-title {
    border: 10;
    padding: 10;
    font-size: 1.5rem;
    color: black;
}

.faq-panel-default > .faq-panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0;
}
.faq-panel-default .faq-panel-title a {
    display: block;
    font-style: italic;
    font-size: 1.5rem;
}
.faq-panel-default .faq-panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 3rem;
    content: "\f106";
    color: #1f7de2;
    float: right;
    margin-top: -12px;
}
.faq-panel-default .faq-panel-title a.collapsed:after {
    content: "\f107";
}
.faq-panel-default .faq-panel-body {
    font-size: 1.2rem;
}

/*
.faq-accordion-section .faq-panel-default > .faq-panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0;
}
.faq-accordion-section .faq-panel-default .faq-panel-title a {
    display: block;
    font-style: italic;
    font-size: 1.5rem;
}
.faq-accordion-section .faq-panel-default .faq-panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 3rem;
    content: "\f106";
    color: #1f7de2;
    float: right;
    margin-top: -12px;
}
.faq-accordion-section .faq-panel-default .faq-panel-title a.collapsed:after {
    content: "\f107";
}
.faq-accordion-section .faq-panel-default .faq-panel-body {
    font-size: 1.2rem;
}
*/


.closed_ticket {
  color: white;
}


/*
The following is used by the Tickets section
*/

.tickettip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tickettip .tickettiptext {
  visibility: hidden;
  width: auto;    //200px;
  background-color: blue;
  color: white;
  text-align: left;
  border-radius: 6px;
  padding: 5px 5px;

  /* Show on the left side */
  top: -5px;
  right: 105%;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;

  opacity: 0;
  transition: opacity 0.3s;
  
}

.tickettip:hover .tickettiptext {
  visibility: visible;
  opacity: 1;
}


/*
The following is used by the RMA section
*/

.rmatip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.rmatip .rmatiptext {
  visibility: hidden;
  width: auto;    //200px;
  background-color: blue;
  color: white;
  text-align: left;
  border-radius: 6px;
  padding: 5px 5px;

  /* Show on the right side */
  top: -5px;
  left: 105%;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;

  opacity: 0;
  transition: opacity 0.3s;
  
}

.rmatip:hover .rmatiptext {
  visibility: visible;
  opacity: 1;
}

.rma_tip_co {
  background-color: black;
  color: white;
  z-index: 2;  
}



/*
?????????
*/

.table_header {
  color: white;
  background-color: green;
  text-align: center;  
}


/*
The following allows text to blink
*/
.blink_me1s {
  animation: blinker 1s linear infinite;
}

.blink_me2s {
  animation: blinker 2s linear infinite;
}

.blink_me3s {
  animation: blinker 3s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}




/*
.carousel-caption .overlay_msg {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  height: 100%;
  width: 100%;
  z-index: 15;
  cursor: pointer;
    
}
*/


/*  The following are used to create a hover for the carousel images
    However I did not get the image controls to work with the overlay

.carousel-item .overlay_mask {
  display: none;

  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: black;
  opacity: 50%;
  cursor: pointer;
    
}

.carousel-item:hover .overlay_mask {
  display: flex;
  justify-content: center;
  align-items: center;

}

.carousel-item .overlay_text {
  display: none;

  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 15;
  cursor: pointer;
    
}

.carousel-item:hover .overlay_text {
  display: flex;
  justify-content: center;
  align-items: center;

}

*/

