/* - BASE - */

html {
	width: 100%;
	text-align: center;
}

body {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	color: #3D3935;
}

@media only screen and (max-width: 991px) {
	body {
		padding-top: 64px;
	}
}

@media only screen and (min-width: 992px) {
	body.sticky-header {
		padding-top: 76px;
	}
}

body,
table tr td {
	font: 300 20px/26px 'Lato', sans-serif;
}

body strong,
table tr td strong,
body b,
table tr td b {
	font-weight: 700;
}

img {
	border: none;
	display: inline-block;
}

img.responsive-image {
	width: 100%;
	display: block;
}

img.max-image {
	max-width: 100%;
	display: block;
}

#website-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

#website-content {
	position: relative;
}

body.menu-open #website-content {
	height: 0;
	overflow: hidden;
}

.scroll-top-top {
	display: block;
	position: relative;
	margin: 25px 0 40px 0;
	height: 50px;
}

.scroll-top-top > .container {
	position: relative;
}

.scroll-top-top > .container > a {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	width: 50px;
	height: 50px;
	background: #9b9b9b;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 5px;
	position: absolute;
	top: 0;
	right: 15px;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
}

.scroll-top-top > .container > a:hover {
	background: #4a4a4a;
}

.scroll-top-top > .container > a > i {
	font-size: 22px;
	line-height: 49px;
}

em.jws-icon {
	display: inline-block;
}

em.jws-icon > img {
	display: block;
	border: none;
}