/*######################################
	Base Styling
########################################*/
html {
	height: 100%;
	width: 100%;
}
@media (min-width: 768px) {
	body {
		padding: 0;
		margin: 92px 0 0 0;
		background-color: #ffffff;
		font-family: 'Open Sans', Arial, Arial, Helvetica, sans-serif;
		line-height: 1.8em;
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	body {
		padding: 0;
		margin: 70px 0 0 0;
		background-color: #ffffff;
		font-family: 'Open Sans', Arial, Arial, Helvetica, sans-serif;
		line-height: 1.8em;
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	h1 {
		padding: 0;
		margin: 0 0 10px 0;
		font-family: 'Merriweather Sans', serif;
		font-size: 26px;
		color: #ff6600;
		font-weight: normal;
		line-height: 1.8em;
	}
	h2 {
		padding: 0;
		margin: 0 0 10px 0;
		font-family: 'Merriweather Sans', serif;
		font-size: 20px;
		color: #ff6600;
		font-weight: normal;
		line-height: 1.8em;
	}
	h3 {
		padding: 0;
		margin: 0 0 5px 0;
		font-family: 'Merriweather Sans', serif;
		font-size: 18px;
		color: #ff6600;
		font-weight: normal;
		line-height: 1.8em;
	}
}
@media (max-width: 767px) {
	h1 {
		padding: 0;
		margin: 0 0 10px 0;
		font-family: 'Merriweather Sans', serif;
		font-size: 22px;
		color: #ff6600;
		font-weight: normal;
		line-height: 1.8em;
	}
	h2 {
		padding: 0;
		margin: 0 0 10px 0;
		font-family: 'Merriweather Sans', serif;
		font-size: 20px;
		color: #ff6600;
		font-weight: normal;
		line-height: 1.8em;
	}
	h3 {
		padding: 0;
		margin: 0 0 5px 0;
		font-family: 'Merriweather Sans', serif;
		font-size: 18px;
		color: #ff6600;
		font-weight: normal;
		line-height: 1.8em;
	}
}
a {
	color: #222222;
	text-decoration: none;
}
a:hover {
	color: #222222;
	text-decoration: underline;
}
p {
	margin-bottom: 15px;
}
ol, ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 35px;
}
img {
    border: 0 none;
}
.buttonImage {
	border-style: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.bottom-space {
	margin-bottom: 15px;
}
.top-space {
	margin-top: 15px;
}
.bottom-space-double {
	margin-bottom: 30px;
}
.top-space-double {
	margin-top: 30px;
}
.centerContainer {
    text-align: center;
}

/*######################################
	Nav bar
########################################*/
@media (min-width: 768px) {
	.navbar-default {
		font-size: 14px;
		background-color: rgba(255, 255, 255, 0.95);
		border-bottom: 1px solid #e3e3e3;
		transition: all 0.5s ease;
	}
	.navbar-header {
		margin: 15px 0 !important;
		float: left;
		text-align: center;
		width: 100%;
		min-height: 62px;
		transition: all 0.5s ease;
	}
	.logo {
		float: none;
		min-height: 62px;
		transition: all 0.5s ease;
	}
	.logo img {
		height: 62px;
		transition: all 0.5s ease;
	}
	.navShrink .navbar-header {
		margin: 10px 0 !important;
		min-height: 50px;
		transition: all 0.5s ease;
	}
	.navShrink .logo {
		min-height: 50px;
		transition: all 0.5s ease;
	}
	.navShrink .logo img {
		height: 50px;
		transition: all 0.5s ease;
	}
}
@media (max-width: 767px) {
	.navbar-default {
		font-size: 14px;
		background-color: rgba(255, 255, 255, 0.95);
		border-bottom: 1px solid #e3e3e3;
		transition: all 0.5s ease;
	}
	.navbar-header {
		margin: 15px 0 !important;
		float: left;
		text-align: center;
		width: 100%;
		min-height: 40px;
		transition: all 0.5s ease;
	}
	.logo {
		float: none;
		min-height: 40px;
		transition: all 0.5s ease;
	}
	.logo img {
		height: 40px;
		transition: all 0.5s ease;
	}
	.navShrink .navbar-header {
		margin: 10px 0 !important;
		min-height: 30px;
		transition: all 0.5s ease;
	}
	.navShrink .logo {
		min-height: 30px;
		transition: all 0.5s ease;
	}
	.navShrink .logo img {
		height: 30px;
		transition: all 0.5s ease;
	}
}
.navShrink {
	transition: all 0.5s ease;
}

/*######################################
	Banner
########################################*/
.bannerContainer {
	padding: 0 !important;
}
.carousel img {
	min-width: 100%;
}
.carousel .item {
	max-height: 580px;
}

/*######################################
	Home
########################################*/
@media (min-width: 768px) {
	.homeIntro {
		font-size: 24px;
		font-weight: bold;
	}
	.homeIntro h1 {
		font-size: 24px;
		font-weight: bold;
		margin: 0 !important;
		padding: 0 !important;
		color: #212121;
	}
	.homeDesc {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.homeIntro {
		font-size: 22px;
		font-weight: bold;
	}
	.homeIntro h1 {
		font-size: 22px;
		font-weight: bold;
		margin: 0 !important;
		padding: 0 !important;
		color: #212121;
	}
	.homeDesc {
		font-size: 18px;
	}
}
.homeDesc img {
	margin: 0 auto;
}

/*######################################
	Footer
########################################*/
.bottomBar {
	font-size: 14px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
}
.footer {
	padding-top: 15px;
	color: #555555;
}
.footer a {
	color: #555555;
	text-decoration: none;
}
@media (min-width: 768px) {
	.footerHeading {
		text-align: left;
		font-size: 16px;
		font-weight: bold;
	}
}
@media (max-width: 767px) {
	.footerHeading {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}
}
@media (min-width: 992px) {
	.footerHeadingAlt {
		text-align: right;
		font-size: 16px;
		font-weight: bold;
	}
}
@media (max-width: 991px) {
	.footerHeadingAlt {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}
}
@media (min-width: 768px) {
	.contactItem {
		text-align: left;
		position: relative;
	}
	.contactIcon {
		float: left;
		width: 28px;
		height: 28px;
		margin: 0 10px 0 0;
		overflow: hidden;
	}
	.contactText {
		float: left;
	}
}
@media (max-width: 767px) {
	.contactItem {
		text-align: center;
		position: relative;
		width: 100%;
	}
	.contactIcon {
		width: 28px;
		height: 28px;
		margin: 0 10px 0 0;
		overflow: hidden;
	}
	.contactText {
		vertical-align: top;
	}
	.contactItem div {
		display: inline-block;
	}
}
.contactIcon img {
	position: relative;
}
.iconLocation img {
	left: -30px;
	top: -75px;
}
.iconPhone img {
	left: -60px;
	top: -75px;
}
.iconEmail img {
	left: 0;
	top: -75px;
}
@media (min-width: 768px) {
	.social {
		text-align: left;
	}
	.socialIcons {
		position: relative;
		margin-top: 5px;
	}
}
@media (max-width: 767px) {
	.social {
		text-align: center;
	}
	.socialIcons {
		position: relative;
		margin: 5px auto 0 auto;
		width: 114px;
	}
}
.socialIcons div {
	float: left;
	width: 28px;
	height: 28px;
	margin: 0 10px 0 0;
	overflow: hidden;
}
.socialIcons div img {
	position: relative;
}
.socialIcons .gp img {
	left: 0;
	top: -28px;
}
.socialIcons .ig img {
	left: -28px;
	top: -28px;
}
.socialIcons .fb img {
	left: -56px;
	top: -28px;
}
.socialIcons .tw img {
	left: -84px;
	top: -28px;
}
@media (min-width: 992px) {
	.bottomLogo {
		text-align: right;
		margin-bottom: 15px;
	}
}
@media (max-width: 991px) {
	.bottomLogo {
		margin: 0 auto 15px auto;
		text-align: center;
	}
}
@media (min-width: 768px) {
	.credits {
		font-size: 14px;
		color: #707070;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.credits {
		font-size: 14px;
		color: #707070;
		text-align: center;
		margin-bottom: 30px;
	}
}
.credits a {
	color: #707070;
	text-decoration: none;
}
.creditLinks {
	position: relative;
	text-align: center;
	width: 100%;
}
.creditLinks div {
	display: inline-block;
}
.creditLinksText {
	margin-right: 0;
}
.creditLinks a {
	margin-right: 5px;
}
.creditLinks .creditLinksWindow {
	width: 14px;
	height: 14px;
	overflow: hidden;
}
.creditLinksWindow img {
	position: relative;
}
.creditLinksWindow img {
	left: -60px;
	top: 0;
}

/*######################################
	Browser issue
########################################*/
.browserIssue {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 10px 15px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	background-color: #222;
	font-size: 13px;
	color: #fff;
	text-align: center;
	z-index: 999;
}
.browserIssueText {
	text-align: center;
	width: 100%;
}
.browserIssueContainer {
	position: relative;
	text-align: center;
	width: 100%;
}
.browserIssueContainer div {
	display: inline-block;
}
.browserIssue .browserIssueIcon {
	width: 24px;
	height: 24px;
	margin: 0 10px 0 0;
	overflow: hidden;
}
.browserIssueIcon img {
	position: relative;
}
.browserIssueFirefox img {
	left: 0;
	top: -45px;
}
.browserIssueChrome img {
	left: -30px;
	top: -45px;
}
.browserIssueIE img {
	left: -60px;
	top: -45px;
}

/*######################################
	Scroll to top
########################################*/
.scrollToTop {
	position: relative;
}
.scrollToTop div {
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background-color: transparent;
	cursor: pointer;
	z-index: 999;
}
.scrollToTop div img {
	position: relative;
	left: -15px;
	top: 0;
}

/*######################################
	Fade overlay
########################################*/
#fadeCover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	text-align: center;
	display: none;
	top: 0;
	left: 0;
	z-index: 9999;
}
#fadeCover div {
	position: absolute;
	width: 100%;
	height: 20px;
	margin-top: -10px;
	top: 50%;
	text-align: center;
}

/*######################################
	Shadowbox
########################################*/
#sb-container {
	z-index: 9999 !important;
}

/*######################################
	jQuery UI widgets font size
########################################*/
.ui-widget {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	line-height: 16px !important;
}
.ui-widget select {
	padding: 1px;
	font-size: 0.9em !important;
}