/*==========================================================================

	Template Elements Stylesheet
	____________________________________________________________

	Client:		Chiropractic iQ Template 3
	Date:		Date
	Author:		Edge Marketing Solutions
	Version:	4.0

===========================================================================*/

	/* [Global Template Styles] */

	body
	{
		background-image: url(../images/bg-body.jpg);

		color: #3F3F3F;
	}

	h1,
	h2,
	h3,
	h4,
	h5
	{
		color: #2E669D;
		font-family: 'Source Sans Pro', sans-serif;
	}

	p
	{
		margin: 0 0 18px 0;
	}

	h1
	{
		margin: 0 0 20px 0;

		font-size: 40px;
		line-height: 1.2em;
		font-weight: 400;
	}

		h1 span
		{
			font-weight: 400;
			color: #5FC0BF;
		}

	h2
	{
		font-size: 30px;
		line-height: 1.4em;
		color: #2CA1D2;
		font-weight: 400;
	}

	h3
	{
		font-weight: 400;
		font-size: 20px;
		line-height: 1.2em;
	}

	a,
	a:hover
	{
		color: #10859B;
	}

	.row-spaced
	{
		margin-bottom: 30px;
	}

	/* Large desktop */
	@media (min-width: 1200px) {

	}

	/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) {

	}

	/* Landscape phone to portrait tablet */
	@media (max-width: 767px) {
		body
		{
			padding: 0;
		}
	}

	/* Landscape phones and down */
	@media (max-width: 480px) {

	}

/*=========================================================================*/

	/* [Header Template Styles] */

	.header
	{
		width: 100%;
		box-sizing: border-box;
		padding: 35px 0 0 0;
		z-index: 100;
		position: relative;
	}

		#homepage .header
		{
			height: 470px;
		}

		#subpage .header
		{
			padding-bottom: 35px;
		}

		#homepage .slider-statement
		{
			margin-top: 60px;
		}

		#homepage .slider-bg
		{
			position: absolute;
			width: 100%;
			height: 580px;
			top: 0;
			left: 0;
			z-index: 1;
		}

		.subpage-bg
		{
			position: absolute;
			width: 100%;
			height: 542px;
			top: 40px;
			left: 0;
			z-index: 1;

			background-image: url(../images/bg-body-subpage.jpg);
			background-repeat: no-repeat;
			background-position: right top;
		}

	/* Large desktop */
	@media (min-width: 1200px) {
		#homepage .header
		{
			height: 523px;
		}

			#homepage .slider-bg
			{
				height: 714px;
			}
	}

	/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) {
		#homepage .header
		{
			height: 323px;
		}

		#homepage .slider-bg
		{
			height: 450px;
		}

		.subpage-bg
		{
			height: 342px;

			background-image: url(../images/bg-body-subpage-tablet.jpg);
			background-repeat: no-repeat;
			background-position: right top;
		}
	}

	/* Landscape phone to portrait tablet */
	@media (max-width: 767px) {
		#homepage .header
		{
			height: auto;
			padding: 15px;

			background-color: #ffffff;
			text-align: center;
		}

		#homepage .slider-bg
		{
			position: relative;
			float: left;
			height: 200px;
			z-index: 2000;
			margin: 0 0 20px 0;
		}

		.slider-statement
		{
			display: none;
		}

		.subpage-bg
		{
			height: 342px;

			background-image: url(../images/bg-body-subpage-mobile.jpg);
			background-repeat: no-repeat;
			background-position: left top;
			background-size: cover;
		}
	}

	/* Landscape phones and down */
	@media (max-width: 480px) {

	}

/*=========================================================================*/

	/* [Navigation Template Styles] */

	.navigation
	{
		width: 100%;
		box-sizing: border-box;
		position: relative;
		z-index: 200;

		background: rgb(41,65,150); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5NDE5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OGI3ZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  rgba(41,65,150,1) 0%, rgba(88,183,221,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(41,65,150,1)), color-stop(100%,rgba(88,183,221,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(41,65,150,1) 0%,rgba(88,183,221,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(41,65,150,1) 0%,rgba(88,183,221,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(41,65,150,1) 0%,rgba(88,183,221,1) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(41,65,150,1) 0%,rgba(88,183,221,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#294196', endColorstr='#58b7dd',GradientType=1 ); /* IE6-8 */
	}

	.navbar
	{
		margin: 0;
	}

	.navbar .nav
	{
		margin: 0;
	}

	.navbar .nav > li > a
	{
		padding: 10px 27px;

		color: #ffffff;
		font-size: 12px;
		text-shadow: none;
		font-weight: bold;
		text-transform: uppercase;
	}

	.navbar .nav > li > a:focus,
	.navbar .nav > li > a:hover
	{
		color: #6ac2f7;
	}

	.navbar .nav > .active > a,
	.navbar .nav > .active > a:hover,
	.navbar .nav > .active > a:focus,
	.navbar .nav > li a.active
	{
		background-color: transparent;
		box-shadow: none;
		border-bottom: 4px solid #6ac2f7;

		color: #6ac2f7;
	}

	.navbar .btn-navbar
	{
		width: 100%;
		float: right;
		box-sizing: border-box;
		margin: 10px 0;
		padding: 10px 0;

		background-color: #2CA1D2;
		background-image: none;
		border-radius: 6px;

		text-align: center;
		text-shadow: none;
		cursor: pointer;
		font-weight: bold;
	}

	.navbar .btn-navbar:hover,
	.navbar .btn-navbar:focus,
	.navbar .btn-navbar:active,
	.navbar .btn-navbar.active,
	.navbar .btn-navbar.disabled,
	.navbar .btn-navbar[disabled]
	{
		background-color: #ffffff;

		text-decoration: none;
		color: #2CA1D2;
	}

	/* Large desktop */
	@media (min-width: 1200px) {
		.navbar .nav > li > a
		{
			padding: 10px 36px;

			font-size: 14px;
		}
	}

	/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) {
		.navbar .nav
		{
			width: 100%;
			box-sizing: border-box;
		}

		.navbar .nav > li
		{
			border-bottom: 1px solid #1193AA;
		}

		.navbar .nav > li > a
		{
			padding: 10px 15px;

			border-radius: none;

			color: #ffffff;
			font-size: 14px;
			text-align: center;
		}

		.navbar .nav > .active > a,
		.navbar .nav > .active > a:hover,
		.navbar .nav > .active > a:focus
		{
			border-bottom: none;
		}
	}

	@media (max-width: 767px) {
	/* Landscape phone to portrait tablet */
		.navbar .nav
		{
			width: 100%;
			box-sizing: border-box;
		}

		.navbar .nav > li
		{
			border-bottom: 1px solid #1193AA;
		}

		.navbar .nav > li > a
		{
			padding: 10px 15px;

			border-radius: none;

			color: #ffffff;
			font-size: 14px;
			text-align: center;
		}

		.navbar .nav > .active > a,
		.navbar .nav > .active > a:hover,
		.navbar .nav > .active > a:focus
		{
			border-bottom: none;
		}

		.navigation
		{
			padding-left: 15px;
			padding-right: 15px;
		}
	}

	/* Landscape phones and down */
	@media (max-width: 480px) {

	}

/*=========================================================================*/

	/* [Page Template Styles] */

	.page
	{
		width: 100%;
		position: relative;
		box-sizing: border-box;
		z-index: 101;
	}

	.page .span12
	{
		padding: 30px;
		box-sizing: border-box;

		background-image: url(../images/bg-white-transparent-90.png);
	}

	.page .span9
	{
		padding: 30px;
		box-sizing: border-box;

		background-image: url(../images/bg-white-transparent-90.png);
	}

	.page.template-subpage .container
	{
		padding: 142px 30px 30px 30px;
		box-sizing: border-box;

		background-color: #ffffff;
		background-image: url(../images/banner-subpage.jpg);
		background-repeat: no-repeat;
		background-position: right top;
	}

		.template-subpage h1
		{
			margin-top: -90px;
			margin-bottom: 70px;
			font-size: 30px;

			color: #ffffff;
		}

	.featured-navigation
	{
		width: 100%;
		box-sizing: border-box;
		padding: 20px 0;
		z-index: 103;
		position: relative;
		margin-bottom: 20px;

		background-image: url(../images/bg-white-transparent-75.png);
	}

		.featured-navigation a
		{
			display: block;
			box-sizing: border-box;

			background-image: url(../images/logo-icon-small.png);
			background-repeat: no-repeat;
			background-position: center top;
			-webkit-transition: all 150ms ease-in-out;
			-moz-transition: all 150ms ease-in-out;
			-ms-transition: all 150ms ease-in-out;
			-o-transition: all 150ms ease-in-out;
			transition: all 150ms ease-in-out;

			font-size: 26px;
			color: #22549F;
			text-align: center;
			font-family: 'Source Sans Pro', sans-serif;
			line-height: 1.2em;
		}

		.featured-navigation a img
		{
			padding-bottom: 14px;
		}

			.featured-navigation a:hover
			{
				opacity: 0.7;

				text-decoration: none;
			}

	.sidecol-form
	{
		padding: 25px;
		margin: 0 0 20px 0;

		background-image: url(../images/bg-white-transparent-75.png);
	}

		.sidecol-form h3
		{
			margin: 0 0 0px 0;
			padding: 0;

			color: #2CA1D2;
			font-size: 26px;
			font-weight: normal;
		}

		select,
		textarea,
		input[type="text"],
		input[type="password"],
		input[type="datetime"],
		input[type="datetime-local"],
		input[type="date"],
		input[type="month"],
		input[type="time"],
		input[type="week"],
		input[type="number"],
		input[type="email"],
		input[type="url"],
		input[type="search"],
		input[type="tel"],
		input[type="color"],
		.uneditable-input
		{
			margin-bottom: 0 !important;
		}

	.white-popup
	{
		position: relative;
		padding: 20px;
		width: auto;
		max-width: 500px;
		margin: 20px auto;

		background: #FFF;
	}

		.white-popup h2
		{
			margin: 0 0 15px 0;

			line-height: 1.4em;
		}

	.webform br
	{
		display: none;
	}

	.sidecol-infosheets
	{
		padding: 10px 20px;
		margin: 20px 0;

		background-image: url(../images/bg-white-transparent-75.png);
	}

	.sidecol-infosheets h3
	{
		margin: 0 0 15px 0;

		font-weight: normal;
		font-size: 20px;
		line-height: 1.2em;
		color: #4E4E4E;
	}

		ul.infosheets
			{
				margin: 5px 0 0 10px;
				padding: 0;

				list-style-type: none;
			}

				ul.infosheets li
				{
					padding: 0 0 0 26px;
					margin: 0 0 5px 0;

					background-image: url(../images/icon-pdf.png);
					background-repeat: no-repeat;

					font-size: 12px;
				}

				.infosheets a
				{
					color: #3A4646;
				}

	/* Large desktop */
	@media (min-width: 1200px) {
		.featured-navigation
		{
			padding-top: 30px 0;
		}

		.featured-navigation a
		{
			font-size: 30px;
		}
	}

	/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) {

	}

	/* Landscape phone to portrait tablet */
	@media (max-width: 767px) {

	}

	/* Landscape phones and down */
	@media (max-width: 480px) {

	}

/*=========================================================================*/

	/* [Footer Template Styles] */

	.footer
	{
		width: 100%;
		box-sizing: border-box;
		padding: 30px 0;
		margin-top: 20px;

		background: rgb(41,65,150); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5NDE5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OGI3ZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  rgba(41,65,150,1) 0%, rgba(88,183,221,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(41,65,150,1)), color-stop(100%,rgba(88,183,221,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(41,65,150,1) 0%,rgba(88,183,221,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(41,65,150,1) 0%,rgba(88,183,221,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(41,65,150,1) 0%,rgba(88,183,221,1) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(41,65,150,1) 0%,rgba(88,183,221,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#294196', endColorstr='#58b7dd',GradientType=1 ); /* IE6-8 */

		color: #ffffff;
		font-size: 12px;
	}

		.footer a
		{
			color: #ffffff;
		}

		.footer ul
		{
			margin: 0;
			padding: 0;

			list-style-type: none;
		}

		.footer h5
		{
			color: #ffffff;
		}

	/* Large desktop */
	@media (min-width: 1200px) {

	}

	/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) {
		.footer
		{
			font-size: 11px;
		}
	}

	/* Landscape phone to portrait tablet */
	@media (max-width: 767px) {
		.footer
		{
			padding: 30px 20px;
			margin: 30px 0 0 0;

			text-align: center;
		}
	}

	/* Landscape phones and down */
	@media (max-width: 480px) {

	}

/*=========================================================================*/

	/* [Backstretch Slider] */

