.slider_cont .slider .text, .button, .dropdown-menu {
    background-color: #1f2c35; /* Old browsers */
}

.gradient {
	background: #1f2c35; /* Old browsers */
}

.gallery__text table {
	width: 100%;
	background: #f5ffff;
	border-collapse: collapse;
}

.gallery__text table td {
	border: 1px solid #e3eef7;
	padding: 10px 15px;
	position: relative;
	transition: all 0.5s ease;
}

.gallery__text table tbody:hover td {
	color: transparent;
	text-shadow: 0 0 3px #a09f9d;
}

.gallery__text table tbody:hover tr:hover td {
	color: #444444;
	text-shadow: none;
}