/* Elements */
body {
	margin-top: 80px;
}
html,
body {
    height: 100%;
}
section {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Color */
.blue {
	background-color: #1565c0;
	color: #fff;
}
.green {
	background-color: #388e3c;
	color: #fff;
}
.red {
	background-color: #b71c1c;
	color: #fff;
}
.purple {
	background-color: #7131fa;
	color: #fff;
}
.orange {
	background-color: #ef6c00;
	color: #fff;
}
.grey {
	background-color: #424242;
	color: #fff;
}
.greybg {
	background-color: #ececec;
}
.tzonebg {
	background-color: #d5354b;
	color: #fff;
}

/* Padding */

.padx {
	padding-bottom: 30px;
}
.padt {
	padding-top: 30px;
}
.padt20 {
	padding-top: 20px;
}
.padt15 {
	padding-top: 17px;
}
.padb {
	padding-bottom: 15px;
}
.pada {
	padding: 15px;
}

/* main */

.carousel {
    height: 50%;
    overflow: hidden;
}
.item,
.active,
.carousel-inner {
    height: 100%;
}
.carousel-caption p {
	font-weight: 400px;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: right top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
section.toll-free {
	background-color: #d5354b;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}
section.toll-free .phone {
	font-size: 18px;
	padding-top: 5px;
}
section.home-products .panel a {
	color: #333;
}
section.home-products .panel a:hover {
	color: #333;
}
section.home-products .panel{
	background-color: #fefefe;
}
section.home-products .panel h3 {
	color: #d5354b;
	font-size: 21px;
	padding-left: 20px;
	padding-right: 20px;
  margin: 10px 0;
}
section.home-products .panel:hover {
	color: #333;
	background-color: #d5354b;
}
section.home-products .panel:hover h3 {
	color: #333;
}
section.home-products .panel-default {
	border-color: #eee;
}
section.home-products .panel-body {
	padding: 10px 0px;
}
section.home-products .panel-body p {
	padding: 15px 15px;
}
section.cta {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/bg-cta.jpg');
  padding: 150px 0;
}
section.cta .cta-content {
  position: relative;
  z-index: 1;
}
section.cta .cta-content h2 {
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
  max-width: 600px;
  font-size: 36px;
}
@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 42px;
  }
}
section.cta .cta-content p {
  color: white;
  max-width: 600px;
  margin-bottom: 30px;
  font-size: 14px;
}
@media (min-width: 768px) {
  section.cta .cta-content p {
    font-size: 16px;
  }
}
section.cta .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
section.back-link {
	padding-top: 10px;
	padding-bottom: 2px;
}
section.main {
	padding-top: 10px;
	padding-bottom: 20px;
}
.solution-box {
	padding-top: 5px;
	padding-bottom: 20px;
}
.solution-box a {
	color: #fff;
}
.solution-box a:hover {
	color: #000;
}
.item img {
	width: 100%;
}
.banner {
	padding-top: 100px;
	padding-bottom: 100px;
}
.banner h1 {
	color: #fff;
}
.banner p {
	color: #fff;
}

section.cta-solution {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/bg-cta-solution.jpg');
  padding: 150px 0;
}
section.cta-solution .cta-content {
  position: relative;
  z-index: 1;
}
section.cta-solution .cta-content h2 {
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
  max-width: 600px;
  font-size: 36px;
}
@media (min-width: 768px) {
  section.cta-solution .cta-content h2 {
    font-size: 42px;
  }
}
section.cta-solution .cta-content p {
  color: white;
  max-width: 600px;
  margin-bottom: 30px;
  font-size: 14px;
}
@media (min-width: 768px) {
  section.cta-solution .cta-content p {
    font-size: 16px;
  }
}
section.cta-solution .cta-content ul {
  color: white;
  max-width: 600px;
  margin-bottom: 30px;
  font-size: 14px;
}
@media (min-width: 768px) {
  section.cta-solution .cta-content ul {
    font-size: 16px;
    font-weight: 400;
  }
}

section.cta-solution .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
section.footer-links {
  background: #333;
  color: #ececec;
  padding-bottom: 40px;
  padding-top: 40px;	
  font-size: 14px;
  line-height: 1.8;
}
section.footer-links a {
  color: #eee;
}
section.footer-links a:hover {
  color: #d5354b;
  text-decoration: underline;
}
footer {
  background: #222;
  color: #ececec;
  padding-bottom: 40px;
  padding-top: 40px;
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #d5354b;
}




