@charset "utf-8";

/********************************************************
■ Footer 
********************************************************/
#nt_footer {
	height: 42px;
	background: #3d3d3d;
}

#nt_footer .nt-container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
}

#nt_footer .nt-container .item-text {
	color:#c5c5c5; 
	font-family: "Roboto", sans-serif !important;
	align-items: center;
}
#nt_footer .nt-container .item-text p {
	font-size: 14px; font-weight: bold;
}

#nt_footer .nt-container .item-text p span {
	font-size: 14px; font-weight: normal; margin-left:10px;
}


@media only screen and (max-width : 767px) {
	#nt_footer {
		height: 35px;
	}
	
	#nt_footer .nt-container {
		display: flex;
		height: 35px;
		width:343px;
	}
}

#actionbtns {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
#actionbtns .button_col {
	border: 0;
	outline: 0;
	padding: 0.5rem 0;
	text-align: center;
	color: white;
	width: 25%;
}
#actionbtns a:nth-of-type(1) {
	background-color: #374050;
}
#actionbtns a:nth-of-type(2) {
	background-color: #ff5c1f;
}
#actionbtns a:nth-of-type(3) {
	background-color: #a3a3a3;
}
#actionbtns a:nth-of-type(4) {
	background-color: #374050;
}
