/*!

 */


.bg-grey {
  background-color: #343837; } 
  
 .bg-light-grey {
  background-color: #EFEFEF; }   
   
  
.bg-sp-blue {
  background-color: #008EB0; }
  
  .bg-sp-dark-blue {
  background-color: #227ba0; }
    
  
  .bg-sp-purple {
  background-color: #AC95C7; } 
  
  .bg-sp-green {
  background-color: #8DC63F; } 
  
  .bg-sp-red {
  background-color: #BE1E2D; } 
  
  
   
.text-white {
  color: #FFFFFF !important; }
  
 .text-black {
  color: #000000 !important; }   
  
  .text-grey {
  color: #343837 !important; }
  
   .text-orange {
  color: #ff6b05 !important; }
  
.text-main {
  font-size: 24px;}
  
  .text-small {
  font-size: 19px;}
  
  .text-med {
  font-size: 21px;}

.text-lrg {
  font-size: 25px;}
 
  .text-port1 {
  font-size: 18px;} 
  

    @media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
 @media (max-width: 850px) {
  .hidden-x {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}



.border-images {
  border-width:4px !important;
}

.image-row {
  text-align: justify;
}

.image-row:after {
  content: '';
  display: inline-block;
  height: 0;
  width: 100%;
}

