@font-face {
font-family: "Open Sans";
src: url("/templates/t4_blank/fonts/OpenSans-Regular.ttf");
}

@font-face {
font-family: "Open Sans Light";
src: url("/templates/t4_blank/fonts/OpenSans-Light.ttf");
}

/*Logo*/
.navbar-brand.logo-control img.logo-img {
  max-height: none !important;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.t4-header .header-block {
  margin-top: 20px;
}

body {
 background-image: url("images/backgroundfade.png");
 background-repeat: no-repeat;
 background-color: transparent;
 background-attachment: fixed;
}

.t4-content {
    background-color: var(--body-bg-color);
    background-image: url(/images/backgroundfade.png#joomlaImage://local-images/backgroundfade.png?width=1920&height=400);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    background-attachment: fixed;
}

h1 {
    margin-left: 15px;
}

.page-header h1, .categories-list h1 {
    font-size: 1rem;
    font-weight: 300;
}

/*Navigation*/
.dj-megamenu-clean li:hover, .dj-megamenu-clean li.hover {
    #text-decoration: underline !important;
}

ul#dj-megamenu204 {
    float: right;
}

div.t4-col.megamenu.col-12.col-md {
    align-self: center;
}

div#t4-header.t4-section.t4-header.border-bottom {
    background: #191c21;
}

#dj-megamenu204 li:hover a.dj-up_a, #dj-megamenu204 li.hover a.dj-up_a, #dj-megamenu204 li.active a.dj-up_a {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
}

a.dj-up_a._btn {
    background: #00a5db;
    border-radius: 6px;
}

/* Main Body*/ 
#t4-main-body {
margin-top: 20px;
}

.sppb-btn-custom:hover {
  text-decoration: underline !important;
}

.sppb-btn-default:hover {
  text-decoration: underline !important;
}

.btn.btn-success:hover {
    text-decoration: underline !important;
}

.t4-masthead .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.sppb-btn-default.focus, .sppb-btn-default:focus {
  color: white !important;
}

.mx-auto {
  margin-right: 0px !important;
}

.sppb-btn-default {
  background-color: #2e2e2e;
  color: #efefef;
}


a.notext {
	font-size: 0 !important;
}

a.notext::before {
	font-size: 20px;
	font-family: "FontAwesome";
  	color: #1a61ab;
}

div#t4-sub-footer.t4-section.t4-sub-footer {
    background: #191c21;
}

h1, h2, h3, h4, h5, h6 {
    color: #00a5db;
}

/*.icon-menu:before {
    content: "f";
}*/

.page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1 {
  font-size: 40px;
  text-transform: none;
}

.t4-col.logo.col-12.col-md-4 {
  padding-top: 10px;
}

.navbar-brand.logo-image.logo-control {
  float: left;
}

.form-control, .inputbox {
    max-width: unset;
}

.btn.btn-primary {
    background-color: #01a5db !important;
    border-color: #01a5db !important;
}

/*GMAPS*/
.map-container {
    position: relative;
    width: 100%;
    padding-bottom: 75%; /* Aspect ratio 4:3 */
    height: 0;
    overflow: hidden;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 1000px) {
  
  .dj-megamenu-offcanvas-light .dj-mobile-open-btn {
    background: transparent !important;
  }
  
    span.dj-mobile-open-label {
    color: white;
  }
  
  .dj-mobile-open-btn.dj-fa-1 .dj-mobile-open-icon:before {
    color: white;
  }
  
  div#dj-megamenu204mobile {
    text-align: center;
    #margin-top: 20px;
    background-color: #191c21 !important;
    border-radius: 10px;
    #margin-bottom: 25px;
  }
  
  .border-bottom {
    border-bottom: 0px solid transparent !important;
  }
  
  img.logo-img-sm.d-block.d-sm-none {
        margin-left: auto;
   	    margin-right: auto;
  }
  
  .navbar-brand.logo-image.logo-control {
    width:100%;
    margin-right: 0px;
  }
	
	.t4-header .header-block {
		margin-bottom: 25px;
	}

    button.dj-mobile-open-btn.dj-fa-1:focus, button.dj-mobile-open-btn.dj-fa-1:active{

 outline-color: transparent;
 outline-style: none !important;

}
  div#t4-menu_button.t4-section.t4-menu_button {
    background: #191c21;
    padding-bottom: 20px;
}

  .navbar-brand.logo-image.logo-control {
    width:100%;
    margin-right: 0px;
    padding: 00px;
  }
}
  

@media (max-width: 767px) {
  
  span.dj-mobile-open-label {
    color: white;
  }
  
  .dj-mobile-open-btn.dj-fa-1 .dj-mobile-open-icon:before {
    color: white;
  }
  
  div#dj-megamenu204mobile {
    text-align: center;
    #margin-top: 20px;
    background-color: #191c21 !important;
    border-radius: 10px;
    #margin-bottom: 25px;
  }
  
  .border-bottom {
    border-bottom: 0px solid transparent !important;
  }
  
  img.logo-img-sm.d-block.d-sm-none {
        margin-left: auto;
   	    margin-right: auto;
  }
  
  .navbar-brand.logo-image.logo-control {
    width:100%;
    margin-right: 0px;
    padding: 30px;
  }
	
	.t4-header .header-block {
		margin-bottom: 25px;
	}
	
  a.notext::before {
	font-size: 20px;
	font-family: "FontAwesome";
}
  
  .t4-col.logo.col-12.col-sm.col-xl-4.col-md-4 {
    text-align: center;
	}
  
  div#dj-megamenu148mobileWrap {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  .dj-mobile-open-btn {
    font-size: 22px !important;
    background: transparent !important;
  }

  div#t4-menu_button.t4-section.t4-menu_button {
    background: #191c21;
    padding-bottom: 20px;
}

button.dj-mobile-open-btn.dj-fa-1:focus, button.dj-mobile-open-btn.dj-fa-1:active{

 outline-color: transparent;
 outline-style: none !important;

}