/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Logo size for centered navigation */
.tm-navbar-center [class*='tm-logo'] { transform: scale(1.2); }

.tm-slideshow-fullscreen .uk-cover-background {  
    opacity: 1;  
}  

 h1, .uk-h1 {  
    color: white;  
    margin-bottom: 20px;  
}  
h2, .uk-h2 {  
    color: white;  
    margin-bottom: 10px;  
}  
h3, .uk-h3 {  
    color: white;  
    margin-bottom: 3px;  
}  
h4, .uk-h3 {  
    color: white;  
    margin-bottom: 3px;  
}  
h5, .uk-h3 {  
    color: white;  
    margin-bottom: 3px;  
}  
h6, .uk-h3 {  
    color: white;  
    margin-bottom: 3px;  
}  

/* Background image footer */    

.tm-block-footer {    
background: black !important;  
}
 


/* ========================================================================
   BroadgateDesign CSS
 ========================================================================== */
 /*
 * Images
 */
 .bgd_img_image1 {
   background:transparent url('../../../image1-1.png') center top no-repeat;
   height: 39px;
   width: 163px;
   background-size: cover;
   border: none;
   border-image-width: 0;
   display: inline;
   background-color: rgba(0, 0, 0, 0);
   margin: 0px;
   padding: 0px;
}
 /*
 * HoverImageSwap
 */
 .bgd_img_sw_image1 {
   background:transparent url('../../../image1-1.png') center top no-repeat;
   height: 39px;
   width: 163px;
   background-size: cover;
   border: none;
   border-image-width: 0;
   display: inline;
   background-color: rgba(0, 0, 0, 0);
   margin: 0px;
   padding: 0px;
}
.bgd_img_sw_image1:hover {
   background-image: url('../../../image1-2.png');
}
 .bgd_img_sw_image2 {
   background:transparent url('../../../image1-1.png') center top no-repeat;
   height: 39px;
   width: 163px;
   background-size: cover;
   border: none;
   border-image-width: 0;
   display: inline;
   background-color: rgba(0, 0, 0, 0);
   margin: 0px;
   padding: 0px;
}
.bgd_img_sw_image2:hover {
   background-image: url('../../../image1-2.png');
}
 /*
 * HoverImageSwapResize
 */
.bgd_img_sw_re_image1 {
   background:transparent url('../../../image1-1.png') center top no-repeat;
   height: 39px;
   width: 163px;
   background-size: cover;
   border: none;
   border-image-width: 0;
   display: inline;
   background-color: rgba(0, 0, 0, 0);
   margin: 0px;
   padding: 0px;
}
.bgd_img_sw_re_image1:hover {
   background-image: url('../../../image1-2.png');
   height: 78px;
   width: 326px;
   
}





