.products_button_frontpage .dslc-post-thumb
{
	text-align:center !important;
}


.header-widgets {
	background-color: #0000ff;
	padding: 0 0;
	color: #0000ff;
}

.header-image::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0);
}

.header-info {
	width: 100%;
	position: absolute;
	top: 40%;
	text-align: center;
	z-index: 11;
}


.header-text {
	margin: 0 auto;
	color: #000fff;
	font-size: 76px;
	font-weight: 800;
	display: table;
  text-transform:none;
	letter-spacing: 1px;
}


.site-header.header-scrolled {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(159, 161, 168, 0.6)!important;
	padding: 5px 0;
	top: 0;
}

.header-contact .fa {
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
	color: #0000ff;
}

.main-navigation a:hover,
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
	color: #0000ff;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	border-bottom: 2px solid #0000FF;
}

.contact-info span {
    display: inline-block;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    font-size: 16px;
    background-color: #0000ff;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}

.social-menu-widget a {
	background-color: #000ff;
	text-decoration: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 8px;
	line-height: 40px;
	border-radius: 50%;
}

.go-top {
	position: fixed !important;
	right: 20px;
	bottom: -45px;
	color: #fff; 
	display: block;
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	width: 40px;
	height: 40px;
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 50;
	z-index: 9999;
	cursor: pointer;
	background-color: #0D0D21;
	border-radius: 50%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.go-top:hover {
	background-color: #1c1c1c;
}
.go-top.show {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	opacity: 1;
	visibility: visible;
	bottom : 11px;
}