/* #################### Defaults Start #################### */
.grill-footer-1
{
	color: #FFF;
	background-color: #000;
}

.grill-footer-1 .copyright
{
	background-color: #313131;
	border-top-color: #515151;
}

.grill-footer-1 a
{
    color: inherit;
}

.grill-footer-1 a:hover
{
    color: inherit;
}
/* #################### Defaults End #################### */
body, html
{
    height: 100%;
}

body
{
    display: table;
    width: 100%;
}

.grill-footer-1
{
    display: table-row;
    height: 1px;
}

.grill-footer-1 > div:first-child
{
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.grill-footer-1 > div:first-child [class*="col-"]
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.grill-footer-1 .copyright
{
	border-top-style: solid;
	border-top-width: 2px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
}

