/*
Theme Name: Blue Sky Comms - Inti 2.5beta
Theme URI: http://www.waqastudios.com/
Description: A Custom Responsive Wordpress Theme by Waqa Studios. Supports metaboxes, custom types, shortcodes among other things.
Version: 2.5beta
Author: Waqa Studios
Author URI: http://www.waqastudios.com/

*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300);

/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: 'Open Sans', sans-serif; color: #6d6e71; background: #fff; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #25447e; color: #fff; text-shadow: none; }
::selection { background: #25447e; color: #fff; text-shadow: none; }

a { color: #25447e; 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }
a:visited { color: #25447e; }
a:hover { color: #6d6e71; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em; }
.no-js #loader { display: none;  }
.js #loader { display: block; position: fixed; left: 49%; top: 50%; }
.js .main, .js footer { display: none; }


/* Primary Styles */

.webpage {
	margin: 0 auto;
	width: 100%;
	/*max-width: 960px;*/ /* use this to turn the theme unresponsive */
	overflow: hidden;
}	
	.limiter { width:100%; max-width: 1200px; margin:0 auto; }
	.webpage .limiter.main { width: 98%;}
	
	header.webpage-header {
	}
		.webpage-header > header.logobar {
			position: relative;
		}	
		.webpage-header > header.logobar-micro {
			position: relative; display: none;
		}
			#logo-area {
				padding: 10px 0; text-align: center;
			}
				img#logo {
					max-width:100%;
				}	

			#call-area {
				width: 100%; margin-top: 10px;
				text-align: center;
			}
				#call-area #phone {
					font-size: 0.8em; color: #25447e; font-weight: 600;
				}
					#call-area #phone a {
						text-decoration: none; padding:10px;
					}
				#call-area #services {
					display: none;
				}
				#call-area #slogan {
					font-size: 1em; text-transform:uppercase;
					font-family: 'Open Sans Condensed', sans-serif; color: #939598;
					margin-bottom:1em;
				}	

			#cart-area {
				position: absolute; top: 0.25em; right: 0em; z-index: 8;
			}
				#cart-area #cart-area-widget {
					width: 100%; position: relative;
				}
					#cart-area #cart-area-widget #in-your-bag {
						margin: 0;
						/*cursor: pointer;*/
						position: relative;
						overflow: visible;
						padding: 6px 10px;
						text-decoration: none;
						font: bold 100%/1em inherit;
						-webkit-border-radius: 2px;
						-moz-border-radius: 2px;
						border-radius: 2px;
						left: auto;
						text-shadow: 0 1px 0 #ffffff;
						color: #5e5e5e;
						text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
						border: 1px solid #c8bfc6;
						background: #f7f6f7;
						background: -webkit-gradient(linear, left top, left bottom, from(#f7f6f7), to(#e0dadf));
						background: -webkit-linear-gradient(#f7f6f7, #e0dadf);
						background: -moz-linear-gradient(center top, #f7f6f7 0, #e0dadf 100%);
						background: -moz-gradient(center top, #f7f6f7 0, #e0dadf 100%);
						-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
						-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
						box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
					}
						#cart-area #cart-area-widget #in-your-bag #cart-data {
							display: none;
						}		
						#cart-area #cart-area-widget #in-your-bag #cart-icon {

						}
					#cart-area #cart-area-widget .cart-popup {
						display: none; position: absolute; top:52px; right: 0; min-width: 300px; 
						text-align: left; 
						padding: 1em;
						border: 1px solid #c8bfc6; background-color: rgba(255,255,255,1);
						-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
						-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
						box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
					}
						#cart-area #cart-area-widget .cart-popup div.cart-buttons {
							margin: 2em 0 0 0;
						}
				#cart-area #cart-area-links {
					display: none;
				}
					
			#launch-bar {
				display: none;
			}

		.webpage-header > header.navbar {
			background: #e1ddda; position: relative; width: 100%;
			-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
			-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
			box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
			 z-index:2;
		}
		.webpage-header  > header.navbar.fixed { position: fixed; }
			/*#show-nav-prime { padding: 0.5em 1em; }
				#show-nav-prime span { float: left; color: #000; font-weight: 600; font-size: 0.8em; text-transform: uppercase; line-height: 2.1em; }
				#show-nav-prime img { display: block; float: left; padding: 0.5em 0.25em; }*/
			.nav-push { margin-top: 35px; }
			nav.macromenu {
				display:none;
			}
			nav.micromenu {
				display:block;
			}
				ul#nav-buttons {
					list-style: none;
					border-top: 5px solid #25447e;
				}
					ul#nav-buttons li:first-child {
						border-left: 1px solid rgba(0, 0, 0, 0.075);
					}				
					ul#nav-buttons li {
						float: left; display: block; line-height: 35px; padding: 0 10px;
						cursor: pointer; max-height: 35px;
						border-right: 1px solid rgba(0, 0, 0, 0.075);
						border-bottom: 1px solid rgba(0, 0, 0, 0.025);
					}
						ul#nav-buttons li a, 
						ul#nav-buttons li span {
							color:#000;	
							font-weight: 600; text-transform: uppercase;
							text-decoration: none; 
						}

				
						ul#nav-buttons li span {
							font-weight: 700;
							text-transform: uppercase;
						}	
						ul#nav-buttons li i.icon-shopping-cart { margin-right: 5px; }		
					ul#nav-buttons li.hover,
					ul#nav-buttons li.hover > span,
					ul#nav-buttons li.hover > a,
					ul#nav-buttons li.hover > a span {
						-webkit-transition: none;
						-moz-transition: none;
						-o-transition: none;
						-ms-transition: none;
						transition: none;
					}
					ul#nav-buttons li.hover:hover,
					ul#nav-buttons li.hover:hover > span,
					ul#nav-buttons li.hover:hover > a,
					ul#nav-buttons li.hover:hover > a span,
					ul#nav-buttons li.hover.active {
						background: #000;
						color: #fff;
					}
					ul#nav-buttons li#show-nav-prime {

					}
					ul#nav-buttons li#micrologo {
						max-width: 35%; line-height: 1; height: 35px; background: #fff; /*padding: 0 1%;*/
					}
						ul#nav-buttons li#micrologo img {
							max-width: 100%; max-height: 100%;
						}
					ul#nav-buttons li#microhome {
						 padding: 0 1%;
					}
				/*ul#menu-icons {
					 position: absolute; top:5px; right:10px;
				}
				ul#menu-icons li {
					display: block; float: left;
				}
				ul#menu-icons li a {
					padding:0 0.5em;
					-webkit-transition: all 0.3s ease-in-out;
					-moz-transition: all 0.3s ease-in-out;
					-o-transition: all 0.3s ease-in-out;
					-ms-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
				}
				ul#menu-icons li a:hover {
					opacity:0.9;
					filter:alpha(opacity=90);
				}*/
			select.select-menu {
				display:block; padding:5px; margin: 0 auto; border: 1px solid #000;
			}
			ul.nav-prime {
				display:none;
				list-style:none; padding:0; margin:0;
			}
				ul.nav-prime li {
					position:relative;
					-webkit-transition: all 0.3s ease-in-out;
					-moz-transition: all 0.3s ease-in-out;
					-o-transition: all 0.3s ease-in-out;
					-ms-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
				}
				ul.nav-prime li:last-child, ul.nav-prime li:last-of-type {
					
				}
					ul.nav-prime a {
						padding:8px 20px;
						line-height:19px;	
						color:#6d6e71;	
						font-weight: 600; font-size: 0.8em; text-transform: uppercase;
						text-decoration: none; 
						display: block;
						/*text-shadow:1px 1px 1px #666;*/
						-webkit-transition: all 0.3s ease-in-out;
						-moz-transition: all 0.3s ease-in-out;
						-o-transition: all 0.3s ease-in-out;
						-ms-transition: all 0.3s ease-in-out;
						transition: all 0.3s ease-in-out;
					}
				ul.nav-prime ul {
					list-style: none;
					margin:0 0 10px 0; padding:0;
					z-index: 99999;
					opacity:1;
					filter:alpha(opacity=100); /* For IE8 and earlier */
				}
				ul.nav-prime ul li {
				}
					ul.nav-prime ul ul {
						left:100%;
						top:0;
						list-style:none;
					}
				ul.nav-prime ul a {
					line-height:35px; height:auto !important; /* fix allow two-line runover */
					padding: 0 25px; margin:0;
				}
				ul.nav-prime li:hover > a,
				ul.nav-prime ul :hover > a {
					color:#fff; background-color: #25447e;
				}
			
				.no-js ul.nav-prime li:hover > ul {
					display:block; list-style: none;
				}
				ul.nav-prime li.current_page_item > a,
				ul.nav-prime li.current-menu-ancestor > a,
				ul.nav-prime li.current-menu-item > a,
				ul.nav-prime li.current-menu-parent > a {
					color:#fff; background-color: #25447e;
				} 
			
				* html ul.nav-prime li.current_page_item a,
				* html ul.nav-prime li.current-menu-ancestor a,
				* html ul.nav-prime li.current-menu-item a,
				* html ul.nav-prime li.current-menu-parent a,
				* html ul.nav-prime li a:hover {
					color:#fff; background-color: #25447e;
				}
	
div#content {
	z-index:1; padding: 1em 0.5em;
}	
div#content.default section.colleft { /* here in mobile view, no floating, as they'll be one below the other */
	
}	
div#content.default section.colright {
	
}	
div#content.fullwidth section.colleft {
	width:100%;
}	
	

div#content.front-page {
	
}	
	/*.slider {
		max-width:100%;
	}*/
	.slider {
		display: none;
		border-top: 5px solid #babec1; max-height: 320px; margin-top: 10px;
		background-color: #5e7199;
		background: -moz-linear-gradient( top, #5e7199, #5e7199, #214263 );
		background: -webkit-linear-gradient( top, #5e7199, #5e7199, #214263 );
		background: -o-linear-gradient( top, #5e7199, #5e7199, #214263 );
		background: -khtml-linear-gradient( top, #5e7199, #5e7199, #214263 );
		background: -ms-linear-gradient( top, #5e7199, #5e7199, #214263 );
		background: linear-gradient( top, #5e7199, #5e7199, #214263 );
	}
		.slider > div {
			width: 100%; margin: 0 auto; max-width:940px;
		}
		.slider ul {
			margin: 0; padding: 0; list-style: none;
		}
		.slide-title { display: none; }


	.optin {
		padding: 20px 0;
		background-color: #e1ddda;
		background: -moz-linear-gradient( top, #e1ddda, #e9e7e5, #dddee2 );
		background: -webkit-linear-gradient( top, #e1ddda, #e9e7e5, #dddee2 );
		background: -o-linear-gradient( top, #e1ddda, #e9e7e5, #dddee2 );
		background: -khtml-linear-gradient( top, #e1ddda, #e9e7e5, #dddee2 );
		background: -ms-linear-gradient( top, #e1ddda, #e9e7e5, #dddee2 );
		background: linear-gradient( top, #e1ddda, #e9e7e5, #dddee2 );
	}
		.optin .limiter {
			width: 90%; max-width: 800px;
			margin: 0 auto;
		}
		.optin h3.line-1 {
			color: #6d6e71; text-align: center; font-size: 1.1em; font-weight: 400; margin: 0;
		}
		.optin h3.line-2 {
			text-align: center; margin: 0 0 0.5em 0;
		}
			.optin input, .optin select {
				width: 250px;
			}
			.optin select {
				width: 260px;
			}
			.optin .infusion-field, .optin .infusion-submit {
				text-align: center; margin: 2px;
			}
			.optin .infusion-field, .optin .infusion-submit input {
				font-weight: 600;
				font-size: 0.9em;
				font-family: 'Open Sans Condensed', sans-serif;
			}
			.optin .infusion-field, .optin .infusion-submit input:hover {

			}

	.service-boxes {
		width:100%; border-bottom:5px solid #7893c4; margin-bottom: 20px; overflow:auto;
	}
		.service-boxes > div {
			border: 1px solid #ddd; min-height: 290px; height:100%;
			padding: 1% 2%;  margin-bottom: 40px;    
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			border-radius: 5px;
			position: relative;
		}
			.service-boxes > div h2 {
				margin: 0; font-size: 1.2em; line-height: 45px; text-transform: uppercase; color: #25447e;
				font-family: 'Open Sans Condensed', sans-serif; padding: 0 0 0 55px; height: 45px;
			}
			.service-boxes > div p {
				
			}
			.service-boxes > div ul {
				list-style-image:url('images/bullet-blue.png');
				padding:0 0 0 20px; margin: 0;
			}
			.service-boxes > div a.button {
				display: block; padding:5px !important; /*color: #fff;*/
				text-align: center; font-weight: 600; font-size:0.9em;
				font-family: 'Open Sans Condensed', sans-serif;
				width:35%;
				position: absolute; bottom: -10px; right: 32.5%;
			}
			.service-boxes #sbox1 {

			}
				.service-boxes #sbox1 h2 {
					background: url('images/icon_services.jpg') no-repeat;
				}
			.service-boxes #sbox2 {

			}		
				.service-boxes #sbox2 h2 {
					background: url('images/icon_mobile.jpg') no-repeat;
				}
			.service-boxes #sbox3 {

			}
				.service-boxes #sbox3 h2 {
					background: url('images/icon_customer.jpg') no-repeat;
				}
	.end-boxes {
		width:100%; margin-bottom: 20px; overflow:auto;
	}
		.end-boxes > div {
			padding: 1%;  margin-bottom: 20px;
			position: relative;
		}
			.end-boxes > div h3 {
				margin: 0; font-size: 1.1em; font-weight: 700;
				font-family: 'Open Sans Condensed', sans-serif;
			}
			.end-boxes > div p {
				
			}
			.end-boxes > div a {
				text-decoration: none; color: #6d6e71;
			}
			.end-boxes > div ul {
				list-style-image:url('images/bullet-grey.png');
				padding:0 0 0 20px; margin: 0;
			}
			.end-boxes #ebox1 {

			}
			.end-boxes #ebox2 {

			}
			.end-boxes #ebox3 {

			}



div#content.blog-index {
	
}
	div#content.blog-index article.post section.featured-image {
		
	}		
		div#content.blog-index article.post section.featured-image img {
			max-width: 100%; height: auto; box-shadow: 2px 2px 2px #aaa;
		}	
	div#content.blog-index article.post .entry .continue {
		text-align: right; margin: 0 0 1em 0;
	}		

div#content.single-post {

}
/** all blog posts **/
	div#content.blog article.post {
		margin-bottom: 3em;
	}	
	div#content.blog article.post > h1 {
		margin: 0;
	}	
	div#content.blog article.post .meta {
		font-size: 0.9em; margin: -0.25em 0 0.25em 0;
	}

div#content.single-page {

}
	
div#content.testimonials-index {

}

div#content.search-index {

}
	
div#content.search-page {

}

div#content.product-index {

}
	div#content.product-index div#breadcrumb {
		margin-bottom: 0.5em;
	}
	div#content.product-index h1.page-title {

	}
	div#content.product-index div.page-description {

	}
	div#content.product-index .woocommerce-result-count {
		margin: 0;
	}
	div#content.product-index .woocommerce-ordering {
		margin-bottom: 1em;
	}
	ul.products {
		margin: 0; padding: 0; list-style: none;
	}
		/* */
		ul.products li {
			margin: 0 0 3em 0; position: relative;
		}
		ul.products li:before, div#content.product-index ul.products li:after { content: ""; display: table; }
		ul.products li:after { clear: both; }
		ul.products li { *zoom: 1; }	

			ul.products li a {

			}
			ul.products li a:hover {
				text-decoration: none;
			}
				ul.products li a img {
					float: left; margin-right: 1em;
				}
				ul.products li a h3 {
					font-size: 1em;
				}
				ul.products li a span.price {
					font-size: 1.2em;
				}
			ul.products li a.add_to_cart_button {
				float: right;
			}

	div#content.product-index div.navigation {
		margin: 0 0 1em 0;
	}	
		div#content.product-index div.navigation .nav-next {
			
		}
		div#content.product-index div.navigation .nav-previous {
			
		}
	div#content.product-index form.woocommerce-ordering {
		margin: 0 0 1em 0;
	}	
		div#content.product-index form.woocommerce-ordering select {
			
		}


div#content.single-product-page {

}
	div#content.single-product-page div#breadcrumb {

	}
	div#content.single-product-page div.product {

	}
		div#content.single-product-page div.product div.images {
			margin-bottom: 1em;
		}
			div#content.single-product-page div.product div.images a.zoom {

			}
				div#content.single-product-page div.product div.images a.zoom img{

				}
			div#content.single-product-page div.product div.images div.thumbnails {

			}
		div#content.single-product-page div.product div.summary {
			margin-bottom: 2em;
		}
			div#content.single-product-page div.product div.summary h1.product_title {

			}
			div#content.single-product-page div.product div.summary div {
				overflow: auto;
			}
				div#content.single-product-page div.product div.summary div p.price {
					font-size: 1.1em;
				}
			div#content.single-product-page div.product div.summary form {
				display: block; overflow: auto;
			}			
				div#content.single-product-page div.product div.summary form div.quantity {

				}	
					div#content.single-product-page div.product div.summary form div.quantity input.minus {

					}	
					div#content.single-product-page div.product div.summary form div.quantity input.input-text {

					}	
					div#content.single-product-page div.product div.summary form div.quantity input.plus {

					}	
				div#content.single-product-page div.product div.summary form button.single_add_to_cart_button {

				}

			div#content.single-product-page div.product div.summary div.product_meta {
				clear: both;
			}
				div#content.single-product-page div.product div.summary div.product_meta span.posted_in {

				}

		div#content.single-product-page div.product div.woocommerce-tabs {
 			margin: 0 0 2em 0;
		}
			div#content.single-product-page div.product div.woocommerce-tabs ul.tabs {

			}
				div#content.single-product-page div.product div.woocommerce-tabs ul.tabs li {

				}
				div#content.single-product-page div.product div.woocommerce-tabs ul.tabs li.active {

				}
			div#content.single-product-page div.product div.woocommerce-tabs > div.panel {
				margin: 0 0 0 0; padding: 1em; border-left: 1px solid #e0dadf;
				box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.6);
			}
			div#content.single-product-page div.product div.woocommerce-tabs div.panel img {
				max-width: 100%; height: auto;
			}
		div#content.single-product-page div.product div.related.products {
 			margin: 0 0 2em 0;
		}
			div#content.single-product-page div.product div.related.products ul.products {

			}
				div#content.single-product-page div.product div.related.products ul.products li {
					overflow: auto;
				}

	
h1 { font-size:1.9em; margin: 0em 0 0.125em 0; color: #25447e; }
.entry h1 { font-size:1.4em;  margin: 1em 0 0.125em 0;  }

h2 { margin: 0em 0 0.125em 0; color: #25447e; }
.entry h2 { margin: 1em 0 0.125em 0; }

h3 { margin: 0em 0 0.125em 0; color: #25447e; }
.entry h3 { margin: 1em 0 0.125em 0; }

h4 { margin: 0em 0 0.125em 0; color: #25447e; }
.entry h4 { margin: 1em 0 0.125em 0; }

h5 { margin: 0em 0 0.125em 0; color: #25447e; }
.entry h5 { margin: 1em 0 0.125em 0; }

h6 { margin: 0em 0 0.125em 0; color: #25447e; }
.entry h6 { margin: 1em 0 0.125em 0; }

p { margin-top: 0; }
.entry p {}
.widget p {}

ul { margin: 0; }
	ul li {}
.entry ul {}
	.entry ul li {}

.widget { margin-bottom: 1em; }

.widget ul {}
	.widget ul li {}
.widget h3 {
	margin-bottom: 0;
}

.entry img { max-width: 100%; height: auto; }
			
.woocommerce img.category-banner { max-width: 100%; margin-bottom: 1em; }
.woocommerce .product .price { }
	.woocommerce .product .price del { font-size: 0.8em; }
	.woocommerce .product .price ins { background: none; }


/* ---------------------------------------- */
/*	Shopping cart
/* ---------------------------------------- */
form.checkout {

}
	form.checkout #customer_details {}
		#customer_details:before, #customer_details:after { content: ""; display: table; }
		#customer_details:after { clear: both; }
		#customer_details { *zoom: 1; }

	form.checkout .col-1:before, form.checkout .col-1:after, form.checkout .col-2:before, form.checkout .col-2:after { content: ""; display: table; }
	form.checkout .col-1:after, form.checkout .col-2:after { clear: both; }
	form.checkout .col-1, form.checkout .col-2 { *zoom: 1; }
	form.checkout .form-row { height: 4em; }

	form.checkout .col-1 {
		/*width: 48%; margin-right: 4%; float: left;*/ width: 100%; float: none; clear: both;
	}
	form.checkout .col-2 {
		/*width: 48%; float: left;*/ width: 100%; float: none; clear: both;
	}
	form.checkout .col-1 .clear, form.checkout .col-2 .clear { padding:1em; }

div.category-list {

}	
	div.category-list .category-title h3 { /* Takes cue from widget h3 too*/

	}
	div.category-list .category-content {

	}	
		div.category-list .category-content ul {
			
		}	
			div.category-list .category-content ul li {
				
			}	
				div.category-list .category-content ul li a {
					
				}	
				div.category-list .category-content ul li ul {
					margin-bottom: 0.5em;
				}	



.webpage > footer.footer-contact {
	background-color: #d2d3d5;
	text-align: center; color: #25447e; font-size:1.1em; line-height:1.7em; font-weight:600;
	text-shadow: 1px 1px 1px #efefef;
}


.webpage > footer.main-footer {
	width:100%; overflow:auto;
	background-color: #5e7199;
	background: -moz-linear-gradient( top, #5e7199, #5e7199, #023467 );
	background: -webkit-linear-gradient( top, #5e7199, #5e7199, #023467 );
	background: -o-linear-gradient( top, #5e7199, #5e7199, #023467 );
	background: -khtml-linear-gradient( top, #5e7199, #5e7199, #023467 );
	background: -ms-linear-gradient( top, #5e7199, #5e7199, #023467 );
	background: linear-gradient( top, #5e7199, #5e7199, #023467 );
}	

	footer.main-footer nav {
		padding:10px;
	}	
		footer.main-footer nav ul {
			list-style: none; margin: 0; 
		}	
			footer.main-footer nav ul li {
				display: inline; padding: 0 5px;
			}	
				footer.main-footer nav ul li a {
					color: #fff !important; text-decoration: none;
				}
				footer.main-footer nav ul li a:hover {
					color: #ccc !important; text-decoration: none;
				}
			
	
	footer.main-footer #social{

	}
		footer.main-footer #social ul{
			list-style:none; margin:20px auto; padding:0; text-align:center; min-width:220px;
		}
		footer.main-footer #social ul li{
			display:inline; padding:0 2px;
		}
			footer.main-footer #social ul li img{
				-webkit-transition: all 0.3s ease-in-out;
				-moz-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				-ms-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
			}
			footer.main-footer #social ul li img:hover{
				opacity:0.9;
				filter:alpha(opacity=90); /* For IE8 and earlier */
			}

	footer.main-footer div#copyright{
		color:#e2e2e2; padding-left: 15px;
	}	
	footer.main-footer div#waqa {
		float:right; padding:5px; margin-right:50px;
		opacity:0;
		filter:alpha(opacity=7.5); /* For IE8 and earlier */
		-webkit-transition: all 2.9s ease-in-out;
		-moz-transition: all 2.9s ease-in-out;
		-o-transition: all 2.9s ease-in-out;
		-ms-transition: all 2.9s ease-in-out;
		transition: all 2.9s ease-in-out;
	}	footer div#waqa:hover { 		opacity:0; }



/* ---------------------------------------- */
/*	
/* ---------------------------------------- */
.searchbox {
	
}
	.searchbox #searchbox-txt {
		display: inline;
	}
		.searchbox #searchbox-txt input {
			padding: 0 3%;
			width: calc(88% - 24px);
			width: -webkit-calc(88% - 24px);
			width: -o-calc(88% - 24px);
		}
	.searchbox #searchbox-btn {
		display: inline; 
	}
		.searchbox #searchbox-btn input {
			text-indent: -1000%;
			width: 24px; height: 24px;
			padding: 0; margin: 0;
			background: url('images/ui.search-default.png') no-repeat;
			border: none;
			box-shadow: none;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}		
		.searchbox #searchbox-btn input:hover {
			opacity: .9;		
			filter:alpha(opacity=90); /* For IE8 and earlier */
		}

				
.tester{
	background-color:red;
	width:100%;
	height:600px;
	font-size:36px;
	color:#FFF;
}

/* ---------------------------------------- */
/*	Basic forms and buttons styles
/* ---------------------------------------- */
input[type="text"], input[type="password"], input[type="email"], input[type="file"], input[type="number"], input[type="search"], input[type="tel"], input[type="url"] {
  margin: 0;
  position: relative;
  overflow: visible;
  padding: 6px 10px;
  text-decoration: none;
  font: bold 100%/1em inherit; line-height: 2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  left: auto;
  text-shadow: 0 1px 0 #ffffff;
  color: #5e5e5e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 1px solid #c8bfc6;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
}
select { 
  margin: 0;
  position: relative;
  overflow: visible;
  padding: 0;
  text-decoration: none;
  font: bold 100%/1em inherit; line-height: 2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  left: auto;
  text-shadow: 0 1px 0 #ffffff;
  color: #5e5e5e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 1px solid #c8bfc6;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
}
textarea { 
  margin: 0;
  position: relative;
  overflow: visible;
  padding: 6px 10px;
  text-decoration: none;
  font: bold 100%/1em inherit; line-height: 2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  left: auto;
  text-shadow: 0 1px 0 #ffffff;
  color: #5e5e5e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 1px solid #c8bfc6;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
}

button, input[type="button"], input[type="reset"], input[type="submit"], a.button, .button.alt {
white-space: nowrap; display: inline-block;
  margin: 0;
  cursor: pointer;
  position: relative;
  overflow: visible;
  padding: 6px 10px;
  text-decoration: none;
  font: bold 100%/1em inherit;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  left: auto;
  text-shadow: 0 1px 0 #ffffff;
  color: #5e5e5e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 1px solid #c8bfc6;
  background: #f7f6f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f6f7), to(#e0dadf));
  background: -webkit-linear-gradient(#f7f6f7, #e0dadf);
  background: -moz-linear-gradient(center top, #f7f6f7 0, #e0dadf 100%);
  background: -moz-gradient(center top, #f7f6f7 0, #e0dadf 100%);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
}
button.secondary-button, input[type="button"].secondary-button, input[type="reset"].secondary-button, input[type="submit"].secondary-button, a.button.secondary-button {
  font-size: 0.9em;
}
button.call-out-button, input[type="button"].call-out-button, input[type="reset"].call-out-button, input[type="submit"].call-out-button, a.button.call-out-button {
  font-size: 1.6em; font-weight: bold;
  text-shadow: rgba(255,255,255,0.5) 2px 2px 1px, rgba(255,255,255,0.5) -2px -2px 1px;
  padding: 0.5em 1.2em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover {

   }
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, , a.button:active {

}


/* ---------------------------------------- */
/*	WordPress Stuff
/* ---------------------------------------- */
.alignright { float: none; vertical-align:bottom; }
.alignleft { float: none; vertical-align:bottom; }
.wp-caption { font-size: 0.8em; font-style: italic; margin-top: 0; }


/* ---------------------------------------- */
/*	Responsive YouTube (used in shortcode)
/* ---------------------------------------- */
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top:25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ---------------------------------------- */
/*	PageNavi
/* ---------------------------------------- */
.wp-pagenavi {
	text-shadow: 1px 1px 1px #fff; font-weight: 700; float: right;
}
	.wp-pagenavi a {
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}
	.wp-pagenavi span.pages {
		padding: 0.2em 0.5em;  font-weight: 400;
	}
	.wp-pagenavi span.current {
		padding: 0.2em 0.4em; border: 1px solid #ddd; margin: 0 0.15em;
	}
	.wp-pagenavi a.page {
		padding: 0.2em 0.4em; border: 1px solid #ddd; margin: 0 0.15em; te
	}
		.wp-pagenavi a.page:hover {
			
		}
	.wp-pagenavi a.nextpostslink {
		padding: 0.2em 0.4em; border: 1px solid #ddd; margin: 0 0.15em;
	}
		.wp-pagenavi a.nextpostslink:hover {
			
		}
	.wp-pagenavi a.previouspostslink {
		padding: 0.2em 0.4em; border: 1px solid #ddd; margin: 0 0.15em;
	}
		.wp-pagenavi a.previouspostslink:hover {
			
		}


/* ---------------------------------------- */
/*	Shortcodes
/* ---------------------------------------- */
.one-half { width: 100%; margin-bottom:0.5em; } .one-half.last { margin-bottom:1em; }
.one-third { width: 100%; margin-bottom:0.5em; } .one-third.last { margin-bottom:1em; }
.two-third { width: 100%; margin-bottom:0.5em; } .two-third.last { margin-bottom:1em; }
.one-fourth { width: 100%; margin-bottom:0.5em; } .one-fourth.last { margin-bottom:1em; }
.three-fourth { width: 100%; margin-bottom:0.5em; } .three-fourth.last { margin-bottom:1em; }

.infobox {
	background: #fbfbfb;
	border: 1px solid #efefef;
	margin: 0 0 20px;
	padding: 25px;
}
.slogan { font-weight:300; font-size:2em; color:#444 !important; margin: 0.8em 0 !important;}
hr.dotted { border-top:1px dotted #ccc !important; }
.align-center { text-align:center; }
.align-right { text-align:right; }
.align-left { text-align:left; }

.tabs-nav {
	list-style: none; margin: 0;
	overflow: hidden; padding: 0; width: 100%;
}
	.tabs-nav li {
		float: left;
		line-height: 35px;
		margin: 0; overflow: hidden; padding: 0;
		position: relative;
	}
	.tabs-nav li.active { 
		line-height: 34px; 
	}
		.tabs-nav li a {
			background: #f8f8f8;
			border: 1px solid #eaeaea;
			border-bottom: 1px solid #eaeaea;
			border-left: none;
			color: #666666;
			display: block;
			padding: 0.5em 0.5em;
			text-decoration: none;
			text-shadow: 0 1px 0 #fff;
		}
	.tabs-nav li:first-child a { 
		border-left: 1px solid #eaeaea; 
	}
	.tabs-nav li a:hover { 
		background: #f0f0f0; 
	}
	.tabs-nav li a:hover, .tabs-nav li.active a { 
		color: #000; 
	}
		.tabs-nav li.active a  {
			background: #fff;
			border-bottom: 2px solid #fff;
			border-top: 1px solid #F6D000;
		}

.tabs-container {
	border: 1px solid #eaeaea;
	margin: -1px 0 20px;
	overflow: hidden;
	width: 99%;
}
	.tab-content { padding: 20px; }

.accordion{
	border-bottom:1px solid #eaeaea;
}
	.accordion .title a{
		font-size:15px;
		font-weight:700;
		color:#666666;
		display: block;
		border-top:1px solid #eaeaea;
		padding:25px 20px 25px 50px;
		background: url('images/ui.plus.png') no-repeat 20px 28px;
	}
	.accordion .title a:hover{
		background: #f8f8f8 url('images/ui.plus.png') no-repeat 20px 28px;
	}
	.accordion .title.active a{
		color:#777777 !important;
		background: #f8f8f8 url('images/ui.minus.png') no-repeat 20px 28px;
		padding:25px 20px 15px 50px;
	}
	.accordion .inner{
		margin-top:0px;
		padding:0px 20px 20px 50px;
	}

.toggle{
	border:1px solid #eaeaea;
	margin-bottom:20px;
}
	.toggle .title{
		font-size:15px;
		font-weight:700;
		color:#777777;
		display: block;
		padding:20px 20px 20px 50px;
		background: url('images/ui.plus.png') no-repeat 20px 23px;
		cursor: pointer;
	}
	.toggle .title:hover{
		color:#F6D000;
		background: #f8f8f8 url('images/ui.plus.png') no-repeat 20px 23px;
	}
	.toggle .title.active{
		color:#F6D000;
		background: #ffffff url('images/ui.minus.png') no-repeat 20px 23px;
	}
	.toggle .inner{
		display: none;
	}
		.toggle .inner div{
			padding:20px 20px 20px 20px;
			border-top:1px dotted #d5d5d5;
		}


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url('images/slider_direction_nav.png') no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url('images/slider_control_nav.png') no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

/*  Responsive Slider
*****************************************/
.responsive-slider.flexslider {
	background: transparent !important;
	border: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	/*margin-bottom: 30px;*/
}
.responsive-slider.flexslider a, .responsive-slider.flexslider a:visited, .responsive-slider.flexslider a:hover {
	text-decoration: none;
	border-bottom: none;
}
.responsive-slider.flexslider .slides img {
	height: auto !important;
	border: none;
	margin: 0;
	padding: 0;
	background: none;
}
.responsive-slider.flexslider .slides, .responsive-slider.flexslider .slides li {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #5e7199;
	background: -moz-linear-gradient( top, #5e7199, #5e7199, #214263 );
	background: -webkit-linear-gradient( top, #5e7199, #5e7199, #214263 );
	background: -o-linear-gradient( top, #5e7199, #5e7199, #214263 );
	background: -khtml-linear-gradient( top, #5e7199, #5e7199, #214263 );
	background: -ms-linear-gradient( top, #5e7199, #5e7199, #214263 );
	background: linear-gradient( top, #5e7199, #5e7199, #214263 );
}
.responsive-slider.flexslider .flex-direction-nav, .responsive-slider.flexslider .flex-direction-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.responsive-slider.flexslider .flex-direction-nav li a {
	width: 40px !important;
	height: 40px !important;
	background: url('images/ui.slider-nav.png') no-repeat 0 0 !important;
	text-align: left;
	text-indent: -9999em;
	top: 47.5% !important;
	opacity: 0;
	-webkit-transition: all 0.18s ease-out;
	-moz-transition: all 0.18s ease-out;
	-ms-transition: all 0.18s ease-out;
	-o-transition: all 0.18s ease-out;
	transition: all 0.18s ease-out;	
}
.responsive-slider.flexslider:hover .flex-direction-nav li a {
	opacity: 1;
}
.responsive-slider.flexslider .flex-direction-nav li a:hover {
	opacity: 1;
}
.responsive-slider.flexslider .flex-direction-nav li .next {
	background-position: 0 -50px !important;
	right: 20px !important;
}
.flex-direction-nav li .prev {
	left: 20px !important;
}
/*.responsive-slider.flexslider .flex-control-nav {
	width: 91% !important;
	bottom: 4% !important;
	right: 4.545454545454545%;
	margin: 0;
	padding: 0;
}*/
.responsive-slider.flexslider .flex-control-nav {
	width: 71% !important;
	bottom: 4% !important;
	right: 4.545454545454545%;
	margin: 0;
	padding: 0 20% 0 0;
	text-align: right; font-size:0;
}
.responsive-slider.flexslider .flex-control-nav li {
	margin: 0 0 0 7px !important;
	padding: 0;
}
.responsive-slider.flexslider .flex-control-nav li a {
	width: 14px !important;
	height: 14px !important;
	background: url('images/ui.slider-nav.png') no-repeat 0 -132px !important;
	opacity: .6;
}
.responsive-slider.flexslider .flex-control-nav li a:hover, .responsive-slider.flexslider .flex-control-nav li a.active {
	background-position: 0 -111px !important;
}
.responsive-slider.flexslider .flex-control-nav li a {
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;	
}
.responsive-slider.flexslider .slide {
	position: relative;
}
.responsive-slider.flexslider .slide .slider-image {

}
.responsive-slider.flexslider .slide .slider-text {
	position: absolute; bottom: 0; left: 0; display: none;
	background-color: rgba(0,0,0,0.75);
}
	.responsive-slider.flexslider .slide .slider-text h1 {
		margin: 0; padding: 0.5em;
	}
	.responsive-slider.flexslider .slide .slider-text h1 a {
		color: #fff;
	}
	#announcements {display: none; text-align: center; background: #FF7F00; min-height: 35px; position: fixed; top:0; width: 100%; z-index: 9998; overflow: hidden;}
	#announcements .wrapper {width: 85%; text-align: left; margin: 0 auto; padding: 5px 0;}
	#announcements .wrapper .announcements-close {float: right; display: block; width: 13px; height: 13px; padding: 5px; background: url('images/ui.close.png') no-repeat 5px 5px; }
	#announcements .wrapper .announcements-close:hover{ opacity: 0.5; filter:alpha(opacity=50);  }
	#announcements .wrapper .announcements-message { width: 95%;}
	#announcements .wrapper .announcements-message p{margin: 0; color: #fff; width: 100%; text-align: center;}



/* Media Queries */

@media only screen and (min-width: 30em) { /* About 480px */

	.tester{
		background:orange;
	}

	#call-area #services {
		font-size:0.7em; display: block;
	}

	.alignright { float:right; margin-left:1em; margin-bottom: 0.5em; }
	.alignleft { float:left; margin-right:1em; margin-bottom: 0.5em; }
	.aligncenter { display: block; margin: 0 auto 0.5em auto; }
	.wp-caption { font-size: 0.8em; font-style: italic; margin-top: 0; }
}

@media only screen and (min-width: 37.5em) { /* 600px */
	.tester{
		background:yellow;
	}
	.webpage > header{

	}
		#logo-area {
			width:30%; float: left; text-align: left;
		}
		#call-area {
			width: 70%; float: right; margin-top: 10px;
			text-align: right;
		}
			#call-area #phone {
				font-size: 0.9em;
			}

			#call-area #services {
				font-size:0.7em;
			}
			#call-area #slogan {
				font-size: 1.6em;
			}

							.slider {
								display: block; max-width:100%;
							}

	div#content.product-index {

	}
		div#content.product-index div#breadcrumb {

		}
		div#content.product-index h1.page-title {

		}
		div#content.product-index div.page-description {

		}
		ul.products {
			margin: 0; padding: 0; list-style: none;
		}
			ul.products li {
				float: left; width: 30%; margin-right: 5%; position: relative; min-height: 260px; /* change this if needed */
			}	

			ul.products li.first {
				clear: both;
			}		
			ul.products li.last {
				 width: 30%; margin-right: 0;
			}
				ul.products li a {

				}
				ul.products li a.added_to_cart {
					display: none;
				}
				ul.products li a:hover {
					text-decoration: none;
				}
					ul.products li a img {
						float: none; margin-left:1em;
					}
					ul.products li a h3 {
						
					}
					ul.products li a span.price {
						font-size: 1em; display: block; position: absolute; left: 0; bottom: 0;
					}
				ul.products li a.button {
					position: absolute; right: 0; bottom: 0;
				}

	div#content.product-index div.navigation {
		margin: 0 0 1em 0;
	}	
		div#content.product-index div.navigation .nav-next {
			
		}
		div#content.product-index div.navigation .nav-previous {
			
		}
	div#content.product-index form.woocommerce-ordering {
		margin: 0 0 1em 0;
	}	
		div#content.product-index form.woocommerce-ordering select {
			
		}		



div#content.single-product-page {

}
	div#content.single-product-page div#breadcrumb {

	}
	div#content.single-product-page div.product {
		margin: 1em 0 0 0;
	}
		div#content.single-product-page div.product div.images {
			float: left; margin-right: 3%;
		}
			div#content.single-product-page div.product div.images a.zoom {

			}
				div#content.single-product-page div.product div.images a.zoom img{

				}
			div#content.single-product-page div.product div.images div.thumbnails {

			}
		div#content.single-product-page div.product div.summary {
			
		}
			div#content.single-product-page div.product div.summary h1.product_title {

			}
			div#content.single-product-page div.product div.summary div {

			}
				div#content.single-product-page div.product div.summary div p.price {
					
				}
			div#content.single-product-page div.product div.summary form {
				
			}			
				div#content.single-product-page div.product div.summary form div.quantity {

				}	
					div#content.single-product-page div.product div.summary form div.quantity input.minus {

					}	
					div#content.single-product-page div.product div.summary form div.quantity input.input-text {

					}	
					div#content.single-product-page div.product div.summary form div.quantity input.plus {

					}	
				div#content.single-product-page div.product div.summary form button.single_add_to_cart_button {

				}

			div#content.single-product-page div.product div.summary div.product_meta {

			}
				div#content.single-product-page div.product div.summary div.product_meta span.posted_in {

				}
			div#content.single-product-page div.product div.summary div.bundled_product_summary {
				clear: both;
				overflow: auto;
				margin-top: 1em;
			}
			div#content.single-product-page div.product div.summary div.bundled_product_summary:first-child
			{
				border-top: 1px solid #ccc;
			}
			div#content.single-product-page div.product div.summary div.bundled_product_summary:last-child,
			div#content.single-product-page div.product div.summary div.bundled_product_summary:last-of-type
			{
				border-bottom: 1px solid #ccc;
			}

		div#content.single-product-page div.product div.woocommerce-tabs {
 			
		}
			div#content.single-product-page div.product div.woocommerce-tabs ul.tabs {

			}
				div#content.single-product-page div.product div.woocommerce-tabs ul.tabs li {

				}
				div#content.single-product-page div.product div.woocommerce-tabs ul.tabs li.active {

				}
			div#content.single-product-page div.product div.woocommerce-tabs > div.panel {

			}




}

@media only screen and (min-width: 48em) { /* About 768px */

	.tester{
		background:green;
	}
	.limiter { /*width:90%; max-width: 1200px;*/ margin:0 auto; }
	.webpage .limiter.main { width: 90%; } /* Main has a different limiter so that the text body can be a set width will header and footer are 100% */
	
	header.webpage-header {

	}
		.webpage-header > header.logobar {
			border-top: 5px solid #25447e;
		}
		.webpage-header > header.logobar-micro {
			display: block;
		}
			#logo-area {
				float:left; width:30%;
			}
				img#logo {
					max-width:100%;
				}

			#call-area {
				width: 60%; float: right; margin-top: 10px;
				text-align: right;
			}
				#call-area #phone {
					font-size: 1.1em;
				}

				#call-area #services {
					font-size:0.8em;
				}
				#call-area #slogan {
					font-size: 2.5em;
					margin-bottom: 0;
				}

			#cart-area {
				padding:1em;
			}
				#cart-area #cart-area-widget {

				}
					#cart-area #cart-area-widget #in-your-bag {
						width: 300px;
					}
						#cart-area #cart-area-widget #in-your-bag #cart-data {
							display: block;
							float: left;  text-align: right; padding-top: 6px;
							width: calc(100% - 50px);
							width: -webkit-calc(100% - 50px);
							width: -o-calc(100% - 50px);
						}				
							#cart-area #cart-area-widget #in-your-bag #cart-data p {
								margin: 0; line-height: 1; text-transform: uppercase; font-size: 0.8em;
							}			
							#cart-area #cart-area-widget #in-your-bag #cart-data a.cart-contents {
								
							}
							#cart-area #cart-area-widget #in-your-bag #cart-data a.cart-contents i.icon-shopping-cart { display: none; }	
						#cart-area #cart-area-widget #in-your-bag #cart-icon {
							width: 30px; height: 39px; padding: left: 20px;
							float: right;
							background: url('images/ui.cart.png') no-repeat;
						}
					#cart-area #cart-area-widget .cart-popup {}
						#cart-area #cart-area-widget .cart-popup div.cart-buttons {
						}
				#cart-area #cart-area-links {
					display: block; float: right;
				}
					#cart-area #cart-area-links ul {
						padding: 0; list-style: none;
					}
						#cart-area #cart-area-links li {
							display: inline; padding: 0 5px;
						}
							#cart-area #cart-area-links li a {
								padding-left: 14px; font-size: 0.9em
							}
							/*#cart-area #cart-area-links li.account a {
								background: url('images/ui.account.png') no-repeat 0 4px;
							}
							#cart-area #cart-area-links li.register a {
								background: url('images/ui.signin.png') no-repeat 0 4px;
							}
							#cart-area #cart-area-links li.signin a {
								background: url('images/ui.signin.png') no-repeat 0 4px;
							}
							#cart-area #cart-area-links li.signout a {
								background: url('images/ui.signout.png') no-repeat 0 4px;
							}*/





		.webpage-header > header.navbar.fixed { position: relative; } /* Here in bigger "desktop" views, when resonsive settings are set to fixed, let it move anyway. */
			.nav-push { display: none; }
			nav.macromenu {
				display:block;
			}
			nav.micromenu {
				display:none;
			}
			ul.nav-prime{
				margin: 0; padding: 0; list-style: none; height:35px; width:100%;
				display:block;
			}
				ul.nav-prime li{
					display: block; float:left; position:relative;
					-webkit-transition: all 0.3s ease-in-out;
					-moz-transition: all 0.3s ease-in-out;
					-o-transition: all 0.3s ease-in-out;
					-ms-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
				}
				ul.nav-prime a{
					/*padding:0 10px;*/ /* commented so pagging and linehight changes on mobile can pass to here */
				}
				ul.nav-prime ul {
					display: none;
					position:absolute;
					top:35px;
					left:0px;
					list-style: none;
					/*margin:0 0 10px 10px; padding:0;*/
					width: 430px;
					z-index: 99999;
					background:#fff;				
					opacity:1;
					filter:alpha(opacity=100); /* For IE8 and earlier */
					-webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.5);
					-moz-box-shadow:    4px 4px 5px rgba(50, 50, 50, 0.5);
					box-shadow:         4px 4px 5px rgba(50, 50, 50, 0.5);
				}
				ul.nav-prime ul li {
					min-width: 430px;
				}
					ul.nav-prime ul ul {
						left:100%;
						top:0;
						list-style:none;
					}


					div#content {
						padding: 1em 2em;
					}	
						div#content.default section.colleft {
							float:left; width:70%;
						}	
						div#content.default section.colright {
							float:right; width:25%;
						}	
						div#content.fullwidth section.colleft {
							width:100%;
						}	
							

						div#content.front-page {
							
							
						}	
							.slider {
								display: block; max-width:100%;
							}
							.optin {

							}
								.optin .limiter {

								}
								.optin h3.line-1 {
									
								}
								.optin h3.line-2 {
									
								}
									.optin input, .optin select {
										
									}
									.optin select {
										
									}
									.optin .infusion-field{
										float: left;
									} 

									.optin .infusion-submit {
										
									}
									.optin .infusion-field {
										
									}

									.optin .infusion-submit input {
										margin: 10px 0 0 0;
									}
									.optin .infusion-field, .optin .infusion-submit input:hover {
										
									}
							.service-boxes {
								width:100%; border-bottom:5px solid #7893c4; margin-bottom: 20px; overflow:auto;
							}
								.service-boxes > div {
									border: 1px solid #ddd; width: 31%; min-height: 290px; height:100%;
									padding: 1% 2%;  margin-bottom: 40px;    
									-moz-border-radius: 5px;
									-webkit-border-radius: 5px;
									-khtml-border-radius: 5px;
									border-radius: 5px;
									position: relative;
									min-height: 380px;
								}
									.service-boxes > div h2 {
										margin: 0; font-size: 1.2em; line-height: 25px; text-transform: uppercase; color: #25447e;
										font-family: 'Open Sans Condensed', sans-serif; padding: 0 0 0 55px;
									}

									.service-boxes > div p {
										
									}
									.service-boxes > div ul {
										list-style-image:url('images/bullet-blue.png');
										padding:0 0 0 20px;
									}
									.service-boxes > div a.button {
										display: block; padding:5px !important; /*color: #fff;*/
										text-align: center; font-weight: 600; font-size:0.9em;
										font-family: 'Open Sans Condensed', sans-serif;
										width:35%;
										position: absolute; bottom: -10px; right: 32.5%;
									}
									.service-boxes #sbox1 {
										float: left;
									}
										.service-boxes #sbox1 h2 {
											background: url('images/icon_services.jpg') no-repeat;
										}
									.service-boxes #sbox2 {
										margin: 0 auto;
									}		
										.service-boxes #sbox2 h2 {
											background: url('images/icon_mobile.jpg') no-repeat;
										}
									.service-boxes #sbox3 {
										float:right;
									}
										.service-boxes #sbox3 h2 {
											background: url('images/icon_customer.jpg') no-repeat;
										}
							.end-boxes {
								width:100%; margin-bottom: 20px; overflow:auto;
							}
								.end-boxes > div {
									padding: 1%;  margin-bottom: 20px; width: 28%; 
									position: relative;
								}
									.end-boxes > div h3 {
										margin: 0; font-size: 1.1em; font-weight: 700;
										font-family: 'Open Sans Condensed', sans-serif;
									}
									.end-boxes > div p {
										
									}
									.end-boxes > div ul {
										list-style-image:url('images/bullet-grey.png');
										padding:0 0 0 20px;
									}
									.end-boxes #ebox1 {
										float: left;
									}
									.end-boxes #ebox2 {
										margin: 0 auto;
									}
									.end-boxes #ebox3 {
										float:right;
									}


						div#content.blog-index {
							
						}		
							div#content.blog-index article.post section.featured-image {
								float: left; margin: 0 1em 1em 0;
							}		

						div#content.single-post {

						}

						/** all blog posts **/
						div#content.blog article.post {
							margin-bottom: 3em;
						}

						div#content.single-page {

						}
							
						div#content.testimonials-index {

						}

						div#content.search-index {

						}
							
						div#content.search-page {

						}

/* ---------------------------------------- */
/*	Shopping cart - 2nd breakpoint
/* ---------------------------------------- */
form.checkout {

}
	form.checkout #customer_details {}
		#customer_details:before, #customer_details:after { content: ""; display: table; }
		#customer_details:after { clear: both; }
		#customer_details { *zoom: 1; }

	form.checkout .col-1:before, form.checkout .col-1:after, form.checkout .col-2:before, form.checkout .col-2:after { content: ""; display: block; }
	form.checkout .col-1:after, form.checkout .col-2:after { clear: none; }
	form.checkout .col-1, form.checkout .col-2 { *zoom: 1; }
	form.checkout .form-row { height: 4em; }

	form.checkout .col-1 {
		width: 48%; margin-right: 4%; float: left; clear: none;
	}
	form.checkout .col-2 {
		width: 48%; float: left; clear: none;
	}
	form.checkout .col-1 .clear, form.checkout .col-2 .clear { padding:1em; }		

	form.checkout .notes { margin-top: 2em; }		

/* ---------------------------------------- */
/*	Shortcodes
/* ---------------------------------------- */
.one-half { width: 49%; float:left; margin-right:2%; margin-bottom:0.5em; } .one-half.last { margin-left:0%; margin-right:0; margin-bottom:0.5em; }
.one-third { width: 32%; float:left; margin-right: 2%; margin-bottom:0.5em; } .one-third.last { margin-left: 0%; margin-right: 0%; margin-bottom:0.5em; }
.two-third { width: 66%; float:left; margin-right: 2%; margin-bottom:0.5em; } .two-third.last { margin-left: 0%; margin-right: 0%; margin-bottom:0.5em; }
.one-fourth { width: 23.75%; float:left; margin-right: 1.5%; margin-bottom:0.5em; } .one-fourth.last { margin-left: 0%; margin-right: 0%; margin-bottom:0.5em; }
.three-fourth { width: 74.25%; float:left; margin-right: 1.5%; margin-bottom:0.5em; } .three-fourth.last { margin-left: 0%; margin-right: 0%; margin-bottom:0.5em; }

		.tabs-nav li a {
			background: #f8f8f8;
			border: 1px solid #eaeaea;
			border-bottom: 1px solid #eaeaea;
			border-left: none;
			color: #666666;
			display: block;
			padding: 0em 1em;
			text-decoration: none;
			text-shadow: 0 1px 0 #fff;
		}


}

@media only screen and (min-width: 64em) { /* About 1024px */

	.tester{
		background:cyan;
	}
}

@media only screen and (min-width: 75em) { /* About 1200px */

	.tester{
		background:blue;
	}
}


/* Back to Top */

#toTop { 
	display: none; text-decoration: none; position: fixed; bottom: 10px; right: 10px; overflow: hidden; width: 40px; height: 40px; 
	border: none; text-indent: -999px; background:url('images/ui.totop-default.png') no-repeat left top; 
}
#toTopHover { 
	background: url('images/ui.totop-default.png') no-repeat left -40px; width:40px; height:40px; display:block; overflow:hidden; float:left; 
	opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); 
}
#toTop:active, #toTop:focus { outline:none; }


/* Helper Classes */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.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, .clear:before, .clear:after { content: ""; display: table; }
.clearfix:after, .clear:after { clear: both; }
.clearfix, .clear { *zoom: 1; }
.pointer {cursor: pointer;}
*,
*:after,
*:before {
    box-sizing: border-box;
}



@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  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; }
}

