h4{font-size: 22px;}

body {background-color: #171717;
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #d8d8d8;
}
@media screen and (max-width: 767px){
.menu_row {
    position: fixed !important;
    width: 100%;
    z-index: 999;
    background: #131313;
}}
.menu_row {
    padding: 1em;
    border-bottom: none;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.65);
}

@media screen and (max-width:  960px){
.menu_row {
    position: fixed !important;
    width: 100%;
    z-index: 999;
    background: #171717 !important;
}}



#service .smue-clmn{
    padding: 45px 45px;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

.gallery .smue-clmn img {
    width: 100%;
    height: 100%;
    margin-top: -18px !important;
    border: 1px solid #FFF;
}
.smue-image-overlay {
    height: 35%;
    opacity: 0;
    position: absolute;
    top: 65%;
    transition: all 0.6s ease 0s;
    width: 100%;
}

@media screen and (max-width: 960px){
h4 {font-size: 18px;}}



table {
	margin: 0 0 2em 0;
	width: 100%;
}

table tbody tr {
	border: solid 1px #171717;
	border-left: 0;
	border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
	background-color: rgba(144, 144, 144, 0.075);
}

table td {
	padding: 0.75em 0.75em;
}

table th {
	color: #dadada;
	font-size: 1.2em;
	font-weight: 700;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}
