/*
Theme Name: RPC Photonics v1.0 2015
Theme URI: http://rpcphotonics.com
Author: Arca Interactive, LLC
Author URI: http://arcainteractive.com/
Description: RPC Photonics, Inc. has been in business since 1989 designing and manufacturing micro-optical components for a wide variety of markets and applications.
Version: 1.0
License: Private
Text Domain: RPC Photonics
*/

/**
 * Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Open Sans', sans-serif;
}

body {
	color: #363636;
	line-height: 1.5;
	margin: 0;
	font-size:16px;
	overflow-x: hidden;
}

a {
	color: #17bdff;
	text-decoration: none;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0 #17bdff inset;
	-moz-box-shadow: 0 0 0 0 #17bdff inset;
	-ms-box-shadow: 0 0 0 0 #17bdff inset;
	-o-box-shadow: 0 0 0 0 #17bdff inset;
	box-shadow: 0 0 0 0 #17bdff inset;
	-webkit-transition:all 0.25s ease-in-out 0s;
	-moz-transition:all 0.25s ease-in-out 0s;
	-ms-transition:all 0.25s ease-in-out 0s;
	-o-transition:all 0.25s ease-in-out 0s;
	transition:all 0.25s ease-in-out 0s;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:visited {
	outline: 0;
}

a:focus {
	outline: 0;
}

a:active,
a:hover{
	outline: 0;
}

a:hover {
	text-decoration: none;
	-webkit-box-shadow: 300px 0 0 0 #17bdff inset;
	-moz-box-shadow: 300px 0 0 0 #17bdff inset;
	-ms-box-shadow: 300px 0 0 0 #17bdff inset;
	-o-box-shadow: 300px 0 0 0 #17bdff inset;
	box-shadow: 300px 0 0 0 #17bdff inset;
	color: #fff;
}

#wpadminbar a:hover {
	box-shadow:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
	color:#333;
}

h1 {
	font-size: 52px;
	margin: 0 0 33px;
}

h2 {
	font-size: 28px;
	margin: 0 0 25px;
}

h3 {
	font-size: 22px;
	margin: 0 0 22px;
}

h4 {
	font-size: 20px;
	margin: 0 0 25px;
}

h5 {
	font-size: 18px;
	margin: 0 0 30px;
}

h6 {
	font-size: 16px;
	margin: 0 0 36px;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: none;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 20px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	image-rendering:optimizequality;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: none;
    margin: 2em 0 0;
    padding: 0;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #cee7c4;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Site Template Styles */

.wow {
	visibility: hidden;
}

.alert {
	color:red !important; 
	font-size:11px !important;
	vertical-align:middle !important;
	margin-left:3px !important;
	font-family:"Open Sans",sans-serif !important;
}

.wrap {
	margin: 0 auto;
	max-width:1112px;
	min-width:320px;
	position:relative;
	padding:0 16px;
}

.border-none {
	border:0 !important;
}

.no-margin {
	margin:0 !important;
}

.no-padding {
	padding:0 !important;
}

.half-size {
	width:50% !important;
}

.centering {
	margin: 0 auto;
    max-width: 1112px;
    padding: 0 16px;
    width: 100%;
	z-index:2;
}

.white-bg-trans {
	background: rgba(255, 255, 255, 0.25);
	box-sizing:border-box;
	display: inline-block;
	margin: 10px 10px 0 10px;
	min-width:35%;
}

#breadcrumbs-wrap {
	background:#17bdff;
	background:rgba(23, 189, 255, 0.65);
	padding:20px 0;
}

#breadcrumbs,
#breadcrumbs a {
	color:#efefef;
}

#breadcrumbs a:hover {
	box-shadow: none;
	color:#fff;
}

.notification-bar {
	background: #f49c38; /* Old browsers */
	background: -moz-linear-gradient(left, #530e68 0%, #812a8b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #530e68 0%,#812a8b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #530e68 0%,#812a8b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	text-align: center;
	color:#fff;
	font-size:20px;
	font-weight: bold;
	padding:1em 16px;
	position: relative;
	top: 161px;
	z-index: 2;
}

.notification-bar .btn {
	margin:5px;
}


/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 1px solid #cbcbcb;
    font-family: inherit;
    padding: 10px;
}

input,
textarea {
	color: #363636;
}

input:focus,
textarea:focus {
	border: 1px solid #17bdff;
	outline: 0;
}

#page .product-search input.product-search-field[type="text"] {
	width:100%;
}

.home #page .entry-header .product-search input.product-search-field {
	border: 3px solid #17bdff;  
    font-size: 22px;
    font-weight: 600;
    padding: 14px 10px;
    text-align: center;
}

.home #page .entry-header .product-search input[type="text"].product-search-field::-webkit-input-placeholder {
	color: #17bdff !important;
	opacity:1;
}
.home #page .entry-header .product-search input[type="text"].product-search-field:-moz-placeholder {
	color: #17bdff !important;
	opacity:1;
}
.home #page .entry-header .product-search input[type="text"].product-search-field::-moz-placeholder {
	color: #17bdff !important;
	opacity:1;
}
.home #page .entry-header .product-search input[type="text"].product-search-field:-ms-input-placeholder {
	color: #17bdff !important;
	opacity:1;
}

/* Buttons */
.btn,
.btn-nav a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit, 
.woocommerce #content input.button, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page #content input.button {
	background: #0e589c; 	
	border:3px solid #0e589c;
	font-size:18px;
	font-weight:600;
	text-shadow:none !important;
	-webkit-box-shadow: inset 0 0 0 0 #fff;
	-moz-box-shadow: inset 0 0 0 0 #fff;
	-ms-box-shadow: inset 0 0 0 0 #fff;
	-o-box-shadow: inset 0 0 0 0 #fff;
	box-shadow: inset 0 0 0 0 #fff;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	-ms-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

.btn:hover,
.btn-nav a:hover,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce #content input.button:hover, 
.woocommerce-page a.button:hover, 
.woocommerce-page button.button:hover, 
.woocommerce-page input.button:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce-page #content input.button:hover {
	outline: none !important;
	color:#0e589c;
	-webkit-box-shadow: inset 0 0 0 0 #fff;
	-moz-box-shadow: inset 0 0 0 0 #fff;
	-ms-box-shadow: inset 0 0 0 0 #fff;
	-o-box-shadow: inset 0 0 0 0 #fff;
	box-shadow: inset 100em 0 0 0 #fff;
	background:none !important;
}

.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt[disabled]:disabled, 
.woocommerce #respond input#submit.alt[disabled]:disabled:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt[disabled]:disabled, 
.woocommerce a.button.alt[disabled]:disabled:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt[disabled]:disabled, 
.woocommerce button.button.alt[disabled]:disabled:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt[disabled]:disabled, 
.woocommerce input.button.alt[disabled]:disabled:hover {
	background-color:#17bdff !important;
	box-shadow:none !important; 
}

.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
	padding: 11px 24px 10px !important;
	color:#fff; 
}

.btn:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	
}

.btn-large {
	font-size:22px;
	padding: 14px 30px 13px;
}

.home .btn-large {
	width:100%;
}

.btn-bright-blue,
input.btn-bright-blue,
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order,
.woocommerce div.product form.cart .button,
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce input.button.alt, 
.woocommerce-page a.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce-page input.button.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce-page #content input.button.alt {
	background:#17bdff;
	border:3px solid #17bdff;
}

.btn-bright-blue:hover,
input.btn-bright-blue:hover,
.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce-page a.button.alt:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce-page input.button.alt:hover, 
.woocommerce-page #respond input#submit.alt:hover, 
.woocommerce-page #content input.button.alt:hover {
	color:#17bdff;
	background:#fff;	
}

.woocommerce #content table.cart td.actions .button, 
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce #content table.cart td.actions input, 
.woocommerce table.cart td.actions .button, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce table.cart td.actions input, 
.woocommerce-page #content table.cart td.actions .button, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions input, 
.woocommerce-page table.cart td.actions .button, 
.woocommerce-page table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions input {
	margin-left:5px;
}

#page .product-search-results .entry a:hover {
	box-shadow:none;
	outline:none;
}

#page .product-search-results .entry a span.title:hover {
	text-decoration:none;
}

#page .product-search-results table.search-results tr:hover td {
	background:#17bdff;
}

#page .product-search-results table.search-results tr:hover td a {
	color:#fff;
}

#page .product-search-results .entry .category-info a {
	line-height:1.2;
}

::-webkit-input-placeholder {
	color: #777;
}

:-moz-placeholder {
	color: #777;
}

::-moz-placeholder {
	color: #777;
}

:-ms-input-placeholder {
	color: #777;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
	border:7px solid #cbcbcb;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.entry-content .entry-thumbnail img {
	float: right;
	width: 260px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 30px 30px 0;
}

figure.wp-caption.alignleft,
figure.wp-caption img.alignleft {
	margin: 5px 15px 15px 0;
}

figure.wp-caption.last-caption {
	margin-right:0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
	border:none;
}

figure.wp-caption.alignright,
.entry-thumbnail img,
img.alignright {
	margin: 5px 0 30px 30px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * Basic Structure
 * ----------------------------------------------------------------------------
 */

.site-main {
	position: relative;
	min-width: 320px;
}

.site-main .sidebar-container {
	float:left;
	padding-top: 40px;
	width:25%;
}

/**
 * Header
 * ----------------------------------------------------------------------------
 */

/**
 * Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	background: #fff;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 300;
}

.site-header .home-link {
	background:url(images/viavi-rpc-logo.svg) no-repeat scroll 0 0;
	text-indent:-99999px;
	width:200px;
	height:70px;
	float:left;
	display: block;
	margin: 30px 30px 30px 0;	
	text-decoration: none;
	box-shadow:none;
	-webkit-transition:all 0.25s ease-in-out 0s;
	-moz-transition:all 0.25s ease-in-out 0s;
	-ms-transition:all 0.25s ease-in-out 0s;
	-o-transition:all 0.25s ease-in-out 0s;
	transition:all 0.25s ease-in-out 0s;
}

.site-header.scroll,
.site-header #top-bar {
	border-bottom: 1px solid #cbcbcb;
}

.site-header #top-bar {

}

.site-header.scroll #top-bar {
	height:0;
	display:none;
	-webkit-transition:all 0.25s ease-in-out 0s;
	-moz-transition:all 0.25s ease-in-out 0s;
	-ms-transition:all 0.25s ease-in-out 0s;
	-o-transition:all 0.25s ease-in-out 0s;
	transition:all 0.25s ease-in-out 0s;
}

.site-header #top-bar .search-wrap {
	float:left;
	width:45%;
}

.site-header #top-bar .ss-search {
	float:left;
	color:#777;
	font-size:18px;
}

.site-header #top-bar .ss-search:before,
.site-header #top-bar .ss-search:after {
	vertical-align:middle;
}

.site-header #top-bar .product-search input.product-search-field[type="text"] {
	padding:6px;
	border:none;
	color: #17bdff;
	font-size:12px;
	display:inline-block;
	width: 85%;
}

.site-header #top-bar .product-search input[type="text"].product-search-field::-webkit-input-placeholder {
	opacity:1;
}
.site-header #top-bar .product-search input[type="text"].product-search-field:-moz-placeholder {
	opacity:1;
}
.site-header #top-bar .product-search input[type="text"].product-search-field::-moz-placeholder {
	opacity:1;
}
.site-header #top-bar .product-search input[type="text"].product-search-field:-ms-input-placeholder {
	opacity:1;
}

.site-header #top-bar .product-search.floating .product-search-results {
	margin-top:0;
}

.site-header #top-bar .widget {
	padding:7px 0 2px;
	font-size:12px;
	margin:0;
	float:right;
}

.site-header #top-bar .widget .menu li {
	float:left;
	padding:0 0 0 15px;
	position:relative;
	color:#777;
}

.site-header #top-bar .widget .menu li:before {
	vertical-align:middle;
	float:left;
	display:block;
	line-height: 1;
	margin-right:5px;
	font-size:18px
}

.site-header #top-bar .widget .menu li a {
	font-family: "Open Sans",sans-serif;
	color:#777;
}

.site-header #top-bar .widget .menu li a:hover {
	outline:none;
	box-shadow:none;
	background:none;
	color:#17bdff;
}

.site-header #top-bar .widget .menu li a.cart-contents {
	background-color: #0e589c;
	color: #fff;
	display: block;
	font-size: 9px;
	font-weight: bold;
	height: 14px;
	left: 24px;
	margin: 0;
	min-width: 14px;
	padding: 1px 3px;
	position: absolute;
	text-align: center;
	top: -5px;
}

.site-header #top-bar .widget .menu li a.cart-contents:hover {
	background-color: #17bdff;
}

.site-header.scroll .home-link {
	margin-top: 15px;
  margin-bottom: 15px;
  height:55px;
}

.logged-in .site-header {
	top:32px;
}

.site-title {
	margin: 0;
	font-size: inherit;
}

/**
 * Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	float: left;
	border-left:1px solid #cbcbcb;
}

.nav-menu li a {
	font-family:"Roboto",sans-serif;
	display: block;
	box-shadow: none;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
	color:#333;
	padding: 61px 19px 51px;
	text-decoration: none;
}

.nav-menu li.btn-nav {
	padding: 48px 0 38px 19px;
	-webkit-transition:all 0.25s ease-in-out 0s;
	-moz-transition:all 0.25s ease-in-out 0s;
	-ms-transition:all 0.25s ease-in-out 0s;
	-o-transition:all 0.25s ease-in-out 0s;
	transition:all 0.25s ease-in-out 0s;
}

.nav-menu li.btn-nav a {
	font-family:"Open Sans", sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:600;
}

.nav-menu li.btn-nav a:hover {
	color:#0e589c;
	box-shadow: 300px 0 0 0 #fff inset;
}

.nav-menu li.btn-nav a,
.site-header.scroll .nav-menu li.btn-nav a {
	padding: 10px 24px;
}

.site-header.scroll .nav-menu li a {
  	padding: 34px 19px 33px;
}

.site-header.scroll .nav-menu li.btn-nav {
	padding: 23px 0 19px 20px;
}

.nav-menu .menu-item-has-children a:after {
	color:#17bdff;
	margin-left:3px;
	content:'+';
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #0e589c;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #0e589c;
	padding: 0;
	position: absolute;
	left:0;
	z-index: 99999;
	display:none;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul li,
.nav-menu ul ul li {
	border:none;
}

ul.nav-menu ul a,
.nav-menu ul ul a,
.site-header.scroll .nav-menu ul a,
.site-header.scroll .nav-menu ul ul a {
	font-family:"Open Sans", sans-serif;
	font-size:16px;
	font-weight:500;
	padding: 13px 19px;
	color: #fff;
	margin: 0;
	width: 250px;
	border-bottom:1px solid #3d83c4;
}

.menu-item-has-children .sub-menu a:after,
.menu-item-has-children .sub-menu a:after {
	content:'';
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #17bdff;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	display:block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	background-color: #0e589c;
	color:#fff;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #fff;
    float: right;
    margin: 0 auto;
    width: auto;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * Content
 * ----------------------------------------------------------------------------
 */

.hentry,
article.product {
	padding: 40px 0;
}

.entry-content {
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
}

.sidebar .entry-content {
	float: right;
    margin: 0;
    width: 70%;
}

.entry-content .hentry {
	padding:0;
}

.single-post .hentry {
	padding: 40px 0 0;
}

.entry-content .article-wrap {
	border-bottom:1px solid #959595;
	margin-bottom: 50px;
    padding-bottom: 25px;
}

.entry-content .article-wrap p { 
	margin:0;
}

.entry-content .article-wrap .entry-title {
	margin: 0 0 15px;
}

.entry-content .article-wrap .excerpt-thumbnail {
	float:left;
	width: 20%;
	position:relative;
}

.entry-content .article-wrap .excerpt-thumbnail a,
.entry-content .article-wrap .excerpt-thumbnail .overlay {
	display: block;
	box-shadow:none;
	outline:none;
	height: 100%;
    width: 100%;
}

.entry-content .article-wrap .excerpt-thumbnail img {
	border:2px solid #17bdff;
}

.entry-content .article-wrap .excerpt-thumbnail .overlay {   
    left: 0;
    position: absolute;
    top: 0; 
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}

.entry-content .article-wrap .excerpt-thumbnail .overlay i {
	font-size: 50px;
    left: 50%;
    line-height: 1;
    margin-left: -25px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
	opacity:0;
}

.entry-content .article-wrap .excerpt-thumbnail a:hover .overlay {
	background:rgba(23,189,255, 0.8);
}

.entry-content .article-wrap .excerpt-thumbnail a:hover .overlay i {
	opacity:1;
}


.entry-content .article-wrap article {
	float: left;
    margin-left: 3.5%;
    width: 75%;
}

/* Page links */

section.dark-blue {
	background:#1a2b58;
}
	


/**
 * Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-header {
	position:relative;
}

.entry-titles {
	padding: 165px 16px 30px;
	text-align:center;
	position:relative;
}

.entry-title {
	margin: 0 0 5px;
	color:#fff;
}

.entry-title a {
	color: #333;
}

.entry-title a:hover {
	background:none !important;
	color:#17bdff;
	box-shadow:none;
	outline:none !important;
}

.single .wrap .entry-title {
	color:#333;
	font-size:30px;
}

.single-post #content .wrap {
	max-width:847px;
}

.single-post #content #breadcrumbs-wrap .wrap {
	max-width:1112px;
	min-width:320px;
}

.single-post .entry-thumbnail {	
	display: block;
    margin: 30px -30px;
    position: relative;
    width: auto;
}

.single-post .entry-thumbnail img {
	display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.no-large-title .entry-header  {
	padding-top:162px;
}

.sub-title {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-weight:300;
	margin-top: 0;
	margin-bottom: 15px;
}

/**
 * Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #959595;
}

.entry-meta a {
	color: #959595;
}

.entry-meta a:hover {
	color: #959595;
	box-shadow:none;
	outline:none !important;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	padding: 60px 0 40px;
}

.post-content a:hover,
.entry-content a:hover {
	background:#17bdff;
	box-shadow:none;
	outline: 5px solid #17bdff;
}

.entry-meta a:hover,
.comment-content a:hover {
	background:none;
	color:#17bdff;
	box-shadow:none;
	outline:none;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

footer.entry-meta {
	bottom: 30px;
	left: 16px;
	margin-top: 24px;
	position: fixed;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * Page Specific
 * ----------------------------------------------------------------------------
 */

.home .entry-header {
	padding:0;
	text-align:center;
	overflow: hidden;
}

.home .entry-header h2.scrolltoContent {
	bottom: 0;
	left: auto;
	margin: 0;
	position: absolute;
	right: auto;
	width: 100%;
}

.home .entry-header h2.scrolltoContent:before {
	border-bottom: 20px solid #202834;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 49.25%;
}

.home .entry-header h2.scrolltoContent:after {
	border-bottom: 20px solid #202834;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    content: "";
    height: 0;
    margin-left: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 49.25%;
}

.home .entry-header h2.scrolltoContent a {
	box-shadow:none;
	color:#fff;
	padding: 25px 16px 50px;
	background:#17bdff;
	background: rgba(23, 189, 255, 0.65);
    display: block;
}

.home .entry-header h2.scrolltoContent a:hover {
	background:#17bdff;
}

.home .entry-header h2.scrolltoContent a span {
	display:inline-block;
}

.home .entry-header h2.scrolltoContent a span:before, 
.home .entry-header h2.scrolltoContent a span:after {
	background: #fff;
	content: "";
	height: 2px;
	position: absolute;
	top: 50%;
	width: 70px;
}

.home .entry-header h2.scrolltoContent a span:before {
	margin-right: 20px;
	right: 100%;
}

.home .entry-header h2.scrolltoContent a span:after {
	margin-left: 20px;
	left: 100%;
}

.home .hentry {
	padding:0;
}

.home .sub-title {
	margin-bottom:25px;
}

.home .entry-content {
	max-width:inherit;
	width:auto;	
	padding:0;
}

/**
 * Products
 * ----------------------------------------------------------------------------
 */

body.woocommerce-demo-store .site-header.scroll {
	top:0 !important;
}

body.woocommerce-demo-store .site-header {
	top:70px;
}

body.woocommerce-demo-store .notification-bar {
	top: 233px;
}

body .woocommerce-store-notice {
	background-color:#ffea00;
	color: #000;
}

body .woocommerce-store-notice a {
	color:#000;
	display:none !important;
}

.woocommerce.single img,
.woocommerce-cart img,
.woocommerce-checkout img {
	border:none;
}

.sidebar .entry-content #tab-description {
	float:none;
	width:auto;
	font-size:14px;
}

.woocommerce.sidebar .wc-forward {
	margin:0 0 10px;	
	padding: 11px 15px 10px;
}

.woocommerce.sidebar .wc-forward:after,
.woocommerce.sidebar .wc-forward:before {
	display:none;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    width:30.75%;
}

.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img, 
.woocommerce-page ul.cart_list li img, 
.woocommerce-page ul.product_list_widget li img {
	border: 1px solid #17bdff;
	box-shadow:none;
}

.woocommerce ul.cart_list li a:hover, 
.woocommerce ul.product_list_widget li a:hover, 
.woocommerce-page ul.cart_list li a:hover, 
.woocommerce-page ul.product_list_widget li a:hover {
	box-shadow: none;
	background:none;
	outline: none;
	color: #333;
}

.woocommerce-breadcrumb,
.sidebar .entry-content #tab-description h2,
.sidebar .type-product .tabs {
	display:none;
}

.woocommerce .prelim {
	background:#0e589c;
	padding: 16px;
	margin-bottom:20px;
}

.woocommerce .prelim h3 {
	color:#fff;
	margin:0;
	text-transform:uppercase;
}

.woocommerce #payment .payment_method_paypal .about_paypal:hover, 
.woocommerce-page #payment .payment_method_paypal .about_paypal:hover,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal:hover {
	outline:none;
	background:none;
	box-shadow:none;
	color:#333;
}

.woocommerce #payment .terms label, 
.woocommerce-page #payment .terms label {
	font-weight:500;
	font-size:14px;
	cursor:pointer;
}

.woocommerce ul.products li.product a:hover h3, 
.woocommerce-page ul.products li.product a:hover h3 {
	color: #17bdff;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}

.woocommerce ul.products li.product a img, 
.woocommerce-page ul.products li.product a img {
	box-shadow:none;
}

/* Old styles
.woocommerce .quantity input.qty, 
.woocommerce #content .quantity input.qty, 
.woocommerce-page .quantity input.qty, 
.woocommerce-page #content .quantity input.qty {
	border-color: #17bdff !important;
	border-width: 1px 0 1px 1px;
	height: 44px;
}*/

.woocommerce .quantity input.qty, 
.woocommerce #content .quantity input.qty, 
.woocommerce-page .quantity input.qty, 
.woocommerce-page #content .quantity input.qty {
	border-color: #17bdff !important;
	border-width: 1px;
	height: 44px;
}

input[type=number] {
	-moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    display: none;
}

.woocommerce .quantity .plus, 
.woocommerce .quantity .minus, 
.woocommerce #content .quantity .plus, 
.woocommerce #content .quantity .minus, 
.woocommerce-page .quantity .plus, 
.woocommerce-page .quantity .minus, 
.woocommerce-page #content .quantity .plus, 
.woocommerce-page #content .quantity .minus {
	background: #17bdff !important;
	border: 1px solid #17bdff;
	border-radius: 0;
	height: 21px;
	text-shadow: none;
	box-shadow: none;
	color:#fff !important;
}

.woocommerce .product_meta {
	display:none;
}

.woocommerce #content div.product div.summary h4, 
.woocommerce-page #content div.product div.summary h4 {
	margin-bottom:0;
}

.woocommerce #content div.product div.summary ul, 
.woocommerce-page #content div.product div.summary ul {
	margin:10px 0 20px 0;
}

.woocommerce td.product-name dl.variation dd {
	margin-bottom:0;
}

.woocommerce div.product form.cart div.quantity, 
.woocommerce #content div.product form.cart div.quantity, 
.woocommerce-page div.product form.cart div.quantity, 
.woocommerce-page #content div.product form.cart div.quantity {
	margin: 0 10px 0 0;
}

.woocommerce .quantity, 
.woocommerce #content .quantity, 
.woocommerce-page .quantity, 
.woocommerce-page #content .quantity {
	margin:0;
}

.woocommerce table.cart a.remove:hover, 
.woocommerce #content table.cart a.remove:hover, 
.woocommerce-page table.cart a.remove:hover, 
.woocommerce-page #content table.cart a.remove:hover,
.select2-container .select2-choice:hover {
	outline:none;
}

.woocommerce div.product div.images a,  
.woocommerce-page #content  div.product div.images a,
.woocommerce div.product div.images a,  
.woocommerce-page #content div.product div.images a {
	background:#17bdff;
	outline:none;
}

.woocommerce div.product div.images img, 
.woocommerce #content div.product div.images img, 
.woocommerce-page div.product div.images img, 
.woocommerce-page #content div.product div.images img,
.select2-container .select2-choice:hover {
	box-shadow:none;
}

.woocommerce div.product div.images img:hover ,  
.woocommerce-page div.product div.images img:hover,
.woocommerce ul.cart_list li img:hover, 
.woocommerce ul.product_list_widget li img:hover, 
.woocommerce-page ul.cart_list li img:hover, 
.woocommerce-page ul.product_list_widget li img:hover {
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
	opacity:0.25;
}

.entry-content .woocommerce-main-image,
.thumbnails a:hover,
div.pp_woocommerce .pp_next:hover, 
div.pp_woocommerce .pp_previous:hover,
.products a:hover, 
.woocommerce-tabs ul.tabs li a:hover, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover {
	background:none !important;
	outline:none !important;
	box-shadow:none !important;
}

.woocommerce #payment div.payment_box, 
.woocommerce-page #payment div.payment_box {
	width:100%;
}

.woocommerce .thumbnails a img {
	border:2px solid #17bdff;
}

.woocommerce-account #main .wrap {
	max-width:800px;
}

.woocommerce-account #main .wrap input.button {
	margin-top:20px;
}

.woocommerce-account #main #breadcrumbs-wrap .wrap {
	max-width:1112px;
	min-width:320px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	border:none;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
	margin: 0 5px;
	min-width: auto;
	padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
	background:none;
	color:#17bdff;
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.prev:focus,
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.next:focus {
	color:#fff;
}

.woocommerce nav.woocommerce-pagination ul li a.prev:after {
	content:'« prev';
	color: #959595;
}

.woocommerce nav.woocommerce-pagination ul li a.next:before {
	content:'next »';
	color: #959595;
}

.woocommerce nav.woocommerce-pagination ul li a:hover:after,
.woocommerce nav.woocommerce-pagination ul li a:hover:before {
	color:#17bdff;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background:none;
	color:#363636;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
	border-color:#fff !important; 
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
	background-color:#fff !important; 
}

.woocommerce form .form-row label, 
.woocommerce-page form .form-row label {
	font-weight:700;
}

.woocommerce-page .form-row {
	padding:0;
}

.woocommerce .wc-forward {
	margin-left:15px;
}

.woocommerce .added_to_cart:hover {
	color:#17bdff;
}

.woocommerce #order_review_heading {
	margin-top:22px;
}

.woocommerce div.product .out-of-stock {
	font-weight:bold;
	font-size:20px !important;
}

td.shipping-disclaimer {
	font-weight:400 !important;
	text-transform:none;
	padding-right:40px;
	line-height:1;
}

/**
 * Shortcodes
 * ----------------------------------------------------------------------------
 */
 
 /* columns */
 

.one_half,
.one_third,
.one_fourth,
.one_fifth,
.one_sixth,
.three_fourths {
	float: left;
    margin-right: 6.5%;
	padding-bottom: 20px;
    position: relative;
}

.one_half {
    width: 46.5%;
}

.one_third {
	width:30.555555555%; /* 352px / 1152px */
	margin-right: 3.5%;
}

.one_fourth {
	width:21.875%; /* 252px / 1152px */
	margin-right: 3.5%;
}

.one_fifth {
	width:16.666666666%; /* 192px / 1152px */
	margin-right: 3.5%;
}

.one_sixth {
	width:13.194444444%; /* 152px / 1152px */
	margin-right: 3.5%;
}

.three_fourths {
	width:73.958333333%; /* 852px / 1152px */
	margin-right: 3.5%;
}

.last { 
	margin:0 !important; 
	clear:right;
}

#makeMeScrollable {
	width:100%;
	max-width:100%;
	height: 385px;
	position: relative;
}

div.scrollWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea {
	position: relative;
	width: auto;
	height: 100%;
	margin: 0 auto;
}

div.scrollingHotSpotLeft, 
div.scrollingHotSpotRight {
	background: rgba(0, 0, 0, 0.65);
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 34px;
	height: 105%;
	line-height: 93px;
	margin-top: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: -20px;
	vertical-align: middle;
	width: 75px;
	z-index: 200;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}

div.scrollingHotSpotLeft .ss-icon, 
div.scrollingHotSpotRight .ss-icon {
	font-size: 40px;
	margin: -45px 0 0;
	position: absolute;
	top: 50%;
	vertical-align: middle;
	color:rgba(255, 255, 255, 0.65);
}

div.scrollingHotSpotLeft {
	left: 0;
}

div.scrollingHotSpotRight {
	right: 0;
}
div.scrollingHotSpotLeft .ss-icon {
	right:18px;
}
div.scrollingHotSpotRight .ss-icon {
	left:18px;
}

div.scrollingHotSpotLeft:hover,
div.scrollingHotSpotRight:hover {
	background:rgba(0, 0, 0, 0.85);
}

div.scrollingHotSpotLeft:hover .ss-icon,
div.scrollingHotSpotRight:hover .ss-icon {
	color:rgba(255, 255, 255, 1);
}

div.scrollingHotSpotLeftVisible {			
	background-repeat: no-repeat;
	-webkit-opacity: 1; 
	-moz-opacity: 1;
	-ms-opacity: 1; 
	-o-opacity: 1;  
	opacity: 1; 	
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

div.scrollingHotSpotRightVisible {
	-webkit-opacity: 1; 
	-moz-opacity: 1;
	-ms-opacity: 1; 
	-o-opacity: 1;  
	opacity: 1; 	
	zoom: 1;
}

.application-scroller {
	margin: 0;
	padding: 0;
}

.application-scroller li.application {
	float:left;
	list-style-type:none;
	width:260px;
}

.application-scroller li.application a:hover {
	outline:none;
}

.application-scroller li.application .application-img-link {
	background:none;
	outline:none;
	position: relative;
	display:block;
	border:2px solid #17bdff;
	margin:0 auto;
	max-width: 180px;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
	overflow:hidden;
}

.application-scroller li.application .application-img-link img {
	opacity:1;	
	border:none;
}

.application-scroller li.application h5 {
	font-family:'Open Sans', sans-serif;
	text-align:center;
	color:#fff;
	font-weight:500;
	margin:0 0 20px;
}

.application-scroller li.application .application-preview {
	background:#17bdff;
	position:absolute;
	opacity:0;
	top:0;
	bottom:0;
	left:0; 
	right:0;
	width:100%;
	padding:0;
	text-align:center;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	-ms-transition:all 0.5s ease-in-out 0s;
	-o-transition:all 0.5s ease-in-out 0s;
	transition:all 0.5s ease-in-out 0s;
}

.application-scroller li.application:hover .application-preview {
	opacity:1;
}

.application-scroller li.application .application-preview .application-desc {
	line-height: 22px;
}

.application-scroller li.application .application-preview .application-desc p {
	margin-bottom:0;
}

.application-scroller li.application .application-preview .btn-learn-more {
    display: block;
    padding: 20px 0 0;
	font-size:14px;
	-webkit-transform:translatey(100px);
	-moz-transform:translatey(100px);
	-ms-transform:translatey(100px);
	-o-transform:translatey(100px);
	transform:translatey(100px);
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	-ms-transition:all 0.5s ease-in-out 0s;
	-o-transition:all 0.5s ease-in-out 0s;
	transition:all 0.5s ease-in-out 0s;
}

.application-scroller li.application:hover .application-preview .btn-learn-more {
	-webkit-transform:translatey(15px);
	-moz-transform:translatey(15px);
	-ms-transform:translatey(15px);
	-o-transform:translatey(15px);
	transform:translatey(15px);
}

.application-scroller li.application .application-preview .ss-icon {
	display: inline-block;
	font-size: 50px;	
	vertical-align: middle;
	-webkit-transform:translatey(-100px);
	-moz-transform:translatey(-100px);
	-ms-transform:translatey(-100px);
	-o-transform:translatey(-100px);
	transform:translatey(-100px);	
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	-ms-transition:all 0.5s ease-in-out 0s;
	-o-transition:all 0.5s ease-in-out 0s;
	transition:all 0.5s ease-in-out 0s
}

.application-scroller li.application:hover .application-preview .ss-icon {
	-webkit-transform:translatey(45px);
	-moz-transform:translatey(45px);
	-ms-transform:translatey(45px);
	-o-transform:translatey(45px);
	transform:translatey(45px);
}

.application-scroller li.application a {
	color:#fff;
	display:block;
}

.wpcf7-form p {
	margin-bottom: 20px;
}

.wpcf7-form .one_half {
	padding-bottom:0;
}

span.wpcf7-list-item {
	font-weight: 500;
	font-size: 14px;
	display: block;
	margin:5px 0;
	color:#363636;
}

.place-holder-light p {
	color:#000;
	font-weight: 700;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	width:100%;
	font-weight: 700;
}

.wpcf7-form .place-holder-light input[type="text"],
.wpcf7-form .place-holder-light input[type="email"],
.wpcf7-form .place-holder-light textarea {
	font-weight: 500;
}

/* Tabs */

.ui-tabs {
	border:1px solid #0e589c;
}

.tab-button-wrap {
	-webkit-border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	-ms-border-radius:8px 8px 0 0;
	-o-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
}

.ui-tabs-nav {
	margin:0;
	padding:0;
}

.ui-tabs-nav li {
	float:left;
	list-style-type:none;
	border-right:1px solid #fff;
	width:20%;
	font-size: 14px;
}

.ui-tabs-nav li a {
	background-color:#0e589c;
	color:#fff;
	padding:1em 0.5em;
	float:left;
	text-align:center;
	width:100%;
}

.ui-tabs-nav li:first-child a {
	-webkit-border-radius:8px 0 0 0;
	-moz-border-radius:8px 0 0 0;
	-ms-border-radius:8px 0 0 0;
	-o-border-radius:8px 0 0 0;
	border-radius:8px 0 0 0;
}

.ui-tabs-nav li:last-child {
	border-right:none;
}

.ui-tabs-nav li:last-child a {
	-webkit-border-radius:0 8px 0 0;
	-moz-border-radius:0 8px 0 0;
	-ms-border-radius:0 8px 0 0;
	-o-border-radius:0 8px 0 0;
	border-radius:0 8px 0 0;
}

.ui-tabs-nav li.ui-state-active a {
	background-color:#fff;
	color:#0e589c;
}

.ui-tabs-nav li a:hover {
	box-shadow:none;
	outline:none;
}

.ui-tabs-panel {
	padding:1em;
}

.ui-tabs-panel h2,
.ui-tabs-panel h3,
.ui-tabs-panel h4,
.ui-tabs-panel h5 {
	margin-bottom:10px;
}

.ui-tabs-panel ul {
	margin-top:0;
}

/**
 * Galleries
 * ----------------------------------------------------------------------------
 */
 
.application-scroller {	
	padding:70px 0 90px;
}

/**
 * Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1080px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1080px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	
}

.navigation a:hover {
	text-decoration: none;
	box-shadow:none;
	outline:none;
}

.paging-navigation {
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {

}

.paging-navigation .meta-nav {
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	text-decoration: none;
}

.post-navigation {
	font-size: 16px;
	padding: 20px 0;
	margin:20px 0 40px;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1080px;
	text-align:center;
}

.post-navigation .nav-links a {
    border: 1px solid #17bdff;
    box-shadow: 0 0 0 0 #fff inset;
    display: inline-block;
    font-weight: 600;
    padding: 4px 13px;
}

.post-navigation .nav-links a:hover {
	box-shadow: 300px 0 0 0 #17bdff inset;
	color:#fff;
}

.post-navigation a[rel="prev"] {
	float: left;
	text-align: left;
}

.post-navigation a[rel="all"] {
	margin:0 auto;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}

ul.page-numbers {
	display: block;
	height: 29px;
	line-height: normal;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

ul.page-numbers li {
	display: inline-block;
	list-style-type: none;
	text-align: center;
	margin:0 5px;
}

ul.page-numbers li a {
	color:#959595;
}

ul.page-numbers li a:hover {
	color:#17bdff;
	box-shadow:none;
	background:none;
	outline:none;
}

/**
 * Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1080px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1080px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1080px;
	padding: 40px 376px 40px 60px;
}


/**
 * 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-wrapper {
    text-align: center;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1080px;
	padding-bottom: 40px;
	width: 100%;
}

/**
 * Sidebar
 * ----------------------------------------------------------------------------
 */


/**
 * Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	font-size: 16px;
	margin: 0 0 24px;
	padding: 20px 20px 20px 0;
	word-wrap: break-word;
}

.widget .widget-title {
	font-size:26px;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	line-height: 1.25;
    padding: 5px 0;
}

.widget li .sub-menu li {
    
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	font-family:"Roboto",sans-serif;
}

.widget a:hover {
	outline:5px solid #17bdff;
	background-color: #17bdff;
}

.sidebar-inner .widget li.current-menu-item a {
	background:#202834;
	outline:5px solid #202834;
	color:#fff;
}

.sidebar-inner .widget li.current-menu-item .sub-menu li a {
	background:none;
	outline:none;
	color:#17bdff;
}

.sidebar-inner .widget li.current-menu-item .sub-menu li a:hover {
	-webkit-box-shadow: 300px 0 0 0 #17bdff inset;
	-moz-box-shadow: 300px 0 0 0 #17bdff inset;
	-ms-box-shadow: 300px 0 0 0 #17bdff inset;
	-o-box-shadow: 300px 0 0 0 #17bdff inset;
	box-shadow: 300px 0 0 0 #17bdff inset;
	outline:5px solid #17bdff;
	background-color: #17bdff;
	color:#fff;
}

.sidebar-inner .widget li.current-menu-item a:hover {
	box-shadow:none;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/**
 * Call to action
 * ----------------------------------------------------------------------------
 */
 
 .call-to-action {
 	background:#491e88;
	text-align:center;
	padding:40px 16px;
 }
 
 .call-to-action h2 {
 	font-family:"Open Sans",sans-serif;
	color:#fff;
	font-size:26px;
	font-weight:500;
	margin:0;
 }
 
 .call-to-action .btn {
 	margin-left:10px;
 }


/**
 * Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #333;
	color: #999;
	text-align: center;
}

.site-footer .widget-area {
	text-align: left;
}

.site-footer .sidebar-container {
	padding: 40px 0 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
}

.site-footer .widget {
	background: transparent;
	float: left;
	margin-right: 20px;
	width: 255px;
	margin-bottom: 0;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget-title,
.site-footer .widget-title a {
	font-size:16px;
  color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1080px;
	padding: 30px 0;
	width: 100%;
}

.site-info a:hover {
	box-shadow:none;
	color:#fff;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

a.back-top.visible {
    bottom: 20px;
}

a.back-top {	
    background-color:rgba(0,0,0, 0.75);
    bottom: -100px;
    color: #FFFFFF;
    display: block;
    line-height: 1;
    padding: 10px;
    position: fixed;
    right: 16px;
    text-align: center;
    transition: all 0.25s ease-in-out 0s;
    vertical-align: middle;
    z-index: 2;
}

a.back-top .genericon {
	color: #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
}

a.back-top:hover { 
	background:#000;
	box-shadow:none;
}


/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 2100px) {
	.home .entry-header h2.scrolltoContent:before,
	.home .entry-header h2.scrolltoContent:after {
		width:49%;
	}
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
	.white-bg-trans {
		min-width:40%;
	}
}

@media (max-width: 1109px) {
	
	body.woocommerce-demo-store .notification-bar {
		top: 208px;
	}
	
	body,
	.widget {
		font-size:14px;
	}
	
	.notification-bar {
		top: 106px;
	}
	
	h1 {
		font-size: 42px;
		margin: 23px 0;
	}
	
	h2 {
		font-size: 24px;
		margin: 15px 0;
	}
	
	.call-to-action h2 {
		font-size:22px;
	}
	
	h3 {
		font-size:18px;
		margin: 12px 0;
	}
		
	h4 {
		font-size: 16px;
		margin: 15px 0;
	}	
	
	h5 {
		font-size: 14px;
		margin: 20px 0;
	}
		
	h6 {
		font-size: 12px;
		margin: 26px 0;
	}
		
	.btn-large {
	  font-size: 18px;
	  padding: 12px 25px;
	}
	
	.home #page .entry-header .product-search input.product-search-field {
		font-size: 18px;
		padding: 12px 10px;
	}
	
	.site-header .home-link {
		background-size:150px auto;
		width:150px;
		margin: 39px 17px 20px 0;
	}
	
	.site-header.scroll .home-link {
		width: 150px;
        margin-bottom:0;
	}
	
	.nav-menu li a {
		font-size: 17px;
		padding: 50px 17px 41px;
	}
	
	.site-header.scroll .nav-menu li a {
		padding: 34px 17px 33px;
	}
	
	.nav-menu li.btn-nav {
    	padding: 36px 0 29px 17px;
	}
	
	.nav-menu li.btn-nav a {
		font-size:16px;
	}
	
	ul.nav-menu ul a, 
	.nav-menu ul ul a,
	.site-header.scroll .nav-menu ul a,
	.site-header.scroll .nav-menu ul ul a {
		font-size:14px;
	}
	
	#makeMeScrollable {
		height: 310px;
	}
	
	.application-scroller {
		padding: 35px 0 40px;
	}
	
	.ui-tabs-nav li a {
		font-size:12px;
	}
	
	.home .entry-header h2.scrolltoContent:before,
	.home .entry-header h2.scrolltoContent:after {
		width:48%;
	}
	
	.no-large-title .entry-header {
    	padding-top: 138px;
	}
	
	.entry-titles {
    	padding: 140px 16px 30px;
	}
	
	#google-map {
		height:415px;
	}
	
	.post-navigation {
    	font-size: 14px;
	}
	
	.site-footer .sidebar-container {
	  padding: 20px 0 0;
	}
}

@media (min-width: 999px) {
	#mobile-menu {
		display:none;
	}
}

@media (max-width: 999px) {
	
	body.woocommerce-demo-store .notification-bar {
		top: 176px;
	}
	
	.site-header .home-link {
		margin: 20px 17px 0px 0;
	}
	
    .site-header.scroll .home-link {
        margin-top: 18px;
    }
    
	ul.nav-menu ul a, 
	.nav-menu ul ul a, 
	.site-header.scroll .nav-menu ul a, 
	.site-header.scroll .nav-menu ul ul a {
		width:100%;
	}
	
	.btn:hover, 
	.btn-nav a:hover, 
	button:hover, 
	button:focus, 
	input[type="submit"]:hover, 
	input[type="button"]:hover, 
	input[type="reset"]:hover, 
	input[type="submit"]:focus, 
	input[type="button"]:focus, 
	input[type="reset"]:focus, 
	.woocommerce #main a.button:hover, 
	.woocommerce #main button.button:hover, 
	.woocommerce #main input.button:hover, 
	.woocommerce #main #respond input#submit:hover, 
	.woocommerce #main #content input.button:hover, 
	#main.woocommerce- page a.button:hover, 
	.woocommerce-page #main button.button:hover, 
	.woocommerce-page #main input.button:hover, 
	.woocommerce-page #main #respond input#submit:hover, 
	.woocommerce-page #main #content input.button:hover {
		box-shadow:none;
		background:#fff !important;
	}
	
	/* Small menu */
	.menu-toggle {
		background: none;
		border: none;
		border-radius: 0;
		-webkit-appearance: none;
		cursor: pointer;
		margin: 0;		
		color: #333;
		padding: 0;
		top: 42px;
		height:32px;
		width:32px;
		display:block;	
		box-shadow:none;	
	}
	
	.menu-toggle.genericon-menu:before {
		font-size:32px !important;
	}
	
	.toggle-wrap {
		border-left: 1px solid #cbcbcb;
		display: inline-block;
		float: right;
		padding: 22px 0 22px 17px;
		width: auto;
	}
	
	.site-header.scroll .toggle-wrap {
		padding: 16px 0 17px 17px;
	}
	
	.menu-toggle:hover {
		box-shadow:none;
	}

	.menu-toggle:focus {
		outline: thin dotted;
	}
	
	ul.nav-menu li:hover > ul,
	.nav-menu ul li:hover > ul,
	ul.nav-menu .focus > ul,
	.nav-menu .focus > ul {		
		display:none;
	}
	
	.navbar {
		display:none;
	}
	
	#mobile-menu {
		background:#202834;
	}
	
	#mobile-menu .nav-menu li {
		border-bottom: 1px solid #364355;
		border-left: medium none;
		float: none;
		width: 100%;
	}
	
	#mobile-menu .nav-menu li.btn-nav {
		padding: 17px;
		width:auto;
	}
	
	#mobile-menu .nav-menu li.btn-nav a {
		text-align:center;
	}
	
	#mobile-menu .nav-menu li.btn-nav a:hover {
		color:#0e589c;
		box-shadow: none;
	}
	
	#mobile-menu .nav-menu li a {
		color: #fff;
		padding: 17px;
	}
	
	#mobile-menu .nav-menu li a:hover {
		background:none;
	}
	
	#mobile-menu .nav-menu .sub-menu, 
	#mobile-menu .nav-menu .children {
		background:#26303e;
		position:relative;
		padding-bottom: 20px;
	}
	
	.nav-menu li:hover > a,
	.nav-menu li a:hover,
	.nav-menu li:focus > a,
	.nav-menu li a:focus,
	.nav-menu .current_page_item > a,
	.nav-menu .current_page_ancestor > a,
	.nav-menu .current-menu-item > a,
	.nav-menu .current-menu-ancestor > a  {
		background: none;
		color: #fff;
	}
	
	#mobile-menu .nav-menu .menu-item-has-children .sub-menu li {
		border:none;
	}
	
	#mobile-menu .nav-menu .menu-item-has-children .sub-menu a {
		padding:8px 30px;
		color:#7b8695;
		border:none;
	}
	
	#mobile-menu .nav-menu .menu-item-has-children .sub-menu a:hover {
		color:#fff;
	}
	
	#mobile-menu .nav-menu .menu-item-has-children a:after {
		content:'';
	}
	
	.entry-titles {
    	padding: 95px 16px 20px;
	}
	
	.no-large-title .entry-header {
    	padding-top: 105px;
	}
	
	.single-post .entry-thumbnail {	
		margin: 30px -16px;
	}
	
	.woocommerce-page a.button.add_to_cart_button {
		font-size:14px;
		padding: 11px 16px 10px;
	}
	
}

@media (max-width: 782px) {
	
	.logged-in .site-header {
		top: 46px;
	}
	
	.logged-in  .site-header.scroll {
		top:0;
	}
	
}

@media (max-width: 768px) {
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width:48%
	}
	
	.call-to-action .btn {
		display:block;
		margin:20px auto 0;
		max-width:200px;
	}
	
	.woocommerce #content table.cart td.actions .button, 
	.woocommerce #content table.cart td.actions .input-text, 
	.woocommerce #content table.cart td.actions input, 
	.woocommerce table.cart td.actions .button, 
	.woocommerce table.cart td.actions .input-text, 
	.woocommerce table.cart td.actions input, 
	.woocommerce-page #content table.cart td.actions .button, 
	.woocommerce-page #content table.cart td.actions .input-text, 
	.woocommerce-page #content table.cart td.actions input, 
	.woocommerce-page table.cart td.actions .button, 
	.woocommerce-page table.cart td.actions .input-text, 
	.woocommerce-page table.cart td.actions input {
		margin:0 0 10px;
		width:100%;
	}
	
	.woocommerce-page table.cart td.product-name {
		background-color:#ededed !important;
	}
	
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	
	.notification-bar-message {
		max-width:380px;
		margin:0 auto;
	}
	
	h1 {
		font-size: 32px;
		margin: 0 0 23px;
	}
	
	h2 {
		font-size: 20px;
		margin: 0 0 15px;
	}
	
	.white-bg-trans {
		min-width:100%;
		margin:10px 0 0;
	}
	
	.single .wrap .entry-title {
		font-size: 28px;
	}
	
	.widget .widget-title {
		font-size: 18px;
	}
	
	.entry-content {
		padding: 30px 0 0;
	}
	
	.sidebar .entry-content,
	.site-main .sidebar-container {
		width:100%;
		float:none;
		padding: 30px 0 0;
	}
	
	.site-main .sidebar-container .widget {
		padding:0;
	}
    
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product {
        width:48%;
    }
	
	.wp-caption .wp-caption-text,
	.entry-caption,
	.gallery-caption {
		font-size:14px;
	}
}

@media (max-width: 643px) {
	.home .entry-header h2.scrolltoContent a span:before, 
	.home .entry-header h2.scrolltoContent a span:after {		
		width: 30px;
	}
	
	.home .entry-header h2.scrolltoContent a span:before {
		margin-right: 10px;
	}
	
	.home .entry-header h2.scrolltoContent a span:after {
		margin-left: 10px;
	}
	
	.home .entry-header h2.scrolltoContent:before, 
	.home .entry-header h2.scrolltoContent:after {
	  width: 47%;
	}
	
	.entry-thumbnail img {
		max-width:50%;	
	}
	
	figure.wp-caption.alignleft,
	img.alignleft {
		margin: 5px 15px 15px 0;
	}
	
	figure.wp-caption.alignright,
	img.alignright,
	.entry-thumbnail img {
		margin: 5px 0 15px 15px;
	}
	
	div.scrollingHotSpotLeft, 
	div.scrollingHotSpotRight {
		display:none !important;
	}
	
	.one_half,
	.one_third,
	.one_fourth,
	.three_fourths {
		width:auto;
		float:none;
		margin-right:0;
	}
	
	.ui-tabs-nav li,
	.ui-tabs-nav li a {
		float:none;
		border-bottom:1px solid #fff;
		border-right:none;
		display:block;
		width:auto;
		
	}
	
	.ui-tabs-nav li:first-child a {
		border-radius:8px 8px 0 0;
	}
	
	.ui-tabs-nav li:last-child a {
		border-radius:0;
	}
	
	.mobile-block {
		display:block;
		clear:both;
	}
	
	#google-map {
		height:300px;
	}
}

@media (max-width: 601px) {
	html.jPanelMenu {
		margin-top:0 !important;
	}
	
	.entry-content .article-wrap .excerpt-thumbnail .overlay i {
		font-size:30px;
		margin-left: -15px;
    	margin-top: -10px;
	}
	.hidden-mobile {
		display:none;
	}
}

@media (min-width: 509px) {
	.hidden-desktop {
		display:none;
	}
}

/* Mobile devices */
@media (max-width: 509px) {
	body.woocommerce-demo-store .site-header {
		top: 90px;
	}
	
	.home .entry-header {
		height:580px !important;
	}
	
	.home .centering {
		margin-top:175px !important;
		padding: 0 30px;
	}
	
	.home .entry-header h2.scrolltoContent:before, 
	.home .entry-header h2.scrolltoContent:after {
	  width: 46%;
	}
	
	.site-header #top-bar .product-search.floating .product-search-results {
		width:288px !important;
	}
	
	.home .sub-title {
		padding:0 10px;
	}
	
	.sub-title {
		margin-bottom:10px;
	}
	
	h1 {
    	font-size: 28px;
	}
	
	h2 {
    	font-size: 18px;
	}
	
	.single .wrap .entry-title {
		font-size: 26px;
	}
	
	.entry-thumbnail img {
		max-width:40%;	
	}
	
	/*
	.woocommerce #contenttable.cart th, 
	.woocommerce #content table.cart th,  
	.woocommerce-page #content table.cart th, 
	.woocommerce-page #content table.cart th {
		display:none;
	}
	 
	.woocommerce table.cart td, 
	.woocommerce #content table.cart td, 
	.woocommerce-page table.cart td, 
	.woocommerce-page #content table.cart td {
		display:block;
	}
	
	.woocommerce-page table.cart td .quantity, 
	.woocommerce-page #content table.cart td .quantity {
		display:inline;
	}
	*/	
	
	.woocommerce .woocommerce-result-count, 
	.woocommerce-page .woocommerce-result-count {
		margin: 0 1em 1em 0;
	}
	
	.woocommerce .woocommerce-ordering, 
	.woocommerce-page .woocommerce-ordering {
		float: left;
	}
	
	.entry-content .article-wrap .post-content {
		display:none;
	}
	
	.entry-content .article-wrap {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	
	.entry-content .article-wrap .entry-title {
		margin:0;
	}
	
	.site-footer .widget {
		width:auto;
	}
}


/**
 * Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}
	
	.entry-content img.alignright,
	.entry-content .entry-thumbnail img
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}
