/*!

 */


.bg-grey {
  background-color: #7C7C7C; } 
  
 .bg-light-grey {
  background-color: #EFEFEF; }   
   
 .bg-footer {
  background-color: #C1C1C1; } 
 
  
.bg-dark-blue {
  background-color: #00447d; }  
  
  .bg-yellow {
  background-color: #FFCF06; }
    
.bg-purple {
  background-color: #7b51a0; }  
  
  
   
.text-white {
  color: #FFFFFF !important; }
  
 .text-black {
  color: #000000 !important; }   
  
  .text-grey {
  color: #343837 !important; }
  
 .text-yellow {
  color: #FFCF06 !important; }
  
   .text-purple {
  color: #7b51a0 !important; }
  
 .purple-img-border {
  border: 7px solid #7b51a0 !important;
  border-color: #7b51a0 !important; }
  
  .yellow-img-border {
  border: 7px solid #eee810 !important;
  border-color: #eee810 !important; }
 
 .text-main {
  font-size: 24px;}
  
  .text-small {
  font-size: 19px;}
  
  .text-med {
  font-size: 21px;}
  
  .text-vat {
  font-size: 16px;}

.text-lrg {
  font-size: 25px;}
 
  .text-foot-small {
  font-size: 14px;}
  
   .text-tphone {
  font-size: 30px;}
  
  
   .text-theader {
  font-size: 40px;}
  

     @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;
  }
}