h1,h2,h3,h4,h5,h6, .subscribe_section label, .widget_calendar  caption{ 
    font-family: 'Roboto'; 

}

h1{ font-size: 24px;} 
h2{ font-size: 20px;} 
h3{ font-size: 16px;} 
h4{ font-size: 18px;} 
h5{ font-size: 12px;} 
h6{ font-size: 12px;} 

body {background: #f0f0f0; }

main{
	padding:25px 0;
}

.menu-item-has-children:after{
	content: "";
	background-image: url('css/assets/images/primary-mobilemenu-arrowdown.png');
	background-position: center;
	position: absolute;	
	height:5px;
	width:9px;
	top: 50%;
    right: 0;
}

.callback-message{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;    
}

.callback-message p{
	margin: 2px 0;
}

.mask-top{
	position:absolute;
	height:40px;
	width: 100%;
	background: linear-gradient(#1c5258,#3c3a38);
	z-index:-1;
	top:20px;
}

main{
	background: #1c5258;
}