@charset "utf-8";
/* CSS Document */
body
{
	background-color: #efefef;
	margin:0;
	padding:0;
}
header
{
width:100%;
background: #20253f;
background: -moz-linear-gradient(top, #20253f 0%, #2d314e 49%, #404564 100%);
background: -webkit-linear-gradient(top, #20253f 0%,#2d314e 49%,#404564 100%);
background: linear-gradient(to bottom, #20253f 0%,#2d314e 49%,#404564 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20253f', endColorstr='#404564',GradientType=0 );
padding:10px 20px;
	
}
header img
{
	width: 100px;
    height: 100px;
	display: inline-block;
}
header h1
{
	color:#fff;
	margin:0;
	display: inline-block;
}
section
{
	width:100%;
	background-color: #fff;
	padding: 20px;
}
section h3
{
	padding-left:20px;
	text-decoration: underline;
	margin-bottom:20px;
}
section ul li
{
	padding-bottom: 6px;
}
footer {
    height: auto;
    width: 100%;
    background: #efefef;
    margin: 0 0 -15px;
    font-size: 14px;
    color: #999;
}
footer .container {
    padding: 26px 15px 24px;
}

footer .copyright {
    margin: 0 0 6px;
    line-height: 16px;
    color: #656565;
    font-weight: 400;
    font-size: 14px;
}
footer .nmc-apps {
    width: auto;
    float: right;
}
footer .nmc-apps p {
    margin: 0;
    font-weight: 500;
    color: #222;
	margin-bottom:5px;
}

footer .appstore, footer .googleplay {
    display: inline-block;
    height: 40px;
    width: 130px;
    background: url(../images/icon-sprite-stores.png) 8px 5px no-repeat #999;
    background-repeat: no-repeat;
    background-position: -143px 0;
    margin: 4px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
footer .googleplay
{
	background-position:-125px -5px;
	margin-right:0;
	background:url(../images/icon-sprite-stores.png) -3px 0 no-repeat #999
}
footer .appstore {
    margin-left: 5px;
}
footer .appstore:hover, footer .googleplay:hover {
    background-color: #8bbb4b;
    background-position: -143px -50px;
}
footer .googleplay:hover {
    background-position: -3px -50px;
}


.p-n
{
	padding:0;
}

/* ---- Media Queries ------- */

/*  Extra small devices (portrait phones, less than 576px)  */
@media (max-width: 575px) { 

header h1
{
	font-size: 30px;
}
section h3,section ul
{
	padding-left:0;

	
}
section ul li
{
	list-style-type: none;
	padding-bottom: 14px;
}
footer p
{
text-align:center;	
}
footer .nmc-apps {
    float: none;
}
.btn-wrapper
{
text-align: center;	
}
}
/*  Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) { }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {  } 

/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) { } 

/*  Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }