/* 
Theme Name: GMN Theme
Theme URI: http://www.globalmarinenet.com
Description: A custom, standards-compliant, GMN theme.
Version: 1.2
Author: Breakthrough Design Group
Author URI: http://breakthroughdesign.com/

  Copyright Breakthrough Design Group.  All rights reserved.
*/
.loginlink {
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
a { outline: none !important; }
footer .designby {
  display: block;
  margin-top: 30px;
  text-align: center;
}
body footer .designby a.flyover {
  text-decoration: none !important;
  margin: 0 auto;
  background: url(img/bdg-logo.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  height: 22px;
  text-indent: -9999px;
  width: 86px;
  opacity: .5;
}
body footer .designby a:hover {
  text-decoration: none !important;
  opacity: 1;
}
.loginlink:hover {
	text-decoration: none !important;
}
/* Wordpress */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.alignleft {
	float: left;
	clear: left;
	padding: 3px;
	margin: 0 15px 10px 0;
}
.alignright {
	float: right;
	clear: right;
	margin: 0 0 10px 30px;
	padding: 3px;
}
.wp-caption {
	background: #0079C1;
	text-align: center;
	margin-bottom: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	margin-bottom: 0;
	width: 100%;
}
.wp-caption p.wp-caption-text {
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	padding: 0 10px 5px;
	margin: 0;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
iframe { width: 100%; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
button, input {
	line-height: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
 *vertical-align: middle;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
 *overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
.clearfix, .navigation, .media, .utility, .utility-nav, nav ul, .breadcrumbs {
	zoom: 1;
}
  .clearfix:before, .navigation:before, .media:before, .clearfix:after, .navigation:after, .media:after, .utility:before, .utility-nav:before, nav ul:before, .breadcrumbs:before, .utility:after, .utility-nav:after, nav ul:after, .breadcrumbs:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
  .clearfix:after, .navigation:after, .media:after, .utility:after, nav ul:after, .breadcrumbs:after {
	clear: both;
}
.unordered, ul {
	list-style-position: outside;
	list-style-type: disc;
}
.ordered, ol {
	list-style-position: outside;
	list-style-type: decimal;
}
.nobullet, .utility-nav li, nav li, .breadcrumbs li {
	list-style: none;
}
/*

    Grid

*/
.row:after, .col:after, .col1:after, .col2:after, .col3:after, .col4:after, .col5:after, .col6:after, .col7:after, .col8:after, .col9:after, .col10:after, .col11:after, .col12:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.row {
	margin-bottom: 30px;
}
.home-products .row, .home-news .row {
	border-bottom:1px solid #c1c1c1;
	padding:0 0 30px;
}
.col, .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	display: block;
	float: left;
	width: 100%;
	margin-right: 2%;
}
/* line 25, ../scss/libs/_grid.scss */
.col:last-child, .col1:last-child, .col2:last-child, .col3:last-child, .col4:last-child, .col5:last-child, .col6:last-child, .col7:last-child, .col8:last-child, .col9:last-child, .col10:last-child, .col11:last-child, .col12:last-child {
	margin-right: 0;
}
/* line 28, ../scss/libs/_grid.scss */
.col img, .col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
	max-width: 100%;
	height: auto;
}
/* line 32, ../scss/libs/_grid.scss */
.container {
	width: 90%;
	margin: 0 5%;
}
/* line 36, ../scss/libs/_grid.scss */
.col1 {
	width: 6.5%;
}
/* line 40, ../scss/libs/_grid.scss */
.col2 {
	width: 15.0%;
}
/* line 44, ../scss/libs/_grid.scss */
.col3 {
	width: 23.5%;
}
/* line 48, ../scss/libs/_grid.scss */
.col4 {
	width: 32.0%;
}
/* line 52, ../scss/libs/_grid.scss */
.col5 {
	width: 40.5%;
}
/* line 56, ../scss/libs/_grid.scss */
.col6 {
	width: 49.0%;
}
/* line 60, ../scss/libs/_grid.scss */
.col7 {
	width: 57.5%;
}
/* line 64, ../scss/libs/_grid.scss */
.col8 {
	width: 66.0%;
}
/* line 68, ../scss/libs/_grid.scss */
.col9 {
	width: 74.5%;
}
/* line 72, ../scss/libs/_grid.scss */
.col10 {
	width: 83.0%;
}
/* line 76, ../scss/libs/_grid.scss */
.col11 {
	width: 91.5%;
}
/* line 80, ../scss/libs/_grid.scss */
.col12 {
	width: 100%;
}
/*

Offsets

*/
/* line 91, ../scss/libs/_grid.scss */
.offset-1 {
	margin-left: 6.5%;
}
/* line 94, ../scss/libs/_grid.scss */
.offset-2 {
	margin-left: 17.0%;
}
/* line 97, ../scss/libs/_grid.scss */
.offset-3 {
	margin-left: 25.5%;
}
/* line 100, ../scss/libs/_grid.scss */
.offset-4 {
	margin-left: 34.0%;
}
/* line 103, ../scss/libs/_grid.scss */
.offset-5 {
	margin-left: 42.5%;
}
/* line 106, ../scss/libs/_grid.scss */
.offset-6 {
	margin-left: 51.0%;
}
/* line 109, ../scss/libs/_grid.scss */
.offset-7 {
	margin-left: 59.5%;
}
/* line 112, ../scss/libs/_grid.scss */
.offset-8 {
	margin-left: 68.0%;
}
/* line 115, ../scss/libs/_grid.scss */
.offset-9 {
	margin-left: 76.5%;
}
/* line 118, ../scss/libs/_grid.scss */
.offset-10 {
	margin-left: 85.0%;
}
/* line 121, ../scss/libs/_grid.scss */
.offset-11 {
	margin-left: 93.5%;
}
 @media only screen and (max-width: 768px) {
/* line 127, ../scss/libs/_grid.scss */
  .col, .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	margin-left: 0;
}
/* line 130, ../scss/libs/_grid.scss */
  .row {
	margin: 0;
}
/* line 133, ../scss/libs/_grid.scss */
  .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	margin-bottom: 2%;
}
}
/* line 40, ../scss/style.scss */
.max-width {
	max-width: 100%;
	height: auto;
}
/* ::Base styles Almost exclusively single element selectors */
/* ------------------------------------------------------------ */
/* line 45, ../scss/style.scss */
html {
	font-size: 62.5%;
}
/* line 49, ../scss/style.scss */
html, body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	height: 100%;
	width: 100%;
}
/* line 56, ../scss/style.scss */
body {
	color: #777777;
	font-size: 120%;
}
/* line 62, ../scss/style.scss */
a {
	text-decoration: none;
}
/* ::Typography */
/* ------------------------------------------------------------ */
@font-face {
	font-family: 'alegreya_sansmedium';
	src: url("fonts/alegreyasans-medium-webfont.eot");
	src: url("fonts/alegreyasans-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/alegreyasans-medium-webfont.woff") format("woff"), url("fonts/alegreyasans-medium-webfont.ttf") format("truetype"), url("fonts/alegreyasans-medium-webfont.svg#alegreya_sansmedium") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'alegreya_sansregular';
	src: url("fonts/alegreyasans-regular-webfont.eot");
	src: url("fonts/alegreyasans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/alegreyasans-regular-webfont.woff") format("woff"), url("fonts/alegreyasans-regular-webfont.ttf") format("truetype"), url("fonts/alegreyasans-regular-webfont.svg#alegreya_sansregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* line 28, ../scss/libs/_typography.scss */
body {
	font-family: 'alegreya_sansregular';
}
/* line 41, ../scss/libs/_typography.scss */
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-family: 'alegreya_sansregular';
	font-style: normal;
}
/* line 47, ../scss/libs/_typography.scss */
h1 {
	font-size: 24px;
	margin: 0 0 24px 0;
}
/* line 53, ../scss/libs/_typography.scss */
h2 {
	font-size: 22px;
	margin: 0 0 22px 0;
}
/* line 59, ../scss/libs/_typography.scss */
h3 {
	font-size: 20px;
	margin: 0 0 20px 0;
}
/* line 65, ../scss/libs/_typography.scss */
h4 {
	font-size: 18px;
	margin: 0 0 18px 0;
}
/* line 71, ../scss/libs/_typography.scss */
h5 {
	font-size: 17px;
	margin: 0 0 17px 0;
}
/* line 77, ../scss/libs/_typography.scss */
h6 {
	font-size: 16px;
	margin: 0 0 16px 0;
}
/* line 88, ../scss/libs/_typography.scss */
p, pre, ol, ul, dl, li, em, blockquote, table {
	font-size: 16px;
}
/* line 93, ../scss/libs/_typography.scss */
p, pre {
	line-height: 22px;
	font-size: 17px;
}
/* line 97, ../scss/libs/_typography.scss */
a {
	color: #51b1cf;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-ms-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
/* line 103, ../scss/libs/_typography.scss */
hr {
	background: #c1c1c1;
	border: 0;
	height: 1px;
}
/* line 109, ../scss/libs/_typography.scss */
strong {
	font-weight: bold;
}
/* line 119, ../scss/libs/_typography.scss */
em, i, q {
	font-style: italic;
}
/* ::Layout styles - Layouts hold one or more modules together. */
/* ------------------------------------------------------------ */
/* line 77, ../scss/style.scss */
.container {
	margin: 0 auto;
	width: 960px;
}
/* ::Frame */
/* ------------------------------------------------------------ */
/* line 87, ../scss/style.scss */
.utility {
	background: #333333;
}
/* line 92, ../scss/style.scss */
.utility-nav {
	padding: 10px 0;
	float:right;
}
/* line 97, ../scss/style.scss */
  .utility-nav li {
	border-right: 1px solid #999999;
	float: left;
}
/* line 102, ../scss/style.scss */
    .utility-nav li:last-of-type {
	border-right: 0;
}
/* line 107, ../scss/style.scss */
  .utility-nav a {
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-ms-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
	color: #fff;
	opacity: .6;
	font-family: Arial, sans-serif;
	font-size: 12px;
	display: block;
	padding: 0 10px;
}
/* line 115, ../scss/style.scss */
    .utility-nav a:hover {
	opacity: 1;
}
.utility .view-cart {
	float: right;
	width: 119px;
}
.utility .view-cart img {
	/*width: 121px !important;*/
  height: 30px !important;
}
.utility .view-cart a span {
	color: #fff;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 33px;
	vertical-align: top;
	padding:0 8px 0 2px;
}
.utility .view-cart a.headercheckout-button {
	background: #99cc66;
	color: #000;
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	padding: 6px 12px;
	vertical-align:top;
}
/* ::Header */
/* ------------------------------------------------------------ */
/* line 124, ../scss/style.scss */
header {
	background: #782A90;
	padding: 20px 0;
	-webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 1;
}
header h2 {
	padding: 20px;
	margin: 0;
	color: #fff;
}
.customer_details {
	padding: 30px 0;
	overflow: hidden;
}
.customer_details dt {
	float: left;
	clear: both;
	width: 90px;
	padding: 0 0 10px;
}
.customer_details dd { float: left; }
/* line 132, ../scss/style.scss */
  header .container {
	position: relative;
}
/* line 137, ../scss/style.scss */
.logo {
	background: url(img/logo.png);
	font-size: 0;
	height: 65px;
	text-indent: -9999px;
	width: 84px;
}
/* line 146, ../scss/style.scss */
.header-phone-number {
	color: #fff;
	font-size: 18px;
	text-align: right;
}
/* line 152, ../scss/style.scss */
  .header-phone-number span {
	color: #E9ECEF;
	padding: 0 15px;
}
/* line 157, ../scss/style.scss */
  .header-phone-number .phone {
	padding: 0;
	font-family: Helvetica, arial, sans-serif;
	font-size: 16px;
	color: #fff;
}
/* line 171, ../scss/style.scss */
nav li {
	border-right: 2px solid #E9ECEF;
	float: left;
	position: relative;
}
/* line 177, ../scss/style.scss */
  nav li:last-of-type {
	border-right: 0;
}
/* line 182, ../scss/style.scss */
nav a {
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-ms-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
	color: #fff;
	font-size: 17px;
	display: block;
	padding: 0 15px;
}
/* line 190, ../scss/style.scss */
  nav a:hover {
	color: #d9d9d9;
}
/* line 199, ../scss/style.scss */
.header__search-icon {
	background-color: #51b1cf;
	background-position: 9px -255px !important;
	border-radius: 5px;
	height: 29px !important;
	width: 29px !important;
	position: relative;
	top: -2px;
}
.intro {display: none}
/* line 211, ../scss/style.scss */
.header-search-form {
	position: absolute;
	right: 0;
	border-radius: 5px 0 5px 5px;
	bottom: -69%;
	background: #51b1cf;
	padding: 10px;
	display: none;
}
/* line 220, ../scss/style.scss */
.header-search-form__input {
	padding: 10px;
	min-width: 260px;
	border-radius: 5px;
	background: #eee;
	border: 0;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
/* line 228, ../scss/style.scss */
  .header-search-form__input:focus {
	background: #fff;
	outline: 0;
}
/* line 233, ../scss/style.scss */
.header-search-form__submit {
	background: #005a75;
	border-radius: 5px;
	color: #fff;
	padding: 10px;
	outline: 0;
	border: 0;
}
/* line 242, ../scss/style.scss */
nav .sub-menu {
	width: 225px;
	position: absolute;
	top:49px;
	background: #6A2580;
	padding: 10px 0;
	display:none;
}
nav .sub-menu .sub-menu {
	top:0;
	left:100%;
}
nav .sub-menu .sub-menu:before {
	left:-1000%;
}
/* line 248, ../scss/style.scss */
  nav .sub-menu:before, #menu-satellite-mega-menu:before {
	bottom: 100%;
	left: 25%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 69, 90, 0);
	border-bottom-color: #6A2580;
	border-width: 15px;
	margin-left: -15px;
}
/* line 262, ../scss/style.scss */

  nav .sub-menu li {
	display: block;
	position: relative;
	border: 0;
	float: none;
}
/* line 276, ../scss/style.scss */
  nav .sub-menu a {
	text-transform: none;
	font-size: 100%;
	padding: 6px 20px;
}
nav .sub-menu a:hover {
	text-decoration: underline !important
}
/* megamenu */
  ul.megamenu {
	display: none;
	width: 100%;
	background: #6A2580;
	position: absolute;
	top:93px;
	left:0;
}
ul.megamenu {
	list-style-type: none;
	padding: 33px 0 40px 0;
}
.megamenu li {
	float: left;
	display: block;
	font-size: 21px;
	width: 25%;
	padding: 0 30px 0 30px;
	border-right: 2px solid #782A90;
}
.megamenu li ul {
	padding: 10px 0;
}
.megamenu li li {
	width: 100%;
	padding: 5px 0;
	font-size: 13px;
	border:0px;
}
.megamenu li a {
	color: white;
}
.megamenu li a:hover {
	text-decoration: underline !important
}
/* products sidebar */
  ul.products {
	overflow:hidden;
}
ul.products, ul.products li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.products div.product {
	border-bottom: 1px solid #eaeaea;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 { font-size: 1.1em !important; }
.products-sidebar li {
	margin: 0px !important;
	position:relative;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {background-color: #f3b320; padding: 9px 18px !important; font-size: 120%}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {background-color: #e4b45f}
.products-sidebar li a {
	display: block;
	font-size: 90%;
	margin-left: -20px;
	max-width: 224px !important;
	padding: 2px 20px 3px 20px !important;
	border: 0px !important;
}
.products-sidebar li a:hover, .product-sidebar .current-menu-item a:hover {
	background: #e8f6fb !important;
	border-bottom: 0px !important;
	color: #518b9e !important;
}
.products-sidebar .sub-menu li a {
	padding-left: 35px !important;
}
.products-sidebar .sub-menu li li a {
	padding-left: 50px !important;
}
.products-sidebar .sub-menu li a:before {
	content: ' - ';
}
.product-sidebar .current-menu-item a {
	background: #005571;
	color: #fff !important;
}
.product-sidebar .current-menu-item .sub-menu a {
	background: none;
	color: #518b9e !important;
}
/* line 564, ../scss/style.scss */
  .product-sidebar .saving-bundles {
	display: block;
	margin-bottom: 10px;
}
.content ul.page-numbers {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	left:-50%;
	position:relative;
}
.content ul.page-numbers li {
	float:none;
	display:inline-block;
	border:0;
	padding:0;
	margin:0 1px;
	width:auto;
}
.content ul.page-numbers a, .content ul.page-numbers span.current {
	padding:2px 8px;
	color:#41707e;
}
.content ul.page-numbers a:hover, .content ul.page-numbers span.current {
	background:#005670;
	color:#fff;
	border:0;
}
.content ul.page-numbers span.current {
	font-size:17px;
	display:block;
}
div.page-numbers-w1 {
	width:100%;
	float:left;
	overflow:hidden;
	margin:0 0 50px;
}
div.page-numbers-w2 {
	float:left;
	left:50%;
	position:relative;
}
.woocommerce-pagination {
	overflow:hidden;
	position:relative;
}
.content .woocommerce-pagination .prev, .content .woocommerce-pagination .next {
	position:absolute;
	top:0;
	left:0;
	text-transform:inherit;
	padding:0 0 0 20px;
	text-align:left;
	color:#005670;
	border-bottom:0;
	background:url(img/arrows-paging.png) no-repeat;
}
.content .woocommerce-pagination .next {
	left:auto;
	right:0;
	background-position:100% -39px;
	padding:0 20px 5px 0;
}
.content .woocommerce-pagination .prev:hover, .content .woocommerce-pagination .next:hover {
	color:#005670;
}
/* ::Footer */
/* ------------------------------------------------------------ */
/* line 285, ../scss/style.scss */
footer {
	background: #782A90;
	margin-top: 80px;
	padding: 60px 0 40px;
}
/* line 290, ../scss/style.scss */
  footer h5 {
	color: #fff;
	font-size: 18px;
}
/* line 295, ../scss/style.scss */
  footer li {
	list-style: none;
}
/* line 299, ../scss/style.scss */
footer a {
	border-bottom: 1px solid transparent;
	color: #99c3d0;
	-webkit-transition: border 0.2s ease-in;
	-moz-transition: border 0.2s ease-in;
	-ms-transition: border 0.2s ease-in;
	-o-transition: border 0.2s ease-in;
	transition: border 0.2s ease-in;
}
/* line 305, ../scss/style.scss */
    footer a:hover {
	border-bottom: 1px solid #99c3d0;
}
/* line 310, ../scss/style.scss */
  footer .rpwe-block li {
	border-bottom: 0;
}
/* line 314, ../scss/style.scss */
  footer .rpwe-title a {
	font-size: 14px;
}
/* line 319, ../scss/style.scss */
  footer hr {
	background: #4d8c9f;
	height: 1px;
	margin: 30px 0;
	max-width: 100%;
}
/* line 326, ../scss/style.scss */
  footer .widget {
	background: none;
	border: 0;
	padding: 0;
	margin-bottom: 0;
}
/* line 332, ../scss/style.scss */
    footer .widget a {
	color: #E9ECEF;
}
/* line 339, ../scss/style.scss */
.footer-links {
	color: #E9ECEF;
}
/* line 343, ../scss/style.scss */
.footer-description {
	color: #a5d9e9;
	font-size: 14px;
	margin-bottom: 0;
	max-width: 100%;
	margin: 0 auto;
}
.footer-description p {
	margin-bottom: 10px;
}
/* line 351, ../scss/style.scss */
.footer-copyright, .footer-copyright a {
  color:#99c3d0;
  font-size:13px;
  text-align: center;
}

/* line 358, ../scss/style.scss */
.footer-social {
	margin-top: 20px;
}
/* line 360, ../scss/style.scss */
  .footer-social a {
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-ms-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	margin-right: 13px;
	position: relative;
}
/* line 365, ../scss/style.scss */
    .footer-social a:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	border-bottom: 0;
}
/* line 379, ../scss/style.scss */
  .footer-social .youtube {
	top: 7px;
}
/* line 383, ../scss/style.scss */
  .footer-social .rss {
	top: 1px;
}
/* ::Breadcrumbs */
/* ------------------------------------------------------------ */
/* line 392, ../scss/style.scss */
.breadcrumbs {
	background: #ecf6f9;
	color: #727c7f;
	font-size: 12px;
	padding: 10px 0 15px;
}
/* line 399, ../scss/style.scss */
  .breadcrumbs li {
	float: left;
	margin-right: 5px;
}
/* line 405, ../scss/style.scss */
  .breadcrumbs a {
	color: #51b1cf;
	margin-right: 5px;
	font-size: 15px;
}
.breadcrumbs span {
	font-size: 15px;
}
/* line 408, ../scss/style.scss */
    .breadcrumbs a:hover {
	color: #339aba;
}
/* line 413, ../scss/style.scss */
  .breadcrumbs .blog-title {
	color: #727c7f;
}
/* ::Pages */
/* ------------------------------------------------------------ */
#shipping_method { margin: 0 0 0 -15px !important; }
.woocommerce .cart-collaterals .cross-sells ul.products li.product {
	float: none !important;
	display: block !important;
	width: 100% !important;
	text-align: left;
	margin: 10px 0 0 !important;
	overflow: hidden !important;
}
/* line 422, ../scss/style.scss */
.pagetitle {
	font-size: 36px;
	margin: 10px 0;
}
/* line 427, ../scss/style.scss */
.content {
	font-family: Arial, sans-serif;
}
/* line 430, ../scss/style.scss */
  .content > :last-child {
	margin-bottom: 0;
}
/* line 446, ../scss/style.scss */
  .content p {
	color: #717171;
	margin-bottom: 30px;
}
.content p.product-manufacturer strong { float: left; }
.content p.price {
	margin-bottom: 0px !important;
}
/* line 451, ../scss/style.scss */
  .content a {
	color: #518b9e;
	/*border-bottom: 1px solid transparent;
	-webkit-transition: border 0.2s ease-in;
	-moz-transition: border 0.2s ease-in;
	-ms-transition: border 0.2s ease-in;
	-o-transition: border 0.2s ease-in;
	transition: border 0.2s ease-in;*/
}
.content .summary { margin: 20px 0 0; }
/* line 461, ../scss/style.scss */
  
  .content ul, .content ol {
	margin-left: 20px;
	margin-bottom: 20px;
}
/* line 465, ../scss/style.scss */
    .content ul li, .content ol li {
	margin-bottom: 5px;
	line-height:22px;
}
/* line 473, ../scss/style.scss */
.sidebar-right {
	margin-top: 3px;
}
/* ::News Articles */
/* ------------------------------------------------------------ */
/* line 480, ../scss/style.scss */
.news-article {
	border-bottom: 3px solid #eaeaea;
	padding: 25px 0;
}
/* line 484, ../scss/style.scss */
  .news-article:first-of-type {
	padding-top: 0;
}
/* line 488, ../scss/style.scss */
  .news-article p {
	margin-bottom: 20px;
}
/* line 492, ../scss/style.scss */
  .news-article a {
	color: #6ac8e3;
}
/* line 497, ../scss/style.scss */
.news-article__img {
	width: 200px;
	height: 145px;
	overflow: hidden;
/*	border: 1px solid #cccccc;*/
}
.news-article__img:after {
	clear:right;
}
/* line 500, ../scss/style.scss */
  .news-article__img img {
	width: 100%;
	height: auto;
}
.blog .social {
	border-bottom: 3px solid #eaeaea;
	padding-bottom: 10px;
	overflow:hidden;
}
.blog .social a {
	border-bottom: 0px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	vertical-align:middle;
	margin:0 15px 0 0;
}
.blog .social a.social-links-facebook {
	background:#fff url(img/ico-facebook.png) no-repeat;
	width:13px;
	height:22px;
}
.blog .social-links-twitter {
	background:#fff url(img/ico-twitter.png) no-repeat;
	width:24px;
	height:18px;
}
.blog .social-links-linkedin {
	background:#fff url(img/ico-linkedin.png) no-repeat;
	width:23px;
	height:21px;
}
.blog .social-links-youtube {
	background:#fff url(img/ico-youtube.png) no-repeat;
	width:24px;
	height:29px;
}
.blog .social-links-feed {
	background:#fff url(img/ico-rss.png) no-repeat;
	width:21px;
	height:21px;
}
/* ::Widgets */
/* ------------------------------------------------------------ */
/* line 508, ../scss/style.scss */
.widget {
	border: 1px solid #e5e5e5;
	list-style: none;
	padding: 20px;
	margin-bottom: 15px;
	background: #ffffff;
	/* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #fafafa 100%);
	/* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fafafa));
	/* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #fafafa 100%);
	/* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #fafafa 100%);
	/* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #fafafa 100%);
	/* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0 );
/* IE6-9 */ }
/* line 523, ../scss/style.scss */
  .widget .widgettitle {
	border-bottom: 1px solid #dfdfdf;
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 14px;
}
/* line 530, ../scss/style.scss */
  .widget li {
	list-style: none;
}
/* line 536, ../scss/style.scss */
  .widget ul li {
	margin-bottom: 5px;
}
/* line 541, ../scss/style.scss */
  .widget a {
	color: #518b9e;
	border-bottom: 1px solid transparent;
	-webkit-transition: border 0.2s ease-in;
	-moz-transition: border 0.2s ease-in;
	-ms-transition: border 0.2s ease-in;
	-o-transition: border 0.2s ease-in;
	transition: border 0.2s ease-in;
}
/* line 546, ../scss/style.scss */
    .widget a:hover {
	border-bottom: 1px solid #518b9e;
}

.visible-mobile{
	display: none;
}
/* ::Btns */
/* ------------------------------------------------------------ */
/* line 2, ../scss/libs/_buttons.scss */
.btn, .btn-blue, .btn--add-to-cart, .add_to_cart_button {
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	color: #ffffff;
	padding: 5px 40px;
}
/*a.button {
	color: #ffffff;
	padding: 5px 16px;
	background: #48a9ca;
	font-size: 15px;
}
a.button:hover {
	background: #439cba;
}*/
/* line 11, ../scss/libs/_buttons.scss */
.btn-blue {
	background: #48a9ca;
}
/* line 14, ../scss/libs/_buttons.scss */
  .btn-blue:hover {
	background: #3586a2;
}
/* line 576, ../scss/style.scss */
.btn--add-to-cart, .add_to_cart_button, a.button {
	border: 1px solid #bb7720 !important;
	display: block;
	color: #fff !important;
	background: #e4b45f !important;
	/* Old browsers */
  background: -moz-linear-gradient(top, #e4b45f 0%, #dea33b 100%);
	/* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4b45f), color-stop(100%, #dea33b));
	/* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e4b45f 0%, #dea33b 100%);
	/* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e4b45f 0%, #dea33b 100%);
	/* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e4b45f 0%, #dea33b 100%);
	/* IE10+ */
  background: linear-gradient(to bottom, #e4b45f 0%, #dea33b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4b45f', endColorstr='#dea33b', GradientType=0 );
	/* IE6-9 */
  border-radius: 5px;
	color: #dcdcdc;
	font-family: arial, sans-serif;
	text-transform: none !important;
	font-size: 14px;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
	padding: 12px 12px !important;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.2);
	min-width:138px;
}
/* line 598, ../scss/style.scss */
  .btn--add-to-cart:hover, .add_to_cart_button:hover, a.button:hover {
	background: #dea33b !important;
	/* Old browsers */
    background: -moz-linear-gradient(top, #dea33b 0%, #e4b45f 100%);
	/* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dea33b), color-stop(100%, #e4b45f));
	/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dea33b 0%, #e4b45f 100%);
	/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dea33b 0%, #e4b45f 100%);
	/* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dea33b 0%, #e4b45f 100%);
	/* IE10+ */
    background: linear-gradient(to bottom, #dea33b 0%, #e4b45f 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dea33b', endColorstr='#e4b45f', GradientType=0 );
/* IE6-9 */ }
/* line 610, ../scss/style.scss */
.icon-add-to-cart {
	position: relative;
	top: 1px;
	left: -2px;
}
/* line 655, ../scss/style.scss */
.nav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}
/* ::State styles */
/* ------------------------------------------------------------ */
/* line 670, ../scss/style.scss */
.is-hidden, nav .children {
	display: none;
}
/* line 678, ../scss/style.scss */
.is-uppercase, nav .bot_menu_show, .btn, .btn-blue, .btn--add-to-cart {
	text-transform: uppercase;
}
/* line 682, ../scss/style.scss */
.is-lowercase {
	text-transform: lowercase;
}
/* ::Utilities */
/* ------------------------------------------------------------ */
/* line 691, ../scss/style.scss */
.left {
	float: left;
}
/* line 694, ../scss/style.scss */
.right {
	float: right;
}
/* line 698, ../scss/style.scss */
.text-center, .btn, .btn-blue, .btn--add-to-cart {
	text-align: center;
}
/* line 701, ../scss/style.scss */
.text-left {
	text-align: left;
}
/* line 704, ../scss/style.scss */
.text-right {
	text-align: right;
}
/* line 708, ../scss/style.scss */
.block, .logo, .is-shown, .is-block {
	display: block;
}
/* line 712, ../scss/style.scss */
.inline {
	display: inline;
}
/* line 716, ../scss/style.scss */
.inline-block, footer a, .btn, .btn-blue, .btn--add-to-cart, .icon, .header__search-icon, .footer-social a, .icon-add-to-cart {
	display: inline-block;
}
/* ::Margin/Padding Utilites */
/* ------------------------------------------------------------ */
/* line 725, ../scss/style.scss */
.mb12 {
	margin-bottom: 12px;
}
/* line 729, ../scss/style.scss */
.mtb12 {
	margin: 12px 0;
}
/* line 733, ../scss/style.scss */
.mtb20 {
	margin: 20px 0;
}
/* line 737, ../scss/style.scss */
.mb20, .header-phone-number {
	margin-bottom: 20px;
}
/* line 741, ../scss/style.scss */
.mb30 {
	margin-bottom: 30px;
}
/* line 745, ../scss/style.scss */
.mtb30 {
	margin: 30px 0;
}
/* line 749, ../scss/style.scss */
.mt30 {
	margin: 30px 0 0;
}
/* line 753, ../scss/style.scss */
.mr0 {
	margin-right: 0;
}
/* line 757, ../scss/style.scss */
.mb40 {
	margin-bottom: 40px;
}
/* line 761, ../scss/style.scss */
.mtb60 {
	margin: 60px 0;
}
/* line 765, ../scss/style.scss */
.mb60 {
	margin-bottom: 60px;
}
/* line 769, ../scss/style.scss */
.pad20 {
	padding: 20px;
}
/* ::Sprites */
/* ------------------------------------------------------------ */
/* line 104, ../img/icons/*.png */
.icons-sprite, .icons-add-to-cart, .icon-add-to-cart, .icons-facebook, .footer-social .facebook, .icons-linkedin, .footer-social .linkedin, .icons-play-btn, .icons-rss, .footer-social .rss, .icons-search, .header__search-icon, .icons-twitter, .footer-social .twitter, .icons-youtube, .footer-social .youtube {
	background-image: url('img/icons-sbb37096b47.png');
	background-repeat: no-repeat;
}
/* line 84, ../../../../../../../CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/utilities/sprites/_base.scss */
.icons-add-to-cart, .icon-add-to-cart {
	background-position: 0 0;
	height: 12px;
	width: 12px;
}
/* line 84, ../../../../../../../CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/utilities/sprites/_base.scss */
.icons-facebook, .footer-social .facebook {
	background-position: 0 -27px;
	height: 24px;
	width: 28px;
}
/* line 84, ../../../../../../../CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/utilities/sprites/_base.scss */
.icons-linkedin, .footer-social .linkedin {
	background-position: 0 -66px;
	height: 26px;
	width: 15px;
}
/* line 84, ../../../../../../../CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/utilities/sprites/_base.scss */
.icons-play-btn {
	background-position: 0 -107px;
	height: 86px;
	width: 87px;
}
/* line 84, ../../../../../../../CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/utilities/sprites/_base.scss */
.icons-rss, .footer-social .rss {
	background-position: 0 -208px;
	height: 40px;
	width: 41px;
}
/* line 84, ../../../../../../../CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/utilities/sprites/_base.scss */
.icons-search, .header__search-icon {
	background-position: 0 -263px;
	height: 14px;
	width: 14px;
}
/* line 84, ../../../../../../../CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/utilities/sprites/_base.scss */
.icons-twitter, .footer-social .twitter {
	background-position: 0 -292px;
	height: 22px;
	width: 29px;
}
/* line 84, ../../../../../../../CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/utilities/sprites/_base.scss */
.icons-youtube, .footer-social .youtube {
	background-position: 0 -329px;
	height: 35px;
	width: 28px;
}
/* ::Slideshow */
/* ------------------------------------------------------------ */
/* line 793, ../scss/style.scss */
.slideshow {
	max-width: 100%;
	overflow: hidden;
}
/* line 797, ../scss/style.scss */
.camera_wrap {
	height: 520px;
	max-height:100%;
	display: none;
	float: left;
	position: relative;
	z-index: 0;
}
/* line 797, ../scss/style.scss */
.camera_wrap img {
	margin: 0 auto !important;
    max-width: 100%;
	max-height:100%;
}
/* line 797, ../scss/style.scss */
.camera_fakehover {
	height: 520px;
	max-height:100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
/* line 797, ../scss/style.scss */
.camera_wrap {
	width: 100%;
}
/* line 797, ../scss/style.scss */
.camera_src {
	display: none;
}
/* line 797, ../scss/style.scss */
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
/* line 797, ../scss/style.scss */
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
/* line 797, ../scss/style.scss */
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
/* line 797, ../scss/style.scss */
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
/* line 797, ../scss/style.scss */
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
/* line 797, ../scss/style.scss */
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
/* line 797, ../scss/style.scss */
.camera_target_content .camera_link {
	background: url(img/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}
/* line 797, ../scss/style.scss */
.camera_loader {
	background: white url(img/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(img/camera-loader.gif) no-repeat center;
	border: 1px solid #fff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
	opacity: 0; /*tison added this to hide the loading icon (their request)*/
}
/* line 797, ../scss/style.scss */
.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
/* line 797, ../scss/style.scss */
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
	height: 100%;
	position: absolute;
	width: auto;
}
/* line 797, ../scss/style.scss */
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
	height: auto;
	position: absolute;
	width: 100%;
}
/* line 797, ../scss/style.scss */
.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
/* line 797, ../scss/style.scss */
.camerarelative {
	overflow: hidden;
	position: relative;
}
/* line 797, ../scss/style.scss */
.imgFake {
	cursor: pointer;
}
/* line 797, ../scss/style.scss */
.camera_prevThumbs {
	bottom: 4px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
/* line 797, ../scss/style.scss */
.camera_prevThumbs div {
	background: url(img/camera_skins.png) no-repeat -160px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
/* line 797, ../scss/style.scss */
.camera_nextThumbs {
	bottom: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
/* line 797, ../scss/style.scss */
.camera_nextThumbs div {
	background: url(img/camera_skins.png) no-repeat -190px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
/* line 797, ../scss/style.scss */
.camera_command_wrap .hideNav {
	display: none;
}
/* line 797, ../scss/style.scss */
.camera_command_wrap {
	left: 0;
	position: relative;
	right: 0;
	z-index: 4;
}
/* line 797, ../scss/style.scss */
.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
/* line 797, ../scss/style.scss */
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-align: left;
	text-indent: -9999px;
	width: 16px;
}
/* line 797, ../scss/style.scss */
.camera_commands_emboss .camera_pag .camera_pag_ul li {
	-moz-box-shadow: 0 1px 0 white, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 0 white, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 white, inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
/* line 797, ../scss/style.scss */
.camera_wrap .camera_pag .camera_pag_ul li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 8px;
	left: 4px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	width: 8px;
}
/* line 797, ../scss/style.scss */
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
	-moz-box-shadow: 0 1px 0 white, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 0 white, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 white, inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
/* line 797, ../scss/style.scss */
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
/* line 797, ../scss/style.scss */
.camera_pag_ul li img {
	display: none;
	position: absolute;
}
/* line 797, ../scss/style.scss */
.camera_pag_ul .thumb_arrow {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid;
	top: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}
/* line 797, ../scss/style.scss */
.camera_prev, .camera_next, .camera_commands {
	cursor: pointer;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}
/* line 797, ../scss/style.scss */
.camera_prev {
	left: 20px;
}
/* line 797, ../scss/style.scss */
.camera_prev > span {
	background: url(img/prev-arrow.png) no-repeat;
	display: block;
	height: 75px;
	width: 70px;
}
/* line 797, ../scss/style.scss */
.camera_next {
	right: 0;
}
/* line 797, ../scss/style.scss */
.camera_next > span {
	background: url(img/next-arrow.png) no-repeat;
	display: block;
	height: 75px;
	width: 70px;
}
/* line 797, ../scss/style.scss */
.camera_commands {
	right: 41px;
}
/* line 797, ../scss/style.scss */
.camera_commands > .camera_play {
	background: url(img/camera_skins.png) no-repeat -80px 0;
	height: 40px;
	width: 40px;
}
/* line 797, ../scss/style.scss */
.camera_commands > .camera_stop {
	background: url(img/camera_skins.png) no-repeat -120px 0;
	display: block;
	height: 40px;
	width: 40px;
}
/* line 797, ../scss/style.scss */
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-indent: -9999px;
	width: 16px;
}
/* line 797, ../scss/style.scss */
.camera_clear {
	display: block;
	clear: both;
}
/* line 797, ../scss/style.scss */
.showIt {
	display: none;
}
/* line 797, ../scss/style.scss */
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}
/* line 799, ../scss/style.scss */
.camera_stop, .camera_commands {
	display: none !important;
}
/* line 803, ../scss/style.scss */
.camera_pag {
	position: absolute;
	bottom: 10%;
	width: 100%;
	height: 20px;
	z-index: 10;
}
/* line 811, ../scss/style.scss */
.camera_wrap .camera_pag .camera_pag_ul {
	margin: 0 auto;
	max-width: 960px;
	padding: 0 10px;
	text-align: left;
}
/* line 818, ../scss/style.scss */
.camera_wrap .camera_pag .camera_pag_ul li {
	border: 2px solid #fff;
}
/* line 821, ../scss/style.scss */
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
	background: #fff;
}
/* line 825, ../scss/style.scss */
.camera_caption div {
	max-width: 960px;
	width:100%;
	margin: 0 auto;
}
/* line 830, ../scss/style.scss */
.camera_caption div {
	color: #fff;
	margin-top: 7%;
}
/* line 834, ../scss/style.scss */
  .camera_caption div h3 {
	font-size: 30px;
	color: #fff;
	margin: 0;
	line-height: 20px;
}
/* line 841, ../scss/style.scss */
  .camera_caption div h1 {
	font-size: 48px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}
/* line 848, ../scss/style.scss */
  .camera_caption div p {
	font-size: 18px;
	margin: 10px 0;
}
/* line 853, ../scss/style.scss */
  .camera_caption div .btn, .camera_caption div .btn-blue, .camera_caption div .btn--add-to-cart {
	background: url(img/slideshow-btn.png) 0 0 no-repeat;
	color: #dcdcdc;
	display: inline-block;
	padding: 11px 0 12px 25px;
	text-transform: none;
	font-size: 16px;
	margin-left: 0px;
	min-width: 155px;
	margin-top: 20px;
	position: relative;
}
/* line 865, ../scss/style.scss */
    .camera_caption div .btn:hover, .camera_caption div .btn-blue:hover, .camera_caption div .btn--add-to-cart:hover {
	top: 1px;
}
/* line 872, ../scss/style.scss */
.navigation {
	padding: 15px 0 0;
	border-top: 3px solid #eaeaea;
}
/* line 879, ../scss/style.scss */
.media {
	display: block;
}
/* line 883, ../scss/style.scss */
.media__img {
	float: left;
}
/**
 * Reversed image location (right instead of left).
 */
/* line 889, ../scss/style.scss */
.media__img--rev {
	float: right;
}
/* line 893, ../scss/style.scss */
.media__img img, .media__img--rev img {
	display: block;
}
/* line 898, ../scss/style.scss */
.media__body {
	overflow: hidden;
}
/* ::News&blog */
/* ------------------------------------------------------------ */
/* line 907, ../scss/style.scss */
.home-news .news__title {
	text-align: center;
	margin-top: 30px;
	font-size: 30px;
}
/* line 913, ../scss/style.scss */
.home-news .article__img {
	margin-bottom: 20px;
	display: block;
}
/* line 919, ../scss/style.scss */
.home__title {
	text-align: center;
	margin-top: 30px;
	font-size: 30px;
}
/* ::Home Products */
/* ------------------------------------------------------------ */
/* line 929, ../scss/style.scss */
.home-products .woocommerce ul.products li.product a img, .home-products .woocommerce-page ul.products li.product a img {
	box-shadow: none !important;
}
/* line 933, ../scss/style.scss */
.home-products .woocommerce ul.products li.product h3, .home-products .woocommerce-page ul.products li.product h3 {
	font-size: 18px;
	text-align: center;
}
/* line 938, ../scss/style.scss */

.home-products .article__title {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.home-products .article__img:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.home-products .product {
	margin-bottom: 0 !important;
}
/* line 943, ../scss/style.scss */
.home-products .button {
	display: none !important;
}
/* ::Videos */
/* ------------------------------------------------------------ */
/* line 953, ../scss/style.scss */
.videos .video {
	margin-bottom: 40px;
}
/* line 957, ../scss/style.scss */
.videos .video__title {
	text-align: center;
	margin-top: 30px;
	font-size: 30px;
}
/* line 963, ../scss/style.scss */
.videos .video-body__title {
	font-size: 28px;
	margin-bottom: 30px;
}
/* line 967, ../scss/style.scss */
  .videos .video-body__title a {
	color: #000;
}
/* line 972, ../scss/style.scss */
.videos .media__body {
	font-size: 14px;
	font-family: arial, sans-serif;
	max-width: 550px;
}
/* line 977, ../scss/style.scss */
  .videos .media__body > :last-child {
	margin-bottom: 0;
}
/* line 982, ../scss/style.scss */
.videos p {
	margin-bottom: 15px;
}
/* line 986, ../scss/style.scss */
.videos .video__img {
	position: relative;
	width: 350px;
}
/* line 990, ../scss/style.scss */
  .videos .video__img img {
	width: 100%;
	height: auto;
}
/* line 995, ../scss/style.scss */
  .videos .video__img .play-btn {
	/*background: url("img/icons/play-btn.png") center center no-repeat;*/
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* line 1006, ../scss/style.scss */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
  padding-top: 25px;
	height: 0;
	margin-bottom: 30px;
}
/* line 1013, ../scss/style.scss */
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ::Product List */
/* ------------------------------------------------------------ */
/* line 1023, ../scss/style.scss */
.product-list {
	font-family: Arial, sans-serif;
}
/* line 1026, ../scss/style.scss */
  .product-list img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
}
/* line 1030, ../scss/style.scss */
  .product-list .product {
	position: relative;
	margin-bottom: 30px;
}
/* line 1033, ../scss/style.scss */
    .product-list .product:nth-of-type(4n) {
	margin-right: 0;
}
/* line 1038, ../scss/style.scss */
  .product-list .product-title {
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, sans-serif;
	margin-bottom: 0 !important;
}
/* line 1043, ../scss/style.scss */
    .product-list .product-title a {
	color: #005a75;
}
/* line 1048, ../scss/style.scss */
  .product-list .product-manufacturer {
	font-size: 13px;
	color: #333;
	margin-bottom: 10px;
}
.product-list .product-description p {
	font-size: 87%;
	line-height: 20px;
}
.product-details {
	position: relative;
}
.product-details .product-subtitle {
	margin: -15px 0 10px 0;
}
.product-details .images a:hover {
	border-bottom: 0px !important;
}
.product-category mark {
	background: none !important
}
.products ul li:hover { border: 0 !important; }
.onsale {
	position: absolute;
	top:-10px;
	left:0px;
	color: red;
	text-transform: uppercase;
	font-size: 80%;
}
.product-list .product-buy-price {
	padding: 0px 0 23px 20px;
	background: #ecf6f8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}
.product-list .product-buy-price2 {
	padding:12px!important;
}
.product-details .tabs {
	list-style-type: none;
	display: table;
	width: 100%;
	margin: 0;
	text-align-last: center;
}
.product-details .tabs li {
	margin: 0px 1px 0 0 !important;
	padding: 0 5px !important;
	display: table-cell;
}
.product-details .tabs li:first-child { padding: 0 5px 0 0 !important; }
.product-details .tabs li a {
	color: white;
	font-size: 12px;
	border-bottom: 0px !important;
	height: 48px;
	background-image:
 linear-gradient( #515151, #333333 );
	display: block;
	padding: 14px 10px;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	-khtml-border-radius: 2px 2px 0 0;
	text-align: center;
}
body .complex-product-template .woocommerce-tabs {
  display: none !important;
}
.product_complex_full #FixableMenu {
  background-color: #FFF;
  z-index: 99998;
  border-bottom: 1px solid #efefef;
  width: 100%;
  padding-bottom: 6px;
  text-align: center;
}
.product_complex_full #FixedMenu {
  margin: 0 auto;
  width: 100%;
}
.product_complex_full .mytopClass
{
  top:0px;
  left:0px;
	position:fixed;
	padding-left: 25%;
	width:100% !important;
	text-align: center !important;
}
.product-details .tabs li.active a {
	background-image:
 linear-gradient( #e5e5e5, #f6f6f6 );
	color: #3a3939;
}
.woocommerce-message {
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em;
	background: #FFF;
	color:#92AE30;
	display: block;
	margin-bottom: 20px;
	padding: 14px 50px;
	border:solid 2px #92AE30;
}
.woocommerce-message .button 
{
	float: right;
	margin-top: -5px;
	border: 1px solid #bb7720 !important;
	color: #fff !important;
	background: #e4b45f;
	background: -moz-linear-gradient(top, #e4b45f 0%, #dea33b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4b45f), color-stop(100%, #dea33b));
	background: -webkit-linear-gradient(top, #e4b45f 0%, #dea33b 100%);
	background: -o-linear-gradient(top, #e4b45f 0%, #dea33b 100%);
	background: -ms-linear-gradient(top, #e4b45f 0%, #dea33b 100%);
	background: linear-gradient(to bottom, #e4b45f 0%, #dea33b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4b45f', endColorstr='#dea33b', GradientType=0 );
	border-radius: 5px;
	color: #dcdcdc;
	font-family: arial, sans-serif;
	text-transform: none !important;
	font-size: 14px;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
	/*padding: 12px 12px;*/
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.2);
	/*min-width:138px;*/	
}

.product-details .panel {
	background: #f6f6f6;
	clear: left;
	padding: 30px;
	overflow: hidden;
}
/* line 1068, ../scss/style.scss */
.filters {
	background: #ecf6f9;
	padding: 5px 10px;
	margin-bottom: 10px;
}
/* line 1073, ../scss/style.scss */
  .filters p {
	margin-bottom: 0;
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #005a75;
}
/* line 1083, ../scss/style.scss */
.product-nav .left, .product-nav .right, .product-nav .utility-nav {
	width: 100px;
}
/* line 1087, ../scss/style.scss */
.product-nav .right, .product-nav .utility-nav {
	text-align: right;
	margin-right: 10px;
}
/* line 1092, ../scss/style.scss */
.product-nav .previous, .product-nav .next {
	position: relative;
	font-size: 12px;
	font-family: arial, sans-serif;
	border: 0 !important;
	color: #005a75 !important;
}
/* line 1099, ../scss/style.scss */
  .product-nav .previous:hover, .product-nav .next:hover {
	border-bottom: 0 !important;
	color: #003342;
}
/* line 1105, ../scss/style.scss */
.product-nav .previous {
	padding-left: 20px;
}
/* line 1109, ../scss/style.scss */
.product-nav .next {
	padding-right: 10px;
}
/* line 1113, ../scss/style.scss */
.product-nav .previous-arrow {
	background: url(img/previous-arrow.png) 0 0 no-repeat;
	display: inline-block;
	height: 18px;
	width: 13px;
	left: 3px;
	top: -2px;
	position: absolute;
}
/* line 1123, ../scss/style.scss */
.product-nav .next-arrow {
	background: url(img/next-arrow.png) 0 0 no-repeat;
	display: inline-block;
	height: 18px;
	width: 13px;
	position: absolute;
	right: -8px;
	top: -2px;
}
/* line 1134, ../scss/style.scss */
.pagination {
	margin: 0 auto;
	width: 65%;
	text-align: center;
	float: left;
}
/* line 1140, ../scss/style.scss */
  .pagination li {
	display: inline-block;
	list-style: none;
	margin: 0 2px;
}
/* line 1145, ../scss/style.scss */
    .pagination li a {
	color: #005a75;
	display: inline-block;
}
/* line 1149, ../scss/style.scss */
      .pagination li a.active {
	background: #005a75;
	color: #fff;
	padding: 5px;
}
#shipping_method { width: 270px; }
/* line 1158, ../scss/style.scss */
.product-details .price {
	font-size: 36px;
	color: #005a76;
	line-height:45px;
}
.product-list .price {
	color: #005a75;
	font-size: 12px;
}
.product-details table.group_table td, .product-details table.variations td {
	font-size:90%;
	padding: 5px 0;
}
table td.label {
	font-weight:bold;
	width: 140px;
}
.product-details table.group_table td, .product-details table.variations td {
	border-top: 1px solid #efefef;
}
.product-details table.group_table select, .product-details table.variations select {
	width: 180px;
}
/* line 1163, ../scss/style.scss */
.product-details .btn--add-to-cart {
	width: 200px;
	margin: 20px auto;
	font-size: 140% !important;
}
.upsells .btn--add-to-cart {
	width: 100%;
	margin: 0px auto !important;
	font-size: 122% !important;
}
.upsells.price {
	line-height:0px!important;
}
.related .btn--add-to-cart {
	width: 100%;
	margin: 0px auto !important;
	font-size: 124% !important;
}
.product-list .price {
	color: #005a75;
	font-size: 14px;
	line-height: 0px!important;
	padding-bottom: 17px;
	padding-top: 6px;
}
.product-details .quantity {
	/*display:none*/
}
.product-list .product-price .btn--add-to-cart {
	font-size: 20px;
	padding: 15px 35px;
	margin-top: 20px;
}
/* line 1176, ../scss/style.scss */
.addresses header {
	background: none;
	padding: 0;
	box-shadow: none;
	position: relative;
}
/* product Complex */


.product_complex_full {
	position:relative;
}

.
.lastc {
	margin-right:0;
}
/* line 40, ../scss/style.scss */
.clr {
	clear:both;
}
.wrapper {
	background-image: url(img/header-bg-img.png);
	background-repeat: repeat-x;
	height: 168px;
}
.header-wrapper {
	background-image: url(img/header-img-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 168px;
}
.bottom-slider {
	position:relative;
}
.bottom-slider .bsi-slide {
	float:left;
	padding:24px 0;
	background-color:#F7F7F7;
	margin-right:4px;
	text-align:center;
}
.bottom-slider .bsi-slide img {
	width:78px;
	height:65px;
}
.bottom-slider .bx-prev {
	background-image:url('img/bsi-arrow-left.png');
	width:21px;
	height:44px;
	display:block;
	position:absolute;
	left:-30px;
	top:50%;
	margin-top:-22px;
	overflow:hidden;
	text-indent:-100px;
}
.bottom-slider .bx-next {
	background-image:url('img/bsi-arrow-right.png');
	width:21px;
	height:44px;
	display:block;
	position:absolute;
	right:-30px;
	top:50%;
	margin-top:-22px;
	overflow:hidden;
	text-indent:-100px;
}
.center-wrapper {
	margin: 0 auto;
	width: 1112px;
}
.center-wrap {
	margin: 0 auto;
	width: 960px;
}
.header-bottom-wrap {
	margin-left: 75px;
	width: 965px;
}
.heading {
	color: #111111;
	font-family: 'alegreya_sansregular';
	font-size: 38px;
}
.header-left {
	float: left;
	width: 723px;
}
.left-wrap {
}
.left-wrap img {
	float: left;
	margin-top: 90px;
}
.left-content {
	float: left;
	margin-top: 50px;
	margin-right: 0;
}
.left-content h5 {
	color: #717171;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.left-content h5 b {
	color: #333333;
}
.left-content h4 {
	color: #333333;
	font-family: 'alegreya_sansregular';
	font-size: 25.5px;
	line-height: 28px;
}
.left-content p {
	color: #717171;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	padding-top: 20px;
}
.header-right {
	float: right;
	margin-top: 55px;
}
.header-right h4 {
	color: #333333;
	font-family: 'alegreya_sansregular';
	font-size: 36px;
}
.header-right h4 b {
	color: #005a76;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.cart-button {
	margin-top: 3px;
}
.request-button {
	margin-top: 5px;
}
.content-top-img { /*background-image: url(img/xgate-compresses-img.jpg); background-repeat: no-repeat; height: 415px;*/
	margin-top:0;
}
.content-wrap {
	margin-left: 75px;
	width: 965px;
}
.content-heading {
}
.content-heading ul {
}
.content-heading ul li {
	float: left;
	font-family: 'alegreya_sansregular';
	font-size: 19px;
	font-weight: bold;
	list-style: none outside none;
	margin-left: 39px;
	margin-top: 15px;
}
.content-heading ul li:first-child {
	margin-left: 0px;
}
.content-heading ul li a {
	color: #848c99;
	text-decoration: none;
}
.content-heading ul li a:hover {
	color: #005a75;
}
.content-heading img {
	margin-left: 40px;
	margin-top: 12px;
}
.xgate-content-wrap {
	width: 100%
}
.xgate-con-left {
	color: #005a75;
	float: left;
	font-family: 'alegreya_sansregular';
	font-size: 37px;
	font-weight: bold;
	margin-top: 136px;
}
.xgate-con-right {
	color: #b0b5bb;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	margin-top: 40px;
}
.devices-img-wrap { /*background-image: url(img/your-devices-img.jpg); background-repeat: no-repeat; height: 490px;*/
	margin-top: 40px;
}
.features-content {
	padding-bottom: 150px;
}
.features-content h4 {
	color: #005a75;
	font-family: 'alegreya_sansregular';
	font-size: 37px;
	font-weight: bold;
}
.features-content p {
	color: #b0b5bb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
.middle-section-wrap {
	/*background-color: #e57600; background-repeat: repeat-x; height: 116px; margin-top: 15px;*/
  background-color: #e57600;
	background-repeat: repeat-x;
	bottom: 697px;
	height: 116px;
	left: 0;
	margin-bottom: 0;
	margin-top: 15px;
	position: absolute;
	right: 0;
	width: 100%;
}
.content-wrap h5 {
	color: #000000;
	font-family: 'alegreya_sansregular';
	font-size: 32.5px;
	font-weight: normal;
	padding-top: 40px;
}
.buy-xgate-wrap {
	margin-top: 25px;
	width: 100%;
}
.row-first {
	background-color: #f1f1f1;
	background-repeat: repeat-x;
	border-radius: 7px 7px 0 0;
	height: 66px;
	margin-bottom:0px;
}
.row-first-left {
	float: left;
}
.row-first-left h4 {
	color: #000000;
	font-family: 'alegreya_sansregular';
	font-size: 44px;
	font-weight: normal;
	padding-left: 40px;
	margin-bottom:0
}
.row-first-right {
	float: left;
}
.row-first-right h4 {
	color: #000000;
	font-family: 'alegreya_sansregular';
	font-size: 44px;
	font-weight: normal;
	margin-bottom:0;
}
.row1, .row3, .row5, .row7, .row9 {
	background-color: #fff;
	background-repeat: repeat-x;
	height: 48px;
	margin-bottom:0px;
}
.row1-left, .row3-left, .row5-left, .row7-left, .row9-left {
	float: left;
}
.row1-left h5, .row3-left h5, .row5-left h5, .row7-left h5, .row9-left h5 {
	color: #299ac2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	padding-left: 40px;
	padding-top: 5px;
	margin-bottom:0;
}
.row1-right, .row3-right, .row5-right, .row7-right, .row9-right {
	float: left;
}
.row1-right h5, .row3-right h5, .row5-right h5, .row7-right h5, .row9-right h5 {
	color: #299ac2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding-left: 8px;
	padding-top: 12px;
	margin-bottom:0;
}
.row1 img, .row3 img, .row5 img, .row7 img, .row9 img {
	padding-top: 5px;
	margin-bottom:0;
}
.row2, .row4, .row6, .row8 {
	background-color: #f1f1f1;
	background-repeat: repeat-x;
	height: 48px;
	margin-bottom:0px;
}
.row2-left, .row4-left, .row6-left, .row8-left {
	float: left;
}
.row2-left h5, .row4-left h5, .row6-left h5, .row8-left h5 {
	color: #299ac2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	padding-left: 40px;
	padding-top: 8px;
	margin-bottom:0;
}
.row2-right, .row4-right, .row6-right, .row8-right {
	float: left;
}
.row2-right h5, .row4-right h5, .row6-right h5, .row8-right h5 {
	color: #299ac2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding-left: 8px;
	padding-top: 12px;
	margin-bottom:0;
}
.row2 img, .row4 img, .row6 img, .row8 img {
	padding-top: 5px;
}
.row10 {
	background-color: #f1f1f1;
	background-repeat: repeat-x;
	border-radius: 0 0 7px 7px;
	height: 18px;
}
.need-help-wrap {
	margin: 30px auto 40px;
	width:880px;
}
.need-help-wrap h4 {
	color: #e57600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
}
.need-help-wrap p {
	color: #a3a3a3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	padding-top: 5px;
}
.optimizer-img-wrap {
	background-image: url("img/optimizer-img.jpg");
	background-repeat: no-repeat;
	float: left;
	height: 533px;
	margin-left: -305px;
	margin-top: 35px;
	width: 60%;
}
.does-it-work {
	float: left;
	margin-left: 45px;
	width: 66%;
}
.does-it-work h4 {
	color: #005a75;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-top: 95px;
}
.does-it-work p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 10px;
}
.does-it-work h5 {
	color: #005a75;
	font-family: 'alegreya_sansregular';
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 50px;
}
.separator {
	background-color: #eaeaea;
	background-repeat: repeat-x;
	height: 3px;
	margin-left: 40px;
	position: relative;
	top: -100px;
}
.separator-2 {
	background-color: #eaeaea;
	background-repeat: repeat-x;
	height: 3px;
	margin-left: 40px;
}
.products-wrap {
	margin-left: 40px;
	margin-top: 0;
	position: relative;
	top: -40px;
}
.product-heading h4 {
	color: #005a75;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}
.product-heading p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.products {
	margin-top: 50px;
}
.products-1 {
	float: left;
	margin-bottom: 45px;
}
.products-1:first-child {
	margin-left: 0px;
}
.products-1 img {
	margin-bottom: 15px;
	margin-left: 35px;
}
.products-1 h4 {
	color: #41707e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15.7px;
	font-weight: bold;
}
.products-1 p {
	color: #606060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.75px;
}
.products-5 {
	float: left;
	margin-left: 0;
	width: 22%;
}
.products-5:first-child {
	margin-left: 0px;
}
.products-5 img {
	margin-bottom: 15px;
	margin-left: 35px;
}
.products-5 h4 {
	color: #41707e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15.7px;
	font-weight: bold;
}
.products-5 p {
	color: #606060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.75px;
}
.using-content-wrap, .Documentation-content {
	margin-bottom: 50px;
	margin-left: 40px;
	margin-top: 50px;
}
.using-content-wrap h4, .Documentation-content h4 {
	color: #005a75;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.using-content-wrap p, .Documentation-content p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
}
.download-wrap {
	width: 100%
}
.download-left {
	margin-top: 20px;
}
.download-left h4 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14.39px;
}
.download-left a {
	background-color: #005b75;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: arial;
	font-size: 14.39px;
	margin-bottom: 5px;
	padding: 10px 0 14px 18px;
	text-decoration: none;
	width: 270px;
}
.download-left a:hover {
	background-color: #d46514;
}
.download-middle {
	margin-top: 20px;
}
.download-middle h4 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14.39px;
}
.download-middle a {
	background-color: #005b75;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: arial;
	font-size: 14.39px;
	margin-bottom: 5px;
	padding: 10px 0 14px 18px;
	text-decoration: none;
	width: 270px;
}
.download-middle a:hover {
	background-color: #d46514;
}
.download-right {
	margin-top: 20px;
}
.download-right h4 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14.39px;
}
.download-right a {
	background-color: #005b75;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: arial;
	font-size: 14.39px;
	margin-bottom: 5px;
	padding: 10px 0 14px 18px;
	text-decoration: none;
	width: 270px;
}
.download-right a:hover {
	background-color: #d46514;
}
.related-products {
	margin-left: 40px;
	margin-top: 50px;
}
.related-products h4 {
	color: #005a75;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.related-products p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
.related-products span {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 10px;
}
.bottom-slider {
	margin-bottom: 50px;
	margin-left: 28px;
	margin-top: 20px;
}
.resources-content {
	margin-left: 40px;
	margin-top: 50px;
}
.resources-content h4 {
	color: #005a75;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.resources-content p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
.resources-content p span {
	color: #238fb3;
}
.buttons {
	margin-top: 60px;
}
.footer-wrap {
	background-color: #005a75;
	background-repeat: repeat;
	height: 495px;
	width: 100%;
}
.footer-bg {
	background-image: url("img/footer-img.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 495px;
	margin-top: 55px;
}
.btns_wrap {
	text-align:center;
}
.bottom_btn_comm {
	border-radius: 4px;
	color: #fdfaf8;
	display: inline-block;
	font-family: arial;
	font-size: 30px;
	font-weight: normal;
	height: 82px;
	width: 318px;
}
.buy_btn {
	background-color: #d46514;
	line-height: 30px;
	padding-top: 10px;
}
.price_btn {
	font-size:24px
}
.free_btn {
	background-color: #c9b71b;
	padding-top: 21px;
}
.support_btn {
	background-color:#005B75;
	padding-top:21px;
}
.product_full_first {
	box-shadow:0 2px 0 #ccc;
}


/** Tison edits here ***/

.full-width-container {
  display:block;
  text-align: center;
  position: relative;
}
.full-width-container .full-width-inner{
  max-width: 1112px;
  margin: 0 auto;
  text-align: left
}
#menution li .sub-menu li .sub-menu li .sub-menu li a { padding: 0 0 0 65px !important; }
.complex_section, .complex_section_bottom, .complex_section_noborder {
  padding-top: 25px;
  padding-bottom: 25px;
}
.complex_section {
	-webkit-box-shadow: 0 20px 0px 0px white, 0 -16px 0px 0px white, 4px 0 10px -4px #ccc, 
    -4px 0 10px -4px #ccc;
	-moz-box-shadow: 0 20px 0px 0px white, 0 -16px 0px 0px white, 4px 0 10px -4px #ccc, 
    -4px 0 10px -4px #ccc;
  box-shadow: 0 20px 0px 0px white, 0 -16px 0px 0px white, 4px 0 10px -4px #ccc, 
    -4px 0 10px -4px #ccc;
}

.complex_section_bottom {
	-webkit-box-shadow: 0 -16px 0px 0px white, 4px 4px 10px -4px #ccc, 
    -4px 4px 10px -4px #ccc;
	-moz-box-shadow: 0 -16px 0px 0px white, 4px 4px 10px -4px #ccc, 
    -4px 4px 10px -4px #ccc;
  box-shadow: 0 -16px 0px 0px white, 4px 4px 10px -4px #ccc, 
    -4px 4px 10px -4px #ccc;
}

.product_complex_full br { display: none; }
.product_complex_full .alignnone {
  margin: 0px;
	padding: 0px;
}
.product_complex_full h1, .product_complex_full h2, .product_complex_full h3, .product_complex_full h4, .product_complex_full h5 {
  color: #005a75;
  font-family: "alegreya_sansregular";
  font-weight: bold;
}
.product_complex_full h1 {font-size: 44px}
.product_complex_full h2 {font-size: 37px}
.product_complex_full h3 {font-size: 32px; font-weight: normal}
.product_complex_full h4 {font-size: 28px; font-weight: normal}
.product_complex_full h5 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

body .product_complex_full ul {
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 22px;
  text-align: left;
  overflow: hidden;
}

body .product_complex_full p {
  color:#717171;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-bottom:17px;
}

body .product_complex_full strong {
  color:black
}

body .product_complex_full .content-heading a {
  color:#238fb3;
}
body .product_complex_full .content-heading a:hover {
  text-decoration: underline;
}
body .product_complex_full hr {
  border: 0px;
	background-color: #eaeaea;
	background-repeat: repeat-x;
	height: 3px;
	margin: 50px 0 0 0;
}

a.button_medium {
	background-color: #005b75;
	border-radius: 3px;
	display:block;
	color: #fff;
	font-family: arial;
	font-size: 14.39px;
	padding: 10px 0 14px 18px;
	margin: 5px 0;
	text-decoration: none;
	width: 270px;
}
a.button_medium:hover, a.button_large:hover {
	background-color: #d46514;
}

a.button_large {
	border-radius: 4px;
	background-color: #005b75;
	color: #fdfaf8;
	display: inline-block;
	font-family: arial;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	padding: 30px 40px;
	width: 318px;
	text-align: center;
}
a.button_large:first-child { margin: 30px 0 0; }
.buy_btn {
	background-color: #d46514;
	line-height: 30px;
	padding-top: 10px;
}
.price_btn {
	font-size:24px
}
.free_btn {
	background-color: #cab91b;
	padding-top: 21px;
}
.support_btn {
	background-color:#005B75;
	padding-top:21px;
}
.one_third {
	width: 30% !important;
	margin: 0 1%;
}


ul#menution ul
{
	display:none;	
}

/** end Tison edits **/



/* ::Media queries */
/* ------------------------------------------------------------ */
@media screen and (max-width: 1460px) {
	.product_complex_full .alignnone.wp-image-2075 {
		width: 100%;
		height: auto;
	}
	.product_complex_full h2 {
		margin-top: 0;
		text-align: center;
	}
	.full-width-container { padding: 30px 20px 20px !important; }
	.product_complex_full .alignnone { margin: 0 auto !important; }
	.product_complex_full h5 { text-align: center; }
	a.button_large { width: 280px; }
}
@media screen and (max-width: 1024px) {
	.visible-mobile { display: block; }
	#menu-main-menu { top: 105px; }
	.center-wrapper { width: 1024px; }
	.header-bottom-wrap {
		margin-left: auto;
		margin-right: auto;
	}
	.content-top-img > img { width: 100%; }
	.content-wrap {
		margin-left: auto;
		margin-right: auto;
	}
	.devices-img-wrap > img { width: 100%; }
	.content-heading ul li {
		margin-left: 15px;
		font-size: 15px;
	}
	.product_complex_full .alignnone {
		margin: 0 auto !important;
		display: block;
	}
	.product_complex_full .alignnone.wp-image-2090 {
		width: 100%;
		height: auto;
	}
	.product_complex_full .alignnone.wp-image-2115 { width: auto; }
	/*.center-wrapper { text-align: center; }*/
	.center-wrapper img {
		display: inline-block;
		vertical-align: middle;
	}
	.content.col12.product-details { padding: 0 10px 0 0; }
	.content .col5 {
		width: 35%;
		margin-right: 3%;
	}
	.product-details table.group_table select, .product-details table.variations select { font-size: 13px; }
	.product-details .price { font-size: 32px; }
	.content p { margin: 0 0 20px; }
	.pagetitle { margin: 10px 0 20px; }
	.product_complex_full h5 { min-height: 52px; }
	.footer-description, .after-footer-desc{ display: none !important; }
	.container .sidebar-right { display: none !important; }
	.container .blog, .container .product-list { width: 100%; }
	nav li:last-child .sub-menu { right: 0; }
	nav li:last-child .sub-menu:before {
		left: auto;
		right: 8%;
	}
}
@media screen and (max-width: 960px) {
	/* line 12, ../scss/libs/_media_queries.scss */
	.container { width: 100%; }
	.header-bottom-wrap { width: 98%; }
	.left-wrap { width: 18%; }
	.left-content { width: 50%; }
	.header-right { width: 26%; }
	.content-wrap { width: 98%; }
	.content-heading img { margin-left: 8px; }
	.center-wrapper { width: 100%; }
	.left-content br { display: none; }
	.need-help-wrap { width: 90%; }
	/*.complex_section div { text-align: center; }*/
	.product-sidebar { text-align: left; }
	.product-sidebar p {
		display: inline-block;
		vertical-align: middle;
		width: 32%;
		margin: 0 10px;
	}
	.product-sidebar .saving-bundles { margin: 0; }
	.woocommerce ul.products, .woocommerce-page ul.products { text-align: center !important; }
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 28% !important;
		margin: 0 10px !important;
		display: inline-block !important;
		vertical-align: middle !important;
		float: none !important;
	}
	.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img { margin: 0 auto 8px !important; }
	.btn--add-to-cart {
		min-width: inherit;
		padding: 5px;
		font-size: 10px;
	}
	.woocommerce .cart-collaterals .cross-sells ul.products li.product { text-align: center !important; }
	.woocommerce .cart-collaterals .cross-sells ul.products li.product .col3 {
		margin: 0 !important;
		float: none !important;
		width: 100% !important;
	}
	.product-description { text-align: left; }
	.woocommerce ul.products li.product strong {
		float: none !important;
		display: inline-block;
		vertical-align: middle;
	}
	.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
		display: inline-block !important;
		margin: 0 auto 10px !important;
	}
	.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a {
		display: inline-block !important;
		vertical-align: middle !important;
	}
	.woocommerce ul.products li.product a:hover, .woocommerce-page ul.products li.product a:hover { border: 0 !important; }
	.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
		float: left !important;
		width: 48% !important;
	}
	.aligncenter.wp-image-2369, .aligncenter.wp-image-2368, .aligncenter.wp-image-2367, .alignnone.wp-image-2079, .alignnone.wp-image-2080, .alignnone.wp-image-2082, .alignnone.wp-image-2081, .alignnone.wp-image-2079, .alignnone.wp-image-2077 {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 800px) {
	/* line 19, ../scss/libs/_media_queries.scss */
	.container { width: 95%; }
	/* line 22, ../scss/libs/_media_queries.scss */
	.footer-links {
		margin: 0 auto;
		width: 95%;
	}
	/* line 25, ../scss/libs/_media_queries.scss */
	.footer-links .col3 {
		float: left;
		min-height: 220px;
		width: 48%;
	}
	/* line 32, ../scss/libs/_media_queries.scss */
	.camera_caption div { margin-left: 7%; }
	/* line 35, ../scss/libs/_media_queries.scss */
	.camera_caption div h1 { font-size: 30px; }
	/* line 38, ../scss/libs/_media_queries.scss */
	.camera_caption div h3 { font-size: 24px; }
	/* line 43, ../scss/libs/_media_queries.scss */
	.camera_pag { left: 7%; }
	/* line 47, ../scss/libs/_media_queries.scss */
	.camera_wrap, .camera_fakehover { height: 330px !important; }
	.camera_caption div h3 { line-height: 22px; }
	.camera_caption div h1 { font-size: 24px; }
}
@media screen and (max-width: 550px) {
	/* line 57, ../scss/libs/_media_queries.scss */
	.footer-links {
		margin: 0 auto;
		width: 95%;
	}
	/* line 60, ../scss/libs/_media_queries.scss */
	.footer-links .col3 {
		float: none;
		min-height: auto;
		width: 100%;
	}
	.complex_section .one_fourth { width: 100% !important; }
}
@media print {
/* line 71, ../scss/libs/_media_queries.scss */
body {
	font-size: 62.5%;
	line-height: 3em;
}
}
@media screen and (max-width: 769px) {
	/* line 81, ../scss/libs/_media_queries.scss */
	body { -webkit-text-size-adjust: none; }
}
	/** tables start here **/
	
	.c { text-align: center; }
	.content table {
		width: 100%;
		margin-bottom: 20px;
	}
	.content table td, .content table th {
		font-family: helvetica, arial, sans-serif;
		border-bottom: 1px solid #cbcaca;
		padding: 8px 14px;
	}
	.content table th {
		/*font-size: 22px;*/
		font-size: 15px;
		font-weight: normal;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 4px;
		color: #0a5a74;
		text-align: center;
	}
	.content table td {
		font-size: 12px;
		color: #717171;
		text-align: center;
	}
	.content .order_details th,  .content .order_details td{
  	text-align: left;
	}
	.content table .subtype {
		font-family: helvetica, arial, sans-serif;
		font-size: 11px;
		color: #9d9d9d;
		font-style: italic;
		margin-top: -1px;
	}
	.check { color: #fe8a0f; }
	.alternative { background-color: #eee; }
	.content table td .p2, .content table td.label {
		color: #000;
		font-weight: bold;
		text-align: left;
		width: auto !important;
		padding: 5px 13px 5px 0;
	}
	/** end tables **/
	
	.footer-payment { float: right; }
	.footer-payment li { margin-right: 10px; }
	.footer-payment li { display: inline-block; }
	.stButton .stMainServices { height: 22px !important; }
	.orderby {
		color: #41707e;
		border: 1px solid #d2d2d2;
		border-radius: 3px;
		background: #fff;
		margin: 3px 0 0 10px;
	}
	.widget #menu-products-sidebar .sub-menu { display: none; }
	.widget #menu-products-sidebar .current-menu-ancestor .sub-menu, .widget #menu-products-sidebar .current-menu-item .sub-menu { display: block; }
	.share-buttons { list-style: none; }
	.share-buttons li { display: inline; }
	/* NEW css */
	
	.alignnone {
		float: none;
		clear: right;
		margin: 0 0 10px 30px;
		padding: 3px;
	}
	/* line 1059, ../scss/style.scss */
  .product-list .price {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #005a75;
	margin-bottom: 5px;
}
.product-list .price del{
	display: block;
	padding: 17px 0;
}
 .product-list .price .amount {
	padding: 17px 0;
 }

	.product-details .price del {
		line-height: 45px;
		height: 45px;
	}
	.product-details .price ins {
		line-height: 35px;
		padding: 0;
	}
	.product-buy-price ins {
		display: inline;
		padding: 19px 0 0;
	}
	.cart_totals table th {
		line-height: 35px !important;
		text-align: left !important;
		width: 60% !important;
		vertical-align: middle !important;
	}
	.cart_totals table td { vertical-align: middle !important; }
	#order_review th { text-align: left !important; }
	#text-3.widget {
		border: 0px solid #e5e5e5;
		list-style: none;
		padding: 0px;
	}
	/*
	.fancybox2 {
		position: absolute;
		margin-top: -80px;
		margin-left: 28px;
		font-size: 14px;
	}
	.displaynone { display: none; }
	.checkbox2 { padding-right: 132px; }
	*/
	.displaynon { display: none; }
	.hentry { padding: px; }
	.product-name { text-align: left!important; }
	.product-price { text-align: left!important; }
	.product-quantity { text-align: left!important; }
	.product-quantity .quantity { margin: 0px !important; }
	.product-subtotal { text-align: left!important; }
	.wpp-list li {
		line-height: 22px;
		overflow: hidden!important;
	}
	.showmenutop { display: none; }
	.bot_menu_show { display: none; }
	
	
/* tablet stuff starts here */
@media screen and (max-width:1000px) {
	.search-form {
		position: absolute;
		top: -49px;
		right: 135px;
		z-index: 9999;
	}
	.header-search-form {
		top: 24px;
		bottom: auto !important;
	}
	#menu-main-menu {
		display: none;
		position: absolute;
		background: rgba(2,65,77,1) ;
		width: 175px;
		top: 77px;
		right: -10px !important;
	}
	.showmenutop {
		margin-top: 8px;
		cursor: pointer;
		margin-left: 30px;
	}
	.bot_menu_show {
		display: block;
		cursor: pointer;
		background: url("img/menu.png") right no-repeat;
		width: 100px;
		position: relative;
		right: 0px;
		top: 0px;
		float: right;
	}
	nav .sub-menu {
  	top:0px !important;
	}
	#menu-utility-menu { display: none; }
	.videos .video__img {
		position: relative;
		width: 50%;
		float: none;
		margin: 10px auto;
	}
	.videos .media__body {
		font-size: 14px;
		font-family: arial, sans-serif;
		max-width: 100%;
		float: none;
	}
	.container { width: 95%; }
	.utility-nav li {
		border-right: 0px;
		float: none;
		border-bottom: 1px solid #eee;
		padding: 5px 0px !important;
		background: rgba(52, 48, 48, 0.9) !important;
	}
	.utility-nav {
		padding: 10px 0;
		float: none;
		position: absolute;
		z-index: 1000 !important;
	}
	.camera_caption { padding: 0px 10px; }
	#menu-main-menu {
		top: 83px;
		width: 205px;
		padding: 15px 0;
	}
	nav li { border-right: 0 solid #E9ECEF; }
	.container .right { float: none; }
	#menu-main-menu { width: 33%; }
	ul#menu-satellite-mega-menu { top: 131%; }
	.megamenu li { width: 32%; }
	nav li { width: 100%; }
	nav .sub-menu:before, #menu-satellite-mega-menu:before { left: 10%; }
	nav .sub-menu {
		width: 100%;
		position: relative;
		margin-top: 15px;
	}
	ul.megamenu {
		width: 75%;
		left: 25%;
	}
	header { padding: 20px 0 8px; }
	#menu-main-menu { top: 78px; }
	.header-search-form__input { margin: 5px 0; }
	nav ul a {padding:7px 15px; border-bottom: 1px solid rgba(36,85,94,1)}
	#menu-satellite-mega-menu { display: none !important; }
	.megamenulink_satellite .menu-item-has-children .sf-with-ul { font-size: 14px; padding: 6px 15px; text-transform: uppercase }

	.videos .video { text-align: center; }
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin: 0 0.492em;
		width: 31%;
	}
	.center-wrapper img {
		float: none;
		display: block;
		margin: 0 auto !important;
	}
	.product_complex_full .alignnone {
		display: inline-block;
		vertical-align: middle;
	}
	.product-list .price { display: inline; }
	.product-list .price .amount {
		display: inline;
		padding: 0 0 20px;
	}
	a.button_large { width: 210px; }
}
@media all and (max-width:800px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin: 0 0.492em;
		width: 31%;
	}
}
	.close-link { display: none; }
	/* New html 10 Nov 2014 End */
	
	.botttomno { margin-bottom: 10px; }
	.post-meta { margin-bottom: 10px; }
	.date { padding-right: 5px; }
	.author { padding-right: 5px; }
	.category { padding-right: 5px; }
	#widget-collapscat-3-top li.collapsing.categories .sym { font-size: 10px!important; }
@media screen and (min-width : 1000px) {
	#specialClass { display: none !important; }
}
	/*HP style*/
	.shipping td { text-align: left; }
	.variation dt { margin: 2px 4px 0 0 !important; }
	.woocommerce .woocommerce-message { border-top: 3px solid #92AE30 !important; }
	.woocommerce .woocommerce-message:before { background-color: #92AE30 !important; }
	.product-list .extended-description p { margin-bottom: 0px; }
	.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
		box-shadow: none!important;
		-webkit-box-shadow: none!important;
	}
	.cross-sells ul li { width: 100%!important; }
	.cross-sells .col6 { width: 71% }
	.cross-sells .product-buy-price { width: 100%; }
	.cross-sells .product-buy-price p {
		float: left;
		margin-top: 11px;
	}
	.cross-sells .product-buy-price a {
		float: left;
		margin-bottom: 10px;
		margin-left: 20px;
	}
	/*	.complex_section{
			-webkit-box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.75);
	}
	.center-wrapper {
		margin-top:-17px}*/
	.wp-image-2167 {
		width: 100%;
		height: auto;
		margin-left: 0px !important;
	}
@media screen and (max-width : 768px) {
	#payment #place_order, .woocommerce-page #payment #place_order {
		width: auto !important;
		float: right !important;
	}
	.place-order .checkbox2 { padding-right: 10px !important; }
	.footer-payment .fancybox2 {
		margin-top: -88px !important;
		display: none;
	}
	.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img { width: 50%!important; }
	.cross-sells .col6 { width: 100%; }
	.home-products .row .article {
		width: 48%;
		display: inline-block;
	}
	.form-row a { display: inline; }
	.two_fifth {
		width: 100%!important;
		text-align: center;
	}
	.three_fifth { width: 95% !important; }
	.two_fifth img { width: 100% !important; }
	.wp-image-2100 { margin-left: 0px!important; }
	.content-column h2 { margin-top: 0px!important; }
	.full-width-container { padding: 20px!important; ; }
	.complex_section .one_fourth {
		width: 23% !important;
		padding: 0px!important;
		margin: 0px;
	}
	.product .images { text-align: center!important; }
	.complex_section .one_fourth { clear: none; }
}
@media screen and (max-width : 500px) {
	.home-products .row .article { width: 100%; }
}
@media screen and (max-width : 480px) {
	.footer-payment .fancybox2 {
		margin-left: 10px;
		margin-top: -65px !important;
	}
}
@media screen and (max-width : 405px) {
	.icons-search, .header__search-icon {
		margin: 9px 0 0 -20px;
		position: fixed;
	}
}
@media all and (max-width:767px) {
	.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 { width: 100%; }
	.products-sidebar li a { max-width: inherit !important; }
	.center-wrapper { padding: 20px 10px 0 !important; }
	.product_complex_full h2 {
		font-size: 25px;
		margin: 0 !important;
		padding: 0 !important;
		text-align: center;
	}
	.full-width-container .full-width-inner div { margin: 0 !important; }
	.product_complex_full .alignnone.wp-image-2351 {
		width: 100%;
		height: auto;
	}
	.full-width-container .full-width-inner div { padding: 20px !important; }
	/*.product-list .product-title, .product-list .product-manufacturer, .product-description { text-align: center; }*/
	.alignright.size-full.wp-image-2680 {
		float: none;
		margin: 0 auto;
		display: block;
		width: 100%;
		height: auto;
	}
	.content-column.one_third:first-child { margin-top: 15px; }
	.center-wrapper table { padding: 0 !important; }
	.center-wrapper table td { padding: 0 0 0 25px !important; }
	.product_complex_full h3 { font-size: 12px; }
	a.button_medium {
		width: 100%;
		padding: 10px;
		font-size: 12px;
	}
	.center-wrapper img.attachment-shop_catalog { margin: 20px auto 0 !important; }
	.onsale { top: 0; }
	.products .product { text-align: center; }
	.header-search-form {
		position: fixed;
		width: 212px;
		right: 8px !important;
		top: 32px;
		border-radius: 5px;
	}
	.header-search-form__input { min-width: 192px !important; }
	.one_third { width: 100% !important; }
	.product_complex_full h5 { min-height: inherit; }
	.content .col5 { width: 100%; }
	#shipping_method { width: 235px; }
	#shipping_method li { font-size: 15px; }
}
@media all and (max-width:655px) {
	.product-details .tabs li { display: block; }
	.content p.product-manufacturer strong { float: none; }
	.complex_section .one_fourth { width: 48% !important; }
	.full-width-container .full-width-inner div {
		width: auto !important;
		float: none;
	}
}
@media screen and (max-width : 550px) {
	.complex_section .one_fourth { width: 100% !important; }
	a.button_large { padding: 15px 20px; }
}
@media all and (max-width:405px) {
  .footer-copyright {display:none}
	.logo {
		background: url('img/logo.png');
		font-size: 0;
		height: 65px;
		text-indent: -9999px;
		width: 84px;
		background-size: 88%;
		background-repeat: no-repeat;
	}
	.close-link {
		text-decoration: underline;
		font-family: arial;
		font-size: 10px;
		color: #fff;
		display: inline-block;
		border: 0;
		cursor: pointer;
	}
	.woocommerce table.shop_table td, .woocommerce-page table.shop_table td { padding: 6px 8px !important; }
	.woocommerce table.shop_table th, .woocommerce-page table.shop_table th { padding: 9px 0px !important; }
	.utility {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
	}
	header {
		margin: 0 0 0 0;
		padding: 50px 0 8px;
		position: static;
	}
	#wpadminbar { top: 40px; }
	footer hr { display: none !important; }
	.filters { padding: 5px 0px !important; }
	.footer-payment {
		border-top: 1px solid #4d8c9f;
		padding: 10px 0 0 0
	}
	.header-search-form__input { padding: 15px 10px; }
	nav .sub-menu { margin-top: 0; }
	nav a {
		padding: 7px 15px 8px;
		border-bottom: rgb(27, 90, 90) 1px solid;
	}
	.sub-menu:before { display: none; }
	.orderby { float: right; }
	.woocommerce-main-image.zoom {
		display: block;
		width: 100%;
	}
	.woocommerce-main-image.zoom img {
		display: block;
		height: auto;
		width: 100%;
	}
	#tab-description div { width: 100% !important; }
	.product-list .product { margin-bottom: 3px; }
	.product-details .panel iframe { width: 100% !important; }
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 100%; }
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin: 0 0.492em;
		width: 100%;
	}
	.camera_caption div p { margin: 6px 0; }
	.camera_caption div { width: 92%; }
	.header-phone-number {
		font-size: 13px;
		margin: 0;
	}
	.header-phone-number .phone { font-size: 13px; }
	.header-phone-number span { padding: 0 5px; }
	#menu-main-menu { width: 100%; }
	ul#menu-satellite-mega-menu { top: 174%; }
	.megamenu li {
		width: 100%;
		border-right: 0px solid #005C75;
	}
	nav li { width: 100%; }
	nav .sub-menu:before, #menu-satellite-mega-menu:before { left: 25%; }
	nav .sub-menu {
		width: 100%;
		position: relative;
		margin-top: 15px;
	}
	ul.megamenu {
		width: 60%;
		padding: 10px 10px 0;
		left: 137px;
	}
	.megamenu li {
		font-weight: bold;
		font-size: 15px;
		padding: 0px;
	}
	.megamenu li li {
		font-weight: normal;
		font-size: 13px;
	}
	.product-details .tabs li { width: 100%; }
	textarea {
		max-width: 365px;
		width: 100%;
	}
	.fancybox2 { margin-left: 170px; }
	.checkout img {
		margin: 0 auto;
		display: block;
	}
	.footer-payment { float: none; }
	.footer-payment img {
		display: block;
		margin: 0 auto;
	}
	#menu-main-menu {
		width: 100%;
		z-index: 22;
	}
	/*.content ul, .content ol {margin-left:50px;}
	.price del {visibility:collapse;}
	.price del .amount{visibility:visible;}
	.price ins {visibility:collapse;}
	.price ins .amount{visibility:visible;}*/
	.header-search-form__input {
		min-width: 190px;
		margin: 5px 0;
	}
	.intro {display:none}
	.footer-copyright { font-size: 12px; }
	.product-sidebar .saving-bundles img {
		display: block;
		margin: 5px auto;
	}
	/*.footer-payment img{ display: block; margin: 0 auto;}*/
	.search-form { top: -42px; }
	.content ul, .content ol { margin-left: 0; }
	.product-details .panel { padding: 30px 18px; }
	.camera_wrap img { height: 150px !important; }
	.camera_wrap, .camera_fakehover { height: 150px !important; }
	.camera_caption div p {
		font-size: 10px;
		margin: 5px 0 0;
		line-height: 10px;
	}
	.camera_caption div h1, .camera_caption div h2, .camera_caption div h3 {
		line-height: 16px !important;
		font-size: 14px !important;
		color: #fff;
	}
	.camera_caption div { margin-top: 2%; }
	.camera_caption div .btn, .camera_caption div .btn-blue, .camera_caption div .btn--add-to-cart {
		background-size: 100% 100%;
		margin: 8px 0 0;
		min-width: 90px;
		padding: 4px 5px 8px 25px;
		font-size: 12px;
		line-height: 14px;
	}
	.camera_wrap .camera_pag .camera_pag_ul li { margin: 10px 5px; }
	.camera_next { right: -18px; }
	.camera_prev { left: 10px; }
	.utility .view-cart { padding: 7px 0 0; }
	.header-search-form {
		right: -135px;
		border-radius: 5px;
	}
	nav .sub-menu a { padding: 6px 20px 7px; }
	#menu-main-menu { padding: 15px 0 0; }
	ul.products div.product { text-align: center; }
}
.added_to_cart {padding:18px 0 18px 6px; font-size: 16px; text-decoration: underline; display: block}

/** weird stuff at the top of header.php by noah **/
.container .view-cart a.cart-contents{ font-size:12px; color:#FFF; }
