/*  
Theme Name: ISPr3
Description: Internet Service Provider Review UK Stylesheet
Version: 3.6
Author: Mark Jackson
Author URL: http://www.ispreview.co.uk
*/

/* Layout Stylesheet */ 

body {
 font-family: verdana, arial, sans-serif;
 margin: 0px;
 background:#808080;
 color: #333333;
 padding:0;
 font-size: 14px;
}

a {
 text-decoration:none; 
 outline: none;
}

a:link, a:active, a:visited {
 color:#222CB4;
 text-decoration: none;
}

a:hover {
 color:#060; 
 text-decoration:none;
}

.text1 {
 font-family: verdana, arial,sans-serif,helvetica; 
 font-size: 13px;
}

.text2 {
 font-family: verdana,arial,sans-serif,helvetica; 
 line-height: 16pt;
}

.listy1 {
 font-family: verdana,arial,sans-serif,helvetica; 
 line-height: 14pt;
}

.image1 {
border: 6px solid #EFEFEF;
}

img.float1 { 
    float: right; 
    margin:4px 0px 0px 4px; 
    border: 6px solid #EFEFEF;
    opacity: 1;
-moz-transition: all 1s ease;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}

.float1:hover {
opacity: 0.8;
-moz-transform: scale(1.08) ;
-webkit-transform: scale(1.08) ;
-o-transform: scale(1.08) ;
transform: scale(1.08) ;
z-index: 1000;
}

img.float2 { 
    float: left; 
    margin-right: 4px; 
    border: 6px solid #eaeaea;
    opacity: 0.8;
-moz-transition: all 1s ease;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}

.float2:hover {
opacity: 1;
-moz-transform: scale(1.08) ;
-webkit-transform: scale(1.08) ;
-o-transform: scale(1.08) ;
transform: scale(1.08) ;
z-index: 1000;
}
blockquote{margin-top:10px;margin-bottom:10px;margin-left:40px;color:#672526;border-left:5px solid #d6e5d3;padding-left:10px;border-radius:15px}
/*
blockquote { 
	color:#672526;
	border-left: 5px solid #d6e5d3;
	padding-left: 10px;
	border-radius:2px;
}
*/

blockquote.bq1 {
background: #f6f6f6;
color:#000000;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 15px;
padding-right: 15px;
border-left: 3px solid #cccccc;

border-radius: 0px 4px 4px 0px;
-moz-border-radius: 4px 0px 0px 4px;
-webkit-border-radius: 4px 0px 0px 4px;
/*box-shadow: 1px 1px 5px #999;
-moz-box-shadow: 1px 1px 5px #999;
-webkit-box-shadow: 1px 1px 5px #999;*/
}

.bq2 {border: 1px solid #a5cae4; color: #2b485c; background: #f0f7fc; padding: 6px 9px 6px 9px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;font-weight: 300;line-height: 1.66;}
.bq3 {text-align:center;border-radius:4px;color:#434357;border:1px solid #35b935;background-color:#f0fff1;}

#tshadow {
text-shadow: 1px 1px 1px #c0c0c0;
}

.tshadow {
text-shadow: 1px 1px 1px #c0c0c0;
}

/* Header Presentation */ 


/*
h1
{ font-family: arial, sans-serif;
  font-size: 108%;
  letter-spacing: .1em;
}
*/

h1 {
white-space:nowrap;
line-height: 0pt;
font-size: 13px;
padding-bottom:4px;
margin-bottom:0px;
}

h2 { 
 margin: 0px 0px 12px 0px; 
 padding: 0px 0px 5px 0px;
 font-family: arial, sans-serif;
 border-bottom: 1px solid;
 border-color: #4698e4;
 color: #4698e4;
 text-transform: uppercase;
 font-size: 20px;
 font-weight: normal;
}

h3 {
 margin:0;
 padding:15px;
 }

h4 {
 margin: 0px 0px 12px 0px; 
 padding: 0px 0px 5px 0px;
 font-family: arial, sans-serif;
 border-bottom: 1px solid;
 border-color: #4698e4;
 color: #4698e4;
 text-transform: uppercase;
 font-size: 20px;
 font-weight: normal;
 }

/* Menu Stylesheet */ 

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
/*margin-top: 109px; for IE and Chrome but not FF*/
margin-top: 109px;
font-family: verdana, arial, sans-serif;
}

/* [Use this for Chrome instead of Firefox] 
@media screen and (-webkit-min-device-pixel-ratio:0)*/

@-moz-document url-prefix() {
    ul#navlist {
		margin-left: 0;
		padding-left: 0;
		white-space: nowrap;
		margin-top: 109px;
		font-family: verdana, arial, sans-serif;
		line-height:1.2;
    }
}

#navlist li
{
display: inline;
list-style-type: none;
font-size: 16px;
margin-right:2px;
}

#navlist a { padding: 2px 10px 0px 10px; }

#navlist a:link
{
border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
color: #fff;
background-color: #4698e4;
text-decoration: none;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#navlist a:visited
{
border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
color: #fff;
background-color: #4698e4;
text-decoration: none;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#navlist a:hover
{
color: #fff;
background-color: #4698e4;
text-decoration: none;
opacity: 0.8;
}

#navlist li a:hover, #navlist li a#active
{
background: #777777; 
}


/* Container Styles */ 

#content {
 width:980px;
 margin:auto;
 background:#ffffff;
 }

#toplogob1{float:left;/*width:980px;*/min-width:980px;height:128px;background:#287ac7 url(//www.ispreview.co.uk/images/ispr_logo3hd.png) no-repeat;background-size:980px 126px;overflow:hidden;}

#banner {
 float:right;
 margin-top:20px;
 margin-right:20px;
 height:60px;
}

#bar {
 height:25px;
 background:#4698e4;
 color: #333333;
 }

#barsmall{height:5px;background:#4698e4;clear:both;/*width:980px;*/overflow:hidden}

#topbar {
 height:3px;
 background:#555555;
 color: #333333;
 overflow:hidden;
 }

#navbar {
 height:20px;
 background:#bdcdd9;
 color: #57636f;
 font-weight: bold; 
 margin: 0px;
 font-size: 13px; 
 padding: 3px 0px 3px 15px;
 line-height: 1.7em;
 }

#navcont {
 background:#e8eaf2;
 color: #57636f;
 padding:10px;
 }

#navpoll {
 background:#c6c6c6;
 color: #656f57;
 padding: 5px;
 margin: 10px;
 }

#l-col {
 float:left;
 background:#e8eaf2;
 color: #333333;
 width:245px;
 border-right: 1px solid;
 border-color: #4698e4;
}

#l-col a
{
  text-decoration: none;
}

#l-col a:hover
{
 border-bottom: 1px solid;
}

#r-col {
 float:right;
 width:704px;
 padding: 6px 15px 15px 12px;
}

#inner-cont {
 width:97.25%;
 background:#ffffff;
 color: #333333;
 padding: 10px;
 text-align:left;
}

#ftr {
 background:#555555;
 color: #D9E1D1;
 margin:0;
 font-size: 14px;
 padding: 6px;
}

#ftr a { 
 color: #D9E1D1; 
 text-decoration: underline;
}

#nhead {
 border-left: 4px solid; 
 border-right: 4px solid; 
 background:#f3f3f3; 
 border-bottom: 2px dotted #c0c0c0; 
 border-color:#dddddd; 
 padding: 3px; 
 color:#716f64;
}

#ndate {
 border-left: 4px solid; 
 border-right: 4px solid; 
 border-top: 4px solid; 
 background:#4698e4; 
 border-color:#dddddd; 
 padding: 3px; 
 color:#ffffff;
}

#ncontent {
 border-left: 4px solid; 
 border-right: 4px solid; 
 border-bottom: 4px solid; 
 border-color:#dddddd; 
 padding: 10px; 
 word-spacing: 1px;
}

#quote {
 font-family: verdana, arial, sans-serif;
 background-color: #edf3e9;
 width:85%;
 margin:auto;
 margin-top: 8px;
 margin-bottom: 8px;
 line-height: 14pt;
 padding: 2px 6px 2px 6px;
 font-style: italic; 
}

.quote1 {
 background-color: #fffded;
 border-radius:4px;
 -webkit-border-radius:4px;
 -moz-border-radius:4px;
 width:89%;
 border: 1px dashed #D2D6D9;
 margin:auto;
 line-height: 18pt;
 padding: 2px 6px 2px 6px;
 color:#000000;
}

.quote2 {
 background-color: #f5f5f5;
 border-radius:5px;
 -webkit-border-radius:5px;
 -moz-border-radius:5px;
 width:88%;
 border: 2px dashed #CCDEF2;
 margin:auto;
 margin-top: 0px;
 margin-bottom: 0px;
 line-height: 15pt;
 padding: 2px 6px 2px 6px;
 box-shadow: 1px 1px 5px #999;
 -moz-box-shadow: 1px 1px 5px #999;
 -webkit-box-shadow: 1px 1px 5px #999;
}

#listp {
 padding:5px;
 border: 1px solid #dddddd; 
}

#listdetail a:link, #listdetail a:visited {
 border-bottom: 1px dashed;
}

#listdetail a:hover {
 border-bottom: 1px solid;
}

#listoutside {
padding: 3px; 
height:130px; 
background: #f3f3f3;
border-top: 2px solid #4698e4; 
border-bottom: 2px solid #4698e4;
color:#716f64;
}

.listright {
float:right; 
padding: 0px; 
width: 748px; 
line-height: 16pt;
}

#t10_head {
padding:5px; 
border-radius: 8px 8px 0px 0px;
background:#76b0e2; 
color:#ffffff; 
text-align:center;
}

#t10_content {
padding:0px; 
border: 2px solid #76b0e2;
border-radius: 0px 0px 8px 8px;
background:#f5f5f5; 
text-align:justify;
overflow:hidden;
}

#revs {
 background-color: #f5f5f5;
 color: #656f57;
 border-bottom: 4px solid #76b0e2;
 border-left: 4px solid #76b0e2;
 border-right: 4px solid #76b0e2;
 padding: 0px 4px 0px 4px;
 margin: 0px 0px 0px 0px;
 clear:both;
}

#revs1 {
 color:#ffffff;
 background:#76b0e2;
 text-align:center;
 padding: 2px 0px 2px 0px;
 font-weight: bold;
 margin:0px;
}

#revs2 {
 border-left:4px solid #76b0e2;
 border-right:4px solid #76b0e2;
 border-bottom:4px solid #76b0e2;
 background-color:#f5f5f5;
 font-size: 12px;
 line-height: 17px;
}

#revs2 a
{
  text-decoration: none;
}

#revs2 a:hover
{
 border-bottom: 1px solid;
}

#lat_head {
margin: auto; 
background: #76b0e2; 
color: #ffffff; 
padding: 5px; 
width:870px; 
clear:both;
}

#lat_content {
margin: auto; 
background: #f5f5f5; 
color: #656f57; 
border: 2px solid #76b0e2; 
padding: 10px; 
width:856px;
}

#lat_stats {
margin: auto; 
background: #f5f5f5; 
color: #656f57; 
border-top: 2px solid #76b0e2; 
border-bottom: 2px solid #76b0e2; 
padding: 10px; 
width:860px;
text-align:center;
}

.lat_link a {
 color: #ffffff;
 font-weight: bold; 
}

/* New ISP Listings v3 */

#ispsearch_title {padding:2px;padding-left:11px;}
#ispsearch_boxhead {background:#3290e2;color:#ffffff;padding:2px;margin-bottom:2px;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;}
#ispsearch_box {float:left;padding:3px;margin:2px;background:#eeeeee;text-align:center;color:#378735;font-size:14px;border-radius:4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;}
#ispsearch_separate {margin-left:10px;width:941px;background:#cbd1d8;height:4px;overflow:hidden;}

a.italhead:link {font-size:23px; font-style: italic; border-bottom: 1px dashed;}
a.italhead:active {font-size:23px; font-style: italic; border-bottom: 1px dashed;}
a.italhead:visited {font-size:23px; font-style: italic; border-bottom: 1px dashed;}
a.italhead:hover {font-size:23px; font-style: normal;}

a.white:link {color: #ffffff; font-style: italic; border-bottom: 1px dashed;}
a.white:active {color: #ffffff; font-style: italic; border-bottom: 1px dashed;}
a.white:visited {color: #ffffff; font-style: italic; border-bottom: 1px dashed;}
a.white:hover {color: #ffffff; font-style: normal;}

a.underb:hover {border-bottom: 1px solid;}


/* Front Page Information Boxes */

#infy_top {
 background:#ffffff;
 width:224px;
 border: 4px solid #dddddd;
}

#infy_head {
margin:auto;
padding-top:4px;
background:#76b0e2;
width:100%;
height:18px;
color:#ffffff;
text-align:center;
overflow:hidden;
line-height:15px;
}

#infy_content {
padding:2px;
width:100%;
line-height:18px;
overflow:hidden;
}

#infy_top2 {
 background:#ffffff;
 width:340px;
 border: 4px solid #dddddd;
}

#infy_head2 {
margin:auto;
padding-top:4px;
background:#76b0e2;
width:100%;
height:18px;
color:#ffffff;
text-align:center;
overflow:hidden;
line-height:15px;
}

#infy_content2 {
padding:2px;
width:100%;
line-height:18px;
overflow:hidden;
}

/* EXPERIMENTAL Stylesheet 1 */ 

ol.events li { position: relative; }
ol.events li span { position: absolute; top: 0; right: 0; }

ol.events1 li { position: relative; }
ol.events1 li span { position: absolute; top: 0; right: 0; margin-top:1px; }

/* EXPERIMENTAL Stylesheet 2 */ 

#top10a {
color:#ffffff; 
background:#4698e4; 
border-right: 1px solid; 
border-top: 1px solid; 
border-color:#c0c0c0;
}

#top10b {
color:#ffffff; 
background:#4698e4; 
border-left: 1px solid; 
border-top: 1px solid; 
border-color:#c0c0c0;
}

#top10c {
border-bottom: 1px solid; 
border-right: 1px solid; 
border-color:#c0c0c0;
}

#top10d {
border-bottom: 1px solid; 
border-left: 1px solid; 
border-color:#c0c0c0;
}

#newscats {
padding: 3px; 
background: #f3f3f3; 
border-top: 4px solid; 
border-bottom: 4px solid; 
border-color:#c0c0c0; 
color:#716f64;
}

#newssearch {
padding: 3px; 
background: #f3f3f3; 
border-bottom: 2px solid; 
border-color:#c0c0c0; 
color:#716f64;
}

#info_line1 {
padding: 4px 0px 4px 7px;
background: #f3f3f3; 
border-top: 2px solid #4698e4; 
color:#716f64;
font-size:14px;
}

.isp_box {
border: 2px dotted #c4c2c2;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.isp_summary {
 font-family: verdana,arial,sans-serif,helvetica; 
 line-height: 15pt;
 margin:auto; 
 color:#636367; 
 background:#ebf4fb; 
 border: 1px solid #bfd9f2; 
 padding: 4px; 
 padding-left: 6px;
 width:97%;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
}

.isp_head {
border-radius:2px;
background:#4698e4;
color:#ffffff;
font-size:14px;
}

/* ISPr v3.5 Additions */

#nright_nav {
 float:right;
 /*background-color:#ffffff;*/
 width:28%;
}

#nright_nav a:hover {
 border-bottom: 1px solid;
}

#nleft_nav {
 float:left;
 /*background-color:#ffffff;*/
 width:72%;
}

#nleft_nav a:hover {
 text-decoration:underline; 
}

.ntop_box {
 background:#e8eaf2;
/* box-shadow: 1px 1px 5px #999;
 -moz-box-shadow: 1px 1px 5px #999;
 -webkit-box-shadow: 1px 1px 5px #999; */
 border: 2px dotted #d3d3d3;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
}

.ntop_text {
 height:20px;
 background:#b4c3ce;
 color: #57636f;
 font-weight: bold;
 margin: 0px;
 font-size: 14px;
 padding: 3px 0px 3px 15px;
 line-height: 1.3em;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ntop_text {
	 height:20px;
	 background:#b4c3ce;
	 color: #57636f;
	 font-weight: bold;
	 margin: 0px;
	 font-size: 14px;
	 padding: 3px 0px 3px 15px;
	 line-height: 1.4em;
	 border-radius: 2px;
	 -moz-border-radius: 2px;
	 -webkit-border-radius: 2px;
    }
}

.h2ntoptext { 
 font-family: verdana, arial, sans-serif;
 line-height: 14pt;
 margin: 0px; 
 padding: 0px;
 border: 0px;
 color:#57636f;
 font-size:14px;
 text-transform: none;
 font-weight: bold;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .h2ntoptext {
	 font-family: verdana, arial, sans-serif;
	 line-height: 15pt;
	 margin: 0px; 
	 padding: 0px;
	 border: 0px;
	 color:#57636f;
	 font-size:14px;
	 text-transform: none;
	 font-weight: bold;
    }
}

.isprhl_icon {
 float:left;
 color:#0ca40c;
 font-weight:bold;
 width:6%;
 line-height:19px;
}

.isprhl_main {
 float:right;
 width:94%;
 line-height:20px;
}

.g_line {
 border-top: 3px dotted #0ca40c;
}

#info_line2 {
 padding: 4px 0px 5px 9px;
 background: #f3f3f3; 
 border-top: 4px solid #4698e4;
 color:#716f64;
 font-size:14px;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
}

#info_line3{font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;line-height:1.66;padding:4px 0 5px 9px;background:#f3f3f3;border-top:4px solid #4698e4;color:#716f64;font-size:16px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px}

/* ISPr Broadband Tech Page */

.g_ulbox {
 margin:0px;
 padding:0px;
 border:0px;
 list-style-image: url(//www.ispreview.co.uk/images/gbox.gif);
 color:#656f57;
 padding:0px 0px 0px 21px;
 line-height:20px;
}

#introboxx {
background:#ebf4fb;
border: 1px solid #bfd9f2;
padding: 4px;
padding-left: 8px;
padding-right: 8px;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
}



.bblist {
font-size:16px;
list-style-type:none;
background: url(//www.ispreview.co.uk/images/nested.png) no-repeat left center;
padding-left:14px;
}

.chartboxx {
text-decoration:none;
border-style: none;
padding:7px;
margin-top:7px;
/*margin-bottom:6px;*/
margin-bottom:0px;
background:#e2e2e2;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.page_cont {
 color: #373737;
 font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-weight: 300;
 line-height: 1.66;
}

/* IE7, IE8 */
.page_cont a:link, .page_cont a:visited {
border-bottom: 1px dashed;
/* text-decoration:none; */
}

.page_cont a:hover {
border-bottom: 1px solid;
/* text-decoration:none; */
}

strong {
  font-weight:bold;
}

.g_bar {
 width:100%;
 background: #efefef;
 clear:both;
 height:5px;
 margin:0px;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 overflow:hidden;
}

.new_isprformbox {
 background:#f3f3f3;
 border:2px #4698e4 solid;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
}

.new_isprformbutton {
 background:#0ca40c;
 border:2px solid #0ca40c;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 color:#ffffff;
}

.new_isprformbutton:hover {
 background:#000000;
 border:2px solid #0ca40c;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 color:#ffffff;
}

/* Contacts Page */

.homeiconmain {
 float:left;
 display:inline;
 border:0px;
 padding:0px;
 margin:0px;
 margin-top:3px;
 margin-right:1px;
}

.avatarbord {
 float:left;
 margin-right:3px;
 margin-top:2px;
 border:7px;
 border-color:#e2e2e2;
 border-style: solid;
 border-radius:4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
}

.contactbh {
 background:#7cb105;
 color:#ffffff;
 padding-left:8px;
 letter-spacing:2px;
 border-radius:4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 98%;
	text-align: center;
}

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 13px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Menu Stylesheet DESKTOP*/
.header-right{display:none;}
#open{display: none;}
.hidden-desktop{display: none;}
#mobilebanner {display:none;}
#mobilebanner1 {display:none;}
#relatedpostnews {display:none;}
#relatedpostbestisp {display:none;}
#mobile_margin_single {padding:4px 8px 8px 8px;}
.mobile_container1 {float:left;margin:auto;}
.mobile_box1 {margin:auto;min-width:203px;border:0px;padding:2px;}
.submit-icon1 {background-image: url(//www.ispreview.co.uk/images/search-icon_b.png);background-size: cover;background-color:transparent;border:none;width:22px;height:22px;cursor:pointer;color:transparent;}
.isrnewforminput {height:26px;border:2px solid #10ad10;border-radius:4px;padding-left:5px;width:160px;padding-top:2px;}
img.wp-post-image {text-decoration:none;border-style: none;padding:0px;margin-right:0px;background:#e2e2e2;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;opacity: 1;-moz-transition: all 1s ease;-webkit-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.isprhl_icons img {width:100%;overflow:hidden;margin-top:5px;}
.contentimagemo img {float:right;margin-left:5px;background:#e2e2e2;padding:7px;border-radius:4px;width:300px;}
.mobchart_left {width:49.5%;float:left;}
.mobchart_left3 {width:32%;float:left;}
.mobchart_left3middle {width:34%;float:left;}
.mobchart_right {width:49.5%;float:right;}
.mob_padding {padding:10px;clear:both;}
.vanishmobile_dividehigh {clear:both; height:10px;}
.linesx1 {float:left;width:23%;text-align:right;padding:7px;color:#56565a;font-size:14px;}
.linesx2 {float:left;width:1%;padding:7px;color:#56565a;font-size:14px;}
.linesx3 {float:left;width:23%;padding:7px;color:#56565a;font-size:14px;}
.linesx4 {float:left;width:47%;padding:7px;color:#56565a;font-size:14px;}
.mobinfolist1 {float:left;width:60%;padding:5px;line-height:20px;}
.mobinfolist2 {float:left;width:37.8%;padding:5px;line-height:20px;}

/*Review Index Page*/
.revmoblatestdivide {clear:both;width:100%;border-bottom: 2px dotted #c7cdd2;padding-top:2px;margin-bottom:2px;}
	
/*Review Content Page*/	
.logimagez img {width:100%;border-radius: 4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.logimagezlatest img {width:100%;border-radius: 4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
#genratingimg {line-height: 1.4;}
#genratingimg img {width:9%;}
#genratingimgmain img {width:9%;padding-left:2px;}
#revheadtitle {width:46%;float:left;padding-left:10px;font-size:29px;}
#revheadrating {width:30%;float:left;padding-left:10px;}
#revheadlogo {width:18%;float:left;border: 1px solid #c7cdd2;border-radius: 4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:5px;}
.revstarsrating img {width:18px;margin:3px;margin-top:0px;vertical-align: middle;}
.revstarsratingindex img {width:18px;margin:0px;margin-top:0px;vertical-align: middle;}
.revavgratings {width:100%;margin:auto;float:left;clear:both;border-bottom: 2px dotted #c7cdd2;padding:4px;}
.revavgratingsnoborder {width:100%;margin:auto;float:left;clear:both;padding:4px;}
.revheadtitlerevs {font-size:29px;color:#a39f9f;line-height: 1.1;}
.revmobileratebox_left {float:left;width:47.5%;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background:#f2f2f2;padding:3px 3px 3px 9px;}
.revmobileratebox_right {float:right;width:47.5%;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background:#f2f2f2;padding:3px 3px 3px 9px;}
.revmobileavgrate_box {text-align:right;}
.vanishmobile_dividemiddle {clear:both; height:5px;}
.revmobilelinks {text-align:center;clear:both;border: 1px solid #c7cdd2;color:#666666;padding:5px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background:#f2f2f2;}
.revmobilelinks a:link, a:visited {border-bottom: 0px dashed;}
.reviewcontenthead {border: 1px solid #c7cdd2;color:#313131;padding:4px 4px 4px 8px;border-radius:4px 4px 0px 0px;-moz-border-radius:4px 4px 0px 0px;-webkit-border-radius:4px 4px 0px 0px;background:#f2f2f2;}
.reviewcontentheadrev {border: 1px solid #c7cdd2;color:#313131;padding:4px 4px 4px 8px;border-radius:4px 4px 0px 0px;-moz-border-radius:4px 4px 0px 0px;-webkit-border-radius:4px 4px 0px 0px;background:#f2f2f2;}
.reviewcontentheadrev a:link, a:visited {border-bottom: 0px dashed;}
.reviewcontentheadrev1 {clear:both;width:78%;background:#f2f2f2;padding:4px;border: 1px solid #c7cdd2;border-bottom:0px;color: #313131;border-radius: 4px 4px 0px 0px;-moz-border-radius: 4px 4px 0px 0px;-webkit-border-radius: 4px 4px 0px 0px;}
.reviewcontentheadrev1 a:link, a:visited {border-bottom: 0px dashed;}
.revcontentbox {clear:both;border: 1px solid #c7cdd2;border-top:0px;color:#313131;padding:5px 10px 5px 10px;border-radius:0px 0px 4px 4px;-moz-border-radius:0px 0px 4px 4px;-webkit-border-radius:0px 0px 4px 4px;}
.revcontenttitle {border-bottom: 1px solid #c7cdd2;padding-left:3px;}
.revcontenttitle a:link, a:visited {border-bottom: 0px dashed;}
.revcontentreview {padding-top:6px;padding-left:5px;padding-right:5px;}
.revmobileleftbox {float:left;width:49%;margin:auto;}
.revmobilerightbox {float:right;width:49%;margin:auto;}
.revmobilecategories {list-style-type:none;color:#23a08e;padding:0px;margin:0px;line-height: 40px;}
.revmobilecategories li:before {content:"\25C9";padding-right:5px;}
.revcontentpad {padding-top:3px;padding-left:8px;padding-right:8px;font-size: 15px;}
.revlistbullet li:before {content:"\2605";padding-right:5px;}
.revmoblinkunderline a:link {border-bottom: 0px dashed;}
.revmobtabletd1 {background:#f2f2f2;#666666;border-bottom: 1px solid #c7cdd2;padding:4px;border-radius:4px 0px 0px 0px;-moz-border-radius:4px 0px 0px 0px;-webkit-border-radius:4px 0px 0px 0px;padding-left:8px;color:#0ca40c;}
.revmobtabletd2 {background:#f2f2f2;#666666;border-bottom: 1px solid #c7cdd2;padding:4px;color:#0ca40c;}
.revmobtabletd3 {background:#f2f2f2;#666666;border-bottom: 1px solid #c7cdd2;padding:4px;border-radius:0px 4px 0px 0px;-moz-border-radius:0px 4px 0px 0px;-webkit-border-radius:0px 4px 0px 0px;color:#0ca40c;}
.revmobtdx1 {padding:3px;padding-left:8px;padding-top:8px;padding-bottom:8px;}
.revmobtdx2 {padding:3px;padding-top:8px;padding-bottom:8px;}
.revmobtablecat {border: 1px solid #c7cdd2;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}

/*Review Signup*/
.revmobfieldbox {width:90%;border:1px solid #c7cdd2;border-radius:4px;padding:6px;transition: background 1s;}
.revmobfieldbox:hover {background:#f6f6f6;}
.revmobsignupbox {font-weight:bold;border:1px solid #c7cdd2;border-radius:4px;padding:8px;transition:background 1s;}
.revmobsignupbox:hover {background:#e1e1e1;}

/*Add Review Star Rating*/
.revrating {overflow: hidden;vertical-align: bottom;display: inline-block;width: 280px;height: 20px;}
.revrating > input {opacity: 0;margin-right: -100%;}
.revrating > label {position: relative;display: block;float: right;background: url('https://www.ispreview.co.uk/review/image/star_finalb.png'); background-size: 20px 20px;margin-right: 8px;}
.revrating > label:before {display: block;opacity: 0;content: '';width: 20px;height: 20px;background: url('https://www.ispreview.co.uk/review/image/star_finala.png'); background-size: 20px 20px;transition: opacity 0.2s linear;}
.revrating > label:hover:before,  .revrating > label:hover ~ label:before,  .revrating:not(:hover) > :checked ~ label:before { opacity: 1; }

/*Add Review Star Rating - Final Method*/
.revmobaddrating {overflow: hidden;display: inline-block;}
.revmobaddrating-input {float: right;width: 20px;height: 20px;padding: 0;margin: 0 8px 0 -20px;opacity: 0;}
.revmobaddrating-star {cursor: pointer;position: relative;float:right;display: block;width: 20px;height: 20px;background: url(https://www.ispreview.co.uk/review/image/star_addreview.png) 0 -20px;background-size:20px;}
.revmobaddrating-input:checked~.revmobaddrating-star,.revmobaddrating-star:hover,.revmobaddrating-star:hover~.revmobaddrating-star{background-position:0 0}

/* Media Queries - Content with a resolution of 668px width or less will use this code - put desktop code here */
@media only screen and (max-width: 600px) {
	#l-col {display:none;}
	#r-col {float:none; width:100%;padding:0px;}
	#r-colmobile {padding: 6px 10px 10px 10px;}
	.mobchart_left {width:100%;float:none;}
	.mobchart_left3 {width:100%;float:none;}
	.mobchart_left3middle {width:100%;float:none;}
	.mobchart_right {width:100%;float:none;}
	.mob_padding {padding-bottom:0px;clear:both;}
    .contentimagemo img {float:none;text-decoration:none;border-style: none;padding:0px;margin:0px;background:#e2e2e2;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;width:100%;}
	.g_ulbox {line-height:26px;}
    .vanishmobile {display:none;}
    .vanishmobile_dividehigh {clear:both; height:15px;}
    .vanishmobile_divide {clear:both; height:15px;}
    .linesx1 {float:left;width:56%;text-align:right;padding:7px;color:#56565a;font-size:14px;}
	.linesx2 {float:left;width:1%;padding:7px;color:#56565a;font-size:14px;}
	.linesx3 {float:left;width:28%;padding:7px;color:#56565a;font-size:14px;}
    .linesx4 {display:none;}
	.mobinfolist1 {float:left;width:100%;padding:5px;line-height:20px;}
	.mobinfolist2 {float:left;width:100%;padding:5px;line-height:20px;}
	#mobilebanner {display:block;clear:both;border-radius:8px;background-color:#f6f6f6;width:97%;margin:auto;color:#585858;padding:4px 4px 10px 4px;}
	#mobilebanner1 {display:block;clear:both;border-radius:8px;background-color:#f6f6f6;width:97%;margin:auto;color:#585858;padding:4px 4px 10px 4px;}
	#topbar {height:3px;background:#555555;color: #333333;overflow:hidden;}
	#toplogob1 {float:left;/*width: 768px;min-width:768px;*/width:100%;min-width:100%;height:128px;background: #287ac7 url(//www.ispreview.co.uk/images/ispr_logo3hd.png) no-repeat;background-size:980px 126px;}
	ul#navlist {display:none;}
	#nright_nav {display:none;}
	#nleft_nav {width:100%;}
	#banner {display:none;}
	#footbanner {display:none;}
	#mobile_divide {clear:both;height:10px;}
	#cleardiv {clear:both;}
	#barsmall {height:0px;}
	#mobile_margin_single {padding:4px 2px 2px 2px;}
	#news_thumbpicture{float:none;margin-top:4px;text-align:center;}
	/* Mobile Drop Down Menu */
	.header-right label{float:right;cursor: pointer;}
	#mobilenav{height: 0;overflow: hidden;-webkit-transition: all .3s ease;z-index: 1;position: absolute;}
	input[type="checkbox"]:checked + #mobilenav{height: 408px;}
	#mobilenav a:link, a:active, a:visited{
		text-decoration:none;
	}
	/*#mobilenav>a:link, a:active, a:visited {
		text-decoration:none;
		color:#ffffff;
	}*/
	#mobilenav a{
		padding:0 1em;
		margin:0px;
		display:block;
		font-size:16px;
		line-height:40px;
		border-bottom:solid 1px rgba(255,255,255,.1);
		background:#000000;
		color:#ffffff;
		width:200px;
		-webkit-transition: all .3s ease;
	}
	#mobilenav a:hover{
		background:rgba(255,255,255,.9);
		color:#000000;
	}
	.header-right{width: 100%;text-align: center;margin: 0;padding: 0;outline: none;border: none;-webkit-box-sizing: border-box;display:inline;}
	.hidden-desktop{display: block;}
	#mobile_menu_box {background-color:#555555;border-left:2px dashed #d6d6d6;height:25px;color:white;}
	#mobile_menu_fix {padding:4px 20px 2px 20px;}
	.mobile_container1{float:none;}
	.mobile_box1{width:200px;}
	/*Review Index Page*/
	.revmobileleftbox {float:none;width:100%;margin:auto;padding-bottom: 15px;}
	.revmobilerightbox {float:none;width:100%;margin:auto;}
	.logimagezlatest img {width:100px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
	/*Review Content Page*/	
	.vanishmobile_dividerev {clear:both; height:10px;}
	.revmobileratebox_left {width:97%;}
	.revmobileratebox_right {float:left;width:97%;}
	.revmobileavgrate_box {clear:both;text-align:initial;}
	.vanishmobile_dividemiddle {display:none;}
	.revheadtitlerevs {font-size:22px;}
	#revheadrating {width:98%;clear:both;padding-left:0px;}
	#revheadtitle {width:70%;font-size:22px;line-height:1.4;}
	#revheadlogo {width:22%;}
}