body

{

  font-family: Century Gothic, Calibri;
  background-image: url("/images/background-min.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;

}

.bg-dark{
    background:#000 !important;
}

.embed-responsive-4by3::before {
    padding-top: 56%;
}
.row{
    color:#000;
    margin:0 auto;
    padding-left:0px;
    padding-right:0px;
}

.col-md-12{
    padding-left:0px;
    padding-right:0px;   
}

.centerabs{
  position: absolute;
  left: 50%;
  /*transform: translate(-50%, -50%);*/
  transform: translate(-50%);
}

.center{
    margin:0 auto;
}

.marginleftright{
    margin-left:8px !important;
    margin-right:8px !important;
}


.myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.imgmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.imgmodal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.imgmodal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 75px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.leftabs{
  position: absolute;
  top:60px;
  left:190px;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .imgmodal-content {
    width: 100%;
  }
}

@media only screen and (max-width: 991px){
  .child {
    top:0px!important;
    left: 50%!important;
    /*transform: translate(-50%, -50%);*/
    transform: translate(-50%)!important;
    position:relative!important;
    max-width:100%!important;
  }
  .child2 {
  
    position: relative!important;
    z-index:999;
    top:15px;

  }

  .child3 {
  
    position: relative!important;
    z-index:999;
    top:15px;

  }

  .parent {
   
    min-height:200px!important;
  }

}


.parent {
  width: 100%;
  height: auto;
  position: relative;
  min-height:500px;
}      
.child {
  
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);

}
.child2 {
  
  position: absolute;
  z-index:999;
  top:15px;

}

.fixedContainer {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}

.container
{
  width:100%; max-width:2000px !important; padding:0px;
}

li{
  line-height:1.5;
  margin-bottom:15px;
}

.hideme
{
    opacity:0;
}

.count{
  font-size:30px;
  font-weight:bold;
}
.full{
    width:100%;
}

.btn-info:hover{
  color: black;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#rating1 .fa-star, #rating2 .fa-star, #rating3 .fa-star, #rating4 .fa-star, #rating5 .fa-star, #rating6 .fa-star {
  color: #ccc;
  font-size: 2em;
  cursor: pointer;
}

#rating1 .fa-star.active, #rating2 .fa-star.active, #rating3 .fa-star.active, #rating4 .fa-star.active, #rating5 .fa-star.active, #rating6 .fa-star.active {
  color: orange;
}
