* {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-padding-start: 0px;
	margin: 0px;
	padding: 0px;
}

*:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* resets */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0px;
	padding: 0px;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing:antialiased;
	-webkit-overflow-scrolling:touch;
}

body {
	margin-top: -24px;
	background: #228b22;
}

.mt-150 {
	margin-top: 150px;
}

.mb--24 {
	margin-bottom: -24px;
}

a:hover, a:hover > i, a:hover > button, a:hover > input, button:hover, .aside-inner ul li:hover a, table tr td a:hover {
	-moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-decoration: none;
}

/* Return to top button */
#return-to-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	background: rgb(34, 139, 34);
	background: rgba(34,139,34, 0.8);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
}

#return-to-top i {
	color: #FFFFFF !important;
	margin: 0;
	position: relative;
	font-size: 22px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: rgba(255,182,193, 0.5);
}

#return-to-top:hover i {
	color: #FFFFFF !important;
	/* top:-10px */
}

.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgba(0, 0, 0, 1);
}


.jj_name {
	font-family: 'WindSong', cursive;
	color: rgba(52, 52, 52, 1.0); /* color is jet */
}

.list_none {
	list-style-type: none;
}

#navbar #logo { /* Logo XXL */
  	transition: 0.4s;
  	font-size: 1.4em;
}

.transparent {
	background: rgba(255, 255, 255, 0.75);
}

.jj-home {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.red {
	color: #ff0000;
}

.fs-8 {
	font-size: 12px;
}


@media screen and (max-width: 580px) {
	
}

@media screen and (max-width: 480px) {
	
}

@media screen and (max-width: 700px) {
	
}

@media screen and (max-width: 991px) { /* iphone */

}

@media screen and (max-width: 980px) {
	
}

@media screen and (max-width: 991px) {

}

@media (max-width: 1220px) {

}