/* 
	Theme Name: Cloud9
	Theme URL: http://www.exsite.ie
	Description: Cloud9 - A responsive theme by exSite
	Author: Ciarán Reinhardt
	Version: 1.0
*/

/*! normalize.css v1.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: century gothic;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
	border:none;
	background:url(../images/search.png)no-repeat;
	position:relative;
	left:180px;
	width:20px;
	height:20px;
	top:-23px;
}
#search{
	float:right;
	height:26px;
	margin-bottom:30px;
	position:relative;
	width:205px;
	display:none;
	}
#search input{
	padding-right:25px;
	}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}




/* ==========================================================================
   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;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author: Ciaran Reinhardt - www.exsite.ie
   ========================================================================== */
   
body {
	background: #00aeef url(../images/body-bgmob.png) no-repeat -154px 104px;
}

.wrapper {
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}

#header {
	backggsround: #00aeef;
	position: relative;
}

#logo {
	background: url(../images/logo-mob.png) no-repeat 9px 10px;
	height: 98px;
	position: absolute;
	text-indent: -9999em;
	top: 3px;
	width: 180px;
	z-index: 2;
}

	#logo a {
		display: block;
		height: 100%;
	}

.call-now-btn {
	background: url(../images/call-now-btn.png) no-repeat;
	height: 42px;
	position: absolute;
	right: 10px;
	text-indent: -9999em;
	top: 12px;
	width: 117px;
	z-index: 2;
}


nav {
	backagdsground: #00aeef;
	float: right;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 17px;
	height: auto;
	margin-top: 61px;
	position: relative;
	width: 100%;
}

nav ul {
	display: none;
	height: auto;
	margin: 100px auto 0;
	padding: 0;
	width: 100%;
}

nav li {
	background: white;
	display: block;
	float: left;
	height: auto;
	position: relative;
	width: 50%;
}

nav li a {
	border: 1px solid #00aeef;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	color: #00bef8;
	display: inline-block;
	line-height: 30px;
	outline: 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

nav a:active {
	outline: none;
	-moz-outline-style: none;
	-moz-focus-inner-border: 0; 
}

nav a:focus {
	-moz-outline-style: none;
	-moz-focus-inner-border: 0;
}

nav a:visited {
	outline: none;
	-moz-outline-style: none;
	-moz-focus-inner-border: 0; 
}

nav a:hover {
	outline: none;
	-moz-outline-style: none;
	-moz-focus-inner-border: 0; 
}

nav li:last-child a {
}

.current_page_item  a:link,
.current_page_item  a:visited{
	color:#29759f;
}

#header.portfolio_page li.menu_active_p a:link,
#header.portfolio_page li.menu_active_p a:visited{
	color:#29759f;
}

#header.news_page li.menu_active_n a:link,
#header.news_page li.menu_active_n a:visited{
	color:#29759f;
}

#header.team_page li.menu_active_a a:link,
#header.team_page li.menu_active_a a:visited{
	color:#29759f;
}



#mob-navigation  a:hover, 
#mob-navigation  a:active {
	background-color: #00aeef;
	color: #ffffff;
}



nav a#pull {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	backggdasround-color: #00aeef;
	color: #fff;
	border: 0;
	clear: both;
	display: block;
	line-height: 30px;
	outline: 0;
	padding: 5px 52px 5px 0;
	position: relative;
	text-align: right;
	text-decoration: none;
	width: 100%;
}

nav a#pull:hover {
	background-color: transparent;
}
	
nav a#pull:after {
	background: url(../images/nav-icon.png) no-repeat;
	content:"";
	display: inline-block;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 11px;
	width: 30px;
}

nav.open {
	margin-top: 1px !important;
}

#mobile-homepage {
	margin: 20px auto 15px;
	width: 300px;
}

.homepage-box {
	float: left;
	height: 100px;
	margin: 2% 2% -2%;
	width: 46%;
}

	.homepage-box.about-box {
		background: transparent url(../images/about-boxbg.png) no-repeat;
	}
	
	.homepage-box.portfolio-box {
		background: transparent url(../images/portfolio-boxbg.png) no-repeat;
	}
	
	.homepage-box.contact-box {
		background: transparent url(../images/contact-boxbg.png) no-repeat;
	}
	
	.homepage-box.services-box {
		background: transparent url(../images/services-boxbg.png) no-repeat;
	}

	.homepage-box a {
		color: #ffffff;
		display: block;
		font-size: 20px;
		padding: 31px 0;
		text-align: center;
		text-decoration: none;
		text-indent: -999999em;
	}

.single {
	padding: 0 5px;
}

#footer {
	display: none;
	padding: 0 10px;
}

#address {
	color: #808183;
	font-size: 12px;
}

.add {
	display: block;
	margin-bottom: 15px;
}

.tel,.email  {
	display: block;
	font-size: 14px;
}

	.email-footer {
		color: #04a8da;
		text-decoration: none;
	}
#copyright {
	color: #808183;
	display: block;
	font-size: 10px;
	margin-top: 10px;
}

#main-navigation {
	display: none;
}	

#contact-top {
	display: none;
}

#slider-wrapper {
	display: none;
}

#homepage-normal {
	display: none;
}

#page-body {
	background: white;
	color: #808183;
	padding: 35px 0;
} 

#page-body .side-info h1 {
	font-size: 20px;
	font-weight:300;
	margin-top: 0;
}

#page-body .side-info p {
	font-size: 13px;
	margin: 0 0 10px;
}

.portfolio-boxes {
	width: 95%;
	padding: 0 2.5%;
}


	.portfoliobox {
		position: relative;
		margin: 10px auto;
		width: 220px;
	}
	
	.portfoliobox .portfolio-link{
		height: 220px;
		top: 0;
		width: 220px;
		position: absolute;
		z-index: 1;
	}
	
	.portfolio-caption{
		display:none;
	}
	
	

	
	.portfoliobox .portfolio-link {
		background: url(../images/overlay.png) repeat;
		display: none;
		height: 220px;
		width: 220px;
	}
	
	.portfolio-caption {
		display: none;
	}
	

	.portfoliobox:hover a {
		display: block;
		position: absolute;
		top: 0;
		z-index: 1;
	}
	
	.portfoliobox:hover .portfolio-caption {
		color: #ffffff;
		display: block;
		position: absolute;
		top: 108px;
		text-align: center;
		width: 100%;
		z-index: 2;
	}
	*/
	
.news-stories {
	border-bottom: 1px solid #04a8da;
	margin: 0 0 10px;
	padding: 2.5%;
	width: 95%;
}

.products-listings,.service-listings {
	margin: 0 0 10px;
	padding: 2.5%;
	width: 95%;
}

	.products-listings h1, .service-listings h1 {
		font-size: 20px;
		font-weight:300;
	}
	.products-listings h2, .service-listings h2 {
		font-size: 20px;
		font-weight: 400;
	}
	.products-listings h3, .service-listings h3 {
		font-size: 15px;
		font-weight: 400;
	}
	
	.products-listings p, .products-listings strong, .service-listings p, .service-listings strong{
		font-size: 13px;
	}
	
	.products-listings strong a, .service-listings strong a{
		color: #04a8da;
	}
	
.products-listings ul li, .service-listings ul li {
	font-size: 13px;
}

hr {
	color: #04a8da;
	background: #04a8da;
}

.products-listings table, .service-listings table {
	font-size: 13px;
	width: 100%;
	border: 0px !important;
}

.products-listings table th, .service-listings table th {
	background: #04a8da;
	color: #ffffff;
	text-align: left;
}

.products-listings table tr, .service-listings table tr {
	margin: 4px 0;
}

.feat-image img {
	display: block;
	margin: 0 auto;
	max-width: 700px;
	height: auto !important;
	width: 100% !important;
}

.feat-image iframe {
	max-width: 700px;
	width: 100%;
}

.page-content h2 {
	font-size: 20px;
	font-weight:normal;
	margin-top: 0;
}

.page-content p {
	font-size: 13px;
	margin: 0 0 10px;
}

.contact {
	margin: 0 0 10px;
	padding: 2.5%;
	width: 95%;
}

.content-actual ul {
	font-size: 13px;
}

.content-actual ul li a {
	color: #04a8da;
}

.pictures-right img {
	display: block;
	margin: 0 auto;
	max-width: 700px;
	height: auto !important;
	width: 100% !important;
}
	
#tabs {

}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */

#slider-wrapper {
	margin: 10px 0;
}
.nivoSlider {
	position:relative;
	width:100%;
	/*height:350px;*/
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}


/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:100%;
	display:none;
	background:url('../images/caption-bg.png') repeat;
	color:#fff;
	width:257px;
	height: 100%;
	z-index:8;
	padding: 0px 20px;
	line-height: 25px;
	opacity: 0.9;
	overflow: hidden;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.nivo-captionShow{
	bottom:0;
	display:block;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-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-transition:all 1s ease; /* delay = 1 s */
	-moz-transition:all 2s ease; 
	-ms-transition:all 2s ease;  
	-o-transition:all 2s ease;     
	transition:all 2s ease;
}





.nivo-caption p {
	font-size: 45px;
	margin: 243px 0px 24px;
}

.nivo-caption strong{
	font-size: 51px;
	font-weight: normal;
	margin-left: 2px;
}

.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	display: none;
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	text-indent: -9999em;
}

#slider:hover .nivo-directionNav a {
	display: block;
}
.nivo-prevNav {
	background: url('../images/left.png') no-repeat;
	width: 35px;
	height: 35px;
	left:10px;
}
.nivo-nextNav {
	background: url('../images/right.png') no-repeat;
	width: 35px;
	height: 35px;	
	right:10px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	display: none;
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
#gallery{
	max-width:710px;
	float:right;
	margin-right:-10px
	}


.news-stories h2{
	font-size: 20px;
	font-weight: normal;
	margin-top: 0;
}
	
.news{
	border-top: 1px solid #00aeef;
	display: inline-block;
	margin: 20px 0 0;
	padding: 20px 0 0;
	}
	
	.news h2{
		margin: -7px 0 7px;
	}
.news a {
	color:#00BEF8;
	text-decoration:none;
	}
	
	.news .feat-image{
		float: left;
		margin-left: 0;
		width: 200px;
	}
	
	.postlink{
		height: 135px;
		float: left;
		margin-left: 10px;
		text-indent: -999999px;
		width: 69px;
	}
	
		.news .postlink a:link,
		.news .postlink a:visited{
			background: url('../images/postlink.png') no-repeat 0 32px;
			display: block;
			height: 197px;
			margin: -32px 0;
		text-decoration: none;
		-webkit-transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		-o-transition: all 0.2s ease-in;
		transition: all 0.2s ease-in;
		}
		
		.news .postlink a:hover,
		.news .postlink a:focus{
			background: url('../images/postlink2.png') no-repeat 0 32px;
		}
	
	
.wp-paginate {
	border-top: 1px solid #04a8da;
	display: block;
	padding: 30px 0 0;
	margin: 19px 0 0;
	max-width: 513px;
}
	.wp-paginate li {
		display:inline; 
		list-style:none;
	}
		.wp-paginate a {
			background:#d6e5f7;
			color:#00bef8; 
			margin-right:4px; 
			padding:3px 6px; 
			text-align:center; 
			text-decoration:none;
		}
		
		.wp-paginate a:hover, 
		.wp-paginate a:active {
			background:#b3d4fc; 
			color:#00bef8; 
		}
		
		.wp-paginate .title {
			color:#808183; 
			margin-right:4px;
		}
		
		.wp-paginate .gap {
			color:#999; 
			margin-right:4px;
		}
		
		.wp-paginate .current {
			color:#fff; 
			background:#00bef8; 
			margin-right:4px; 
			padding:3px 6px;
		}
	
	
#tabs {
	height: 74px;
	margin: 0;
	padding: 0px;
}
#tabs li {
	float:left;
	height: 30px;
	list-style:none; 
	border-top:1px solid #ccc; 
	border-left:1px solid #ccc; 
	border-right:1px solid #ccc; 
	margin: 5px;
	border-top-left-radius:3px;  
	border-top-right-radius:3px;
	-moz-box-shadow: 0 -2px 2px #dadada;
	-webkit-box-shadow:  0 -2px 2px #dadada;
	box-shadow: 0 -2px 2px #dadada;
	width: 46%;
}
#tabs li a {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
	font-weight:bold; 
	color:#00BEF8; 
	padding:7px 14px 6px 12px; 
	display:block; 
	background:#FFFFFF;  
	border-top-left-radius:3px; 
	border-top-right-radius:3px; 
	text-decoration:none;
	background: -moz-linear-gradient(top, #ebebeb, white 10%);  
	background: -webkit-gradient(linear, 0 0, 0 10%, from(#ebebeb), to(white));  
	border-top: 1px solid white; 
	text-shadow:-1px -1px 0 #fff;
	outline:none;
}
#tabs li a.inactive{
	padding-top:5px;
	padding-bottom:5px;
	color:#666666;
	background: -moz-linear-gradient(top, #dedede, white 75%);  
	background: -webkit-gradient(linear, 0 0, 0 75%, from(#dedede), to(white));  
	border-top: 1px solid white; 
}
#tabs li a:hover, #tabs li a.inactive:hover {
	border-top: 1px solid #dedede;
	color:#00BEF8;
}



.portfoliobox .portfolio-caption a:link,
.portfoliobox .portfolio-caption a:visited{
		color: white;
		text-decoration: none;
		display: block;
		text-align: center;
		margin: 10px 0px;
		position: relative;
		width: 100%;
}







/* ==========================================================================
   Media Queries
   ========================================================================== */

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

nav li {
	width: 50%;
}



#single_team_page img{
	margin:0px 0px 10px;
}

#single_team_page .content-actual{
width:300px;
}

#single_team_page h2{
	margin-bottom:10px;
}



}
@media only screen and (min-width: 600px) {

body {
	background: #00AEEF url(../images/body-bgipad.png) no-repeat -350px 150px;
}

#header {
	background: #00aeef;
}

#logo {
	background: url(../images/logo-ipad.png) no-repeat;
	
	height: 151px;
	height: 100px;
	left: 30px;
	top: 8px;
	width: 256px;
	width: 225px;
}

#contact-top {
	display: inline-block;
	float: right;
	margin: 78px 15px 0 0;
}	

.telephone {
	display: none;
}

#contact-top .social-top {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contact-top .social-top li {
	float: left;
	height: 27px;
	margin: 0 2px;
	width: 27px;
}

.single {
	padding: 0 10px;
}


#contact-top .social-top li a {
	display: block;
	text-indent: -99999em;
}

#contact-top .social-top li.fb {
	background: url(../images/facebook.png) no-repeat;
}
#contact-top .social-top li.tw {
	background: url(../images/twitter.png) no-repeat;
}
#contact-top .social-top li.gp {
	background: url(../images/googleplus.png) no-repeat;
}
#contact-top .social-top li.pn {
	background: url(../images/pinterest.png) no-repeat;
}
#contact-top .social-top li.in {
	background: url(../images/linkedin.png) no-repeat;
}


nav {
	margin-top: 5px;
}

nav ul {
	display: block;
	text-align: center;
	margin: 0;
}


nav a {
	border-bottom: 1px solid #4485A3;
	border-left: 0;
	border-right: 1px solid #4485A3;
	border-top: 0;
	text-align: center;
	text-indent: 0px;
}


#pull {
	display: none !important;
}

#mobile-homepage {
	margin: 20px auto 15px;
	width: 600px;
}

.homepage-box {
	height: 182px;
	max-height: 200px;
}

	.homepage-box.about-box {
		background: transparent url(../images/about-boxbgipad.png) no-repeat;
	}
	
	.homepage-box.portfolio-box {
		background: transparent url(../images/portfolio-boxbgipad.png) no-repeat;
	}
	
	.homepage-box.contact-box {
		background: transparent url(../images/contact-boxbgipad.png) no-repeat;
	}
	
	.homepage-box.services-box {
		background: transparent url(../images/services-boxbgipad.png) no-repeat;
	}
	
		.homepage-box a {
			height: 50%;
			padding: 41px 0;
		}

.portfolio-boxes {
	margin: 0 auto;
	width: 80%;
}



.portfoliobox {
	float: left;
	margin: 10px;
}

#tabs {
	float: right;
	height: 28px;
	margin: 1em 0;
	padding: 40px;
}

	#tabs li {
		margin: 0 5px 0 0 ;
		width: auto;
	}



#single_team_page h2{
	margin-bottom:10px;
}

#single_team_page .content-actual{
width:80%;
}

	#single_team_page img{
		float:left;
		margin: 0px 10px 5px 0px;
	}





}

@media only screen and (min-width: 768px) {
	.portfolio-boxes {
		width: 64%;
	}
}
   

@media only screen and (min-width: 960px) {
body {
	background: white;
}

#logo {
	background: url(../images/logo.png) no-repeat;
	height: 151px;
	position: static;
	width: 256px;
}


nav li {
	background: #00bef8;
}

nav li a:hover {
	background: #00bef8;
}

#homepage-normal {
	display: block;
}

.single {
	padding: 0;
}


#slider-wrapper {
	display: block;
}

#mobile-homepage {
	display: none;
}

#header {
	background: url(../images/header-bg.png) repeat-x;
}

.call-now-btn {
	display: none;
}

#mob-navigation {
	display: none;
}

#main-navigation {
	display: block;
}

.current_page_item  a:link,
.current_page_item  a:visited{
	background:none;
	color:#29759f;
}

nav {
	float: right;
	margin-top: 1px;
	width: 73%;
}

nav ul {
	float: right;
	width: auto;
}

nav li {
	background: #00bef8;
	display: inline;
	float: left;
	margin: 0 8px;
	width: auto;
}

nav li a {
	color: white;
	border: 0;
}

nav a {
	width: 100px;
}

#logo {
	float: left;
}


#contact-top {
	float:right;
	margin: 21px 0 7px;
	width: 510px;
}

.social-top {
	display: inline-block;
	float: right;
}

.telephone {
	color: #ffffff;
	display: block;
	float: left;
	font-size: 20px;
	margin-left:217px;
	margin-top: 1px;
	position:absolute;
}

.address-homepage {
	color: #808183;
	float: left;
	font-size: 18px;
	margin-right: 6%;
	width: 49%;
}

#homepage-normal {
	padding-bottom: 120px;
}

.homepage-content {
	color: #808183;
	text-align: right;
}

.homepage-content h1 {
	color: #00bef8;
	font-size: 21px;
	font-weight: 400;
	margin: 0 0 8px;
}

	.homepage-content p {
		font-size: 14px;
		margin: 0 0 4px;
	}

#footer {
	display: block;
	margin-top: 20px;	
}

#address, .add, .tel, .email, .email-footer {
	color: #808183;
	font-size: 14px;
}

.add, .tel, .email {
	display: inline-block;
	margin-bottom: 0;
}

.tel, .email {
	margin-left: 12px;
}



#copyright {
	margin: 0 0 12px;
}

.side-info {
	float: left;
	width: 244px;
}

.full-info {
	float: none;
	width: 100%;
}

.portfolio-boxes {
	float: left;
	padding: 0;
	width: 715px;
}

.portfoliobox {
	margin: 0 0 18px 18px;
}



#gallery .ngg-gallery-thumbnail{
	height: 110px;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
	width: 167px;
}

#gallery .ngg-gallery-thumbnail img{
	border:none;
	margin:0;
	padding:0;
}




.news-stories, .contact {
	padding: 25px 0;
	width: 100%;
}

.news-stories{
	padding-top: 0;
}

.news{
	border-top: 1px solid #00aeef;
	display: inline-block;
	margin: 12px 0 0;
	padding: 30px 0 0;
		}

		.news .feat-image{
			float: left;
			margin-left: 20px;
			width: 200px;
		}
		
			.postlink {
				margin-left: 30px;
			}

				.news .postlink a:link,
				.news .postlink a:visited{
					background: white url('../images/postlink.png') no-repeat 0 32px;
				}
				
				.news .postlink a:hover,
				.news .postlink a:focus{
					background: white url('../images/postlink2.png') no-repeat 0 32px;
				}

.page-content {
	float: left;
	padding-right: 15px;
	width: 245px;
}

#single_team_page {
	width:80%;
	}
#single_team_page img{
	margin: 0px 20px 7px 0px;
	}

.page-content
	.feat-image img {
		float: left;
	}
	
.products-listings, .pictures-right {
	float: left;
	width: 49%;
}

.products-listings{
	margin-right: 2%;
	padding: 0;
	margin-top:-7%;
}
.service-listings{
	margin-top:0!important;
	float: left;
	width: 49%;
	margin-right: 2%;
	padding: 0;
	}
#search{
	display:block;
	}
}


@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;
}

/* ==========================================================================
   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;
    }
}





