@charset "utf-8";

body {
	font-family: 'Open Sans', sans-serif;
	color: #5a5a5a;
}

.benefits {
	background-color: rgba(255, 255, 255, 0.6);
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}

a:link, a:visited {
	color: rgba(211, 84, 0, 1.0);
}

a:hover, a:focus {
	color: rgba(230, 126, 34, 1.0);
}

a.btn-warning {
	color: rgba(255, 255, 255, 1.0);
}

blockquote p {
	font-size: 16px;
}

.btn>span {
	display: block;
	margin-top: 4px;
	font-size: 12px;
}

.section-wrapper {
	padding: 20px 15px;
	margin-bottom: 1.5em;
}

.navbar-wrapper {
	background-color: rgba(255, 255, 255, 1.0);
	position: relative;
	z-index: 15;
}

.navbar-wrapper a {
	color: rgba(52, 73, 94, 1.0);
}

.nav>li>a {
	color: rgba(0, 0, 0, 1.0);
	font-weight: bold;
}

.nav>li>a:hover, .nav>li>a:focus, .nav>li>a.active {
	color: rgba(230, 126, 34, 1.0);
	background-color: rgba(192, 192, 192, 0.3);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1.0);
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-weight: bold;
}

.navbar-toggle {
	border-color: #ddd;
	margin-top: 20px;
	margin-right: 0px;
}

.navbar-toggle .icon-bar {
	background-color: #ddd;
}

.navbar-logo {
	margin: 0 auto;
	padding: 5px 0 0;
	width: 180px;
}

.call-now {
	font-size: 18px;
	color: rgba(211, 84, 0, 1.0);
	display: table;
	text-align: center;
	margin: 0 auto 10px;
}

.call-text {
	display: inline-block;
	vertical-align: top;
}

.block-text {
	display: block;
	text-align: center;
	font-size: 12px;
}

.phone-number {
	vertical-align: center;
	display: inline;
}

.hero-wrapper {
	background-color: rgba(127, 140, 141, 0.2);
	background: url(https://www.galsys.co.uk/img/bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 1.5em 0;
	margin-bottom: 1.5em; /*60 looks better for product page, 30 looks better for whitepaper page*/
}

.hero-heading {
	font-size: 32px;
	text-align: center;
	color: #000;
	text-shadow: 1px 1px 1px #f5f5f5;
	filter: dropshadow(color = #f5f5f5, offx = 1, offy = 1);
}

.hero-subhead {
	text-align: center;
	font-size: 21px;
	font-style: italic;
	color: rgba(211, 84, 0, 0.8);
}

.hero-img {
	margin-bottom: 1.5em;
}

.sm-hero-img {
	display: block;
	margin: 0 auto 1em;
}

label, legend {
	font-size: 12px;
	display: none;
}

.screenReader {
	display: none;
}

.marketing {
	padding-left: 15px;
	padding-right: 15px;
}

.marketing .col-md-4 {
	text-align: center;
	margin-bottom: 20px;
}

.marketing h2 {
	font-weight: normal;
}

.marketing .col-md-4 p {
	margin-left: 10px;
	margin-right: 10px;
}

.well {
	background-color: rgba(255, 250, 216, 0.4);
	border: 2px solid rgb(255, 167, 5);
}

.hero-divider {
	margin: 80px 0;
}

.hero-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}

.featurette-heading {
	text-align: center;
}

.trust-wrapper {
	background-color: rgb(236, 240, 241);
	padding: 20px 0;
	margin-bottom: 30px;
}

.customer-logo {
	padding: 20px 10px;
}

.testimonial-heading {
	text-align: center;
	margin-bottom: 1.5em;
}

.testimonial-image {
	width: 180px;
}

.testimonial-author {
	font-weight: bold;
}

.testimonial-info {
	color: rgb(230, 126, 34);
}

.cta {
	background-color: rgba(127, 140, 141, 0.2);
}

.cta>div>p {
	margin-top: 1.5em;
	line-height: 2.5em;
}

.footer-wrapper {
	padding: 20px 15px;
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(52, 73, 94, 1.0)
}

.marketing-header {
	text-align: center;
	margin-bottom: 0.875em;
}

.inline-icon {
	margin-right: 0.875em;
}

.side-icon {
	margin-top: 1.875em;
}

@media only screen and (min-width : 480px) {
}

@media only screen and (min-width: 768px) {
	.navbar-logo {
		float: left;
		padding: 5px 0;
	}
	.navbar-nav>li>a {
		margin-top: 20px;
	}
	.stuffs {
		margin-left: 16.5%;
	}
	.call-now {
		font-size: 28px;
		margin-top: 5px;
	}
	.marketing {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-wrapper .navbar {
		border-radius: 4px;
	}
	.hero-heading {
		font-size: 45px;
		text-align: center;
		text-shadow: 2px 1px 1px #f5f5f5;
		filter: dropshadow(color = #f5f5f5, offx = 2, offy = 1);
	}
	.hero-subhead {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.sm-hero-img {
		float: right;
	}
	.featurette-heading {
		text-align: left;
	}
	.section-wrapper {
		padding: 20px 0;
	}
	.sm-hero-img {
		float: right;
	}
	.footer-wrapper {
		padding: 20px 0;
	}
}

@media only screen and (min-width: 992px) {
	.stuffs {
		margin-left: 0;
	}
	.featurette-heading {
		margin-top: 60px;
	}
	.call-now {
		font-size: 24px;
		padding-top: 5px;
	}
	.phone-number {
		display: block;
	}
	.hero-img {
		margin-bottom: 0;
	}
}

@media only screen and (min-width : 1200px) {
	.call-now {
		font-size: 28px;
		text-align: right;
		padding-top: 10px;
	}
	.phone-number {
		display: inline;
	}
}

.small-home-icon.hide-320 {
	display: none;
	visibility: hidden;
	height: 0;
	width: 0;
}