body {
	font-family: Poppins !important;
	background-color: #e9d7cb !important;
}

.bg-vertical {
	background: url(img/bg-y.png) repeat-x !important;
	background-size: auto 100% !important;
}
.bg-offwhite {
	background-color: #e6e6e6;
}
.bg-white {
	background-color: #ffffff;
}

.header {
	width: 100%;
	min-height: 80px;
	position: absolute;
	top: 0;
	/*background: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,.75));*/
	color: #000000;
}
.header .title,
.header .sub-title{
	display: block;
}
.header .title{
	font-size: 1.7em;
	line-height: 1.3em;
	font-weight: 600;
}
.header .sub-title{
	font-size: 1.3em;
	line-height: 1.2em;
}
.header table{
	margin-left: auto;
	margin-right: auto;
}
.header-logo-left{
	height: 40px;
}
.header-logo-right{
	height: 60px;
}
.header-bt-left{
	height: 40px;
	color: #fff;
	background: url(img/bt-back.png) no-repeat left center;
	background-size: auto 15px;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 16px;
	padding: 9px 0 10px 20px;
	
	/* border: 1px dashed white; */
}
.footer {
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	padding-top: 20px;
	/*background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,.25));*/
	background-color: #020001;
	color: #f0f0f0;

	font-size: 1.1em;
}
.container .row.main {
	padding: 10px 20px;
}
.home-main-img{
	width: 20vw;
}

/*
@media (min-width: 992px) {
	.container .row.main{
		width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.home-main-img{
		width: 180px;
	}
}
*/