@charset "UTF-8";
/* CSS Document */
#btmscroll {
	background: #222 !important;
}
.footer .footHead {
	color: #fff;
	padding-left: 0;
}
.footer a {
	color: #fff;
}
.subscribepopup_form_wrapper form input[type="text"] {
	border: 1px solid #ddd !important;
	border-radius: 5px !important;
}
.subscribepopup_form_wrapper form select {
	width: 225px !important;
	border: 1px solid #ddd;
	height: 32px !important;
	line-height: 20px;
	font-size: 14px;
	padding: 5px !important;
	display: block;
	color: #7e7e7e !important;
	float: left;
	margin: 0 0 0 10px;
	box-sizing: border-box;
	background: #f8f8f8 !important;
}
.subscribepopup_form_wrapper form .dwn-priv {
	color: #000;
}
.subscribepopup_form_wrapper form #subscribe {
	font-weight: bold;
}

@media only screen and (max-width:600px) {
#btmscroll {
	padding: 20px 30px;
}
.footer .foot-head {
	display: block !important;
}
div.foot-sec ul li {
	display: block !important;
}
.foot-sec>ul {
	text-align: inherit;
}
}