
body{
	font-family: Poppins !important;
}

.bg-vertical {
	/*background: url(img/bg-y.png) repeat-x !important;
	background-size: auto 100% !important;*/
	background-color: #3e5062 !important;
}
.bg-offwhite {
	background-color: #e6e6e6;
}
.bg-white {
	background-color: #ffffff;
}

.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; */
}

.home-bt{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	
	border: 1px solid rgba(0,0,0,0.1); 
}
.home-bt.bt-1{
	background-color: #a67c52;
}
.home-bt.bt-2{
	background-color: #f4b41b;
}
.home-main-img{
	width: 35vw;
}

.mytext-title{
	color: #992226;
	font-size: 20px;
	font-weight: bold;
}

.myopt-active{
	/*background-color: #b9282e !important;*/
	background-color: #3e5062 !important;
}

@media (min-width: 992px) {
	.container .row.main{
		width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.home-main-img{
		width: 150px;
	}
}