/*
Theme Name: Demon Website WordPress Theme
Theme URI: http://weboo.biz
Description: WordPress theme for Demon Website
Version: 1.0
Author: Weboo
Author URI: http://weboo.biz
Tags: naked, clean, basic
*/


/***************************/
/*        Imports          */
/***************************/

/* Resets */
@import "assets/css/reset.css";
/* Form */
@import "assets/css/form.css";
/* Iconic */
@import "assets/fonts/iconic.css";

/***************************/
/*         Resets          */
/***************************/
/* We need to reset some of the 'resets' */

* { -webkit-font-smoothing: antialiased; }

/***************************/
/*       Typography        */
/***************************/

html, body {
    font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 1.7142857143; /* 24/14 */
    color: #59595a;
    margin: 0;
}

a {
    outline: none;
    text-decoration: none;
    color: #af001f;
    border-bottom: 1px solid #af001f;
    font-weight: inherit;
}

a:hover, a:active {
    border-bottom-style: dotted;
}

a img, a.img { border: none; }

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}

h1, .alpha {
    color: #f7941d;
    font-size: 1.7142857143em;
    letter-spacing: -1px;
    margin: 1.333em 0 0.333em;
    font-weight: bold;
    text-transform: uppercase;
}

h2, .beta {
    color: #f7941d;
    font-size: 1.4285714286em;
    margin: 1.2em 0 0.4em;
    font-weight: bold;
}

h3, .gamma {
    color: #f7941d;
    font-size: 1em;
    margin: 1.25em 0 0.35em;
    font-weight: bold;
}

h4, .delta {
    color: #151114;
    font-size: 14px;
    margin: 1.2857142857em 0 0.4857142857em;
    font-weight: bold;
}

h5 {
    margin-top: 1em;
    font-weight: bold;
}

h6 {
    margin: 0.5em 0;
    font-style: italic;
}

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5
h5 + h6,
.alpha + .beta,
.beta + .gamma,
.gamma + .delta {
	margin-top: 0;
}

p, ul, ol {
    margin: 0.5em 0 1em;
}

ul, ol {
    padding-left: 36px;
    list-style-position: outside;
}

ul li {
    list-style-type: disc;
}

ol li {
    list-style-type: decimal;
}

.summary {
    color: #151114;
    font-size: 18px;
    line-height: 24px;
    width: 81.91489362%;
}

#content-main .summary {
    width: 100%;
}


.existing-customer {
	margin-left: 10px;
	display: block;
}

.existing-customer .info-icon {
	width: 23px;
	height: 23px;
	background: url(assets/images/icon-info.png) no-repeat;
	display: block;
	float: left;
	margin-right: 5px;
}

.existing-customer .upgrade-center {
	display:none;
}


.order-process-form .existing-customer {
	float: right;
	padding-top: 0.55em;
	display:block;
	position: absolute;
	right: 0;
	z-index: 3;

}

.order-process-form .existing-customer .upgrade-center {
	display: inline;
}

.order-process-form .existing-customer .upgrade-today {
	display: none;
}


blockquote {
    margin: 1em 20px;
    padding: 0.5em 1em;
    font-style: italic;
    border: 1px solid #d9d9d9;
}

pre {
    font-family: "Courier New", monospace;
    margin: 1em 20px;
    padding: 0.5em 1em;
    border: 1px solid #666;
    background: #999;
    color: #fff;
}

code {
    font-family: "Courier New", monospace;
}

dl {
    margin: 0.5em 0;
}

dl dt {
    font-weight: bold;
    color: #151114;
}

dl dd {
    padding: 0.3em 0 1.3em 36px;
    margin-left: 0;
}

small {
	font-size: smaller;
}

hr {
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #59595a;
	margin: .5em 0;
}

strong.red { color: #781f21; }

/***************************/
/*         Tables          */
/***************************/

table { margin: 0 0 18px; border-top: 3px solid #151114; }
table.no-border { border-top: none; }

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td { text-align: left; }
table thead tr th,
table tbody tr th { padding: 8px 10px 9px; font-weight: bold; color: #fff; background: #f7941d; }

table tbody tr td { padding: 8px 10px 9px; }
table tbody tr:first-child td { border-top: none !important; }
table.has-header-col tbody tr td:first-child { color: #fff; background: #f7941d; border-top: 1px solid #fff; }

table.features tbody tr td:first-child { text-align: right; }
.js table.features { display: none; }
table#features:target { display: table; }

/* = Foundation Tables
-------------------------------------------------*/

/* Tables ---------------------- */
table { background: #fff; font-size: 0.9230769231em; width: 100%; }

table thead { background: #f7941d; color: #fff; }

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { line-height: 1.2857142857; }

table thead tr th, table tfoot tr td { padding: 0.5714285714em 0.7142857143em 0.6428571429em; left; vertical-align: bottom; }

table thead tr th { font-weight: bold; }

table tbody tr td { padding: 9px 10px; vertical-align: top; border-bottom: 1px solid #f7941d; }
table.no-border tbody tr td { border-bottom: none; }

table tbody tr td.em  { border-left: 1px solid #f7941d; border-right: 1px solid #f7941d; font-weight: bold; background: #fbecda; }
table tbody tr td.strong  { color: #f7941d; font-weight: bold; }

/***************************/
/*          Forms          */
/***************************/

table thead tr th label,
table tbody tr th label,
table tfoot tr td label{ color: #fff; }

/***************************/
/*          Grid           */
/***************************/

.container {
    width: 960px;
    margin: 0 auto;
}

.container.narrow {
	width: 660px !important;
	min-width: 0;
}

.row { width: 100%; max-width: 980px; min-width: 727px; margin: 0 auto; }
/* To fix the grid into a certain size, set max-width to width */
.row .row { min-width: 0; }

.column, .columns { margin-left: 4.4%; float: left; min-height: 1px; position: relative; }
.column:first-child, .columns:first-child { margin-left: 0; }
[class*="column"] + [class*="column"]:last-child { float: right; }
[class*="column"] + [class*="column"].end { float: left; }

.row .one 		{ width: 4.3%; 	  }
.row .two 		{ width: 13%;     }
.row .three 	{ width: 21.679%; }
.row .four 		{ width: 30.37%;  }
.row .five 		{ width: 39.1%;   }
.row .six 		{ width: 47.8%;   }
.row .seven 	{ width: 56.5%;   }
.row .eight 	{ width: 65.2%;   }
.row .nine 		{ width: 73.9%;   }
.row .ten 		{ width: 82.6%;   }
.row .eleven 	{ width: 91.3%;   }
.row .twelve 	{ width: 100%;    }

.row .offset-by-one 	{ margin-left: 13.1%;  }
.row .offset-by-two 	{ margin-left: 21.8%;  }
.row .offset-by-three 	{ margin-left: 30.5%;  }
.row .offset-by-four 	{ margin-left: 39.2%;  }
.row .offset-by-five 	{ margin-left: 47.9%;  }
.row .offset-by-six 	{ margin-left: 56.6%;  }
.row .offset-by-seven 	{ margin-left: 65.3%;  }
.row .offset-by-eight 	{ margin-left: 74.0%;  }
.row .offset-by-nine 	{ margin-left: 82.7%;  }
.row .offset-by-ten 	{ margin-left: 91.4%;  }

.row .centered { float: none; margin: 0 auto; }

.row .offset-by-one:first-child 		{ margin-left: 8.7%;  }
.row .offset-by-two:first-child 		{ margin-left: 17.4%;  }
.row .offset-by-three:first-child 	{ margin-left: 26.1%;  }
.row .offset-by-four:first-child 	{ margin-left: 34.8%;  }
.row .offset-by-five:first-child 	{ margin-left: 43.5%;  }
.row .offset-by-six:first-child 		{ margin-left: 52.2%;  }
.row .offset-by-seven:first-child 	{ margin-left: 60.9%;  }
.row .offset-by-eight:first-child 	{ margin-left: 69.6%;  }
.row .offset-by-nine:first-child 	{ margin-left: 78.3%;  }
.row .offset-by-ten:first-child 		{ margin-left: 87%;  }
.row .offset-by-eleven:first-child 	{ margin-left: 95.7%;  }

/* Source Ordering */
.push-two 		{ left: 17.4% }
.push-three 		{ left: 26.1%; }
.push-four 		{ left: 34.8%; }
.push-five 		{ left: 43.5%; }
.push-six 		{ left: 52.2%; }
.push-seven 		{ left: 60.9%; }
.push-eight 		{ left: 69.6%; }
.push-nine 		{ left: 78.3%; }
.push-ten 		{ left: 87%; }

.pull-two 		{ right: 17.4% }
.pull-three 		{ right: 26.1%; }
.pull-four 		{ right: 34.8%; }
.pull-five 		{ right: 43.5%; }
.pull-six 		{ right: 52.2%; }
.pull-seven 		{ right: 60.9%; }
.pull-eight 		{ right: 69.6%; }
.pull-nine 		{ right: 78.3%; }
.pull-ten 		{ right: 87%; }

img, object, embed { max-width: 100%; height: auto; }
img { -ms-interpolation-mode: bicubic; }
#map_canvas img, .map_canvas img {max-width: none!important;}

/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }


/***************************/
/*         Layout          */
/***************************/

html {
    background: #151114 url(assets/images/demon-bg.jpg) left top repeat-x;
    border-top: 2px solid #151114;
}

body {
    position: relative;
    background-image: url(assets/images/demon-sky-mask.png);
    background-position: center -2px;
    background-repeat: no-repeat;
    /* Red */
    background-color: #af001f;
    -webkit-transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

body.red, .band.red { background-color: #af001f; }
body.yellow, .band.yellow { background-color: #f7941d; }
body.darkgrey, .band.darkgrey { background-color: #59595a; }
body.lightgrey, .band.lightgrey { background-color: #999999; }

.band { background: #fff; color: #151114; }
.band.red, .band.yellow, .band.darkgrey, .band.lightgrey { color: #fff; }

.band .container {
	padding: 20px 0;
}

.band h1 {
	color: #fff;
}

.band.yellow h1 {
	color: #151114;
}

#content {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 56px;
}

.page-template-pagesdm-page-landing-page-php #content {
	padding: 10px 0;
}

body.page-template-pagesdm-page-overlay-content-php #content .container {
	width: 640px;
}

.home #content,
.page-template-pagesdm-page-product-category-php #content,
.page-template-pagesdm-page-landing-page-php #content {
    background-image: url(assets/images/demon-content-sky-bg.jpg), url(assets/images/demon-content-bg.jpg);
    background-position: center top,  center top;
    background-repeat: repeat-x, repeat;
    background-attachment: fixed, fixed;
}

*+html .home #content,
*+html .page-template-pagesdm-page-product-category-php #content {
    background-attachment: scroll;
}


.no-multiplebgs .home #content, .no-js .home #content,
.no-multiplebgs .page-template-pagesdm-page-product-category #content,
.no-js .page-template-pagesdm-page-product-category #content {
    background-image: url(assets/images/demon-content-sky-bg.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    background-attachment: fixed;
}

#content-main, #content-sub {
    display: inline-block;
    vertical-align: top;
}

* html #content-main, * html #content-sub {
    zoom: 1;
    display: inline;
}

*+html #content-main, *+html #content-sub {
    zoom: 1;
    display: inline;
}

#content-main {
    width: 590px;
}

#content-sub {
    width: 280px;
    margin-left: 85px;
}

.overlay {
	display: none;
	position: static;
}

.overlay.active,
.overlay:target {
	display: block !important;
}

.overlay-screen {
	background: #fff;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: Alpha(Opacity=60);
	-ms-filter: "Alpha(Opacity=60)"; 
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
}


@-webkit-keyframes overlayIn {
	from {
		-webkit-transform: translate(0,100px);
		transform: translate(0,100px);
		-webkit-transform: translate3d(0,100px,0);
		transform: translate3d(0,100px,0);
		opacity: 0;
	}
	to   {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}

@-moz-keyframes overlayIn {
	from {
		-moz-transform: translate(0,100px);
		transform: translate(0,100px);
		-moz-transform: translate3d(0,100px,0);
		transform: translate3d(0,100px,0);
		opacity: 0;
	}
	to   {
		-moz-transform: translate(0,0);
		transform: translate(0,0);
		-moz-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}

@-ms-keyframes overlayIn {
	from {
		-ms-transform: translate(0,100px);
		transform: translate(0,100px);
		-ms-transform: translate3d(0,100px,0);
		transform: translate3d(0,100px,0);
		opacity: 0;
	}
	to   {
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}

@keyframes overlayIn {
	from {
		transform: translate(0,100px);
		transform: translate3d(0,100px,0);
		opacity: 0;
	}
	to   {
		transform: translate(0,0);
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}

.overlay-container {
	border: 1px solid #f7941d;
	width: 640px;
	padding: 40px;
	margin: 0 auto;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -360px;
	z-index: 99999;
	background: #fff;

   -webkit-animation-name: overlayIn;
   -webkit-animation-duration: 0.4s;
   -webkit-animation-timing-function: ease-in-out; /* ease is the default */
   -webkit-animation-delay: 0s;             /* 0 is the default */
   -webkit-animation-iteration-count: 1;    /* 1 is the default */
   -webkit-animation-direction: alternate;  /* normal is the default */
   -webkit-animation-fill-mode: forwards;

   -moz-animation-name: overlayIn;
   -moz-animation-duration: 0.4s;
   -moz-animation-timing-function: ease-in-out; /* ease is the default */
   -moz-animation-delay: 0s;             /* 0 is the default */
   -moz-animation-iteration-count: 1;    /* 1 is the default */
   -moz-animation-direction: alternate;  /* normal is the default */
   -moz-animation-fill-mode: forwards;

   -ms-animation-name: overlayIn;
   -ms-animation-duration: 0.4s;
   -ms-animation-timing-function: ease-in-out; /* ease is the default */
   -ms-animation-delay: 0s;             /* 0 is the default */
   -ms-animation-iteration-count: 1;    /* 1 is the default */
   -ms-animation-direction: alternate;  /* normal is the default */
   -ms-animation-fill-mode: forwards;

   animation-name: overlayIn;
   animation-duration: 0.4s;
   animation-timing-function: ease-in-out; /* ease is the default */
   animation-delay: 0s;             /* 0 is the default */
   animation-iteration-count: 1;    /* 1 is the default */
   animation-direction: alternate;  /* normal is the default */
   animation-fill-mode: forwards;
}

.cssanimations .overlay-container {
	-webkit-transform: translate(0,100px);
	-moz-transform: translate(0,100px);
	-ms-transform: translate(0,100px);
	transform: translate(0,100px);
	-webkit-transform: translate3d(0,100px,0);
	-moz-transform: translate3d(0,100px,0);
	-ms-transform: translate3d(0,100px,0);
	transform: translate3d(0,100px,0);
	opacity: 0;

}

.no-cssanimations .overlay-container {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}

.overlay-close {
	width: 30px;
	height: 30px;
	padding: 5px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: -20px;
	left: -20px;
}

.overlay-close .close {
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(assets/images/close_button.png) left top no-repeat;
}

.overlay-close:hover .close {
	background-position: left -30px;
}

/***************************/
/*     Global element      */
/***************************/

a img {
    border: none;
    outline: none;
}

.search-warning {
    display: none;
}

.content-cta, a.content-cta {
    display: block;
    color: #151114;
    font-size: 1.2857142857em;
    line-height: 1.4444444444;
    border-bottom: none !important;
    padding: 2px 0 2px 36px;
    background: url(assets/images/content-cta-arr.png) 2px -4px no-repeat;
    -webkit-transition: background-position 0.1s ease-in-out;
    -moz-transition: background-position 0.1s ease-in-out;
    -ms-transition: background-position 0.1s ease-in-out;
    transition: background-position 0.1s ease-in-out;
}

.content-cta:hover {
    background-position: 5px -4px;
}

.align-right {
	text-align: right;
}

/* Widgets */

ul.widget-list {
    padding-left: 0;
    margin-top: 0;
}

li.widget-container {
    list-style: none;
    margin-bottom: 25px;
}

.widget-action {
    display: block;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    border-bottom: none;
}

#content-sub a.widget-action {
    -webkit-transition: margin-left 200ms ease-in-out, width 200ms ease-in-out;
    -moz-transition: margin-left 200ms ease-in-out, width 200ms ease-in-out;
    -ms-transition: margin-left 200ms ease-in-out, width 200ms ease-in-out;
    -o-transition: margin-left 200ms ease-in-out, width 200ms ease-in-out;
    transition: margin-left 200ms ease-in-out, width 200ms ease-in-out;
}

#content-sub a.widget-action:hover {
    margin-left: -10%;
    width: 90%;
}

.widget-icon,
.widget-text {
    display: block;
    width: 80%;
    color: #FFF;
    padding-top: 120px;
    padding: 120px 10% 30px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
}

.widget-icon.tall {
    padding: 140px 10% 30px;
}

.widget-icon.tall .icon {
	margin-top: 25px;
}

.no-js .widget-icon,
.widget-text {
    padding-top: 30px;
}

a.widget-icon {
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    border-bottom: none;
}

.widget-icon .icon {
    content: '';
    width: 128px;
    height: 128px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -64px;
    top: 0;
    background-image: url(assets/images/icon-widgets-sprite-128.png);
    background-repeat: no-repeat;
}

.no-js .widget-icon .icon {
	display: none;
}

.widget-orange  { background: #f7941d; }
.widget-black   { background: #151114; }
.widget-grey    { background: #59595a; }
.widget-red     { background: #781f21; }

.widget-text a,
.widget-icon a {
    border-bottom: none;
    font-weight: bold !important;
}

.widget-orange strong {
    color: #151114;
}

.widget-orange a { color: #59595a; }
.widget-black  a { color: #f7941d; }
.widget-grey   a { color: #f7941d; }
.widget-red    a { color: #f7941d; }

.widget-icon-broadband     .icon { background-position: center 0;      }
.widget-icon-liteplus      .icon { background-position: center -128px; }
.widget-icon-lite          .icon { background-position: center -256px; }
.widget-icon-unlimited     .icon { background-position: center -384px; }
.widget-icon-premier       .icon { background-position: center -512px; }
.widget-icon-sdsl          .icon { background-position: center -640px; }
.widget-icon-security      .icon { background-position: center -768px; }
.widget-icon-maildefender  .icon { background-position: center -896px; }
.widget-icon-mail          .icon { background-position: center -1024px; }
.widget-icon-hosting       .icon { background-position: center -1152px; }
.widget-icon-domain        .icon { background-position: center -1280px; }
.widget-icon-announcement  .icon { background-position: center -1408px; }
.widget-icon-deals         .icon { background-position: center -1536px; }
.widget-icon-blog          .icon { background-position: center -1664px; }
.widget-icon-help          .icon { background-position: center -1792px; }
.widget-icon-celebrate     .icon { background-position: center -1920px; }
.widget-icon-calender      .icon { background-position: center -2048px; }
.widget-icon-price         .icon { background-position: center -2176px; }
.widget-icon-timer         .icon { background-position: center -2304px; }
.widget-icon-contact       .icon { background-position: center -2432px; }
.widget-icon-discount      .icon { background-position: center -2560px; }

.widget-title,
.widget-text h2 {
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #FFF;
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.widget-title.top {
	position: absolute;
	top: 0;
	margin-top: 15px;
	display: block;
}

.widget-desc,
.widget-text p {
    color: #FFF;
    margin-top: 10px;
    display: block;
}

.widget-subtitle,
.widget-text h3 {
    display: block;
    color: #fff;
    font-size: inherit;
    font-weight: bold;
    border-top: 1px solid #FFF;
    border-top-color: rgba(255,255,255,0.23);
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}

.widget-cta {
    display: block;
    border-top: 1px solid #FFF;
    border-top-color: rgba(255,255,255,0.23);
    margin-top: 15px;
    padding-top: 10px;
    font-weight: bold;
}

.widget-icon .widget-title,
.widget-icon .widget-desc,
.widget-icon .widget-cta {
    text-align: center;
}

.widget-icon strong , .widget-icon a {
    font-weight: normal;
}

.widget-icon ul {
    padding-left: 30px;
    text-align: left;
    list-style-image: url(assets/images/thus-list-bullet-white.png);
}

.widget-icon li {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 14px;
}

.widget-icon li a {
    color: #FFF;
}

.callout-info {
    padding: 16px;
    border-left: 5px solid #5bc0de;
    background-color: #fafafa;
}
.callout-info strong {
    color: #5bc0de;
}

.callout-danger {
    padding: 16px;
    border-left: 5px solid #d9534f;
    background-color: #fafafa;
}
.callout-danger strong {
    color: #d9534f;
}

.callout-warning {
    padding: 16px;
    border-left: 5px solid #f0ad4e;
    background-color: #fafafa;
}
.callout-warning strong {
    color: #f0ad4e;
}

/* Products */

.highlight-text {
    color: #fff;
    outline: none;
    border: none;
    background: #af001f; /* Old browsers */
    background: -moz-linear-gradient(top,  #af001f 0%, #781f21 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#af001f), color-stop(100%,#781f21)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #af001f 0%,#781f21 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #af001f 0%,#781f21 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #af001f 0%,#781f21 100%); /* IE10+ */
    background: linear-gradient(top,  #af001f 0%,#781f21 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af001f', endColorstr='#781f21',GradientType=0 ); /* IE6-9 */
    width: 100%;
    padding: 6px 10px;
    margin-left: -10px;
    line-height: 1.7142857143;
    font-weight: bold;
}

.highlight-text a {
	color: #fff;
	border-bottom-color: #fff;
}

.product-usps {
    border: 1px solid #af001f;
    color: #fff;
    background: #151114;
    -webkit-box-shadow: inset 0px 0px 2px #fff;
    -moz-box-shadow: inset 0px 0px 2px #fff;
    -ms-box-shadow: inset 0px 0px 2px #fff;
    box-shadow: inset 0px 0px 2px #fff;
    padding: 4px 9px;
    width: 100%;
    margin-left: -10px;
}

.product-usps:after {
	content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-top: -1px;
    clear: both;
}

.product-usps ul {
    padding-left: 2%;
    width: 48%;
    float: left;
}

.product-usps ul:first-child {
    padding-left: 0;
    width: 48%;
    padding-right: 2%;
    padding-left: 0;
    margin-left: -1px;
    border-right: 1px dotted #5c595b;
}

.product-usps ul li {
    list-style: none;
    padding-left: 36px;
    margin: 8px 10px 8px 0;
    line-height: 1.6;
    position: relative;
}
.product-usps ul .check {
    font-family: 'IconicStroke';
    color: #AF001F;
    position: absolute;
    top: -2px;
    left: 14px;
    font-size: 1.2857142857em;
    text-indent: -9999px;
    background: url(assets/images/usp-check.png) center center no-repeat;
    width: 13px;
    height: 10px;
    top: 6px;
}

.icon-info {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(assets/images/has-tip-i.png) center center no-repeat;
    text-indent: -99999px;
    margin-left: 4px;
}

* html .icon-info {
    zoom: 1;
    display: inline;
}
*+html .icon-info {
    zoom: 1;
    display: inline;
}

/* Price and Order Widget */

.product-price {
	margin-bottom: 2em;
}

.product-price .price del {
	color: #59595a;
}

.order-widget {
	margin-bottom: 2em;	
	margin-top: 1.6em;
}

.order-widget .price del {
	font-size: 34px;
	color: #59595a;
}

.order-widget .price del:after {
	left: 20px;
}

.order-widget .price .label {
	float: right;
	margin-top: 5px;
}

.overlay .order-widget,
.page-template-pagesdm-page-overlay-content-php .order-widget {
	display: none;
}
.overlay .order-widget.order-widget-ready,
.page-template-pagesdm-page-overlay-content-php .order-widget.order-widget-ready {
	display: block;
}

.product-price h3,
.order-widget h3 {
	color: #59595a;
	line-height: 1.2857142857;
	margin-top: -0.6em;
}

.no-js .product-price h3,
.no-js .order-widget h3 {
	display: none;
}

.product-price h3 strong,
.order-widget h3 strong {
	font-size: 1.7242857em;
	color: #f7941d;
}

.order-widget .button-order {
	display: block;
	padding-right: 8px;
}

.order-widget h3 strong {
	font-size: 3.0em;
}

.order-widget h2 {
	font-size: 16px;
	color: #666;
	margin-top: 0;
	margin-bottom: 0;
}

.no-js .order-widget-ready .button-order {
	display: none;
}

.js .order-widget-ready .price-from,
.js .order-widget-ready select,
.js .order-widget-ready input[type=submit] {
	display: none;
}


.order-widget-ready select {
	width: 100%;
}

.order-widget .contract-selector {
	width: 100%;
	
}

.order-widget .contract-selector .contract-option {
	position: relative;
	text-align: center;
	width: 49%;
	float: left;
	color: #fff;
	margin-top: 6px;
	margin-bottom: 21px;
	font-weight: bold;
	line-height: 17px;
	padding: 9px 0 14px;
	border: 1px solid #000000;
	-webkit-text-shadow: 0px -1px 0px #000;
	-moz-text-shadow: 0px -1px 0px #000;
	-ms-text-shadow: 0px -1px 0px #000;
	text-shadow: 0px -1px 0px #000;
	cursor: pointer;
	-webkit-box-shadow: inset 0px 0px 3px #fff;
	-moz-box-shadow: inset 0px 0px 3px #fff;
	-ms-box-shadow: inset 0px 0px 3px #fff;
	box-shadow: inset 0px 0px 3px #fff;
	background: #727273;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyNzI3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjNmNDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #727273 0%, #3f3f40 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#727273), color-stop(100%,#3f3f40));
	background: -webkit-linear-gradient(top,  #727273 0%,#3f3f40 100%);
	background: -o-linear-gradient(top,  #727273 0%,#3f3f40 100%);
	background: -ms-linear-gradient(top,  #727273 0%,#3f3f40 100%);
	background: linear-gradient(to bottom,  #727273 0%,#3f3f40 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727273', endColorstr='#3f3f40',GradientType=0 );
}

.overlay .order-widget .contract-selector .contract-option {
	cursor: default;
}

#content-sub .order-widget .contract-selector .contract-option:hover {
	background: #828282;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyODI4MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ODU4NTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #828282 0%, #585859 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#828282), color-stop(100%,#585859));
	background: -webkit-linear-gradient(top,  #828282 0%,#585859 100%);
	background: -o-linear-gradient(top,  #828282 0%,#585859 100%);
	background: -ms-linear-gradient(top,  #828282 0%,#585859 100%);
	background: linear-gradient(to bottom,  #828282 0%,#585859 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#585859',GradientType=0 );
}

#content-sub .order-widget .contract-selector .contract-option.active,
#content-sub .order-widget .contract-selector .contract-option:active {
	-webkit-box-shadow: inset 0px 1px 6px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 1px 6px rgba(0,0,0,0.75);
	-ms-box-shadow: inset 0px 1px 6px rgba(0,0,0,0.75);
	box-shadow: inset 0px 1px 6px rgba(0,0,0,0.75);
	-webkit-text-shadow: 0px 1px 0px rgba(0,0,0,0.75);
	-moz-text-shadow: 0px 1px 0px rgba(0,0,0,0.75);
	-ms-text-shadow: 0px 1px 0px rgba(0,0,0,0.75);
	text-shadow: 0px 1px 0px rgba(0,0,0,0.75);
	background: #7d000f;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkMDAwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjN2QwMDBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmMDAxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #7d000f 0%, #7d000f 6%, #af001f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d000f), color-stop(6%,#7d000f), color-stop(100%,#af001f));
	background: -webkit-linear-gradient(top,  #7d000f 0%,#7d000f 6%,#af001f 100%);
	background: -o-linear-gradient(top,  #7d000f 0%,#7d000f 6%,#af001f 100%);
	background: -ms-linear-gradient(top,  #7d000f 0%,#7d000f 6%,#af001f 100%);
	background: linear-gradient(to bottom,  #7d000f 0%,#7d000f 6%,#af001f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d000f', endColorstr='#af001f',GradientType=0 );
}

.order-widget .contract-selector .contract-option.active span.tip {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -1px;
}

.order-widget .order-info {
	padding: 10px 5%;
	background: #d7d7d9;
	font-size: 13px;
	line-height: 18px;
	position: relative;
}

.order-widget .order-info.tip-top-left,
.order-widget .order-info.tip-top-right {
	margin-top: 20px;
}

.order-widget .order-info .tip {
	width: 0px;
	height: 0px;
	position: absolute;
}

.order-widget .order-info.tip-top-left .tip,
.order-widget .order-info.tip-top-right .tip { border: 10px solid transparent; border-bottom: 10px solid #d7d7d9; top: -20px; }
.order-widget .order-info.tip-top-left .tip { left: 24px; }
.order-widget .order-info.tip-top-right .tip { right: 24px; }

.order-widget .order-info.tip-bottom-left .tip,
.order-widget .order-info.tip-bottom-right .tip { border: 10px solid transparent; border-bottom: 10px solid #d7d7d9; bottom: -20px; }
.order-widget .order-info.tip-bottom-left .tip { left: 24px; }
.order-widget .order-info.tip-bottom-right .tip { right: 24px; }

.order-widget .order-info.tip-right-top .tip,
.order-widget .order-info.tip-right-bottom .tip { border: 10px solid transparent; border-left: 10px solid #d7d7d9; right: -20px; }
.order-widget .order-info.tip-right-top .tip { top: 24px; }
.order-widget .order-info.tip-right-bottom .tip { bottom: 24px; }

.order-widget .order-info.tip-left-top .tip,
.order-widget .order-info.tip-left-bottom .tip { border: 10px solid transparent; border-left: 10px solid #d7d7d9; left: -20px; }
.order-widget .order-info.tip-left-top .tip { top: 24px; }
.order-widget .order-info.tip-left-bottom .tip { bottom: 24px; }

.order-widget .order-info-highlight {
	color: #af001f;
	padding: 2px 0px 6px 48px;
	border-bottom: 1px solid #b0b0b2;
	-webkit-box-shadow: 0px 1px 0px #e9e9ea;
	-moz-box-shadow: 0px 1px 0px #e9e9ea;
	-ms-box-shadow: 0px 1px 0px #e9e9ea;
	box-shadow: 0px 1px 0px #e9e9ea;
	position: relative;
	line-height: 15px;
}

.order-widget .order-info-highlight.no-icon {
	padding-left: 0;
}

.order-widget .order-info-highlight .icon {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: -10px;
	background: url(assets/images/button-order-icons.png) no-repeat;
}

.order-widget .order-info-highlight .icon.icon-phone { background-position: center -120px; }
.order-widget .order-info-highlight .icon.icon-shopping { background-position: center -180px; }

.order-widget .order-info-features {
	padding-left: 0;
	margin-bottom: 0;
}

.order-widget .order-info-features li {
	list-style: none;
	padding-left: 24px;
	background: url(assets/images/order-info-check.png) 5px 3px no-repeat;
}

.order-widget .price-table-selector {
	display: none;
}

.price-table-selector table.price-table {
	width: 100%;
	border-top: none;
}

.price-table-selector .price-table td:first-child,
.price-table-selector .price-table td.row-label {
	text-align: right;
	background: #f7941d;
	color: #fff !important;
	border-top: 1px solid #fff;
	width: 35%;
}

.price-table-selector .price-table td {
	text-align: center;
	color: #666;
}

.price-table-selector .price-table td[colspan=2] {
	color: #f8961e;
	font-weight: bold;
}

.price-table-selector .price-table td.active[data-length] {
	color: #b00021;
	font-weight: bold;
}

.overlay .order-widget {
	margin-bottom: 0;
}

.overlay .contract-selector,
.page-template-pagesdm-page-overlay-content-php .contract-selector {
	width: 65%;
	margin-left: 35%;
	float: right;
	margin-bottom: -47px;
	z-index: 99;
}

.overlay .order-widget .price-table-selector,
.js .page-template-pagesdm-page-overlay-content-php .order-widget .price-table-selector {
	display: block;
}

.overlay .order-widget h2 {
	display: none;
}

.overlay .order-widget .price-table-selector h2,
.page-template-pagesdm-page-overlay-content-php .order-widget .price-table-selector h2 {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #f7941d;
	position: relative;
	top: -24px;
	line-height: 1;
	margin-bottom: -14px;
}

.overlay .order-widget .price-table-selector h2 small,
.page-template-pagesdm-page-overlay-content-php .order-widget .price-table-selector h2 small {
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

.overlay .order-widget h3,
.page-template-pagesdm-page-overlay-content-php .order-widget h3 {
	display: none;
}

.overlay .order-widget .price-table-selector h3,
.page-template-pagesdm-page-overlay-content-php .order-widget .price-table-selector h3 {
	display: block;
	color: #59595a;
	font-size: 16px !important;
	font-weight: bold;
	text-align: right;
}

.overlay .order-widget .price-table-selector h3 strong.selected-contract,
.page-template-pagesdm-page-overlay-content-php .order-widget .price-table-selector h3 strong.selected-contract {
	color: #af001f;
	font-size: 16px !important;
}

.overlay .order-widget .button-order,
.page-template-pagesdm-page-overlay-content-php .order-widget .button-order {
	display: none;
}

.overlay .order-widget .cta-heading,
.page-template-pagesdm-page-overlay-content-php .order-widget .cta-heading {
	text-align: center;
	text-transform: none;
	color: #af001f;
	font-weight: 200;
}

#content-sub .order-widget .cta-heading {
	display: none;
}

.overlay .order-widget .existing-customer  {
	float: right;
	margin-right: 30px;
	position: absolute;
	top: 175px;
	left: 180px;
}

.overlay .order-widget .existing-customer .upgrade-today {
	display: none;
}

.overlay .order-widget .existing-customer .upgrade-center {
	display: inline;
}

.overlay .order-widget .existing-customer .info-icon {
	display:none;
}

.overlay .order-widget .existing-customer .heading {
	color: black; 
	font-weight: bold;
    text-transform: uppercase;
    display: block;
}

* html .overlay .order-widget .button-order,
* html .page-template-pagesdm-page-overlay-content-php .order-widget .button-order {
	zoom: 1;
	display: inline;
}
*+html .overlay .order-widget .button-order,
*+html .page-template-pagesdm-page-overlay-content-php .order-widget .button-order {
	zoom: 1;
	display: inline;
}

.overlay .order-info .order-info-highlight,
.page-template-pagesdm-page-overlay-content-php .order-info .order-info-highlight {
	display: none;
}

.overlay .order-info.tip-top-left,
.page-template-pagesdm-page-overlay-content-php .order-info.tip-top-left {
	width: 33%;
	margin-top: -7px;
	margin-left: 19%;
	padding-left: 2%;
	padding-right: 2%;
}

.overlay .order-info.tip-top-left {
	display: none;
}


.no-js .page-template-pagesdm-page-overlay-content-php .order-info.tip-top-left {
	margin-left: 0;
}

.overlay .order-info.tip-top-left .tip,
.js .page-template-pagesdm-page-overlay-content-php .order-info.tip-top-left .tip {
	border: 10px solid transparent;
	border-left: 10px solid #d7d7d9; 
	top: 24px;
	left: auto;
	right: -20px;
}

.no-js .page-template-pagesdm-page-overlay-content-php .button-order { display: none; }

/* Features */

.no-js .show-features {
	display: none;
}

table .iconic.check {
    background: url(assets/images/feature-check.png) left center no-repeat;
    width: 12px;
    height: 24px;
    text-indent: -99999px;
    display: block;
}

/* Availability Checker - Form */

.av-form form {
	margin-bottom: 50px;
}

.av-form .phone-number-tooltip {
	position: absolute;
	right: 0;
	font-size: 12px;
	line-height: 16px;
	background: #f7941d;
	color: #fff;
	padding: 7px 14px;
	margin-top: 27px;
	/*display: none;*/
}

.js .av-form .phone-number-tooltip {
	/*display: none;*/
}

.av-form .phone-number-tooltip p,
.av-form .phone-number-tooltip ul {
	margin: 0;
}

.av-form .phone-number-tooltip .tip {
	display: block;
	width: 0px;
	height: 0px;
	border: 7px solid transparent;
	border-right: 7px solid #f7941d;
	position: absolute;
	left: -14px;
	top: 10px;
}

.av-form #availability-input-details {
	padding: 10px 14px;
}

.av-form #availability-input-submit {
	height: 2.75em;
	line-height: 2.75em;
}

.av-form h1 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}

.av-form h2 {
	font-size: 18px;
	font-weight: normal;
	color: #59595a;
	margin: 0;
}

.av-form-checking {
	display: none;
	margin-top: 25px;
}

.av-form-checking.active {
	display: block;
}

.av-form-checking h1 {
	background: url(assets/images/loading.gif) right center no-repeat;
	display: inline;
	padding-right: 25px;
}

.av-form-checking h1 + p {
	margin-top: 0;
}


/* Availability Checker - Result */

hr.av-result-sep {
	display: none;
}

#content-sub hr.av-result-sep {
	display: block;
	border: none;
	border-bottom: 1px solid #af001f;
}

.broadband-speed-explained {
	margin-bottom: 25px;
}

.js .broadband-speed-explained {
	display: none;
}

.av-result a.button-primary {
	font-weight: normal !important;
	padding-left: 8px;
	padding-right: 8px;
}

.av-result h2 {
	padding-left: 29px;
	background: url(assets/images/button-order-icons.png) -17px -256px no-repeat;
	line-height: 1.4em
}
.page-template-pagesdm-page-product-php .av-result {
	margin-bottom: 25px;
}
.page-template-pagesdm-page-product-php .av-result.av-result-available,
.overlay .order-widget {
	margin-top: 25px;
}
.av-result.av-result-available strong {
	color: #fff !important;
}
.av-result.av-result-available a.button-primary {
	background: #fff;
	color: #f7941d !important;
}
.av-result.av-result-unavailable a.button-primary {
	background: #fff;
	color: #59595a !important;
}

.overlay .av-result.av-result-available,
.page-template-pagesdm-page-overlay-content-php .av-result.av-result-available {
	background: none;
	color: #59595a;
	padding: 0;
	width: 100%;
}

.overlay .check-again {
	display: none;
}

.overlay .av-result.av-result-available h2,
.page-template-pagesdm-page-overlay-content-php .av-result.av-result-available h2 {
	color: #f7941d;
	font-size: 24px;
	font-weight: bold;
	padding-left: 0;
}

.overlay .av-result.av-result-available h2 {
	display: none;
}

.overlay .av-result.av-result-available p,
.page-template-pagesdm-page-overlay-content-php .av-result.av-result-available p {
	color: #59595a;
}

.overlay .av-result.av-result-available strong,
.page-template-pagesdm-page-overlay-content-php .av-result.av-result-available strong {
	color: #59595a !important;
	font-weight: bold;
}

.overlay .av-result.av-result-available .icon-info {
	display: inline;
	text-indent: 0;
	background: none;
	color: #f7941d;
	font-size: 12px;
	font-weight: normal !important;
	float: right;
	width: auto;
	height: auto;
}

.page-template-pagesdm-page-overlay-content-php .av-result.av-result-available .icon-info {
	display: none;
}

.overlay .broadband-speed-explained:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border: 20px solid transparent;
	border-top: 20px solid #fff;
	top: 0px;
	right: 75px;
}

.overlay .broadband-speed-explained,
.page-template-pagesdm-page-overlay-content-php .broadband-speed-explained {
	width: auto;
	padding: 20px 15px;
	position: relative;
	background-image: url(assets/images/broadband-explained-stopwatch.png);
	background-position: 470px 65px;
	background-repeat: no-repeat;
	margin-top: -25px;
}

.page-template-pagesdm-page-overlay-content-php .broadband-speed-explained {
	display: block;
}

.overlay .broadband-speed-explained .icon,
.page-template-pagesdm-page-overlay-content-php .broadband-speed-explained .icon {
	display: none;
}

.overlay .broadband-speed-explained .widget-title,
.page-template-pagesdm-page-overlay-content-php .broadband-speed-explained .widget-title {
	text-align: left;
}

.overlay .broadband-speed-explained .widget-cta,
.page-template-pagesdm-page-overlay-content-php .broadband-speed-explained .widget-cta {
	border-top: none;
}

.overlay .av-result.av-result-unavailable,
.page-template-pagesdm-page-overlay-content-php .av-result.av-result-unavailable {
	width: auto;
	padding: 20px 25px 5px;
}

.overlay .av-result.av-result-unavailable {
	margin-top: 1.4em;
}

.overlay .av-result.av-result-unavailable h2,
.page-template-pagesdm-page-overlay-content-php .av-result.av-result-unavailable h2 {
	font-size: 24px;
	background: none;
	padding-left: 0;
}

/* Availability Checker (Old) */

#availability-widget-data {
    position: relative;
}

#availability-widget-checking {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#availability-widget-data.checking #availability-widget-checking {
    display: block;
}

#availability-widget-checking #ac-widget-screen {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: Alpha(Opacity=50);
    -ms-filter: "Alpha(Opacity=50)";
    position: absolute;
    top: 0;
    left: 0;
}

#availability-widget-checking #ac-widget-checking {
    display: block;
    width: 133px;
    height: 134px;
    background: url(assets/images/ac-checking.png) center center  no-repeat;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -67px;
    margin-left: -67px;
}

#availability-widget-checking #ac-widget-checking span {
    display: block;
    width: 43px;
    height: 11px;
    background: url(assets/images/ac-checking.gif) center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
}

#ac-estimated-speed {
    font-size: 38px;
    text-align: center;
    margin: 0.5em 0 0.3em;
}

/* Tooltips */

.has-tip {
    cursor: help;
}
.tooltip {
    display: none;
    background: rgb(175,0,31);
    /* 	background: rgba(175,0,31,0.9); */
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.8571428571rem;
    padding: 10px;
    z-index: 999;
    line-height: 1.33333333;
    margin-left: 36px;
    -webkit-box-shadow: 0px -2px 0px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px -2px 0px rgba(0,0,0,0.65);
    -ms-box-shadow: 0px -2px 0px rgba(0,0,0,0.65);
    box-shadow: 0px -2px 0px rgba(0,0,0,0.65);
}
.tooltip > .nub {
    display: block;
    width: 0;
    height: 0;
    border: solid 8px;
    border-color: transparent transparent rgb(175,0,31) transparent;
    /* 	border-color: transparent transparent rgba(175,0,31,0.9) transparent; */
    position: absolute;
    top: -10px;
    left: 10px;
}
.tooltip.tip-override > .nub {
    border-color: transparent transparent rgb(175,0,31) transparent !important;
    /* 	border-color: transparent transparent rgba(175,0,31,0.9) transparent !important; */
    top: -10px !important;
}
.tooltip.tip-top > .nub {
    border-color: rgb(175,0,31) transparent transparent transparent;
    /* 	border-color: rgba(175,0,31,0.9) transparent transparent transparent; */
    top: auto;
    bottom: -10px;
}
.tooltip.tip-left, .tooltip.tip-right, .has-tip.tip-left, .has-tip.tip-right {
    float: none !important;
}
.tooltip.tip-left > .nub {
    border-color: transparent transparent transparent rgb(175,0,31);
    /* 	border-color: transparent transparent transparent rgba(175,0,31,0.9); */
    right: -10px;
    left: auto;
}
.tooltip.tip-right > .nub {
    border-color: transparent rgb(175,0,31) transparent transparent;
    /* 	border-color: transparent rgba(175,0,31,0.9) transparent transparent; */
    right: auto;
    left: -10px;
}
.has-tip.opened {
    color: #0192DD !important;
    border-bottom: dotted 1px #0593DC !important;
}
.tap-to-close {
    display: block;
    font-size: 10px;
    font-size: 1.0rem;
    color: #888;
    font-weight: normal;
}

/* Pagination */

.paging {
    margin-top: 1em;
    padding-left: 0;
}

.paging li {
    list-style: none;
    display: inline;
    margin-left: 14px;
    background: #AF001F;
    color: #fff;
    padding: 4px 8px;
}

.paging li:first-child {
    margin-left: 0;
}

.paging li.active {
    background: none;
    color: #AF001F;
}

.paging li a {
    color: #fff;
    text-decoration: none;
}

.paging

/***************************/
/*         Header          */
/***************************/

#header {
    padding: 15px 0 8px;
    margin: 0;
    position: relative;
    z-index: 999;
}

#header h1, #header h2 {
    margin-top: 0;
    margin-bottom: 0;
}

#header a {
    color: #FFF;
    font-weight: bold;
}

#header li {
    list-style: none;
}

#header a:hover {
    color: #cd818f;
    color: rgba(255,255,255,0.5);
}

#header a.logo {
    position: relative;
    display: block;
    width: 220px;
    height: 56px;
    padding: 10px;
    background: url(assets/images/demon-logo-white.png) center center no-repeat;
    text-indent: -99999px;
    border-bottom: none;
    -webkit-transition: opacity 0.1s ease-in-out, top 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out, top 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out, top 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, top 0.1s ease-in-out;
}

#header a.logo:hover {
    opacity: 0.8;
}
#header a.logo:active {
    top: 1px;
}

#header .container {
    position: relative;
    color: #FFF;
    overflow: visible;
}

*+html #header .container {
    z-index: 1;
}

/* Utility */

#utility {
    padding-right: 10px;
    position: absolute;
    right: 0;
    list-style: none;
    top: 0;
    margin-bottom: 0;
}

#utility a {
    border: none;
}

#utility .utility-item {
    color: #FFF;
    padding-right: 32px;
    background: url(assets/images/demon-icon-sprite.png) no-repeat;
    height: 16px;
    line-height: 16px;
    text-align: right;
    font-weight: bold;
    margin-bottom: 7px;
    margin-right: -6px;
    display: block;
    list-style: none;
}

*+html #utility .utility-item {
    zoom: 1;
}

#utility #utility-sales.utility-item { background-position: right 0px; }
#utility #utility-chat.utility-item { background-position: right -24px; }
#utility #utility-search.utility-item { background-position: right -48px; }

#utility .utility-item a { line-height: 1; }

#utility #utility-sales.utility-item strong {
    font-weight: normal;
    color: #91abc0;
    color: rgba(255,255,255,0.5);
}

#utility #utility-search.utility-item {
    position: relative;
}

#utility #utility-search.utility-item input {
    margin-top: 0;
    margin-right: 0;
    margin-left: 3px;
    -webkit-appearance: none;
    background: #ffffff;
    outline: none;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    line-height: 15px;
    height: 20px;
    font-weight: normal;
    font-size: 13px;
    position: relative;
    right: -2px;
    padding: 0 3px 0 10px;
}

.rgba #utility #utility-search.utility-item input {
    color: #fff;
    background: rgba(255,255,255,0.11);
}

#utility #utility-search.utility-item input[type=submit] {
    background: none;
    width: 20px;
    height: 20px;
    padding: 0;
    display: block;
    position: absolute;
    bottom: 0;
    right: 6px;
    text-indent: -9999px;
    opacity: 0;
    -moz-opacity: 0;
    filter: Alpha(Opacity=0);
    -ms-filter: "Alpha(Opacity=0)";
}

/* Main menu */

#menu-main {
    display: block;
    color: #FFF;
    height: 43px;
    line-height: 43px;
    position: relative;
    top: 5px;
    z-index: 999;
    text-align: center;
    font-size: 16px;
    margin-top: 0;
}

#menu-main * { -webkit-font-smoothing: subpixel-antialiased; }

#menu-main .menu-item {
    display: inline-block;
    height: 43px;
    line-height: 43px;
    vertical-align: top;
    list-style: none;
    z-index: 999;
}

#menu-main .menu-item .menu-item{
    height: auto;
}

* html #menu-main .menu-item {
    zoom: 1;
    display: inline;
}
*+html #menu-main .menu-item {
    zoom: 1;
    display: inline;
}

#menu-main .menu-item a {
    display: block;
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
    padding: 14px 24px;
    border-left: 1px dotted #b24f61;
    border-left: 1px dotted rgba(255,255,255,0.3);
    border-bottom: none;
    line-height: 1.44;
}

#menu-main .menu-item > a {
    -webkit-transition: text-shadow 100ms ease-in-out;
    -moz-transition: text-shadow 100ms ease-in-out;
    -ms-transition: text-shadow 100ms ease-in-out;
    -o-transition: text-shadow 100ms ease-in-out;
    transition: text-shadow 100ms ease-in-out;
    -webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.62);
    -moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.62);
    -ms-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.62);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.62);
}

#menu-main .menu-item > a:hover {
    -webkit-text-shadow: 0px 1px 1px rgba(0,0,0,0.38);
    -moz-text-shadow: 0px 1px 1px rgba(0,0,0,0.38);
    -ms-text-shadow: 0px 1px 1px rgba(0,0,0,0.38);
    text-shadow: 0px 1px 1px rgba(0,0,0,0.38);
}

#menu-main .menu-item a:hover {
    color: #91abc0;
    color: rgba(255,255,255,0.5);
}

#menu-main .menu-item:first-child a {
    border-left: none;
}

/* Main menu - dropdown */

#menu-main .menu-item ul.sub-menu,
ul.sub-menu.cloned {
    display: none;
    position: absolute;
    top: 50px;
    left: auto;
    list-style: none;
    text-align: left;
    background: #fea527; /* Old browsers */
    background: -moz-linear-gradient(top,  #fea527 0%, #f27019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea527), color-stop(100%,#f27019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fea527 0%,#f27019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fea527 0%,#f27019 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fea527 0%,#f27019 100%); /* IE10+ */
    background: linear-gradient(top,  #fea527 0%,#f27019 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea527', endColorstr='#f27019',GradientType=0 ); /* IE6-9 */
    padding: 11px 23px 11px;
    margin: 0 0 0 0px;
    border: 1px solid #f27019;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    -webkit-text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    -moz-text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    -ms-text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    z-index: 9999;
    min-width: 120px;
}
ul.sub-menu.cloned {
    display: block;
}

* html #menu-main .menu-item ul.sub-menu,
* html ul.sub-menu.cloned {
    top: 42px;
}
*+html #menu-main .menu-item ul.sub-menu,
*+html ul.sub-menu.cloned {
    top: 42px;
}

#menu-main .menu-item ul.sub-menu:before,
ul.sub-menu.cloned:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: -13px;
    left: 34px;
    z-index: 1;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fea527;
    line-height: 1;
}

#menu-main .menu-item:hover>ul {
    display: block;
}

* html #menu-main .menu-item:hover>ul {
    display: none;
}
*+html #menu-main .menu-item:hover>ul {
    display: none;
}

#menu-main .menu-item ul.sub-menu li,
ul.sub-menu.cloned li {
    font-size: 14px;
    display: block;
    list-style: none;
    line-height: 1.44;
}

#menu-main .menu-item ul.sub-menu li a,
ul.sub-menu.cloned li a {
    border: none;
    color: #ffffff;
    padding: 4px 0;
    margin: 0;
}

#menu-main .menu-item ul.sub-menu li a:hover,
ul.sub-menu.cloned li a:hover {
    color: #151114;
    -webkit-text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
    -moz-text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
    -ms-text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
    text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
}

/* Content nav/Breadcrumb */

.content-nav {
    color: #898989;
    line-height: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 12px;
}

.blog .content-nav,
.single .content-nav {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.content-nav span {
    margin: 0 4px;
}

.content-nav a {
    color: #898989;
    border: none;
}
.content-nav a:hover {
    color: #AF001F;
}

.content-nav a:last-of-type {
    color: #59595A;
}

/* Posts nav */

.posts-nav {
	display: block;
	margin: 0 0 1em;
}

.posts-nav strong {
	background: #F7941D;
	padding: 0.2em 0.45em;
	text-transform: uppercase;
	color: #fff;
}

.posts-nav a:hover strong,
.posts-nav a:focus strong {
	background: #AF001F;
}

.posts-nav.after-content {
	margin-top: 1em;
}

.posts-nav .newer,
.posts-nav .older {
	display: block;
	width: 49%;
}

.posts-nav .newer {
	float: left;
	text-align: left;
}

.posts-nav .older {
	float: right;
	text-align: right;
}

.posts-nav a {
	display: block;
	border-bottom: none;
	color: #898989;
}

.posts-nav a:hover,
.posts-nav a:focus {
	color: #af001f;
}

/***************************/
/*         Footer          */
/***************************/

#footer {
    background-color: #151114;
    background-image: url(assets/images/demon-footer-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-top: 1px solid #fff;
    padding-top: 50px;
    color: #fff;
    font-size: 13px;
    line-height: 21px;
}
*+html #footer {
    background-attachment: scroll;
}

#footer a {
    color: #929ca2;
    border-color: #929ca2;
    border: none;
}
#footer a:hover {
    color: #fff;
    border-color: #fff;
}

#footer .column {
    width: 220px;
    margin-left: 20px;
    float: left;
}
#footer .column:first-child {
    margin-left: 0;
}

#footer .widget-list {
    padding-left: 0;
}

#footer .widget-list li.widget-container {
    list-style: none;
    margin-bottom: 21px;
}

#footer h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    padding: 0.35em 0;
}

#footer h4 a {
    color: #fff;
    border: none;
}

#footer #footer-copyright {
    clear: both;
    text-align: center;
    font-size: 12px;
    color: #968b8d;
    color: rgba(255,255,255,0.7);
    padding: 12px 0 24px;
}

/* Menu */

#footer ul.menu {
    padding-left: 0;
    margin-top: 0;
}

#footer ul.menu li.menu-item {
    list-style: none;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 13px;
    padding: 0.35em 0;
}

#footer ul.menu li.menu-item a {
    color: #fff;
}

#footer ul.menu li.menu-item a:hover {
    color: #929ca2;
}

#footer ul.menu li.menu-item ul.sub-menu {
    padding-left: 0;
    margin-top: 0.6em;
}

#footer ul.menu li.menu-item ul.sub-menu li.menu-item {
    list-style: none;
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 0;
    padding: 0;
}

#footer ul.menu li.menu-item ul.sub-menu li.menu-item a {
    color: #929ca2;
}

#footer ul.menu li.menu-item ul.sub-menu li.menu-item a:hover {
    color: #fff;
}

/* RSS/Blog/Twitter */

#footer .widget_rss h4 {
    padding-left: 36px;
    background: url(assets/images/footer-blog-icon.png) -2px center no-repeat;
}
#footer .widget_reallysimpletwitterwidget h4, #footer .widget_twitter_stream h4 {
    padding-left: 36px;
    background: url(assets/images/footer-twitter-icon.png) -2px center no-repeat;
}
#footer h4.footer-live-chat {
    padding-left: 36px;
    background: url(assets/images/footer-chat-icon.png) -2px center no-repeat;
}

#footer .widget_rss a.rsswidget img {
    display: none;
}

#footer .widget_rss ul,
#footer ul.post-list,
#footer ul.really_simple_twitter_widget {
    padding-left: 0;
    border-top: 1px dotted #564e4f;
    border-top-color: rgba(255,255,255,0.25);
}

#footer .widget_rss ul li,
#footer ul.post-list li,
#footer ul.really_simple_twitter_widget li {
    list-style: none;
    border-bottom: 1px dotted #564e4f;
    border-bottom-color: rgba(255,255,255,0.25);
}

#footer .widget_rss ul li a,
#footer ul.post-list li a,
#footer ul.really_simple_twitter_widget li a {
    padding: 6px 0;
    display: block;
    border: none;
}

/***************************/
/*        Homepage         */
/***************************/

/* Hero */

#hero {
    margin-top: 0;

}

#hero-feature {
    height: 265px;
    width: 100%;
    position: relative;
    vertical-align: middle;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 500px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 100%;
}

.hero-content {
    width: 960px;
    height: 265px;
    padding: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
	background-position: left bottom;
	background-repeat: no-repeat;
    -webkit-text-shadow: 0px 1px 1px rgba(0,0,0,0.62);
    -moz-text-shadow: 0px 1px 1px rgba(0,0,0,0.62);
    -ms-text-shadow: 0px 1px 1px rgba(0,0,0,0.62);
    text-shadow: 0px 1px 1px rgba(0,0,0,0.62);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}
.hero-content:first-child { display: block; }

/*
.hero-content.present { opacity: 1; }
.hero-content.past, .hero-content.future { opacity: 0; }
*/

.hero-content:after {
	display: table;
	zoom: 1;
	clear: both;
	content: '';
	width: 100%;
	height: 1px;
	margin-top: -1px;
}

.hero-content h2 {
    font-size: 28px;
    line-height: 30px;
/*     letter-spacing: -1px; */
    text-transform: uppercase;
    -webkit-text-shadow: 0px 8px 15px rgba(0,0,0,0.48);
    -moz-text-shadow: 0px 8px 15px rgba(0,0,0,0.48);
    -ms-text-shadow: 0px 8px 15px rgba(0,0,0,0.48);
    text-shadow: 0px 8px 15px rgba(0,0,0,0.48);
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

.hero-content p {
    margin: 1em 0;
}

.hero-content .button-primary  {
    border-bottom: none;
    font-size: 16px;
    line-height: 43px;
    height: 43px;
    padding: 0 1.1875em;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.33), inset 0px 1px 1px rgba(255,255,255,0.22);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.33), inset 0px 1px 1px rgba(255,255,255,0.22);
    -ms-box-shadow: 0px 1px 3px rgba(0,0,0,0.33), inset 0px 1px 1px rgba(255,255,255,0.22);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.33), inset 0px 1px 1px rgba(255,255,255,0.22);
}

.hero-illustration {
	display: block;
	position: relative;
	width: 360px;
	height: 100%;
	overflow: hidden;
	float: left;
}

.hero-illustration .iconpart {
	position: absolute;
	display: none;
}

.hero-illustration .iconpart img {
	width: 100%;
}

.js .hero-illustration.ready .iconpart {
	display: block;
}

.js .hero-illustration .default-illustration {
	display: none;
}

.disableBannerAnimation .hero-illustration.ready .iconpart { display: none; }
.disableBannerAnimation .hero-illustration .default-illustration { display: block; }

.hero-message {
	margin-left: 376px;
	padding-bottom: 20px;
	padding-top: 35px;
	padding-right: 40px;
}

.hero-content .hero-summary {
    display: none;
}

ul#hero-nav {
    width: 100%;
    height: 72px;
    padding: 9px 0;
    margin-top: 0;
    text-align: center;
    font-size: 12px;
    text-align: left;
    border: none;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ffffff;
    border-top-color: rgba(255,255,255,0.45);
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    margin-bottom: 0;
}

ul#hero-nav.hide {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
}
ul#hero-nav.show {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

ul#hero-nav li {
    display: block;
    float: left;
    width: 239px;
    border-left: 1px dotted #6e2a37;
    border-left-color: rgba(255,255,255,0.13);
    position: relative;
}
ul#hero-nav li:first-child {
    border-left: none;
    width: 240px;
}

ul#hero-nav li a {
    display: block;
    padding: 4px 4px 4px 90px;
    position: relative;
    color: #fff;
    line-height: 16px;
    border: none;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: Alpha(Opacity=30);
    -ms-filter: "Alpha(Opacity=30)";
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;

}

ul#hero-nav li a:hover,
ul#hero-nav li.selected a {
    opacity: 1;
    -moz-opacity: 1;
    filter: Alpha(Opacity=100);
    -ms-filter: "Alpha(Opacity=100)";
}

ul#hero-nav li a img {
    position: absolute;
    top: 0;
    left: 9px;
}

/* Banners */

.banner-content {
    display: none;
    padding-left: 17px;
    margin-top: -252px;
    position: relative;
}

.banner-content:target {
    display: block;
}

.banner-content a {
    text-indent: -99999px;
    position: absolute;
    display: block;
    width: 24px;
    right: 24px;
    top: 0;
}


/* Product panels */

#products {
    padding-top: 1px;
}

.product, a.product {
    width: 940px;
    padding: 25px 9px;
    margin-top: 0px;
    margin-left: -10px;
    background: #151114 url(assets/images/demon-sky-bg.jpg) -960px top repeat-x;
    display: block;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: background-position 0.4s cubic-bezier(0,0,0.5,1);
    -moz-transition: background-position 0.4s cubic-bezier(0,0,0.5,1);
    -ms-transition: background-position 0.4s cubic-bezier(0,0,0.5,1);
    transition: background-position 0.4s cubic-bezier(0,0,0.5,1);
}
.product:hover, a.product:hover {
    border-bottom-style: solid !important;
    background-position: -1920px top;
}

.product:first-child {
    margin-top: 15px;
}

.product-shadow {
    display: block;
    width: 940px;
    height: 37px;
    background: url(assets/images/product-shadow.png) center top no-repeat;
    text-indent: -99999px;
}

*+html .product-shadow {
    margin-top: -5px;
}

.product .product-col {
    display: block;
    float: left;
}
.product .product-col-one {
    width: 340px;
}
.product .product-col-two {
    width: 340px;
    margin-left: 20px;
    font-size: 22px;
    line-height: 1.3636363636;
}
.product .product-col-three {
    width: 220px;
    margin-left: 20px;
    text-align: center;
}

.product strong {
    color: #f7941d;
    font-weight: inherit;
}

.product .product-heading {
    display: block;
    padding: 0 55px;
    text-align: center;
    font-size: 30px;
    line-height: 1.3333333;
    text-transform: uppercase;
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    -moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    -ms-text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    font-weight: bold;
}

.product .product-price {
    display: block;
    width: 100%;
    margin-top: 35px;
    text-align: center;
    font-size: 16px;
    line-height: 1.625;
}

.product .product-price .product-price-tag {
    color: #af001f;
    display: inline-block;
    margin-left: 28px;
    margin-right: 4px;
    line-height: 2.25; /* 36/16 */
    position: relative;
    background: #fff;
    padding: 0 0.75em 0 0.5em;
}
* html .product .product-price .product-price-tag {
    zoom: 1;
    display: inline;
}
*+html .product .product-price .product-price-tag {
    zoom: 1;
    display: inline;
}
.product .product-price .product-price-tag:before {
    content: '';
    display: block;
    background: url(assets/images/price-tag-tip.png) left center no-repeat;
    position: absolute;
    width: 22px;
    height: 2.25em; /* 36/16 */
    top: 0;
    left: -22px;
}

.product .product-price .product-price-tag-img {
    display: block;
    background: url(assets/images/price-tag-tip.png) left center no-repeat;
    position: absolute;
    width: 22px;
    height: 2.25em; /* 36/16 */
    top: 0;
    left: -22px;
}

.product .product-list {
    display: block;
    font-size: 13px;
    line-height: 2.15;
    font-weight: bold;
    text-align: left;
}

.product .product-list .product-list-item {
    display: block;
    padding-left: 40px;
    background: url(assets/images/demon-icon-sprite.png) 20px -72px no-repeat;
}

.product .button-primary {
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 18px;
}

/* Blog posts */

#blog-posts {
	border-top: 1px solid #b3b3b3;
	background: #fff;
	padding-bottom: 2em;
}

#blog-posts h1 a {
	color: #151114;
	border-bottom: none;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	margin-left: 1em;
}

#blog-posts h1 a:hover,
#blog-posts h1 a:focus {
	color: #af001f;
}

#blog-posts .post {
	width: 31.25%;
	float: left;
	margin-left: 3.125%;
	padding-top: 0;
	border-top: none;
}

#blog-posts .post:first-child {
	margin-left: 0;
}

#blog-posts .post h2 {
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 0.7em;
	margin-top: 0.4em;
	height: 2.4em;
	overflow: hidden;
}

#blog-posts .post h2 a {
	color: #151114;
	border-bottom: none;
	display: block;
}

#blog-posts .post h2 a:hover,
#blog-posts .post h2 a:focus {
	color: #af001f;
}

#blog-posts .post a.postthumb {
	border: none;
	display: block;
	padding-top: 46.66666667%;
	height: 0;
	overflow: hidden;
	position: relative;
}

#blog-posts .post a.postthumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#blog-posts p {
	margin-bottom: 0;
	margin-top: 0;
}

/***************************/
/*          Blog           */
/***************************/

.post {
	padding-top: 0.8em;
}

.post:first-child {
	padding-top: 0;
}

a.postthumb {
	border-bottom: none;
	
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-ms-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

a.postthumb:hover,
a.postthumb:focus {
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: Alpha(Opacity=85);
	-ms-filter: "Alpha(Opacity=85)"; 
}

.post-title {
	border-bottom: 1px solid #ccc;
	margin-top: 0.2em;
}

.post-title a {
	border-bottom: none;
}

.post-meta {
	margin-top: -0.5em;
	margin-bottom: 1em;
}

.post-meta a {
	border-bottom-color: transparent;
	color: #59595a;
	font-weight: bold;
}

.post-meta a:hover,
.post-meta a:focus {
	border-bottom: 1px dotted #AF001F;
	color: #AF001F;
}

.single #content-main .post-content p:first-child {
	font-size: 1.25em;
	line-height: 1.35;
	color: #AF001F;
}

.single #content-main img:first-child + p:first-word,
.single #content-main p:first-child {
	font-size: 1.25em;
	line-height: 1.35;
	color: #151114;
}

.comments ol {
	padding-left: 0;
	border-top: 1px solid #cfcfcf;
}

.comments ol li.comment {
	list-style: none;
	padding: 0.75em 0;
	border-bottom: 1px solid #cfcfcf;
}

.comments ol li.comment:hover {
	background: #fcfcfc;
}

.comments ol li.comment ol {
	padding-left: 36px;
	border-top: none;
}

/***************************/
/*      Landing page       */
/***************************/

.product-panel {
	border: 1px solid #fff;
	background-image: url(assets/images/demon-sky-mask.png);
	background-color: #af001f;
	background-position: right top;
	background-repeat: no-repeat;
	color: #fff;
	padding: 30px 83px;
	margin-top: 10px;
}

.product-panel-column {
	width: 381px;
	margin-left: 30px;
	float: left;
}

.product-panel-column:first-child {
	margin-left: 0;
}

.product-panel h2 {
	color: #f7941d;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.product-panel h2 strong {
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	display: block;
	border-bottom: 3px solid #af001f; 
}

.price {
	font-size: 30px;
	font-weight: bold;
	position: relative;
}

.price del {
	color: #57000f;
	font-size: 24px;
}

.price .price-discount {
	position: absolute;
	top: 25px;
	left: 20px;
}

.generatedcontent .price del {
	text-decoration: none;
}

.price del:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: -1px;
	width: 75px;
	height: 21px;
	background: url(assets/images/price-strike.png) center center no-repeat;
	z-index: 99;
}

.product-panel-action {
	margin-top: 30px;
	font-size: 16px;
	position: relative;
}

.product-panel-action.discount {
	text-align: right;
}

.product-panel-action.discount:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: -96px;
	width: 236px;
	height: 63px;
	background: url(assets/images/product-discount-label.png) no-repeat;
}

.product-panel-action .button-primary {
	padding: 0 2.5em;
}

.product-panel-info h3 {
	font-size: 22px;
	line-height: 30px;
	font-style: italic;
	color: #f7941d;
	margin-top: 30px;
}

.product-panel-info ul {
	padding-left: 0;
}

.product-panel-info ul li {
	list-style: none;
	background-image: url(assets/images/product-benefit-check.png);
	background-position: 10px 6px;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.page-template-pagesdm-page-landing-page-php #footer {
	border-top: 3px solid #781f21;
}

#footer-menu {
	border-bottom: 1px solid #363636;
	margin-top: -50px;
	font-size: 1.1428571429em;
	line-height: 2.1875;
}

ul#footer-menu-landing-page {
	padding-left: 0;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

ul#footer-menu-landing-page li {
	list-style: none;
	display: inline-block;
	border-left: 1px dotted #484848;
}

ul#footer-menu-landing-page li:first-child {
	border-left: none;
}

* html ul#footer-menu-landing-page li {
	display: inline;
	zoom: 1;
}

*+html ul#footer-menu-landing-page li {
	display: inline;
	zoom: 1;
}

ul#footer-menu-landing-page li a {
	display: block;
	color: #fff;
	padding: 0 1.625em;
}

.button-primary.show-toggle {
	height: 3em;
	line-height: 3;
	padding-left: 2.3em;
	position: relative;
}

.show-toggle .icon {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 18px;
	background-image: url(assets/images/show-toggle-off.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.show-toggle.on .icon {
	background-image: url(assets/images/show-toggle-on.png);
}

.show-toggle-target {
	display: none;
}

.show-toggle-target:target,
.show-toggle-target.on {
	display: block;
}

.back-to-top {
	position: fixed !important;
	right: 30px;
	top: -50px;
	padding-right: 2.3em !important;
	-webkit-transition: top 0.35s ease-in-out;
	-moz-transition: top 0.35s ease-in-out;
	-ms-transition: top 0.35s ease-in-out;
	transition: top 0.35s ease-in-out;
}

.back-to-top .icon {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 12px;
	background-image: url(assets/images/back-to-top.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.back-to-top.on {
	top: 10px;
}

.admin-bar .back-to-top.on {
	top: 30px;
}

/* Digital Campaign October 2013 */

#why-demon {
	font-size: 1.2857142857em;
	line-height: 1.4444444444;
}

#why-demon h1,
#why-demon h2 {
	color: #fff;
	font-size: 1.4444444444em;
	line-height: 1.5384615385;
}

#why-demon h1 {
	text-align: center;
	text-transform: none;
	margin-top: 0;
}

#why-demon h2 {
	text-transform: uppercase;
}

#why-demon .demon-highlight {
	padding: 0px 328px 0 83px;
	margin: 20px 0;
	background-repeat: no-repeat;
	background-position: 656px center;
}

#undecided {
	font-size: 1.2857142857em;
	line-height: 1.4444444444;
}

#undecided .container {
	background-image: url(assets/images/demon-undecided.png);
	background-repeat: no-repeat;
	background-position: 420px bottom;
}

#undecided h1 {
	text-align: center;
	text-transform: none;
	font-size: 1.4444444444em;
	line-height: 1.5384615385;
	margin-top: 0;
}

#undecided p {
	padding: 0px 250px 0 0;
}

#undecided .button-secondary {
	font-size: 0.7777777778em;
}

#other-highlights h3 {
	font-size: 1.2857142857em;
	line-height: 1.4444444444;
	color: #151114;
}

#extra {
	font-size: 0.8571428571em;
}

/***************************/
/*       Enrichment        */
/***************************/

.iconic-highlights .highlight {
	width: 180px;
	float: left;
	margin-left: 20px;
	text-align: center;
	font-size: 13px;
	line-height: 1.3076923077;
	margin-bottom: 0.65em;
}
.no-js .iconic-highlights .highlight:nth-child(3n+1), .iconic-highlights .highlight.first { margin-left: 0; }
.iconic-highlights:after,
.no-js .iconic-highlights .highlight:nth-child(3n):after {
	content: '';
	display: table;
	zoom: 1;
	width: 100%;
	height: 1px;
	margin-top: -1px;
	clear: both;
}

.iconic-highlights .highlight .icon {
	width: 148px;
	height: 74px;
	display: block;
	background: url(assets/images/iconic-highlights-sprite.png) no-repeat;
	margin: 0 auto;
}

.svg.backgroundsize .iconic-highlights .highlight .icon {
	background-image: url(assets/images/iconic-highlights-sprite.svg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

.iconic-highlights .icon-refresh .icon     { background-position: 0px 0px; }
.iconic-highlights .icon-pie .icon         { background-position: 0px -74px; }
.iconic-highlights .icon-ebilling .icon    { background-position: 0px -148px; }
.iconic-highlights .icon-support .icon     { background-position: 0px -222px; }
.iconic-highlights .icon-doublecheck .icon { background-position: 0px -296px; }
.iconic-highlights .icon-safe .icon        { background-position: 0px -370px; }


/***************************/
/*       Enrichment        */
/***************************/

#content .share-links{
    display: block;
    float: right;
    margin-top: 20px;
}

.single #content .share-links {
	display: inline;
	margin-top: 0;
}

/* Touch devices */

.touch .home #content,
.touch .page-template-pagesdm-page-product-category-php #content {
    background-attachment: scroll;
}	

.touch.multiplebgs .home #content,
.touch.multiplebgs .page-template-pagesdm-page-product-category #content {
    background-attachment: scroll, scroll;
}

.touch#footer {
    background-attachment: scroll;
}

.touch .product, .touch a.product {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
}
.touch .product:hover, .touch a.product:hover {
    background-position: -960px top;
}


@media screen and (max-device-width:768px) {

	/* Tablet and Mobile devices */	

	#hero-feature {
	    -webkit-transform-style: flat;
	    -webkit-perspective: none;
	    -webkit-perspective-origin-x: 50%;
	    -webkit-perspective-origin-y: 50%;
	}
	
	.hero-content,
	.hero-content h2,
	.hero-content.past h2,
	.hero-content.future h2 {
	    -webkit-text-shadow: none;
	    -moz-text-shadow: none;
	    -ms-text-shadow: none;
	    text-shadow: none;
	}
	
	.hero-content.past,
	.hero-content.future {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 0;
	}

	.hero-content.present {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
	
	ul#hero-nav {
	    -webkit-transform: none;
	    -moz-transform: none;
	    -ms-transform: none;
	    transform: none;
	}
	
	ul#hero-nav.hide {
	    -webkit-transform: none;
	    -moz-transform: none;
	    -ms-transform: none;
	    transform: none;
	}
	ul#hero-nav.show {
	    -webkit-transform: none;
	    -moz-transform: none;
	    -ms-transform: none;
	    transform: none;
	}
	
	ul#hero-nav li a {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		transition: none;
		
	}
}

table.lpInviteChatTbl tbody tr td { 
	padding: 0px 0px 0px 0px !important; border-top: none; 
} 

table.lpInviteChatTbl { 
	border: none; 
}
