.dmui_dropdown_block::-webkit-scrollbar {
    width: 10px;
}

.dmui_dropdown_block::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
    border-radius: 100px;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
    border-radius: 100px;
}

.ubs_logo_fixed {
	position: fixed;
    background: #fff;
    width: 100%;	
}

.hero h3 {
    width: 60%;
}



/* BLOG POST START */

.ubs_tmp_blog #leftcol .blog-post h2.section_header {
    margin-top: 0px;
}

.ubs_tmp_blog #leftcol .blog-post a {
    color: #4682b4!important;
    font-size: 16px!important;
}	

.ubs_tmp_blog #leftcol .blog-post a span {
    color: #4682b4!important;
}

.ubs_tmp_blog .main .triangles-of-section {
    padding-top: 50px;
    background: transparent;
}

/* BLOG POST END */




/* CONTACT FORM EBOOK STARTS */

.get_our_ebook {
    display: none;
    z-index:11;
}

.get_our_ebook input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #000;
    margin: 0;
    padding: 8px;
    margin: 13px 0;
    width: 80%;
}

.get_our_ebook #catwebformbutton {
    background: #7ac943 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
}



header div#mainmenu ul.dmui-submenu a.btn.shop_home {
    color: #fff !important;
    background: #428bca!important;
}

header div#mainmenu ul.dmui-submenu a.btn.shop_home:hover {
    background: #fff!important;
    color: #428bca!important;
    border: 1px solid #428bca!important;
}




/* CONTACT FORM EBOOK ENDS*/
@media only screen and (min-width: 1024px) {
    .dmui_dropdown_block {
     max-height: 300px!important;
    }


}

@media only screen and (max-width: 768px) {
    
 
    .hero h3 {
        width: 80%;
    }
      
    
}

@media only screen and (max-width: 767px) {
    
    .ubs_tmp_home header {
      /*position:fixed!important;*/
    }
    
    .ubs_body_contact .logo {
        display: none!important;
    }
 
    .ubs_body_contact #mainmenu  {
        padding-top: 45px!important;        
    } 
       
    
}



@media only screen and (max-width: 500px) {
    
      
    .ubs_body_contact #mainmenu, .ubs_tmp_general #mainmenu  {
        /*padding-top: 6px!important;*/
    }  
    
    .ubs_body_contact .logo {
        display: none!important;
    }
    
    
    .ubs_tmp_home .logo {
		padding-top: 89px;        
	}
    
    .ubs_tmp_home .menu_container {
        margin-top: 84px;
    }
    

    .ubs_main_page .main, .ubs_tmp_home .main {
       top:40px!important;
    }

    .ubs_tmp_contact .main {
       top:70px!important;
    }
    
    .hero h1 {
        width: 100%;
        font-size: 8vw;
        margin-top: 40px;
        line-height: 1em;
	}   
    
    .hero h3 {
        width: 80%;
        font-size: 4vw;
    } 
    
    .menu_container .dmui_dropdown_block {

        height:auto!important;
        
    }


    
}


@media only screen and (max-width: 360px) {
    
      
   .hero h1 {
    	margin-top: 15px;
        line-height: 1.1em;
	}


    .contact-btn-green {
        padding: 15px 15px;
    }
    
}

@media only screen and (max-width: 320px) {
    
    .fade-carousel .carousel-inner .item {
        height: 350px;
		font-size: 27px;        
    }
    
   .hero h1 {
    	margin-top: 0px;
         font-size: 26px;
	}

    .hero a {
        margin-top: 17px;
        font-size: 14px;
    }
    
}



