﻿#sideNavBox {
	display: none !important;
}

#contentBox {
	margin-left: 0px !important;
	margin-right: 0px !important;   
}

#contentRow {
	padding-top: 0px !important;
}

.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.nav-pills > li.active > a, 
.nav-pills > li.active > a:focus, 
.nav-pills > li.active > a:hover {
	background-color: #282525;
}

.nav-justified > li > a {
	color: #282525;
}

#DeltaPlaceHolderMain {
	padding-left: 0% !important;
	padding-right: 0% !important;
}

#s4-bodyContainer,
body, footer
{
	background-color: #f9f9f9;
}

/* Remove webpart margin bottom*/
 .ms-webpartzone-cell {
	margin: auto auto 0px !important;
}

.carousel-indicators li,
.carousel-indicators li.active {
	margin: 0px 5px;
}


@media (min-width: 992px) {
	.margin-left {
		padding-left: 15px !important;
	}
	.margin-right {
		padding-right: 15px !important;
	}
	.margin-top {
		margin-top: 20px;
	}
    .margin-bottom {
		margin-bottom: 20px;
	}
}


