/**
 * File for custom CSS. You can use it to override the default styling of the theme.
 *
 * 1. Copy the file "default.override.css" and rename it to "override.css".
 * 2. Enable it in the admin panel.
 *
 */

body {
	font-family: 'Roboto', Helvetica, sans-serif;
	color: #00566a;
	font-size: 18px;
	border-top: none;
	font-weight: 300;
	background: #FFFFFF;
}

h1, .std h1,
h2, .std h2,
h3, .std h3,
h4, .std h4,
h5, .std h5
h6, .std h6 {
	font-family: 'Roboto', Helvetica, sans-serif;
	color: #00566a;
	font-weight: 300;
	letter-spacing: 0;
	margin: 0 0 15px 0;
}
h1, .std h1 {
	font-size: 44px;
	text-transform: uppercase;
}
h2, .std h2 {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
}
h3, .std h3 {
	font-size: 24px;
	font-weight: 300;
}
h5, .std h5 {
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 5px 0;
}

h1.bottomLine,
h2.bottomLine,
h3.bottomLine,
h4.bottomLine,
h5.bottomLine,
h6.bottomLine {
	padding-bottom: 5px;
	border-bottom: 2px solid #33caeb;
	margin: 0 0 20px 0;
}

.page-title h1, 
.page-title h2 {
	text-transform: uppercase;
	font-size: 36px;
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -1.5px;
	color: #00566a;
}

.cms-page-view .col-main {
	padding: 30px 15px 0;
}

.cms-page-view .page-title,
.contacts-index-index .page-title {
	margin-left: 0;
	padding: 0 0 10px 0;
}

a {
	color: #00566a;
	font-weight: 700;
}
a:hover {
	color: #33caeb;
	text-decoration: none;
}

button.button span {
	background: #00566a;
	padding: 0px;
	height: 42px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
button.button:hover span {
	background-color: #33caeb;
}
button.button span span {
	font-weight: 700 !important;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Roboto Condensed', Helvetica, sans-serif !important;
	text-transform: uppercase !important;
}

.link-print {
	background: none;
	padding-left: 0;
}

.btn-remove, 
.btn-edit {
	background-color: #b8ecf8;
}
.btn-remove:hover, 
.btn-edit:hover {
	background-color: #00566a;
}
.data-table .btn-remove2 {
	background: #b8ecf8 url('../images/icon_trash.png') 50% 50% no-repeat;
}
.data-table .btn-remove2:hover {
	background: #00566a url('../images/icon_trash.png') 50% 50% no-repeat;
}

.page-popup {
	background: #FFFFFF;
}
.page-popup .link-print {
	display: none;
}
.data-table {
	border: 1px solid #b8ecf8;
	border-radius: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-webkit-box-shadow: 0 0 10px 0 #dde8ea;
	-moz-box-shadow: 0 0 10px 0 #dde8ea;
	box-shadow: 0 0 10px 0 #dde8ea;
}
.data-table tbody td {
	border: 1px solid #b8ecf8;
	border-top: none;
	border-left: none;
}
.data-table th,
.data-table td,
.data-table td a {
	color: #00566a;
}
.data-table td a:hover {
	color: #33caeb;
}
.data-table thead,
.data-table tfoot {
	background: #ffffff;
}
.data-table thead th {
	color: #00566a;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto Condensed', Helvetica, sans-serif !important;
	border-bottom: 1px solid #b8ecf8;
}
.data-table tbody td:last-child {
	border-right: none;
}
.data-table tfoot td {
	border-top: 1px solid #b8ecf8;
}

#product_comparison th {
	background: #FFFFFF;
	color: #00566a;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-weight: 700;
	font-family: 'Roboto Condensed', Helvetica, sans-serif !important;
	text-transform: uppercase !important;
	-webkit-box-shadow: inset -6px 0px 10px -6px #dde8ea;
	-moz-box-shadow: inset -6px 0 10px -6px #dde8ea;
	box-shadow: inset -6px 0 10px -6px #dde8ea;
	border-right: 1px solid #b8ecf8;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
	background-position: 0 0 !important;
	min-height: 1px !important;
	padding: 0 19px 0 35px !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	font-family: 'Roboto Condensed', Helvetica, sans-serif !important;
	text-transform: uppercase !important;
	border-color: #FFFFFF !important; 
	background-color: #FFFFFF !important;
	color: #00566a !important;
}

.form-list label {
	color: #00566a;
}
.form-list label.required em {
	right: -11px;
}

.validation-failed {
	border: 1px solid #faebe7 !important;
	background: #faebe7 !important;
}
.validation-advice {
	padding-left: 0;
	background: none;
}

.product-name {
	font-size: auto;
	font-weight: 700 !important;
	font-family: 'Roboto Condensed', Helvetica, sans-serif !important;
	text-transform: uppercase;
}

.slider {
	padding: 0;
}
.slider-container {
	position: relative;
	border-top: none;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}
.slider-container h3 {
	font-family: 'Roboto Condensed', Helvetica, sans-serif !important;
	font-size: 24px;
	font-weight: 700;
	padding: 0 0 5px 15px;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 21px;
	border-bottom: 2px solid #33caeb;
	margin: 0 0 20px 0;
}
.slider-container .jcarousel-list li {
	padding: 8px;
	margin: 0 15px 0;
	position: relative;
	background: #fff;
	border: 1px solid #b8ecf8;
	border-radius: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-webkit-box-shadow: 0 0 10px 0 #dde8ea;
	-moz-box-shadow: 0 0 10px 0 #dde8ea;
	box-shadow: 0 0 10px 0 #dde8ea;
}
.slider-container .jcarousel-list .product-name {
	color: #00566a;
	font-size: 16px;
	font-weight: 700;
}
.slider-container .jcarousel-list .product-name:hover {
	color: #33caeb;
}
.slider-container .jcarousel-list .price-box {
	line-height: 14px;
	letter-spacing: 0;
}

.main-container {
	margin-top: 30px;
	background: #FFFFFF;
}
.page-title-bg {
	background: #FFFFFF;
}
.breadcrumbs {
	margin: 0 15px;
	line-height: inherit;
}
.breadcrumbs a {
	color: #00566a;
	text-decoration: none;
	font-weight: 300;
}
.breadcrumbs a:hover {
	color: #33caeb;
	text-decoration: none;
}
.breadcrumbs strong {
	color: #00566a;
	font-weight: 400;
}
.breadcrumbs span {
	background: none;
	padding: 0;
}
.pod {
	margin: 0 0 30px 0;
	padding: 20px;
	border:1px solid #b8ecf8;
	box-shadow: 0 0 10px 0 #dde8ea;
}
.pod.smlPadding {
	padding: 10px;
}

.block {
	float: left;
	width: 230px;
	padding: 20px;
	margin: 0 15px 30px;
	position: relative;
	background: #fff;
	border: 1px solid #b8ecf8;
	border-radius: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-webkit-box-shadow: 0 0 10px 0 #dde8ea;
	-moz-box-shadow: 0 0 10px 0 #dde8ea;
	box-shadow: 0 0 10px 0 #dde8ea;
}
.block .block-title {
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	color: #00566a;
	font-weight: 700;
	border-bottom: 2px solid #33caeb;
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
}
.block .block-title strong {
	font-size: 22px;
	font-weight: 700;
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 21px;
}
.block .block-subtitle {
	padding: 0 0 5px !important;
	border-bottom: 1px solid #b8ecf8;
}
.block .block-content li, 
.block .block-content li.item {
	margin: 0;
	padding: 0;
	line-height: 20px;
	background: none;
}
.block .block-content a,
.block .block-content li a,
.block .block-content li.item a {
	color: #00566a;
	text-decoration: none;
	font-weight: 300;
}
.block .block-content a:hover,
.block .block-content li a:hover,
.block .block-content li.item a:hover,
.block .block-content li.active a {
	color: #33caeb;
	text-decoration: none;
}
.block .block-content li .product-name a {
	font-weight: 700;
}
.block .block-content .actions {
	text-align: left;
}

.block-reorder .block-content .actions {
	line-height: inherit;
	margin: 10px 0 0 0;
}
.block-reorder .block-content .actions > a {
	display: none;
}
#cart-sidebar-reorder {
	margin: 0;
}

.please-wait {
	margin-right: 5px;
	margin-top: 34px;
	font-size: 14px;
}

.back-link {
	font-size: 14px;
	margin: 35px 0 0 0;
	text-transform: lowercase;
}
.back-link small {
	display: none;
}

.main .cart-empty {
	margin: 0;
}
.cart .cart-collaterals .cart-block {
	position: relative;
	border: none;
	padding: 20px;
	background: #fff;
	border: 1px solid #b8ecf8;
	border-radius: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-webkit-box-shadow: 0 0 10px 0 #dde8ea;
	-moz-box-shadow: 0 0 10px 0 #dde8ea;
	box-shadow: 0 0 10px 0 #dde8ea;
}
.cart .cart-collaterals {
	text-align: left;
}
.cart .cart-collaterals .cart-block h2 {
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	color: #00566a;
	font-weight: 700;
	border-bottom: 2px solid #33caeb;
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	letter-spacing: 0;
}
.cart .cart-collaterals h2:after {
	display: none;
}
.cart .cart-collaterals .buttons-set {
	text-align: left;
}
#shopping-cart-totals-table {
	margin: 0;
	width: 100%;
}
#shopping-cart-totals-table .a-right {
	text-align: right !important;
}
#shopping-cart-totals-table strong {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #00566a;
}
.cart .cart-collaterals .cart-total .checkout-types {
	padding: 20px 0 0 0;
	margin: 10px 0 0 0;
	background: #ffffff;
	text-align: right;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid #b8ecf8;
}

.sp-methods label {
	font-weight: 400;
	color: #00566a;
	font-size: 14px;
}

.checkout-onepage-index .col-right {
	padding: 30px 0 0;
}
.top-opc li {
	float: left;
	width: auto;
	margin: 0 40px 30px 0;
}
.top-opc li.allow h2 {
	color: #00566a;
	font-weight: 700;
}
.top-opc li.allow h2:hover {
	color: #33caeb;
}
.opc .step {
	padding: 20px;
	margin: 0 0 30px;
	position: relative;
	background: #fff;
	border: 1px solid #b8ecf8;
	border-radius: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-webkit-box-shadow: 0 0 10px 0 #dde8ea;
	-moz-box-shadow: 0 0 10px 0 #dde8ea;
	box-shadow: 0 0 10px 0 #dde8ea;
}
.opc #checkout-step-review.step {
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.opc #checkout-step-review.step .data-table tfoot td {
	padding: 5px 18px;
}
.opc .step .buttons-set {
	margin: 10px 0 0 0;
}
.opc .step .buttons-set button.button {
	margin: 10px 0 0 0;
}
#review-buttons-container {
	margin: 0;
}
#review-buttons-container button {
	margin: 0;
}



.box-account .box-head {
	margin: 0;
}
.my-account .fieldset {
	margin: 0;
}
.box-account .box-head h2,
.my-account .fieldset .legend {
	font-size: 24px;
	color: #00566a;
	border-bottom: 2px solid #33caeb;
	padding: 0;
	float: none;
	text-align: left;
	margin: 0 0 20px 0;
}
.dashboard .box .box-title {
	background: #FFFFFF;
	padding: 0;
	margin: 0 0 12px;
	text-align: right;
	border-bottom: 2px solid #33caeb;
}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
	float: left;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.35;
	text-transform: uppercase;
}
.dashboard .box .box-content {
	font-size: 14px;
}
.dashboard .box-info h4 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #33caeb;
}
#my-orders-table {
	margin: 0 0 40px 0;
}
.addresses-list h2 {
	background: #FFFFFF;
	padding: 0;
	margin: 0 0 12px;
	text-align: right;
	border-bottom: 2px solid #33caeb;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.35;
	text-transform: uppercase;
	text-align: left;
}
.addresses-list .item {
	font-size: 14px;
}
.addresses-list .item h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
.order-info {
	padding: 0;
}
.order-info dt, 
.order-info dd,
.order-info ul,
.order-info li {
	display: block;
}
.order-info dt {
	display: none;
}
.order-info dd {
	margin: 0;
}
.order-info li.current {
	background: #FFFFFF;
	padding: 0;
	margin: 0 0 12px;
	text-align: right;
	border-bottom: 2px solid #33caeb;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.35;
	text-transform: uppercase;
	text-align: left;
	color: #00566a;
	float: none;
}
.order-info ul {
	margin-bottom: 15px;
	border-bottom: none;
	background: none;
}
.order-date {
	font-size: 14px;
}
.order-info-box h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #33caeb;
}
.order-info-box .box-content {
	font-size: 14px;
}
.order-items h2, .order-items h3 {
	background: #FFFFFF;
	padding: 0;
	margin: 0 0 5px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.35;
	text-transform: uppercase;
	text-align: left;
	color: #00566a;
	float: none;
	clear: none;
}


.block-slider .slides > li strong {
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	color: #00566a;
	font-weight: 700;
	border-bottom: 2px solid #33caeb;
	font-size: 22px;
	font-weight: 700;
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 21px;
	text-align: left;
}
.block-slider .slides > li p {
	text-align: left;
	color: #00566a;
}
.block-slider .flex-control-nav {
	border-top: 1px solid #b8ecf8;
	margin: 0 -20px -20px;
	background: #FFFFFF;
	text-align: center;
	border-radius: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.flex-control-paging li {
	margin: 0 3px !important;
}
.flex-control-paging li a {
	background: #e2f4f8;
}
.flex-control-paging li a.flex-active {
	background: #72cadf;
}

.block-viewed .product-image {
	padding: 4px;
	border: 1px solid #b8ecf8;
	border-radius: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-webkit-box-shadow: 0 0 10px 0 #dde8ea;
	-moz-box-shadow: 0 0 10px 0 #dde8ea;
	box-shadow: 0 0 10px 0 #dde8ea;
}

.block-compare .btn-remove {
	float: left;
	margin: 2px 0 0 0;
}
.block-compare .product-name {
	padding-left: 20px !important;
	text-transform: uppercase;
}
.block-compare .product-name a {
	font-weight: 700 !important;
}
.block-compare .block-content .actions {
	margin: 10px 0 0 0;
	padding: 0;
	border-top: none;
}
.block-compare .block-content .actions .f-right {
	display: none;
}

.customer-account-login .main-container {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.customer-account-login .account-login {
	padding: 0;
}
.block-login {
	width: 350px;
	margin: 0 auto !important;
	float: none;
}
.block-login .block-title {
	text-align: left;
}
.block-login .block-title:after {
	width: auto;
	margin: 0;
	content: none;
	float: none;
	height: 1px;
	background: #ffffff;
}
.block-login .block-content {
	margin: 0;
	padding: 0;
	text-align: left;
}
.block-login .block-content li {
	text-align: left;
}
.block-login .block-content h3 {
	margin: 20px 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 5px;
	border-bottom: 2px solid #b8ecf8;
}
.block-login .block-content .form-list .input-box {
	text-align: left;
}
.block-login .block-content .form-list label {
	color: #00566a;
}
.block-login .forgot-password {
	display: block;
	margin: 10px 0 16px;
	font-size: 14px;
}
.block-login .new-users {
	position: relative;
	width: 350px;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 20px 0 0 0;
	background: #ffffff;
	text-align: left;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid #b8ecf8;
}
.customer-account-create .account-create .buttons-set {
	text-align: left;
}
.customer-account-create .account-create p.required {
	text-align: left;
}


.pager {
	border-top: 1px solid #b8ecf8;
	border-top-color: #b8ecf8;
}
.pager .amount {
	color: #00566a;
}
.sorter .limiter, 
.sorter .sort-by, 
.sorter .sort-order, 
.sorter .view-mode {
	float: left;
	height: 27px;
	border: 1px solid #b8ecf8;
	-webkit-box-shadow: 0 0 10px 0 #dde8ea;
	-moz-box-shadow: 0 0 10px 0 #dde8ea;
	box-shadow: 0 0 10px 0 #dde8ea;
	background: none;
	font-size: 14px;
	color: #00566a;
}
.toolbar-switch .current {
	color: #00566a;
	font-weight: 400;
}
.over .toolbar-title {
	border-left: 1px solid #b8ecf8;
	border-right: 1px solid #b8ecf8;
}
.toolbar-dropdown {
	border: 1px solid #b8ecf8;
	-webkit-box-shadow: 0 0 10px 0 #dde8ea;
	-moz-box-shadow: 0 0 10px 0 #dde8ea;
	box-shadow: 0 0 10px 0 #dde8ea;
	padding: 10px 5px 5px 5px;
}
.toolbar-dropdown ul li {
	padding: 0;
	background: none;
}
.toolbar-dropdown ul li a {
	color: #00566a;
	font-weight: 300;
}
.toolbar-dropdown ul li a:hover,
.toolbar-dropdown ul li.selected a {
	color: #00566a;
	font-weight: 400;
}

.price-box .price {
	color: #00566a;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
}

.jcarousel-prev-horizontal {
	background-color: #b8ecf8;
	background-position: 100% 100%;
}
.jcarousel-prev-horizontal:hover {
	background-color: #00566a;
	background-position: 100% 100%;
}
.jcarousel-next-horizontal {
	background-color: #b8ecf8;
	background-position: 0 100%;
}
.jcarousel-next-horizontal:hover {
	background-color: #00566a;
	background-position: 0 100%;
}
.product-view .product-img-box .more-views .jcarousel-prev-horizontal {
	left: 5px;
}
.product-view .product-img-box .more-views .jcarousel-next-horizontal {
	right: 5px;
}

.header-container {
	background: url("../images/texture_tile.png");
	color: #FFFFFF !important;
}
.header-container a {
	color: #FFFFFF !important;
	font-weight: 400;
}
.top-switch-bg {
	background: transparent !important;
	font-size: 12px;
	font-weight: 400;
}
.top-switch-bg .links li.separator {
	padding: 0 6px;
	background: url("../images/links_separator_white.png") 50% 50% no-repeat;
}
header {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
header a.logo {
	margin: 0;
}
.top-dropdowns {
	top: 0;
	margin-top: 20px;
}
.search-field #search_mini_form .form-search {
	margin: 6px 30px 0 0;
}
.search-field #search {
	font-size: 14px;
	color: #00566a;
	font-weight: 400;
	padding:4px 9px 4px 7px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}
.search-field #search_mini_form .form-search button {
	margin-top: -30px;
	background: transparent url('../images/search_icon_custom.png') 0 0 no-repeat;
}
.compare-top {
	background: #00566a url('../images/icon_compare.png') 50% 50% no-repeat !important;
}

.cart-top-title a span.icon {
	background: #00566a url('../images/icon_cart.png') 50% 50% no-repeat;
}
.cart-top-title a:hover span.icon {
	background: #00566a url('../images/icon_cart.png') 50% 50% no-repeat;
}

.cart-top-container {
	margin: 0px 81px 0 4px;
}
.cart-top > a {
	background: #00566a url('../images/icon_cart.png') 50% 50% no-repeat !important;
}
.cart-top > a span {
	padding: 0 0 0 45px;
	color: #FFFFFF;
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}
.cart-top-container .details {
	display: none;
	background: #fff;
	width: 252px;
	padding: 10px;
	line-height: 150%;
	color: #7b7b7b;
	position: absolute;
	z-index: 10020;
	right: -40px;
	top: 44px;
	border: 1px solid #b8ecf8;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: 0 0 10px 0 #dde8ea;
	-moz-box-shadow: 0 0 10px 0 #dde8ea;
	box-shadow: 0 0 10px 0 #dde8ea;
	color: #00566a;
}
.cart-top-container .details-border {
	display: none;
}
.cart-top-container .details p {
	margin: 5px 0;
}
.cart-top-container .details .text-recently {
	font-size: 14px;
	margin: 0 0 5px 0;
}
.cart-top-container .details .product-details .product-name a {
	color: #00566a !important;
	font-weight: 700 !important;
}
.cart-top-container .details .subtotal-wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.cart-top-container .details .subtotal {
	background: #ffffff;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
	text-transform: uppercase;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid #b8ecf8;
	border-bottom: 1px solid #b8ecf8;
}


.top-dropdowns .phone-number {
	margin: 20px 0 0 0;
	text-align: right;
	color: #00566a;
	font-size: 36px;
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
.top-dropdowns .phone-number span {
	font-weight: 300;
	color: #FFFFFF;
}
.customNavOuter {
	margin: 30px 0 0 0;
	background: #00566a;
}
.below-logo #queldoreiNav {
	width: 100%;
	margin: 0;
	text-align: center;
}
#queldoreiNav > li {
	margin: 0;
	text-align: center;
	float: none;
	display: inline-block;
}
#queldoreiNav > li > a {
	color: #FFFFFF;
	font-size: 24px;
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	font-weight: 700;
	line-height: inherit;
	letter-spacing: 0;
	text-transform: uppercase;
	float: none;
	display: inline-block;
}
#queldoreiNav > li > a > span {
	padding: 5px 10px;
	border-top: none;
}
#queldoreiNav>li:hover, #queldoreiNav>li.over,
#queldoreiNav>li.active {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
#queldoreiNav>li:hover>a>span,
#queldoreiNav>li.over>a>span,
#queldoreiNav>li.active>a>span {
	background: transparent;
	border-top: none;
	color: #33caeb;
}
#queldoreiNav div.sub-wrapper {
	margin: 0;
	border: none;
	background: #00566a;
	border-radius: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#queldoreiNav div.sub-wrapper ul {
	background: transparent;
}
#queldoreiNav ul li a {
	padding: 0;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF !important;
}
#queldoreiNav ul li.over > a,
#queldoreiNav ul li a:hover,
#queldoreiNav ul li.active > a {
	background: none !important;
	color: #33caeb !important;
}

.nav-container .nav-top-title {
	cursor: pointer;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	width: 220px;
	margin: 0 auto;
	padding: 0;
	line-height: 36px;
	background: transparent;
	color: #FFFFFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nav-container .nav-top-title div.icon span {
	background: #fff !important;
}
.nav-container li.parent em:hover {
	cursor: pointer;
	background: transparent;
	color: #33caeb !important;
}


.homeProductRanges {
	margin: 0 0 20px 0;
}
.homeProductRanges .pod {
	position: relative;
	margin: 0 0 10px 0;
}
.homeProductRanges .pod .image {
	height: 290px;
	width: auto;
}
.homeProductRanges .pod .title {
	position: absolute;
	left: 0;
	bottom: 25px;
	background: #33caeb;
	padding: 2px 7px;
	font-size: 36px;
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	min-width: 80%;
	color: #FFFFFF;
}

.testimonialsHolder .testimonials {
	margin: 0 0 15px 0;
	text-align: center;
	padding: 50px 100px;
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
}
.testimonialsHolder .testimonials .testimonial h2 {
	margin: 0 0 5px 0;
	font-weight: 300;
	color: #33caeb;
}
.testimonialsHolder .testimonials .testimonial .author {
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
}
.testimonialsHolder .testimonialPager {
	text-align: center;
}
.testimonialsHolder .testimonialPager ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.testimonialsHolder .testimonialPager ul li {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #e2f4f8;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	margin: 0 3px;
}
.testimonialsHolder .testimonialPager ul li.active {
	background: #72cadf;
	cursor: default;
}

.category-description {
	border: 1px solid #b8ecf8;
	margin: 0 0 20px 0;
	padding: 20px;
	line-height: 18px;
	text-align: center;
	color: #00566a;
}

.quick-view {
	background: #00566a url('../images/btn_overlay.png') 0 0 repeat-x;
}
.quick-view:hover {
	background-color: #33caeb;
}
.products-grid .product-name {
	color: #00566a;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
}
.products-grid .price-box {
	letter-spacing: 0;
}
.products-grid li.item {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: 0 0 10px 0 #dde8ea;
	-moz-box-shadow: 0 0 10px 0 #dde8ea;
	box-shadow: 0 0 10px 0 #dde8ea;
	padding: 8px;
	border: 1px solid #b8ecf8;
}

.products-grid .clearfix:before, .products-grid .clearfix:after {
	content: " ";
  	display: table;
}
.products-grid .clearfix:after {
	clear: both;
}
.products-grid .clearfix.md {
	display: none;
}

.products-grid .button-container button.button span span {
	padding: 0;
	background: #00566a url('../images/icon_cart_listing.png') 50% 50% no-repeat;
}

.products-grid .hover {
	top: -1px;
	left: -1px;
	width: 252px;
	padding: 8px;
	margin: 0 30px 30px 0;
	background: #FFFFFF;
	border: 1px solid #b8ecf8;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: 0 0 10px 0 #dde8ea;
	-moz-box-shadow: 0 0 10px 0 #dde8ea;
	box-shadow: 0 0 10px 0 #dde8ea;
}
.products-grid .hover .price-box {
	background: #00566a;
}
.products-grid .hover .price-box sup {
	font-size: 24px;
	color: #FFFFFF;
	font-style: normal;
	top: 0;
	margin: 0 1px 0 0;
}
.products-grid .hover .button-container {
	border-top: none;
}
.products-grid .hover .button-container button.button span span {
	font-size: 14px;
	color: #00566a;
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.products-grid .hover .button-container button.button span span em {
	display: none;
}
.products-grid .add-to-links {
	font-size: 14px;
	width: 268px;
	margin: 11px -8px -8px;
	background: #FFFFFF;
	text-align: center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid #b8ecf8;
}
.products-grid .add-to-links a {
	color: #00566a;
}
.products-grid .add-to-links li span {
	color: #00566a;
}


.product-category-title {
	display: none;
}
.product-view .product-img-box .product-image {
	padding: 8px;
	margin: 0 0 6px;
	position: relative;
	background: #FFFFFF;
	border: 1px solid #b8ecf8;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: 0 0 10px 0 #dde8ea;
	-moz-box-shadow: 0 0 10px 0 #dde8ea;
	box-shadow: 0 0 10px 0 #dde8ea;
}
.product-view .product-img-box .more-views {
	padding: 16px 0;
	position: relative;
	background: #FFFFFF;
	border: 1px solid #b8ecf8;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: 0 0 10px 0 #dde8ea;
	-moz-box-shadow: 0 0 10px 0 #dde8ea;
	box-shadow: 0 0 10px 0 #dde8ea;
}
.product-view h1 {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #00566a;
	letter-spacing: 0;
	text-transform: uppercase;
}
.product-view .product-shop .price-box .price {
	font-size: 24px;
	line-height: 24px;
}
.product-view .short-description {
	border: none;
	color: #00566a;
}
.product-view .qty-container {
	margin: 0 0 10px;
	padding: 0;
	border: none;
}
.product-view .qty-container label {
	float: left;
	margin-right: 10px;
	line-height: 30px;
	color: #00566a;
	font-weight: 300;
}
.product-view .add-to-cart button.button span span {
	line-height: 52px;
	font-size: 16px;
	text-transform: capitalize;
	padding: 0 20px;
	background: none !important;
}
.product-view .add-to-links li span.icon {
	background: #00566a url("../images/icon_wishlist.png") 50% 50% no-repeat;
}
.product-view .add-to-links li:hover span.icon {
	background-color: #33caeb;
}
.product-view .add-to-links li a {
	display: inline-block;
	color: #00566a;
	font-size: 14px;
	font-weight: 300 !important;
}
.product-view .product-shop .no-rating, .product-view .product-shop .ratings {
	margin: 20px 0 0;
	padding: 0;
	border: none;
}
.product-view .product-shop .no-rating a, .product-view .product-shop .ratings a {
	color: #00566a;
}
.product-options dt label {
	font-weight: 400;
}
.product-options dt label em {
	display: none;
}
.product-view .product-options dd {
	padding: 0;
	margin: 0 0 10px 0;
	border: none;
}
.product-view .product-options p.required {
	display: none;
}
.product-tabs li {
	float: left;
	border: 1px solid #b8ecf8;
	height: 43px;
	line-height: 43px;
	margin-right: 7px;
	position: relative;
}
.product-tabs a {
	display: block;
	height: 47px;
	padding: 0px 20px;
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	background: #b8ecf8;
}
.product-tabs a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #00566a;
}
.product-tabs li.active {
	border-top: 1px solid #b8ecf8;
	border-right: 1px solid #b8ecf8;
	border-left: 1px solid #b8ecf8;
	border-bottom: none;
	margin-top: 0;
	height: 43px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: 1px -1px 10px -1px #dde8ea;
	-moz-box-shadow: 1px -1px 10px -1px #dde8ea;
	box-shadow: 1px -1px 10px -1px #dde8ea;
}
.product-tabs li.active a,
.product-tabs li.active a:hover {
	background-color: #fff;
	color: #00566a;
}
.product-tabs-content {
	position: relative;
	z-index: 2;
	border: none;
	background: #fff;
	padding: 22px;
	margin: 69px 0 40px;
	border: 1px solid #b8ecf8;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: 2px 1px 10px 0px #dde8ea;
	-moz-box-shadow: 2px 1px 10px 0px #dde8ea;
	box-shadow: 2px 1px 10px 0px #dde8ea;
}
#product-customer-reviews li {
	margin-bottom: 20px;
	font-size: 14px;
}
#product-customer-reviews .review-title {
	font-size: 16px;
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	font-weight: 700;
	color: #00566a;
	text-transform: uppercase;
	padding-right: 0;
}
#product-customer-reviews p {
	margin: 0;
}
.add-review {
	border-top: 1px solid #b8ecf8;
	padding-top: 20px;
}
.add-review h3.title {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	font-weight: 700;
	padding-right: 15px;
	margin: 0 0 20px;
	font-size: 24px;
}
.add-review form fieldset > h3 {
	display: none;
}

.contacts-index-index .form-list input.input-text,
.contacts-index-index .form-list li.wide textarea {
	width: 90%;
}
.contacts-index-index .col-right {
	padding: 0;
}
.contacts-index-index .col-right img {
	max-width: 100%;
}
.contacts-index-index .col-right p {
	margin: 0 0 10px 0;
	font-size: 14px;
}

.footer-container {
	background: url("../images/texture_tile.png");
	padding: 50px 0 30px 0;
	margin-top: 30px;
	color: #00566a !important;
	font-size: 14px;
	font-weight: 400;
}
.footer-info {
	background: transparent;
	border-top: none;
	padding: 0;
}
.footer-info ul li {
	line-height: inherit;
}
.footer-info a {
	color: #00566a;
}
.footer-info a:hover {
	color: #FFFFFF;
}
.footer-info p {
	margin: 0;
}
.footer-container .footer-info .grid_3 > h4 {
	font-size: 18px;
	color: #FFFFFF;
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
	margin: 20px 0;
}
.footer-container .footer-info .logo-holder img {
	max-width: 100%;
}
.footer-container .footer-info .contact strong {
	text-transform: uppercase;
}

.footer-info .twitterWidget {
	min-height: inherit;
}
.footer-info ul.twitterList li span.tweet-icon {
	display: none;
}
.footer-info ul.twitterList li {
	color: #00566a;
}
.footer-info ul.twitterList li p {
	padding: 0;
	border-bottom: none;
}
.footer-info ul.twitterList li span.time-ago {
	color: #FFFFFF;
}
.footer-info ul.twitterList li.follow {
	padding: 0;
}

footer {
	line-height: inherit;
	margin-top: 40px !important;
}
footer a {
	color: #00566a;
}
footer address {
	margin-left: 0;
}

@media only screen and (max-width: 1200px){
	.main .slider-container h3 {
		width: 100% !important;
	}

	.products-grid .clearfix.lg {
		display: none;
	}
	.products-grid .clearfix.md {
		display: block;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 960px){
	.cms-index-index .main-container > .row {
		width: 100%;
	}
	.cms-index-index .col1-layout .col-main {
		width: auto;
		margin: 0 15px;
	}
	.cms-index-index .col1-layout .col-main .homeProductRanges {
	    float: left;
	    position: relative;
	    left: 50%;
	}
	.cms-index-index .col1-layout .col-main .homeProductRanges .grid_3 {
		margin: 0 10px;
		position: relative;
		left: -50%;
	}
	.cms-index-index .col1-layout .col-main .homeProductRanges .grid_3 .image {
		height: 208px;
	}

}

@media only screen and (max-width: 959px){

	.customNavOuter .grid_12 {
		margin-bottom: 0;
	}

	.header-wrapper .logo img {
		max-width: 270px;
		margin: 20px auto 0 auto;
	}
	.top-switch-bg .grid_6 > .links {
		float: none;
		text-align: center;
		margin: 0;
	}
	.top-dropdowns {
		margin-top: 0;
	}
	.cart-top-title {
		float: none;
		width: 110px;
		margin: 10px auto;
	}
	.cart-top-title a span.icon {
		float: none;
		margin: 0 auto;
	}
	.top-dropdowns .phone-number {
		text-align: center;
	}

	.below-logo .nav-container {
		margin: 0;
	}
	.below-logo #queldoreiNav {
		width: 220px;
		text-align: left;
		margin: 0 auto;
	}
	#queldoreiNav > li {
		text-align: left;
		display: block;
	}
	#queldoreiNav > li > a {
		color: #FFFFFF;
		font-size: 16px;
		font-family: 'Roboto', Helvetica, sans-serif;
		font-weight: 400;
		line-height: inherit;
		letter-spacing: 0;
		text-transform: capitalize;
		float: none;
		display: block;
	}
	#queldoreiNav > li > a > span {
		padding: 5px 0;
	}

	#queldoreiNav>li:hover>a>span {
		color: #FFFFFF;
	}
	#queldoreiNav>li>a:hover>span {
		color: #33caeb;
	}

	.cms-index-index .col1-layout .col-main .homeProductRanges .grid_3 {
		margin: 0 15px;
		width: 252px;
	}
	.cms-index-index .col1-layout .col-main .homeProductRanges .grid_3 .image {
		height: 252px;
	}

	.testimonialsHolder .testimonials {
		padding: 20px;
	}

	.footer-info {
		text-align: center;
	}
	.footer-info .block-control {
		display: none;
	}
	.footer-info .grid_3 {
		width: 100%;
		margin-bottom: 20px;
	}
	.footer-info .grid_3 .block-content {
		display: block !important;
	}
	footer {
		margin-top: 0 !important;
	}
	footer address {
		text-align: center;
	}
	footer .payment-types {
		text-align: center !important;
	}
}

@media only screen and (max-width: 959px) and (min-width: 768px){
	.top-switch-bg .grid_6 {
		width: 356px;
		margin: 0 auto;
		float: none;
		display: block;
	}

	.product-view .product-shop-info .add-to-links {
		margin: 0 0 0 15px;
	}
}

@media only screen and (max-width: 767px){

	.slider-container h3 {
		padding: 0 0 5px 0;
	}

	.products-grid .clearfix.lg,
	.products-grid .clearfix.md {
		display: none;
	}

	.product-tabs-container h2.tab-heading {
		display: none;
	}
	.product-view .product-shop .no-rating {
		display: none;
	}
	.product-tabs-content {
		margin: 15px 0 0 0;
	}
	.tabs-content {
		display: block !important;
	}
	.slider-container {
		margin: 50px 0 0 0;
	}

}
