/*
Site Name: 	    Oztech broadband support
Site URI: 		https://oztech.uk
Version: 		1.0
Author: 		ipinx media
Author URI: 	https://ipinx.co.uk


/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
@import "css/normalize.css";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; }
body 				{ 
	background:#fff;
	font-family: Lato, sans-serif;
	font-size:14pt;
	color:#404040;
	line-height:1.6em;
	margin: 0 0 0 0;	
	}

p.right {
	text-align: right;
	font-size: .9em;
	line-height: 1.4em;
}
.rightheader {
	text-align: right;
	font-size: 1em;
	line-height: 1.6em;
}
.rightlink {
	text-align: right;
	font-size: .9em;
	line-height: 2em;
}
.center {
	text-align : center;
}
.bottomnav {
	text-align : center;
	font-size: .9em;
	color:#c0c0c0;
}	
.bonus {
	text-align : left;
	font-size: 1em;
	color:#505050;
}
.bonus-small {
	text-align : left;
	font-size: .9em;
	color:#505050;
}
.tight  {
	font-size:.9em;
	color:#fff;
	line-height:1em;
	margin: 0 0 0 0;
}
.white { color: #fff;}
.rightwhite { color: #fff;
			  text-align:right;
}

.access  {
	font-size:.8em;
	line-height:1em;
	color:#c0c0c0;
	margin: 0 0 0 0;
	text-align: center;
}
.small {
		font-size:.9em;
		color:#000;
}

.narrow {
	font-size:.9em;
	color: #808080;
	margin: .5em 8% 0 8%;
	text-align:center;
}

::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

img { 
	padding:.2em 0 0 0;
	margin:0 0 0 0; 
	max-width:100%;
	height:auto;
	}
a {
	text-decoration:none;
	font-weight: normal;
	border:0;
	color:#000000;
}
.link {
	text-decoration:none;
	font-weight: bold;	
	border:0;
	color:#30969d;
}
.link:hover {
	text-decoration:underline;
	font-weight: bold;	
	border:0;
	color:#ed00f0;
}
.tel {
	font-family: Outfit, sans-serif; 
	text-decoration:none;
	font-weight: normal;	
	border:0;
	color:#30969d;
}
.tel:hover {
	text-decoration:none;
	font-weight: normal;	
	border:0;
	color:#ed00f0;
}
.email {
	font-family: Outfit, sans-serif; 
	text-decoration:none;
	font-weight: normal;	
	border:0;
	color:#30969d;
}
.email:hover {
	text-decoration:none;
	font-weight: normal;	
	border:0;
	color:#ed00f0;
}

.footerlink {
	text-decoration:none;
	font-weight: bold;	
	border:0;
	color:#c0c0c0;
}

a.footerlink:hover {
	text-decoration:none;
	font-weight: bold;	
	color:#fe91ff;
}

.bonusA {
	text-decoration:none;
	color:#c000c0;
	font-weight: normal;
}

.bonusA:hover {
color:#017bc8;
text-decoration; none;
}

hr  {
	color: #c0c0c0;
}

hr.blue  {
	color: #b9d5e7;
}

.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:1em; margin:1em }
img.alignleft {
	margin: .4em 1em .4em 0;
}
img.alignright {
	margin:.4em 0 .4em 1em;
}
.textRight {text-align:right;}
.textLeft {text-align:left;}
.textCenter {text-align:center;}
.error {color:#f00;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix,*:first-child+html .clearfix{zoom:1}
select.error,

 .clearleft {
 	clear: left;
 }


/* ---------------------------------------------------------------------------------------------------------- 
Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

body,
input,
textarea 			{  }


blockquote {
	font-size:1.2em;
	font-style:italic;
}

/** text colours **/

em.grey {
		color:#808080;
		font-style:normal;		
		font-weight: bold;
}

strong {
	font-weight:bold;
}
em.tech {
		font-style:normal;		
		font-weight: bold;
}
em.black {
		color:#000;
		font-style:normal;		
		font-weight: normal;
}
em.white {
		color:#fff;
		font-style:normal;	
		text-decoration:none;
}
em.green {
		color:#30969d;
		font-style:normal;
		font-weight: normal;		
		text-decoration:none;
}
em.pink {
		color:#c000c0;
		font-style:normal;
		font-weight: bold;
		text-decoration:none;
}
/* ---------------------------------------------------------------------------------------------------------- 
Grid -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.grid_1 { width: 6.5%; } 
.grid_2 { width: 15%; } 
.grid_3 { width: 23.5%; } 
.grid_4 { width: 32%; } 
.grid_5 { width: 40.5%; }
.grid_6 { width: 49%; } 
.grid_7 { width: 57.5%; } 
.grid_8 { width: 66%; } 
.grid_9 { width: 74.5%; } 
.grid_10 { width: 83%; } 
.grid_11 { width: 91.5%; } 
.grid_12 { width: 100%; } 

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin: 0 2% 1% 0;
	float: left;
	display: block;
}

.alpha{margin-left:0;}
.beta{margin-right:0;}
.omega{margin-right:0;}

.container{
	width: 96%;
	max-width: 960px;
	margin: auto;
}

.hiddendiv {display: none; }
.bonusA:focus ~ #bonusA {display: block;}
.bonusB:focus ~ #bonusB {display: block;}

/* ---------------------------------------------------------------------------------------------------------- 
HEADER -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	background:rgba(48,150,157,0.8);
	z-index: 200;
	padding:0 0 1em 0;
}

.mainNav ul {
	list-style-type: none;
	line-height: 1.6em;
	padding:1em 0 0 0;
	margin:0 0 0 0;
	text-align: right;
}

.mainNav ul li {
	display: inline-block;
}

.mainNav ul > li.active > a {
	color:#c0c0c0;
	font-weight:bold;
	cursor: default;
}

.mainNav ul > li.active:hover > a {
	color:#c0c0c0;
}

.mainNav ul li a {
	color:#30969d;
	font-size: 1em;
	font-weight: bold;
	padding:.5em;
	text-decoration:none;
}
.mainNav ul li a:hover {
	color:#ed00f0;
}
.mainNav ul ul {
	position: absolute;
	left:0;
	text-align: left;
	padding:0 0 0 0;
	min-width:310px;
	display: none
}

.mainNav ul li:hover ul {
	display: block;
}
.mainNav ul ul li {
	display: block;
}
.mainNav ul ul li a {
	color:#404040;
	font-weight:bold;
	padding:.3em .3em .3em .5em;
	display: block;
	border-bottom: solid 1px #999999;
	background:rgba(255,255,255,0.8);
}

.mainNav ul ul li:last-child a {
	border-bottom: solid 1px #999;
}
.logo {
	display: block;
	width:5px;
	height: 5px;
	padding:0 0 0 0;
	margin: 0 0 0 0;

}
.menuToggle {
	position: absolute;
	top:.5em;
	right:5%;
	z-index: 999;
	color:#fff;
	padding-right: 40px;
	background:url(images/menu.png) no-repeat right;
	display: none;
	text-indent: -9999px
}

/* ---------------------------------------------------------------------------------------------------------- 
BANNER -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.banner img {
	display: block;
	width:100%;
	height: auto;
	margin: 0 0 0 0;
}


/* ---------------------------------------------------------------------------------------------------------- 
CONTENT -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.main {
	padding:0 0 0 0;
}
.section {
	padding:0 0 0 0;
}
/**** Blocks ****/
.blocks {
	overflow: auto;
}
.blocks h3 {
	font-size: 1.4em
}
.block-image {
	float:left;
	width:23%;
}
.block-content {
	float:left;
	width:75%;
	margin-left: 2%;
}

/* ---------------------------------------------------------------------------------------------------------- 
FOOTER --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.footer {
	color:#000;
	font-size: 1em;
	line-height: 1.8em
}




/* ---------------------------------------------------------------------------------------------------------- 
Media queries --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
h1 {
	font-size:.6em;
	letter-spacing: -0.05em;
	line-height: 1em;
	font-weight: normal;
	color: #eeecec;
	text-align: left;
	margin: 0 0 0 0;
}

h1.right {
	text-align: left;
	margin:0 0 0 0;
}

h2 {
	font-size:2em;
	letter-spacing: -0.05em;
	line-height: 1em;
	font-weight: normal;
	color: #808080;
	text-align: left;
	margin: .5em 0 .2em 0;
}

h2.large {
	font-size:4em;
	line-height: 1em;
	letter-spacing: -0.05em;
	font-weight: bold;
	color: #30969d;
	text-align: left;
	margin:0 0 0 0;
}

h3 {
	font-size:2.4em;
	line-height: 1em;
	letter-spacing: -0.05em;
	font-weight: normal;
	color: #30969d;
	text-align: left;
	margin:0 0 0 0;
}

h4 {
	font-size:1.8em;
	line-height: 1em;
	font-weight: normal;
	color: #808080;
	text-align: left;
	margin: .5em 0 .2em 0;
}
h4.center {
	font-size:1.8em;
	line-height: 1.6em;
	text-align: center;
	margin: 0 0 0 0;
}
p.title {
	font-size:4.3em;
	line-height: 1em;
	letter-spacing: -0.05em;
	font-weight: bold;
	color: #30969d;
	text-align: left;
	margin:0 0 0 0;
}
p.phone {
	font-size:2em;
	line-height: 1em;
	letter-spacing: -0.05em;
	font-weight: normal;
	color: #808080;
	text-align: left;
	margin:0 0 .2em 0;
}
p.phone2 {
	font-size:2em;
	line-height: 1em;
	letter-spacing: -0.05em;
	font-weight: normal;
	color: #808080;
	text-align: center;
	margin:0 0 0 0;
}


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

	h1 { font-size: .6em; }
	h2 { font-size:1.8em; }
	h2.large { font-size:4em; }
	h4 { font-size:1.8em; }	
	p.title { font-size: 4.4em; }
	
	.mainNav ul li a {
		font-size: 1em;
		padding:.5em .3em;
	}

	.header {
		position: relative;
		background:rgba(48,150,157,1);
	}
	.menuToggle { 
		display: none;
		margin-top: 0em;
	}
}

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

	
	 .info {
		position: absolute;
		margin:5px;
		right:0;
		top:0;
	}


	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 { width:100%; }
	.container { width:90%; }

	h1 { font-size:.5em; }
	h2 { font-size:1.6em; }
	h2.large { font-size:3em; }
	h3 { font-size:2.2em; }
	h4 { font-size:1.6em; }
	h4.left { font-size:1.6em; }
	p.title { font-size:3.4em; }
	p.phone { font-size:1.6em; }
	
	.section { padding:0 0 0 0;	}

	.header { padding-bottom:0;	}
	
	.mainNav ul {
		padding: 0;
		text-align: center;
	}
	.mainNav ul {
		display: none;
	}
	.mainNav ul li {
		display: block;
	}

	.mainNav ul li a {
		border-top:solid 1px #c3cdcc;
		padding:.3em 0;
		display: block;
	}

	.mainNav ul li a:hover {
		color:#ed00f0;
	}
	.mainNav ul ul {
		margin-top:0;
		width:100%;
		display: block;
		position: relative;
		border:0;
	}
	.mainNav ul ul li {
		float:none;
		width:auto;
		
	}
	.mainNav ul ul li a {
		float:none;
		width:auto;
		background:255,255,255,1;
	}
	.menuToggle { 
		display: block;
		margin-top: 0em;
	}
	.banner h1 {
		font-size: 1.4em;
	}
	.blocks h3 {
		font-size: 1.2em;
	}

	.footer {
		font-size: 1em;
	}

}

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

	.mainNav ul li a {
		font-size: 1em;
		background:255,255,255,1; }
		
	h1 { font-size:.5em; }
	h2 { font-size:1.5em; }
	h2.large { font-size:1.7em;	}
	h3 { font-size:2em;	}
	h4 { font-size:1.4em; }
	p.title { font-size:2.2em; }
	p.phone { font-size:1.5em; }	
	}
