@charset "utf-8";
/* Menu */
#site-navigation, #site-navigation .sub-menu, #site-navigation .children, .widget-title span, .vc_custom_heading.style1 h2, .vc_custom_heading.style2 h2, .vc_custom_heading.style3 h2, .vc_custom_heading.style4 h2, h1, h2, h3, h4 {
    font-family: 'Roboto', serif;	
}
.header01 .search-box:before {
	display:none !important;	
}
.header01 #site-navigation .menu {
	border-right:2px solid #dddddd !important;	
}
.logo-icon {
	position:absolute !important;
    top: 35px;
    left: 15px;	
	width:46px;
}
.logo-text {
	margin-left:55px;	
}
#open-left {
	color:#ae0f0a;
}
@media (max-width: 61.9375rem) {
	.site-header { 
		background:#EDEDED !important;
	}
	.logo-icon {
		top:25px !important;	
	}
}
.copyright {
	padding:20px 0 !important;	
}
.copyright p {
	margin-bottom:5px !important;	
}
.no-padding {
	padding:0 !important;	
}
#site-navigation .sub-menu li a, #site-navigation .children li a {
    padding: 15px 15px 15px 15px;
	padding-left:0;
}
article.post .read-more:hover, .tm-works-02:before, .tm_testimonials_02:before, .tm_counting:before, .tm_services:before, .site-footer:before {
	background:#860703 !important;
}
.site-top {
	background:#ae0f0a !important;	
}
.slider-caption {
	z-index: 6 !important; 
	min-width: auto !important; 
	min-height: auto !important; 
	white-space: nowrap !important; 
	max-width: auto !important; 
	max-height: auto !important; 
	font-size: 80px !important; 
	line-height: 60px !important; 
	font-weight: 600 !important; 
	text-transform:lowercase !important;
	color: rgba(174, 15, 10, 1.00) !important;
	font-family:'Titillium Web',sans-serif !important;	
}
.home-splash-wrapper {
	float:left;
	margin-bottom:15px;
	padding-left:0 !important;
}
.home-splash-inner a img {
	border:3px solid;
	border-color:transparent;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0);
	-moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0);
	box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0);
	transition:all ease .4s;
	-moz-transition:all ease .4s;
	-webkit-transition:all ease .4s;
	-o-transition:all ease .4s;
}
.home-splash-wrapper:hover  .home-splash-inner a img {
	border-color:#ae0f0a;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.35);	
}
.article-img {
	float:left !important;
	margin-bottom:20px !important;
}