	/*** ******************* ***/
	/*** Bootstrap Overrides ***/
	
		.container-fluid{ /* restrict the main container to 1170 */
/* 
			max-width: 1170px;
 */
		}

		.img-responsive, img {/* make the img-responsive styles apply to all images by default */
/* 
		display: block;
		max-width: 100%;
		height: auto;
 */
		}
		
		.row { /* add some padding to rows by default */
			/* 
padding-top: 40px;
			padding-bottom: 40px;
 */
		}
		

		.center-block,
		.pull-left,
		.pull-right { /* add margins to image alignment classes */
			margin-bottom: 15px;
		}
		
		.pull-right {
			margin-right: -15px;
		}
		
		.pull-left {
				margin-left: -15px;
	}
		

	/*** ******************************* ***/
	/* New Styles to apply to rows for padding */
	

		.padding-large {
			padding-top: 60px;
			padding-bottom: 60px;
		}
				
		.padding-small {
			padding-top: 20px;
			padding-bottom: 20px;
		}
		
		.padding-xsmall {
			padding-top: 10px;
			padding-bottom: 10px;
		}
		
		.padding-none {
			padding-top: 0;
			padding-bottom: 0;
		}
		
		.padding-top {
			padding-bottom: 0;
		}		

		.padding-bottom {
			padding-top: 0;
		}	

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }

.group:after 		{ 
	display:block; 
	height:0; 
	clear:both; 
	content:"."; 
	visibility:hidden; /* For clearing */ 
	}

::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

