	/** Content Section **/
	.content{
		margin-top:20px;
		height:100%;
		padding-bottom: 0px;
		padding-left: 30px;	
	}

	.content > h4{
		padding-bottom:15px;
	}
	

	.title-bar {
		background-color: #53A4F5;
		width: 100%;
		padding: 5px 0px;
		margin-top:90px;
	}

	.title-bar p{
		padding-left:15px;
		color:#ffffff;
		font-size:18pt;
		margin:0px;
	}

	/* Nav Section */
	.navbar {
		background: #ffffff url(http://www.zigservices.com/images/header-bkgrd.jpg) no-repeat center top;
		background-size: 100%;
	}

	.navbar-collapse {
		background-color: #ffffff;
	}

	.agent-logo, .agent-logo a {
		color: #ffffff;
	}

	.agent-logo img {
		margin: auto;
	}

	.agent-logo .img-responsive {
		margin-top: 5%;
		margin-bottom: 5%;
	}

	.agent-logo .pad-me {
		margin-top: 2%;
	}	

	.agent-logo .item1 {
		background-color: #90C5FB;
		padding: 30px 30px;
	}

	.agent-logo .item2 {
		background-color: #4D81BB;
		padding: 30px 40px;
	}

	.agent-logo .item3 {
		background-color: #14579E;
		padding: 90px 50px;
	}

	.section2 {
		padding: 20px 0px;
		background-color: #f2f2f2;
		width: 100%;
		margin: 0px;
	}

	.services h2 {
		font-weight: 200;
		font-size: 28pt;
		text-align: right;
	}

	.services .item1 {
		margin-top: 40px;
		margin-bottom: 50px;
		margin-left: 10%;
	}

	.efile {
		width: 100px;
	}
	
	.services ul {
		margin: 0px;
	}

	.services .item1-img {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
	}

	.services .item2 {
		padding: 20px 0px;
	}	

	.services .item3 {
		background: #ffffff url(http://www.zigservices.com/images/services/sfv-notary-public.png) no-repeat center top;
		min-height:380px;
		margin-bottom: 50px;
		margin-top: 30px;
	}

	.services .item3 h2 {
		text-align: center;
	}

	.services .item3 h2:first-child{
		padding-top: 50px;
		margin-right:68%;
		padding-right:20px;
	}

	.services .item3 h2:first-child+h2{
		margin-left:65%;
		padding-left:30px;
		padding-top: 15px;
	}	

	.services .item3 h2:last-child{
		padding-top: 70px;
		margin-right:65%;
		padding-right:10px;
	}
	
	.panel-group {
		padding-top: 20px;
	}

	.panel-heading {
		height: 25px;
	}

	.alert {
		margin-top: 20px;
	}

	/* Google Maps Embed */
	.map {
		padding-top: 20px;
	}

	.embed-responsive-4by3 {
		min-height: 480px;
	}
	
	/* Media Queries */
	@media only screen and (min-width: 768px) {	
		.navbar-collapse {
			background-color: transparent;
		}

		.agent-logo .pad-me {
			margin-top: 15%;
		}

		.title-bar {
			margin-top: 120px;
		}

		.services .item1 {
			margin: 0px;
		}	

		.services .item1-img {
			text-align: left;
			margin-top: 50px;
			margin-bottom: 50px;
		}

		.services .item2 {
			margin-top: 20px;
			margin-bottom: 50px;
			padding: 20px 0px;
		}			
	}

	/* Media Queries */
	@media only screen and (min-width: 500px) {	

		.services .item2 {
			margin-bottom: -180px;
		}
	}
