/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

body {
	font-family:'Exo 2',Arial,Helvetica,sans-serif;
}
.container {
	width:960px;
	margin:0 auto;
}
h2, h3, h4 {
	margin:0;
}
img {
	border:none;
}
img.alignleft {
	float:left;
	padding:0 10px 5px 0;
}
img.alignright {
	float:right;
	padding:0 0 5px 10px;
}
p {
	margin:0 0 1em 0;
}

a {
	color:#2f7bb5;
	text-decoration:none;
}
.rel {
	position:relative;
}
a:hover {
	color:#225983;
	text-decoration: underline;
}
.tal {
	text-align:left;
}
.sp {
	background-image:url(images/linkhomesecurity-sprite.png);
	background-repeat:no-repeat;
	display:inline-block;
}
.block {
	clear:both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
#container {
	width:960px;
	margin: 0 auto;
}

#header {
	clear:both;
	background-color:#0b2b3e;
	border-bottom:4px solid #fa6e1c;
	height:94px;
}
#header .logobox {
	background-color:#FFF;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px; /* future proofing */
	-khtml-border-radius: 0 0 10px 10px; /* for old Konqueror browsers */
	padding:25px;
	position:absolute;
	top:0;
	text-align:center;
	left:0;
}
span.sp.logo {
	background-position:0 0;
	width: 203px;
	height: 66px;
}
#header .phonebox {
	float:right;
	text-align:center;
	padding:10px 0 0 0;
	display:none;
}
#header .phonebox .txt {
	color:#FFF;
	font-size:23px;
	line-height:1em;
	font-weight:500;
	font-style:italic;
	text-transform:uppercase;
}
span.sp.redphoneico {
	background-position: 0px -119px;
	width: 38px;
	height: 38px;
	position: absolute;
	left: -50px;
	top: 39px;
}
#header .phonebox .phonetxt, #header .phonebox .phonetxt a {
	color:#f95140;
	font-size:46px;
	line-height:1em;
	font-weight:900;
	font-style:italic;
	text-decoration:none;
}
#maincontent {
	clear:both;
	background-color:#5f5f5f;
	padding: 20px 20px 1px 20px;
}
h2.biggesttxt {
	font-size:43px;
	font-weight:700;
	color:#FFF;
	display:inline-block;
	float:left;
}
span.lightyellow {
	color:#fffd78;
}
span.sp.moneyback {
	background-position: -242px -15px;
	width: 109px;
	height: 80px;
	margin:-15px 0 0 0;
	float: right;
}
.whitearea {
	background-color:#FFF;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0; /* future proofing */
	-khtml-border-radius: 10px 10px 0 0; /* for old Konqueror browsers */
	padding:25px;
}
#form {
	width:34%;
	float:left;
	text-align:center;
	font-size: 21px;
}
.topform {
	clear:both;
	border-bottom:1px solid #069;
	padding:10px;
	background-color:#2e6b9f;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0; /* future proofing */
	-khtml-border-radius: 10px 10px 0 0; /* for old Konqueror browsers */
}
.bottomform {
	clear:both;
	padding:10px;
	background-color:#5ca8d3;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px; /* future proofing */
	-khtml-border-radius: 0 0 10px 10px; /* for old Konqueror browsers */
}	
#form span {
	display:inline-block;
}
#form .limitxt {
	color:#FFF;
	text-transform:uppercase;
	font-weight:900;
	font-size:24px;
	line-height:1.2em;
}
#form .freetxt {
	color:#FFF;
	font-style:italic;
	font-weight:400;
	font-size:20px;
}
#form input[type="text"] {
	clear:both;
	background-color:#FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	margin:0 0 10px 0;
	padding:5px;
	width:80%;
}
.squaredFour {
	width: 20px;
	position: relative;
}
.squaredFour input[type="checkbox"] {
	position:relative;
	right:-20px;
}
.squaredFour label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 22px;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.squaredFour label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredFour label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#form .chkboxtxt {
	color: #FFF;
	font-size: 11px;
	text-align: left;
	display: block;
	width: 204px;
	position: absolute;
	right: -251px;
	top: -1px;
}
#form .righttxt {
	clear:both;
	color:#FFF;
	font-size:10px;
	text-align:left;
}
#form button.submitbtn {
	background-image:url(images/linkhomesecurity-sprite.png);
	background-repeat:no-repeat;
	background-position: 0px -239px;
	width: 274px;
	height: 66px;
	background-color:transparent;
	border:none;
	margin: 12px 0;
}
#form button.submitbtn:hover {
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
#form span.orcall {
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
	padding: 0 5px 14px 0;
	display:none;
}
#form span.whitephone, span.whitephone a {
	color:#FFF;
	font-weight:700;
	font-size:28px;
	text-decoration:none;
	display:none;
}
.mainlist {
	float:right;
	width:65%;
}
h3.why {
	font-weight:700;
	font-size:36px;
	text-align:center;
	color:#0b2b3e;
	margin:0 0 10px 0;
}
span.redtxt {
	color:#f95140;
}
.listarea {
	background:url(images/couple-bg.png) no-repeat right -17px #f2f6f9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	margin:0 auto;
	padding:15px;
}
.listitem {
	font-size:16px;
}
.leftarea {
	float:left;
	width:6%;
	height:33px;
}
span.sp.greencheck {
	background-position: -44px -119px;
	width: 24px;
	height: 24px;
}
span.greytxt {
	color:#a4aeb4;
	font-style:italic;
}
.pricearea {
	clear:both;
	height:130px;
}
span.sp.products {
	background-position: 0 -594px;
	width: 260px;
	height: 137px;
	position: absolute;
	left: 40px;
	z-index:3;
	top: 10px;
}
.pricingbox {
	background-color:#2e6b9f;
	width: 197px;
	position: absolute;
	z-index: 2;
	right: 100px;
	top: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	color: #FFF;
	padding: 5px 0 5px 50px;
}
.pricingbox .bigtxt {
	font-weight:900;
	font-size:43px;
}
.smalltxt {
	display: inline-block;
	width: 262px;
	position: absolute;
	bottom: -18px;
	right: 33px;
}
.redbar {
	background-color:#fc5744;
	clear:both;
	padding:10px 0;
	color:#FFF;
	top: 0;
	z-index: 999;
	width: 100%;
}
.redbar .calltxt {
	float:left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	padding:18px;
	text-align:center;
	background-color:#c94536;
	font-size:33px;
	font-weight:500;
	font-style:italic;
	display: none;
}
.redbar .phonetxt, .redbar .phonetxt a {
	font-weight:700;
	float:right;
	font-size:53px;
	text-decoration:none;
	display: none;
}
span.sp.whitephoneico {
	width: 58px;
	height: 57px;
	background-position: -364px -168px;
	position: relative;
	top: 5px;
}
.diyrow {
	clear:both;
	background-color:#f4f6f7;
	padding:15px 0;
	text-align:center;
}
.diyrow h3.bigblack {
	text-transform:uppercase;
	font-size:30px;
	color:#000;
	font-weight:500;
}
.diyrow h3.littlegrey {
	font-size:27px;
	color:#a4aeb4;
	font-weight:400;
}
.circlerow {
	clear:both;
	margin:15px 0
}
.circlerow .item {
	width:24%;
	margin:0 4px;
	color:#444444;
	float:left;
}
.circlerow .item span.sp {
	width: 218px;
	height: 218px;
}
span.sp.greenclock {
	background-position: 0 -352px;
}
span.sp.greenmap {
	background-position: -218px -352px;
}
span.sp.texting {
	background-position: -439px -352px;
}
span.sp.devices {
	background-position: -666px -352px;
}
.featuresrow {
	clear:both;
	background-color:#FFF;
	padding:15px 0;
}
h3.featuretitle {
	text-transform:uppercase;
	font-weight:700;
	color:#444444;
	text-align:center;
	font-size:24px;
	display:block;
	clear:both;
	margin:0 0 15px 0;
}
.column {
	float:left;
	width:50%;
}
.list {
	padding:0 0 0 55px;
	position:relative;
}
.list span.sp.mainico {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
}
.list h3.title {
	font-size:18px;
	font-weight:700;
	margin:0 0 10px 0;
	padding: 10px;
}
.list .item {
	padding:0 0 0 26px;
	position:relative;
	font-size:16px;
	color:#444444;
	margin: 0 0 5px 0;
}
.list span.sp.minicheck {
	position:absolute;
	top:0;
	left:0;
	width: 18px;
	height: 18px;
}
.oj span.sp.mainico {
	background-position: 0 -173px;
}
.oj span.sp.minicheck {
	background-position: 0 -88px;
}
.oj h3.title {
	color:#f6931d;
}
.brown span.sp.mainico {
	background-position: -52px -173px;
}
.brown span.sp.minicheck {
	background-position: -21px -88px;
}
.brown h3.title {
	color:#b78962;
}
.teal span.sp.mainico {
	background-position: -104px -173px;
}
.teal span.sp.minicheck {
	background-position: -43px -88px;
}
.teal h3.title {
	color:#5eb7b1;
}
.black span.sp.mainico {
	background-position: -259px -173px;
}
.black span.sp.minicheck {
	background-position: -65px -88px;
}
.black h3.title {
	color:#46433b;
}
.red span.sp.mainico {
	background-position: -208px -173px;
}
.red span.sp.minicheck {
	background-position: -85px -88px;
}
.red h3.title {
	color:#d3524b;
}
.green span.sp.mainico {
	background-position: -157px -173px;
}
.green span.sp.minicheck {
	background-position: -107px -88px;
}
.green h3.title {
	color:#8bc53f;
}
.brightred span.sp.mainico {
	background-position: -310px -173px;
}
.brightred span.sp.minicheck {
	background-position: -128px -88px;
}
.brightred h3.title {
	color:#fc5643;
}

.reviewsrow {
	background-color:#4c96ca;
	clear:both;
	padding:15px 0;
}
.reviewsrow .block {
	font-weight:700;
	color:#FFF;
	font-size:36px;
}
span.sp.customerico {
	background-position: -123px -120px;
	width: 34px;
	height: 34px;
}
.reviewsrow span.sp.customerico {
	margin:7px;
	float:left;
}
.reviewsrow .reviewitem {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	background-color:#FFF;
	padding:20px;
	clear:both;
}
.ratingbox {
	float:left;
	text-align:center;
	width:30%;
	border-right:1px solid #CCC;
	padding:0 15px 0 0;
	margin:0 15px 0 0;
	font-weight:500;
	font-size:24px;
}
span.sp.trustpilot {
	background-position: 0 -815px;
	width: 209px;
	height: 47px;
}
span.sp.greenratinggradient {
	background-position: 0 -932px;
	width: 114px;
	height: 21px;
	margin:10px 0;
}
span.greenrate {
	background-position: 0 -876px;
	width: 206px;
	height: 39px;
	float:right;
}
span.minitxt {
	font-size:12px;
	display:inline-block;
	padding:15px 0;
	font-weight:400;
}
.rrev {
	float:right;
	width:66%;
	margin:0 0 15px 0;
	border-bottom:1px dashed #CCC;
	padding:10px 0;
	color:#787878;
}
.titlearea {
	clear:both;
	padding:0 0 10px 0;
	font-weight:700;
	font-size:24px;
	color:#444444;
}

	
span.darker {
	color:#000;
}
.bluebar {
	background:url(images/bluebarbg.png) repeat-x #25334c;
	height:66px;
	padding:10px 0;
	clear:both;
}
.bluebar span.sp {
	margin: 0 10px;
}
span.sp.twogig {
	background-position: 0 -986px;
	width: 141px;
	height: 48px;
}
span.sp.ge {
	background-position: -145px -986px;
	width: 42px;
	height: 51px;
}
span.sp.alarmcom {
	background-position: -207px -986px;
	width: 197px;
	height: 51px;
}
span.sp.fb {
	background-position: -426px -986px;
	width: 31px;
	height: 51px;
}
span.sp.techbargains {
	background-position: -490px -986px;
	width: 209px;
	height: 51px;
}
span.sp.aplus {
	background-position: -700px -986px;
	width: 151px;
	height: 51px;
}
#footer {
	background-color:#FFF;
	padding:15px 0;
	clear:both;
	text-align:center;
}
.formright #form {
	float:right;
}
.formright .mainlist {
	float:left;
}
.formright .redbar .phonetxt {
	float:left;
}
.formright .redbar .calltxt {
	float:right;
}