/* General Styles
-------------------------------------------------- */
body {
	font-family: "museo-sans", helvetica, arial;
	font-weight: 400;
	color: #414142;
	font-size: 16px;
  
}
h1,h2,h3,h4,h5,h6 {
	 color: #ef1b4a;
	 font-family: "museo-sans", helvetica, arial;
	 font-weight: 100;
}
sup {
	top:-.8em;
	font-size: 50%
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
p {
	font-family: inherit;
	font-weight: 400;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}
button:focus {
	outline-color: transparent!important;
}

/* Random Features and Styles
-------------------------------------------------- */
.featurette-divider {
	margin: 20px 0; /* Space out the Bootstrap <hr> more */
}
.btn-dish {
	background:#8bc525;
	color: #fff;
	border-radius: 55px;
	border:2px solid #fff;

}
.btn-dish-pink {
	background:#ef1b4a;
	color: #fff;
	border-radius: 55px;
	border:2px solid #fff;

}
.btn-dish-pink:hover {
	background:#8bc525;
	color: #fff;
	border-radius: 55px;

}
.btn-dish:hover {
	background:#000!important;
	color: #fff;

}
.btn-xlg {
	padding: 20px 16px;
	font-size: 18px;
}

.btn-call {
	background:#000;
}
.btn-call .fa {
	vertical-align: middle;
	margin-right: 10px;
}


/* Navbar
-------------------------------------------------- */
.navbar-custom {
	margin-bottom: 0px;
}
.navbar-custom .navbar-brand {
	height: auto;
	width: 140px;
	padding:10px 15px;
}
button.navbar-toggle, a.navbar-toggle {
	margin-bottom: 0px;
	margin-top: 18px;
	text-align: center;
	
}
button.navbar-toggle .fa, a.navbar-toggle .fa {
	font-size: 20px;
	width: 20px;
}
.navbar-nav>li>a {
	padding-top: 25px;
	padding-bottom: 25px;
}
#search-mobile {
	position: absolute;
	top: 0;
	z-index: 1000;
	padding: 2px 0;
	display: none;
}
#search-mobile .form-control {
	padding:12px 12px;
	height:auto;
}
#search-mobile .btn {
	padding:12px 16px;
}
.btn-quote {
	background:#8bc525;
	color:#fff!important;
	font-weight: bold;  
}
.btn-quote:hover {
	background:#000!important;
	color:#fff!important;
}

/* Banner
-------------------------------------------------- */
#banner {
	padding:2em 0;
	background: #d1d3d4; /* Old browsers */
	background: -moz-linear-gradient(top,  #d1d3d4 0%, #f6f6f6 50%, #d1d3d4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d3d4), color-stop(50%,#f6f6f6), color-stop(100%,#d1d3d4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d1d3d4 0%,#f6f6f6 50%,#d1d3d4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d1d3d4 0%,#f6f6f6 50%,#d1d3d4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d1d3d4 0%,#f6f6f6 50%,#d1d3d4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d1d3d4 0%,#f6f6f6 50%,#d1d3d4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d3d4', endColorstr='#d1d3d4',GradientType=0 ); /* IE6-9 */
	color:#000;
}
.price-label {
	color:#000;
	margin:0;
	padding:0;
}

.dollars, .small-numbers {
	font-size:44px;
	float:left;
}
.big-numbers {
	font-size:155px;
	float:left;
	margin:-45px 0 0 0;
	padding:0 4px;
}
.price-text {
	color:#000;
	font-size:10px;
	float:left;
	margin:0;
	text-transform: uppercase;
	text-align:center;
	font-size:8px;
}

#banner h1 {
	color:#ef1b4a;
	margin:0;
	font-size: 40px;
}
#banner h2 {
	font-weight:100;
	margin: 0;
	font-family:"museo-sans", Helvetica, Arial, sans-serif!important;
	color:#5a5a5c;
}
#banner ul {
	list-style:none;
	list-style-position:inside;
	margin:0;
	padding:0;
	color:#000;	
}
#banner ul li {
	padding:5px 5px 5px 5px;
	position:relative;
	font-size: 18px;
	
}
#banner ul li::before {
	color:#C80010;
	font-size:30px;
	vertical-align:middle;
	content: "• ";
	line-height: 0;
}
#banner .bundle-price {
	color:#ef1b4a;
	font-weight:bold;
	margin:10px 0 0 0;
}
#banner .big-numbers {
	font-size: 100px;
}
#banner-left {
	text-align:center;
}
#banner .disclaimer-text {
	color:#000;
}


/* Packages
-------------------------------------------------- */
.packages {
	text-align: center;
	color: #fff;
	background: #1e90d1;
	border-radius: 6px;
	padding: 15px;
	margin-bottom: 15px;
	border:#0684cc solid 1px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
}
.popular {
	padding:15px 15px 30px 15px;
}
.popular-tag {
	background: rgba(219,15,20,.902);
	border-radius: 6px 6px 0 0;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 0 20px;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
}
#packages-wrapper {
		
}
.packages-header {
	border-bottom: #fff solid 1px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	height: 80px;
}
.packages-price {
	color:#fff;
	font-weight:bold;
	margin:0 auto;
	display: inline-block;
	line-height: 1;
	margin-top: 15px;

}
.price-small {
	color: #333;
	margin-top: 0;
}
.bundles {
	text-align: center;
}
.bundle-price {
	display: inline-block;
	color:#ef1b4a;
	font-family: verdana, helvetica, arial;
}
.bundles .dollars,.bundles .small-numbers {
	font-size:40px;
	float:left;
}
.bundles .big-numbers {
	font-size:100px;
	float:left;
	margin:-20px 0 0 0;
	padding:0 4px;
	font-weight: 900;
}
.bundles ul {
	text-align: left;
}
.bundle-details {
	min-height: 150px;
}
.price-text {
	
}
.price-disclaimer {
	color:#777;
	font-size: 12px;
}
.packages-list {
	color:#666;
	font-size: 14px;
}
.packages-list .fa-check {
	color:#1e90d1; 
}
.packages-list.services {
	height: 200px;
}
.packages-list.installation {
	height: 80px;
	background: #e8e8e8;
	padding:5px 0;
}
.packages-list.security {
	height: 60px;
}
.packages-list.equipment {
	height: 350px;
	background: #e8e8e8;
	padding:5px 0;
}
.packages-list-header {
	font-weight: bold;
	font-size: 18px;
}
.small-span {
	font-size: 10px;
	vertical-align: middle;
}

/* Call to Action
-------------------------------------------------- */
.cta {
	background: linear-gradient(to bottom,#f43b60 0,#ec1d47 100%);
	color:#fff;
	font-size: 22px;
	text-align: center;
}
.cta-small {
	font-size: 12px;
}

.cta p {
	padding:0;
	margin: 0;
}
.cta a {
	vertical-align: middle;
	padding: 7px 0;
	margin:0;
	display: block;
	color: #fff;
	text-decoration: none;
}
#cta-search {
	margin:15px 0 0 0;
}

/* Container with marketing content
-------------------------------------------------- */
.marketing h2 {
	color:#ef1b4a;
}
.marketing h3 {
	color:#000;
	font-weight: 400;
}

.full-color {
	background: #ef1b4a;
	padding:40px;
	margin:60px 0;
}

.full-color h2 {
	color:#fff;
	font-size: 48px;
	text-align: center;
	padding-bottom: 40px;
}
.full-color p {
	color:#fff;
	font-weight: 100;
	font-size: 18px;
}
.full-color-ul {
	background: #fff;
	padding:20px;
	color:#444444;
	list-style-position: inside; 
	line-height: 2;
}

/* Other States
-------------------------------------------------- */
#other-states-list a, .other-states-all a {
	color:#0684cc;
	margin-right:6px;
}
#other-states-list a::after, .other-states-all a::after {
	content:",";
}
#other-states-list a:last-of-type::after, .other-states-all a:last-of-type::after {
	display:none;
}

/* Collapses divs to hide content to be used as accordion
-------------------------------------------------- */

.div-collapse {
border-top: 0;
-webkit-box-shadow: none;
box-shadow: none;
}

.div-collapse {
overflow-x: visible;
-webkit-overflow-scrolling: touch;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

/* Accordion Content
-------------------------------------------------- */
#accordion .panel {
	border:none;
	-webkit-box-shadow:none; 
    box-shadow:none;
}
#accordion.panel-group {
	margin-bottom: 0px;
}

/* Footer
-------------------------------------------------- */
.footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 60px;
  background-color: #333;
  color:#fff;
}
.navbar-footer {
	margin:0;
	color:#fff;
	min-height:60px;
	text-align:center;
	border-radius:0px;
}
.footer-border {
	border-bottom:1px solid #fff;
}
.navbar-footer .navbar-nav {
	margin:0;
}
.navbar-footer li a, .navbar-footer a {
	  color:#fff;
}
.navbar-footer .nav>li>a:hover, navbar-footer  .nav>li>a:focus {
	background:#000;
}
.navbar-footer .navbar-brand {
	display:block;
	float:none;
}

/* Disclaimer
-------------------------------------------------- */
#disclaimer {
	font-size:12px;
	padding:10px 0;
	
}
.disclaimer-text {
	font-size: 10px;
	font-style: italic;
	text-align: center;
	line-height: 12px;
	color: #2f2f2f;
	margin: 10px 0;
}

/* Packages that look like a table
-------------------------------------------------- */
.packages-table {
	display: table;
	width: 100%;

}
.packages-table .well {
	padding:5px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cta {
		font-size: 22px;
	}
	.col-md-4.popular {
		margin-top: -25px;
	}
	#search-mobile {
	display: none!important;
	}
	.navbar-custom .navbar-brand {
		height: auto;
		width: 200px;
		padding:5px 15px;
	}
	.featurette-divider {
		margin: 60px 0; /* Space out the Bootstrap <hr> more */
	}
	#packages-wrapper {
	
}
#banner .big-numbers {
	font-size: 155px;
}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.div-collapse.collapse {
	display: block !important;
	height: auto !important;
	overflow: visible !important;
	}
	.packages-table .col-md-2 {
		width: 20%;
		padding-left:1px;
		padding-right: 1px;
	}
	.packages-table .dollars, .packages-table .small-numbers {
		font-size:20px;
		float:left;
	}
	.packages-table .big-numbers {
		font-size:50px;
		float:left;
		margin:-5px 0 0 0;
		padding:0 4px
	}
	.packages-table .well {
		margin-bottom: 0px;
	}
	#banner h1 {
	color:#ef1b4a;
	margin:0;
	font-size: 60px;
}

 }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }