body {
	font-family: 'Roboto', sans-serif;
	/* background-color: #180B03; */
	background: #fff url('../images/bg.jpg') repeat;
}

/*.section {*/
/*	display: none;*/
/*}*/

#admwrapper .container {
	padding: 0;
	margin: 0;
	width: unset
}

img {
	max-width: 100% !important;
}

.section[data-index='1'] {
	display: block;
}

.section-content {
	margin-top: 52px;
}

.navbar-default {
	min-height: unset;
	background-color: #7c895c;
	/* background: #405E6A url('../images/header.jpg') repeat; */
	top: 47px !important;
}

body.show-expand-menu .navbar-default {
	display: none;
}

.navbar-nav {
	display: -webkit-box;
	overflow: auto;
	width: 100%;
	margin: 0;
}

.navbar-nav li {
	float: none;
}

.navbar-brand {
	height: unset !important;
}

.navbar-default .navbar-nav>li {
	display: inherit;
	white-space: nowrap;
}

.navbar-default .navbar-nav>li>a {
	color: #F0DEBA !important;
	position: relative;
	font-size: 18px;
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

.navbar-default .navbar-nav>.active>a {
	background-color: unset !important;
	color: #FFFFFF !important;
}

/*footer*/
#global-footer {
	/* background: #405E6A url('../images/header.jpg') repeat; */
	background: #7c895c;
	padding: 0 15px;
}

.footer-paging {
	cursor: pointer;
	line-height: 1.5;
	font-size: 18px;
	color: #F4FBE6;
}

.footer-paging span {}

.credit-list {
	padding: 15px 0;
}

.credit-list li {
	font-size: 16px;
	color: #F4FBE6;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}

#next-button {
	text-align: right;
}

.footer-paging span {
	font-size: 16px !important;
	font-style: initial;
	display: block;
	font-weight: bold;
	font-family: Roboto, sans-serif;
	color: #F4FBE6;
}

/*end footer*/

/*.alignJustifyFull, .alignCenter {*/
/*    padding: 0 12px;*/
/*}*/

#content {
	position: relative;
}

#admwrapper .container section#content {
	margin-top: 87px;
	text-align: justify;
}

#admwrapper .container section#content .detail-w .content {
	color: #333333;
	/*letter-spacing: 0.35px;*/
}

#admwrapper .container section#content .detail-w .content p,
#admwrapper .container section#content .detail-w .content table {
	margin-bottom: 15px;
}

/*.section[data-index="3"] p {*/
/*    color: #56616A;*/
/*}*/

/*.section[data-index="4"] p {*/
/*    color: #796A55;*/
/*}*/

/*.section[data-index="5"] p {*/
/*    color: #6A6D58;*/
/*}*/

/*.section[data-index="6"] p {*/
/*    color: #74767E;*/
/*}*/

.section-content {
	/*background: url('../images/background.jpg');*/
	/*background-repeat: repeat;*/
}

.temp-comment {
	display: none;
}

#admwrapper .container #header-top.hidden {
	/*transform: translateY(0);*/
	/*-webkit-transform: translateY(0);*/
	/*-moz-transform: translateY(0);*/
	/*-o-transform: translateY(0);*/
	display: unset !important;
}


#start-button-container {
	position: absolute;
	bottom: 30px;
	left: calc(50% - 110px);
	z-index: 10;
}

#start-button-container img {
	width: 220px;
}