/* 
	Theme Name: INS
	Theme URL: http://www.exsite.ie
	Description: INS - Website by exSite
	Author: Ciarán Reinhardt
	Version: 1.0
*/

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}



.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author: Ciaran Reinhardt - www.exsite.ie 
   ========================================================================== */

/* GLOBAL STYLES */

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-tap-highlight-color: rgba(235,36,43,0.3);
}

body {
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

	body.overflow-hidden {
		overflow: hidden;
	}

::selection {
	background: #eb242b;
	color: #fff;
}
::-moz-selection {
	background: #eb242b;
	color: #fff;
}

.relative_wrapper {
	position: relative;
}

/******* FLY OUT NAV STYLES **********/



#activator {
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-ms-border-radius: 4px; 
	-o-border-radius: 4px; 
	cursor: pointer; 
	display: inline-block; 
	height: 100%; 
	padding: 15px 0 12px;
	width: 90px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

	#activator .bars {
		float: left;
		margin: 0 8px;
		padding: 0;
	}

	#activator .bars li {
		border-radius: 4px; 
		-webkit-border-radius: 4px; 
		-moz-border-radius: 4px; 
		-ms-border-radius: 4px; 
		-o-border-radius: 4px; 
		display: block; 
		height: 3px; 
		width: 20px; 
		background: #eb242b; 
		margin: 0 auto 3px;
	}
	
	#activator .bars li:first-child {
		margin-top: 5px;
	}
	
	#header #activator:active {
		background: #c8c8c8;
	}	
	
	.csstransforms #main.slid-right {
		-webkit-transform: translate(225px); 
		-moz-transform: translate(225px); 
		-ms-transform: translate(225px); 
		-o-transform: translate(225px); 
		transform: translate(225px);
	}

#main {
	height: 100%; 
	overflow: hidden;  
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	-o-transition: all .5s ease; 
	-ms-transition: all .5s ease; 
	transition: all .5s ease; 
	-webkit-transform: translateZ(0); 
	-webkit-backface-visibility: hidden; 
	-moz-backface-visibility: hidden; 
	-ms-backface-visibility: hidden;
}

#nav {
	background: #2a2a2a;
	border-right: 1px solid #1C1C1C;
	display: none;	 
	width: 225px; 
	height: 100%; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	min-height: 100%; 
	overflow: hidden;	
}

	#nav ul.menu {
		margin-top: 0; 
		padding: 0;
	}
	
	#nav ul.menu li {
		-webkit-box-shadow: 0px 1px 0px #1c1c1c;
		-moz-box-shadow: 0px 1px 0px #1c1c1c;
		box-shadow: 0px 1px 0px #1c1c1c;
		display:block; 
		padding: 7px 0;
	}
	
		#nav ul.menu li.current_page_item, #nav ul.menu li.current-menu-ancestor {
			border-left: 6px solid #eb242b;
		}
	
	#nav ul.menu li a {
		background: url(images/sprite_icons.png) no-repeat;
		color: #fff; 
		font: 17px/1 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif; 
		padding: 5px 0 5px 55px;
		display: block; 
		text-decoration: none;
		text-transform: uppercase;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		
	}
	
	#nav ul.menu li.home-nav a {
		background-position: 5px 5px;
	}
	
	#nav ul.menu li.about-nav a {
		background-position: 10px -48px;
	}
	
	#nav ul.menu li.services-nav a {
		background-position: 11px -109px;
	}
	
	#nav ul.menu li.news-nav a {
		background-position: 10px -172px;
	}
	
	#nav ul.menu li.offers-nav a {
		background-position: 11px -233px;
	}
	
	#nav ul.menu li.contact-nav a {
		background-position: 11px -288px;
	}
	
	#nav ul.menu li a:hover {
		text-decoration: underline;
	}
	
	
#nav.visible {
	display: block;	
}

#nav.scroll {
	-webkit-overflow-scrolling: touch;
}

.social .social-links  {
	padding: 0;
	margin: 0 auto;
	width: 67px;
}

	.social .social-links li {
		float: left;
		margin: 11px 6px;
	}

		.social .social-links li a {
			background: url(images/sprite_icons.png) no-repeat;
			display: block;
			height: 21px;
			text-indent: -9999em;
			width: 21px;
		}
		
		.social .social-links li a.linkedin {
			background-position: -8px -349px; 
		}
		
		.social .social-links li a.facebook {
			background-position: -8px -381px;
		}
		
		.social .social-links li a.linkedin:hover {
			background-position: -33px -349px;
		}
		
		.social .social-links li a.facebook:hover{
			background-position: -34px -381px;
		}
		
.social.socdesk{
	display: none;
}
		

#nav .social .copyright-header {
	color: #fff;
	font: 10px/1 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: center;
}

nav#nav ul#menu-main-nav.menu li.menu-item ul.sub-menu, nav#nav.visible ul#menu-main-nav.menu li.menu-item ul.sub-menu {
 	display: none;
}

/******** END FLY OUT NAV STYLES **********/

body {
	background: #1a1a1a;
	position: relative;
}

#main-body {
	background: #1a1a1a;
	height: 100%;
	padding-bottom: 10px;
}

.wrapper {
	margin: 0 auto;
	width: 298px;
}

#it_staff_login {
	background: #fff;
	height: 30px;
	left: -1px;
	position: fixed;
	top: 322px;
	width: 32px;
	z-index: 600;
	
	-webkit-transition: all .2s ease; 
	-moz-transition: all .2s ease; 
	-o-transition: all .2s ease; 
	-ms-transition: all .2s ease; 
	transition: all .2s ease; 
}

	#it_staff_login a {
		background: url(images/staff_login.png) no-repeat;
		background-size: 100% 100%;
		display: block;
		height: 16px;
		margin: 6px auto;
		text-indent: -99999em;
		width: 11px;
	}

header {
	background: #2a2a2a;
}	

#main_nav {
	display: none;
}

.menu-name {
	color: #fff;
	display: inline-block;
	font: 300 16px/1 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
	margin: 4px 0;
}

.box {
	background: #2a2a2a;
	float: left;
	min-height: 145px;
	margin: 8px 0 0;
	width: 145px;
}


	.box h3 {
		color: #fff;
		font: 300 15px/1 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
		text-align: center;
		text-transform: uppercase;
	}

	.box:nth-of-type(2n + 2) {
		/*margin-right: 0;*/
	}

	.box img {
		max-width: 100%;
	}
	
.box span.click-through {
	display: block;
	margin-top: 49%;
	text-align: center;
}
	
.box span.click-through a {
	background: url(images/sprite_icons.png) no-repeat 5px -631px;
	color: #fff;
	font: 300 15px/1 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
	padding-bottom: 17px;
	text-decoration: none;
	text-transform: lowercase;
}

.box.our-story {
	display: none;
}

.box.live-support, .box.it-solutions {
	background: #2a2a2a url(images/mainimgs_sprite.png) no-repeat;
	margin-right: 0;
}

.box.live-support {
	background: #2a2a2a url(images/ins-gif.gif) no-repeat 42px 35px;
	background-size: 43%;
}

.box.it-solutions {
	background-position: -31px -1290px;
}

	.box.it-support h3 {
		margin-bottom: 25px;
	}

	.box.it-support span {
		display: block;
		margin: 10px 0;
	}
	
		.box.it-support span a {
			display: block;
			color: #fff;
			background: url(images/sprite_icons.png) no-repeat;
			font: 300 15px/1 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
			padding: 5px 0 5px 30px;
			text-decoration: none;
		}
		
			.box.it-support span.phone a {
				background-position: -4px -573px;
			}
			
			.box.it-support span.email a {
				background-position: -5px -602px;
				font: 300 15px/1 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
				padding-left: 34px;
			}
			
			.box.it-support span.email a:hover {
				text-decoration: underline;
			}


.box.team-member {
	position: relative;
}


	.box.team-member img {
		height: auto;
		max-height: 145px;
		width: 100%;
	}
	
	.box.team-member a {
		display: block;
		text-decoration: none;
	}
	
	.box.team-member .team-member-overlay {
		background: url(images/img-overlay.png) repeat;
		bottom: 0;
		position: absolute;
		width: 100%;
		z-index: 2;
	}
	
	
	.box.team-member .team-member-overlay span {
		color: #fff;
		display: block;
		margin: 5px 0;
		text-align: center;
		text-transform: uppercase;
	}
	
	.box.team-member .team-member-overlay span.team-name {
		font: 700 12px/1 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
	}
	
	.box.team-member .team-member-overlay span.team-role {
		font: 300 10px/1 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
	}

.box.special-offers {
	margin: 8px 0 0;
	padding-left: 14px;
	width: 298px;
}

	.box.special-offers h2 {
		color: #fff;
		font: 400 17px/1 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
		text-transform: uppercase;
	}
	
	.box.special-offers .special-offer-box {
		position: relative;
	}
	
		.box.special-offers .special-offer-box img {
			float: left;
			margin: 0 10px 10px 0;
			height: auto;
			width: 163px;
		}
		
		.box.special-offers a {
			text-decoration: none;
			-webkit-tap-highlight-color: rgba(0,0,0,0);
		}
		
		
		.box.special-offers .special-offer-box .sale-item {
			background: url(images/sprite_icons.png) no-repeat 0 -711px;
			height: 60px;
			left: -3px;
			position: absolute;
			top: -3px;
			width: 56px;
		}
		
		.box.special-offers .special-offer-box .sale-item .sale-text {
			color: #eb242b;
			font: 400 17px/1 "Pacifico", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
			left: 3px;
			position: absolute;
			top: 16px;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5);
		}
		
		.box.special-offers .special-offer-box .special-price {
			float: right;
		}
		
			.box.special-offers .special-offer-box .special-price .only {
				color: #fff;
				font: 400 17px/1 "Pacifico", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
				padding-right: 35px;
				text-align: right;
				text-decoration: underline;
			}
			
			.box.special-offers .special-offer-box .special-price .ribbon {
				background: url(images/sprite_icons.png) no-repeat 0 -838px;
				color: #fff;
				display: block;
				padding: 8px 0 8px 20px;
				font: 400 14px/1 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
				width: 102px;
			}
			
				.box.special-offers .special-offer-box .special-price .ribbon .vat {
					font: 400 11px/1 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
					color: #fff;
				}
			
		.box.special-offers .special-offer-box .offer-info {
			clear: both;
		}
		
		.box.special-offers .special-offer-box .offer-info h4 {
			color: #fff;
			font: 400 17px/1 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
			margin: 7px 0;
		}
		
		.box.special-offers .special-offer-box .offer-info p {
			color: #fff;
			font: 200 11px/1 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
			margin: 0 0 20px;
			padding: 0 20px 0 0;
		}
		

.box.latest-offer {
	max-height: 145px;
	word-spacing: 150px;
}

	.box.latest-offer a {
		display: block;
		text-decoration: none;
	}

	.box.latest-offer h3 {
		line-height: 2;
	}

.box.fault-box {
	margin-right: 0;
	position: relative;
	word-spacing: 150px;
}
	
	.box.fault-box a {
		display: block;
		text-decoration: none;
	}
	
	.box.fault-box img {
		height: auto;
		width: 100%;
	}
	
	.box.fault-box h3 {
		line-height: 2;
		position: absolute;
		top: 15px;
		text-align: center;
		width: 100%;
	}
	
.box.competition-box {
	word-spacing: 150px;
}
	
	.box.competition-box a {
		display: block;
		text-decoration: none;
	}
	
	.box.competition-box h3 {
		line-height: 2;
		margin: 9px 0;
		width: 100%;
	}


.box.quote-request {
	background: #2A2A2A url(images/mainimgs_sprite.png) no-repeat -31px -1956px;
	margin-right: 0;
}
	
	.box.quote-request a {
		display: block;
		padding: 0 30px;
		text-decoration: none;
	}
	
	.box.quote-request h3 {
		line-height: 1.4;
		margin: 12px 0;
		width: 100%;
	}

.box.box_bottom {
	position: relative;
}
	
	.box.box_bottom a {
		display: block;
		text-decoration: none;
	}
	
	.box.box_bottom img {
		height: auto;
		width: 100%;
	}
	
	.box.box_bottom .img_overlay, .box.our-story .slider .img_overlay {
		background: url(images/img-overlay.png) repeat;
		position: absolute;
		bottom: 0;
		text-align: center;
		width: 100%;
	}
	
	.box.our-story .slider .img_overlay {
		padding: 0 10px;
	}
	
		.box.box_bottom .img_overlay h3 {
			font: 400 14px/1 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif; 
			margin: 10px 0;
		}
		
		.box.our-story .slider .img_overlay h3 {
			font: 400 20px/1.2 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif; 
			margin: 10px 0;
		}
		
.box.our-story .slider {
	display: none;
	position: absolute;
	width: 100%;
}

.box.our-story .slider.current {
	display: block;
}

	.box.our-story .slider img {
		height: 100%;
		width: 100%;
	}
		
.box.subscribe {
	background: #2A2A2A url(images/mainimgs_sprite.png) no-repeat -14px -2719px;
	margin-right: 0;
}

.box.subscribe {
	background: #2A2A2A;
}	


	
	.box.subscribe a {
		display: block;
		padding: 0 20px;
		text-decoration: none;
	}
	
	.box.subscribe h3 {
		line-height: 1.4;
		margin: 8px 0;
		padding: 0 10px;
		text-align: center;
		width: 100%;
	}
	


	

	
	.box.subscribe #mc_embed_signup form{
		padding: 0;
	}
	
		.box.subscribe #mc_embed_signup input.email {
			border: 1px solid white;
			display: block;
			font-size: 14px;
			margin: 20px auto 10px;
			padding: 5px;
			width: 90%;
		}
			
			.box.subscribe #mc_embed_signup input.email:hover,
			.box.subscribe #mc_embed_signup input.email:focus{
				border: 1px solid silver;
			}
			
			#mc_embed_signup input.button {
				background: #b10021;
				display: block;
				font-size: 14px;
				font-weight: normal;
				margin: 0 auto;
				width: 90%;
				
			background: #eb242b;
background: -moz-linear-gradient(top, #eb242b 0%, #c41f38 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb242b), color-stop(100%,#c41f38));
background: -webkit-linear-gradient(top, #eb242b 0%,#c41f38 100%);
background: -o-linear-gradient(top, #eb242b 0%,#c41f38 100%);
background: -ms-linear-gradient(top, #eb242b 0%,#c41f38 100%);
background: linear-gradient(to bottom, #eb242b 0%,#c41f38 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb242b', endColorstr='#c41f38',GradientType=0 );
			}
			
			#mc_embed_signup input.button:hover{
			background: #c41f38;
background: -moz-linear-gradient(top, #c41f38 0%, #eb242b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c41f38), color-stop(100%,#eb242b));
background: -webkit-linear-gradient(top, #c41f38 0%,#eb242b 100%);
background: -o-linear-gradient(top, #c41f38 0%,#eb242b 100%);
background: -ms-linear-gradient(top, #c41f38 0%,#eb242b 100%);
background: linear-gradient(to bottom, #c41f38 0%,#eb242b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c41f38', endColorstr='#eb242b',GradientType=0 );
			}

	
	
	.box.subscribe span.click-through a {
		background-position: 47px -629px;
		padding-bottom: 22px;
	}



.box.subscribe span.click-through {
	margin-top: 35%;
}
	
	

/* PAGES */

.text_right{
	float:right;
	width:500px;
}

.post-entry {
	background: #2a2a2a;
	color: #fff;
	font: 400 15px/1.2 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif; 
	margin: 10px 0;
	padding: 10px 20px;
}

	.post-entry h1 {
		color: #eb242b;
		font-size: 20px;
		font-weight: 400;
		text-transform: uppercase;
	}

#sidebar > div {
	color: #fff;
	font: 400 14px/1.2 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif; 
	margin: 10px 0 0;
	padding: 10px;
}

#sidebar .in-section {
	padding: 10px 0 0;
}

	#sidebar .in-section ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#sidebar .in-section ul li.pagenav ul {
			padding: 0;
		}

			#sidebar .in-section ul li.pagenav ul li {
				background: #4A4A4A;
				border: 1px solid #383737;
				padding: 5px;
				margin: 0;
			}
			
				#sidebar .in-section ul li > h2 {
					color: #eb242b;
					font-size: 18px;
					font-weight: 400;
					text-transform: uppercase;
				}

					#sidebar .in-section ul li a {
						color: #fff;
						text-decoration: none;
					}
				
				#sidebar .in-section ul li.pagenav ul li.current_page_item {
					background: #eb242b;
				}
				
				#sidebar .in-section ul li.pagenav ul li.current_page_item a {
					background: #eb242b;
					font-weight: 600;
					padding-left: 5px;
				}
				
				#sidebar .in-section ul li.pagenav ul li {
					float: left;
					text-align: left;
					width: 50%;
				}
				
				#sidebar .in-section ul li.pagenav ul li a {
					padding: 2px 5px;
				}
				
				#sidebar .in-section ul li.pagenav ul li a:hover {
					background: #eb242b;
				}
				
				#sidebar .in-section ul li.pagenav ul li:hover {
					background: #eb242b;
				}
				

		#sidebar .box {
			height: 145px;
			width: 145px;
		}
		
		#sidebar .box.live-support {
			
		}
		
		
		#sidebar .box.logo {
			margin: 0 7px 0 0;
		}
		
		#sidebar .box.it-support {
			margin: 0;
		}
		
		#sidebar .box.live-support h3 {
			margin-top: 6px;
		}
		
		#sidebar .box.live-support span.click-through {
			margin-top: 59%;
		}
		
		#sidebar .in-section {		
			background: #2A2A2A;		
			float: left;
			margin:	0 0 10px;
			text-align: center;
			width: 100%;
		}

img.alignleft, img.alignright, img.aligncenter {
	max-width: 100%;
	height: auto;
	margin: 5px 0 12px;
}


.post-entry a {
	color: #eb242b;
}

.wrapper .partners {
	display: none;
}

textarea:focus, input:focus{
    outline: 0;
}

input[type="submit"] {
	background: #eb242b; /* Old browsers */
	background: -moz-linear-gradient(top, #eb242b 0%, #eb242b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb242b), color-stop(100%,#eb242b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eb242b 0%,#eb242b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eb242b 0%,#eb242b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eb242b 0%,#eb242b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eb242b 0%,#eb242b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb242b', endColorstr='#eb242b',GradientType=0 ); /* IE6-9 */
	border: 0px;
	color: #fff;
	padding: 5px;
	text-transform: uppercase;
}

.pw_protected .protected-area-form input[type=password] {
	display: block;
	max-width: 150px;
	margin: 10px auto;
	padding: 3px 0 3px 5px;
	width: 90%;
}

	.pw_protected .protected-area-form input[type=submit] {
		display: block;
		max-width: 150px;
		margin: 0 auto;
		width: 100%;
	}
	
	.pw_protected .protected-area-form br {
		display: none;
	}
	
.post-entry a.remote_login_btn {
	background: #eb242b; /* Old browsers */
	background: -moz-linear-gradient(top, #eb242b 0%, #eb242b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb242b), color-stop(100%,#eb242b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eb242b 0%,#eb242b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eb242b 0%,#eb242b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eb242b 0%,#eb242b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eb242b 0%,#eb242b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb242b', endColorstr='#eb242b',GradientType=0 ); /* IE6-9 */
	color: #fff;
	display: block;
	margin: 10px 0;
	padding: 12px 0;
	width: 250px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}


input, textarea {
	max-width: 100%;
}

#single-page {
	padding-bottom: 6px;
}


/* NEWS POSTS */

.news_single {
	margin: 0 0 15px;
}

.news_single .featured_img {
	margin: 0 auto 10px;
	width: 100%;
}

	.news_single .featured_img img {
		height: auto;
		width: 100%;
	}
	
.news_single .news_info {
	width: 100%;
}

	.news_single .news_info h2 {
		font-size: 18px;
		font-weight: 400;
		margin: 0;
	}
	
		.news_single .news_info p {
			font-size: 14px;
			margin: 10px 0;
		}
		
			.news_single .news_info .news_read_more {
				background: #EB242B;
				/*-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				-ms-border-radius: 3px;
				-o-border-radius: 3px;
				border-radius: 3px;*/
				clear: both;
				color: #fff;
				display: block;
				float: right;
				padding: 4px 6px;
				text-decoration: none;
				-webkit-transition: all .3s ease; 
				-moz-transition: all .3s ease; 
				-o-transition: all .3s ease; 
				-ms-transition: all .3s ease; 
				transition: all .3s ease; 
			}
			
			.news_single .news_info .news_read_more:hover {
				background: #fff;
				color: #EB242B;
			}
			
			.offers_single .offers_info .offers_read_more {
				background: #EB242B;
				clear: both;
				color: #fff;
				display: block;
				margin: 7px auto;
				padding: 4px 6px;
				text-align: center;
				text-decoration: none;
				-webkit-transition: all .3s ease; 
				-moz-transition: all .3s ease; 
				-o-transition: all .3s ease; 
				-ms-transition: all .3s ease; 
				transition: all .3s ease;
				width: 40%;
			}
			
			.offers_single .offers_info .offers_read_more:hover {
				background: #fff;
				color: #EB242B;
			}	

.post_nav {
	margin: 35px 0 15px; 
}
	
.post_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

	.post_nav ul li {
		display: inline-block;
		margin: 0 4px 0 0;
	}
	
	.post_nav ul li:last-child {
		margin: 0 0 0 10px;
	}
	
	.post_nav ul li:first-child {
		margin: 0 10px 0 0;
	}
	
	.post_nav ul li.active {
		margin: 0 4px 0 0;
	}
	
		.post_nav ul li a {
			background: #EB242B;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			color: #fff;
			font-size: 15px;
			padding: 6px 10px;
			text-decoration: none;
		}
		
		.post_nav ul li.active a {
			background: #fff;
			color: #2a2a2a;
		}
		
		
/* RIBBON */

.price_wrapper {
	left: 0;
	margin: 12px auto 30px;
	position: relative;
	right: 0;
	top: -40px;
	width: 75.2%;
	z-index: 1;
}

.price_wrapper .ribbon {	
	background: #eb242b;
	background: -webkit-gradient(linear, left top, left bottom, from(#eb242b), to(#eb242b));
	background: -webkit-linear-gradient(top, #eb242b, #eb242b);
	background: -moz-linear-gradient(top, #eb242b, #eb242b);
	background: -ms-linear-gradient(top, #eb242b, #eb242b);
	background: -o-linear-gradient(top, #eb242b, #eb242b);
	background-image: -ms-linear-gradient(top, #eb242b 0%, #eb242b 100%);
	-webkit-box-shadow: rgba(000,000,000,0.3) 0 0px 0px;
	-moz-box-shadow: rgba(000,000,000,0.3) 0 0px 0px;
	box-shadow: rgba(000,000,000,0.3) 0 0px 0px;
	color: #ffffff;
	font-size: 17px;
	margin: 0;
	padding: 8px 0;
	position: absolute;
	text-align: center;
	text-shadow: #eb242b 0 1px 0;
	width: 194px;
}
   
.price_wrapper .ribbon:before, .price_wrapper .ribbon:after {
	bottom: -10px;
	border: 1.5em solid #d60b15;
	content: '';
	display: block;
	font-size: 12px;
	position: absolute;
	z-index: -1;
}

.price_wrapper .ribbon:before {
   left: -26px;
   border-right-width: 1.5em;
   border-left-color: transparent;
   -webkit-box-shadow: rgba(000,000,000,0.4) 0px 0px 0px;
   -moz-box-shadow: rgba(000,000,000,0.4) 0px 0px 0px;
   box-shadow: rgba(000,000,000,0.4) 0px 0px 0px;
}

.price_wrapper .ribbon:after {
   right: -26px;
   border-left-width: 1.5em;
   border-right-color: transparent;
   -webkit-box-shadow: rgba(000,000,000,0.4) -0px 0px 0px;
   -moz-box-shadow: rgba(000,000,000,0.4) -0px 0px 0px;
   box-shadow: rgba(000,000,000,0.4) -0px 0px 0px;
}

.price_wrapper .ribbon .ribbon-content {
	font-weight: normal;
}

.price_wrapper .ribbon .ribbon-content:before, .price_wrapper .ribbon .ribbon-content:after {
   border-color: #9c161d transparent transparent transparent;
   position: absolute;
   display: block;
   border-style: solid;
   bottom: -10px;
   content: '';
}

.price_wrapper .ribbon .ribbon-content:before {
   left: 0;
   border-width: 10px 0 0 10px;
}
   
.price_wrapper .ribbon .ribbon-content:after {
   right: 0;
   border-width: 10px 10px 0 0;
}

/* Ribbon replacement --------- Kev ---------*/
.price{
	background: #eb242b;
	float : left;
	margin-left: 157px;
	margin-top: 146px;
	text-align: center;
	width: 100px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 768px) {


/* RESET ALL NAV STYLES */

#nav.visible {
	display: none;
}

.csstransforms #main.slid-right {
	-webkit-transform: translate(0px);
	-moz-transform: translate(0px);
	-ms-transform: translate(0px);
	-o-transform: translate(0px);
	transform: translate(0px);
}



#activator {
	display: none;
}

#it_staff_login {	
	top: 364px;
}

#main_nav {
	display: inline-block;
	float: left;
}

	#main_nav ul {
		margin: 0;
		padding: 0;
	}
	
	#main_nav ul li {
		float: left;
		margin: 0 5px;
		padding: 4px 0;
		position: relative;
	}
	
	
	#main_nav ul.menu li.current_page_item, #main_nav ul.menu li.current-menu-ancestor {
		background: #eb242b;
	}
	
	#main_nav ul.menu li ul.sub-menu li.current_page_item {
		background: none;
	}
	
	#main_nav ul.menu li a {
		background: url(images/sprite_icons.png) no-repeat;
		color: #fff; 
		font: 13px/1 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif; 
		padding: 8px 8px 8px 37px;
		display: block; 
		text-decoration: none;
		text-transform: uppercase;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		
	}
	
	#main_nav ul.menu li.home-nav a {
		background-position: -2px 7px;
	}
	
	#main_nav ul.menu li.about-nav a {
		background-position: -1px -48px;
	}
	
	#main_nav ul.menu li.services-nav a {
		background-position: 2px -107px;
		padding-bottom: 7px;
	}
	
	#main_nav ul.menu li.news-nav a {
		background-position: 3px -171px;
	}
	
	#main_nav ul.menu li.offers-nav a {
		background-position: 0px -233px;
	}
	
	#main_nav ul.menu li.contact-nav a {
		background-position: 2px -287px;
	}
	
	#main_nav ul.menu li a:hover {
		text-decoration: underline;
	}
	
	
	#main_nav ul li ul.sub-menu {
		background: #4a4a4a;
		border: 1px solid #383737;
		display: none;
		left: 0;
		padding: 0;
		position: absolute;
		top: 40px;
		width: 198px;
		z-index: 5;
	}
	
	#main_nav ul.menu li:hover {
		background-color: #4a4a4a; 
	}
	
	#main_nav ul.menu li.current_page_item:hover,  #main_nav ul li.current-page-ancestor:hover {
		background-color: #EB242B;
	}
	
	#main_nav ul li ul.sub-menu li:hover {
		background-color: transparent;
	}
	
	
	#main_nav ul li.current_page_item ul.sub-menu, #main_nav ul li.current-page-ancestor ul.sub-menu  {
		background: #EB242B;
		border: 1px solid #CE2323;
	}
	
	
	.social.socdesk {
		float: left;
		height: 30px;
		display: inline-block;
	}
	
	
.wrapper {
	width: 754px;
}
	
.box {
	min-height: 182px;
	margin: 8px 0 0;
	width: 182px;
}

.box.our-story {
	display: block;
	height: 372px;
	width: 372px;
}

.box.our-story 

	.box.our-story h2 {
		color: #eb242b;
		font: 200 39px/1 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
		margin: 0 0 15px;
		text-transform: uppercase;
	}
	
	.box.our-story p {
		color: #fff;
		font: 200 21px/1.27 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
	}
	
	.box.our-story span.click-through {
		margin-top: 22%;
		text-align: right;
	}
	
		.box.our-story span.click-through a {
			background-position: 52px -647px;
			font-size: 14px;
			font-weight: 200;
			padding-right: 40px;
			padding-bottom: 0;
		}
	
.box span.click-through {
	margin-top: 53%;
}

	.box span.click-through a {
		background-position: 14px -624px;
		font-size: 19px;
		padding-bottom: 23px;
	}

.box h3 {
	font-size: 19px;
}

.box.live-support {
	background-position: 53px 48px;
}

.box.it-support span.phone {
	margin: 30px 0 10px;
}

	.box.it-support span a {
		font-size: 19px;
	}

	.box.it-support span.phone a {
		background-position: 6px -573px;
		padding-left: 50px;
	}
	
	.box.it-support span.email a {
		background-position: 3px -602px;
		padding-left: 54px;
	}
	
.box.it-solutions {
	background-position: -5px -1025px;
}

.box.team-member img {
	max-height: 182px;
}

.box.special-offers {
	height: 372px;
	width: 372px;
}

.box.special-offers h2 {
	font-size: 21px;
}

.box.special-offers .special-offer-box img {
	width: 202px;
}

.box.special-offers .special-offer-box .special-price .only {
	font-size: 21px;
}

.box.special-offers .special-offer-box .special-price .ribbon {
	background-position: 0 -882px;
	padding: 10px 0 11px 27px;
	font-size: 17px;
	width: 100px;
}

	.box.special-offers .special-offer-box .special-price .ribbon .vat {
		font-size: 13px;
	}
	
	.box.special-offers .special-offer-box .offer-info h4 {
		font-size: 21px;
	}
	
	.box.special-offers .special-offer-box .offer-info p {
		font-size: 13px;
		line-height: 1.4;
		padding-right: 40px;
	}

.box.quote-request {
	background-position: -15px -1704px;
}

	.box.quote-request a {
		padding: 0 40px;
	}
	


.box.subscribe {
	background: #2A2A2A url(images/mainimgs_sprite.png) no-repeat 5px -4002px;
}

	.box.subscribe h3 {
		padding: 0 14px;
	}

	.box.subscribe #mc_embed_signup input.email {
		margin: 45px auto 10px;
	}


.box.subscribe span.click-through a {
	background-position: 64px -624px;
	padding-bottom: 28px;
}




.box.subscribe span.click-through {
	margin-top: 53%;
}


.post-entry { 
	float: right;
	margin-left: 10px;
	width: 540px;
}

#sidebar {
	float: left;
	width: 204px;
}


#sidebar .box {
	min-height: 204px;
	width: 204px;
}

	#sidebar .box.live-support {
		background-position: 53px 48px;
	}
	
	#sidebar .box.logo {
		margin: 10px 0;
	}
	
	#sidebar .in-section {		
		margin:	10px 0;
		width: 204px;
	}

img.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

img.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

img.aligncenter {
	clear: both;
	display: block;
	margin: 10px auto;
}

#sidebar .in-section {
	margin: 10px 0 0;
	padding: 10px;
}

#sidebar .in-section ul li.pagenav ul li {
	border: 0;
	background: transparent;
	width: 100%;
}

#sidebar .in-section ul li.pagenav ul li:hover {
	background: none;
}

	#sidebar .in-section ul li.pagenav ul li.current_page_item {
		background: none;
	}

.pw_protected .protected-area-form input[type=password] {
	margin: 10px 0;
}

	.pw_protected .protected-area-form input[type=submit] {
		margin: 0;
	}

.news_single .featured_img {
	float: left;
	width: 35%;
}

.news_single .news_info {
	float: left;
	margin-left: 3%;
	width: 62%;
}

.price_wrapper .ribbon {
	width: 145px;
}

.offers_single .featured_img {
	width: 49%;
}

.offers_single .news_info {
	float: left;
	margin-left: 0;
	width: 51%;
}

.offers_single .offers_info .offers_read_more {
	float: right;
	width: auto;
}

.offers_single .featured_img img {
	height: auto;
	width: 90%;
}

.price_wrapper {
	left: auto;
	margin: 12px 0 30px 36px;
	right: auto;
}

}

@media only screen and (min-width: 1024px) {


#it_staff_login {
	top: 494px;
}


	.wrapper {
		width: 1022px;
	}

	
	#main_nav ul.menu li {
		margin: 0 10px;
		padding: 4px 0 4px 7px;
	}

	#main_nav ul.menu li a {
		font: 17px/1 "Source Sans Pro", "Lato", Helvetica Neue, Helvetica, Arial, sans-serif; 
		padding: 9px 13px 6px 30px;
	}
	
	#main_nav ul.menu li.home-nav a {
		background-position: -4px 9px;
	}
	
	#main_nav ul.menu li.about-nav a {
		background-position: -7px -45px;
	}
	
	#main_nav ul.menu li.services-nav a {
		background-position: -2px -105px;
		padding-bottom: 6px;
	}
	
	#main_nav ul.menu li.news-nav a {
		background-position: 0px -168px;
	}
	
	#main_nav ul.menu li.offers-nav a {
		background-position: 0px -229px;
	}
	
	#main_nav ul.menu li.contact-nav a {
		background-position: -3px -284px;
	}
	
	#main_nav ul.menu li a:hover {
		text-decoration: underline;
	}


.box {
	min-height: 248px;
	width: 248px;
}

	.box h3 {
		font-size: 23px;
	}
	
	
	.box span.click-through {
		margin-top: 60%;
	}
	

.box.our-story {
	height: 504px;
	width: 504px;
}
		
	.box.our-story h2 {
		font-size: 50px;
	}

	.box.our-story p {
		font-size: 28px;
	}
	
	.box.our-story span.click-through {
		margin-top: 30%;
	}
	
		.box.our-story span.click-through a {
			background-position: 60px -645px;
			font-size: 16px;
		}

.box.live-support {
	background-position: 70px 70px;
}

.box.it-support span.phone {
	margin: 40px 0 20px;
}
	.box.it-support span a {
		background-position: 6px -571px;
		font-size: 22px;
	}
	
	.box.it-support span.phone a {
		background-position: 6px -570px;
	}
	
	.box.it-support span.email a {
		background-position: 3px -599px;
		font-size: 19px;
	}


.box.it-solutions {
	background-position: 7px -738px;
}

	.box.team-member img {
		max-height: 248px;
	}
	
	.box.team-member .team-member-overlay {
		padding: 3px 0;
	}

		.box.team-member .team-member-overlay span.team-name {
			font-size: 14px;
		}
	
		.box.team-member .team-member-overlay span.team-role {
			font-size: 12px;
		}

.box.special-offers {
	height: 504px;
	width: 504px;
}

	.box.special-offers .special-offer-box img {
		width: 800px;
	}
	
	.box.special-offers .special-offer-box .special-price .only {
		font-size: 25px;
	}
	
	.box.special-offers .special-offer-box .special-price .ribbon {
		background-position: 0 -934px;
		padding: 17px 0 19px 40px;
		font-size: 21px;
		width: 160px;
	}
	
		.box.special-offers .special-offer-box .special-price .ribbon .vat {
			font-size: 15px;
		}

.box.special-offers .special-offer-box .offer-info h4 {
	font-size: 25px;
}

.box.special-offers .special-offer-box .offer-info p {
	font-size: 15px;
	line-height: 1.2;
	margin-top: 13px;
}

.box.fault-box, .box.competition-box {
	word-spacing: 200px;
}

	.box.competition-box h3 {
		margin: 30px 0 0;
	}

.box.quote-request {
	background-position: 10px -1436px;
}



.box.subscribe {
	background-position: 37px -3641px;
}

	.box.subscribe h3 {
		padding: 0 20px;
	}


	.box.subscribe #mc_embed_signup input.email {
		margin-top: 100px;
		font-size: 16px;
	}
	
	#mc_embed_signup input.button {
		font-size: 15px;
	}

	.box.subscribe span.click-through {
		margin-top: 58%;
	}

		.box.subscribe span.click-through a {
			background-position: 99px -626px;
		}

.post-entry { 
	width: 787px;
}

.post-entry h1 {
	font-size: 24px;
}

#sidebar {
	width: 225px;
}
	#sidebar .box {
		min-height: 225px;
		width: 225px;
	}
	
	#sidebar .box.live-support {
		background-position: 70px 70px;
	}
	
	#sidebar .box.live-support span.click-through {
		margin-top: 67%;
	}
	
	#sidebar .in-section {
		display: none;
	}
	
	#sidebar .in-section.visible_always {
		display: block;
		width: 225px;
	}

#main_nav ul li:hover ul.sub-menu {
		display: block;
	}
	
	#main_nav ul li:hover ul.sub-menu.sub-hide {
		display: none;
	}
	
		#main_nav ul li ul.sub-menu li {
			border-bottom: 1px solid #383737;
			float: none;
			margin: 0 0 5px;
			padding: 0 0 0 10px;
		}
			
			#main_nav ul.menu li ul.sub-menu li a {
				color: #fff;
				background: none;
				line-height: 1.3;
				padding: 10px;
			}
	
	#main_nav ul.menu li.current_page_item ul.sub-menu li, #main_nav ul.menu li.current-page-ancestor ul.sub-menu li {
		border-bottom: 1px solid #CE2323;
	}
	
	#main_nav ul li ul.sub-menu li:last-child, #main_nav ul.menu li.current_page_item ul.sub-menu li:last-child, #main_nav ul.menu li.current-page-ancestor ul.sub-menu li:last-child {
		border-bottom: 0px solid;
	}

footer{
	clear: both;
	display: block;
	}
	
footer .wrapper .partners {
	background: #fff;
	display: block;
	margin: 5px 0;
	padding: 2px 0;
	width: 1015px;
}


	footer .wrapper .partners img {
		max-width: 167px;
	}
	
.news_single .featured_img {
	float: left;
	width: 20%;
}

.news_single .news_info {
	float: left;
	margin-left: 3%;
	width: 77%;
}

.offers_single .featured_img {
	float: left;
	width: 37%;
}

	.offers_single .featured_img img {
		margin: 0;
		width: 100%;
	}
	
	.offers_single .offers_info {
		margin-left: 3%;
		width: 60%;
	}
	
.price_wrapper .ribbon {
	width: 194px;
}

.price_wrapper {
	margin: 12px auto 30px 39px;
}
	
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
*zoom: 1;
}

.clearfix2 {
auto: 67%;
width: 67%;



/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}