/**
	*KK Custom Styles
	*
	* @category    design
	* @package     cst_theme716
**/

/*--Home--*/

.buckets li {
	display: inline-block;
}

.bucket_img img {
	max-width: 140px;
}

.buckets {
	max-width: 1024px;
	margin: auto;
}

li.bucket_text{
	float: right;
	margin-top: 15px;
	padding-right: 20px;
	width: 65%;
}

.bucket-link {
	font-size: 13px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 2px;
	font-weight: 200;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	line-height: 45px;
	padding: 13px 25px;
	background: #a7a9ac;
	box-shadow: 0px 6px 6px rgba(44,45,48,0.09);
	-webkit-box-shadow: 3px 4px 5px rgba(0,0,0,0.03);
}

.bucket-link:hover {
	opacity: 0.8;
	text-decoration: none;
	color: #fff;
}

.promos_left {
	width: 49%;
	border-right: 2px solid #c6c6c6;
}

li.promos_right {
	width: 49%;
	position: absolute;
	margin-top: 20px;
	padding-left: 25px;
	max-width: 520px;
}
@media only screen and (max-width: 767px){
	.promos_right {padding-right: 25px; margin-top: 0px !important;}
	.promos_right .bucket_title {padding: 10% !important;}
}


.promos_right .bucket_title:before {
	content: "\201c \ ";
	font-size: 200%;
	font-family: times, serif;
	vertical-align: sub;
}

.right_bucket_content:after {
	content: "\201d \ ";
	font-size: 520%;
	color: #58595b;
	font-family: times, serif;
	font-weight: 700;
	line-height: 1.3;
	vertical-align: sub;
}

.promos_right .bucket_content {
	float: left;
	max-width: 65%;
	padding-left: 41px;
}


@media only screen and (max-width: 960px) {
	.add-to-cart button.button { float: right;margin-left: 5px;margin-top: -45px;}
}

@media only screen and (max-width: 1100px) {
	.promos_left img {width: 115px;}
	.cat-right .cat-info img {padding: 40px 0 20px 170px !important;}
	.cat-right .cat-descrip {padding-left: 3% !important; width: 97% !important;}
	.cat-right .button {margin: 30px 0 0 170px !important;}
	.cat-left .cat-info img {padding: 50px 0 25px 115px !important;}
	.cat-left .cat-descrip {width: 90% !important; margin-left: 3% !important;}
	.cat-left .button {margin: 30px 0 0 155px !important;}
}

@media only screen and (max-width: 767px) {
	.cta_bucket_right {visibility: hidden;}
	.footer-ph {padding: 6px 0 6px 0;}
	.footer-bv {padding: 6px 0 6px 0;}
	.footer-cr {padding: 6px 0 6px 0;}
	.footer-tb {padding: 6px 0 6px 0;}
	.footer-tp {padding: 6px 0 6px 0;}
	.footer-links {margin-bottom: 10px;}
	.cat-descrip {}
	.cat-left {background-position-x: 35% !important;}
	.cat-right {background-position-x: 75% !important;}
	.cat-left .cat-info img {padding: 50px 0 25px 55px !important;}
	.cat-left .button {margin: 30px 30% 0 30% !important;}
	.cat-color {height: 310px !important;}
	.cat-right .cat-info img {padding: 40px 0 20px 100px !important;}
	.cat-right .button {margin:  30px 30% 0 30% !important;}
	.block .actions {padding: 10px 40px 0 0 !important;}
	#newsletter-validate-detail .button {width: 120px; height: 50px; font-size: 14px;}
	#newsletter-validate-detail .input-text {font-size: 14px;}
	input#newsletter {width: 200px; height: 50px;}
	.prod_contain, .prod_bullets {width: 90% !important;}
	.perform, .atomic {padding: 25px 0 0 0 !important;}
	.prod_logo img {margin-left: 15% !important;}
	.descrip {margin-left: 10%;}
	.prod_content .prod_contain .prod_name h1 {margin-left: 15%;}
}

@media only screen and (max-width: 586px)  {
	.list-1 li {width: 100%;}
	.cat-left .button {margin: 30px 20% 0 25% !important;}
	.cat-right .button {margin: 30px 20% 0 25% !important;}
}

@media only screen and (max-width: 420px) {
	.cta_bucket_left {margin-left: 10% !important;}
}

.bucket_title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #58595b;
	padding-bottom: 7px;
}

.bucket_content {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #58595b;
	line-height: 1.1;
	padding-bottom: 20px;
}

.cta_bucket_right {
	float: left;
	padding-top: 5px;
	margin-left: 40px;
}

.cta_bucket_left {
	margin-top: 13px;
}

.right_bucket_content {
	display: inline-block;
	width: 100%;
}

/* -- Product Category -- */

.cat-left {
	background-size: cover;
	float: left;
	width: 50%;
	background-image: url('http://performdev.performancehealthdev.com/media/wysiwyg/Perform/products_perform.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}

.cat-right {
	background-size: cover;
	float: right;
	width: 50%;
	background-image: url('http://performdev.performancehealthdev.com/media/wysiwyg/Perform/products_atomicheat.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}

.cat-left .cat-color {
	background-color: rgba(51,171,224,0.7);
}

.cat-right .cat-color{
	background-color: rgba(237,28,36,0.7);
}

.cat-color {
	width: 100%;
	height: 275px;
	margin: 400px 0 100px 0;
}

.cat-left .cat-info {
	float: right;
}

.cat-right .cat-info {
	float: left;
}

.cat-info {
	max-width: 525px;
	width: 100%;
}

.cat-left .cat-info img {
	padding: 50px 0 25px 75px;
}

.cat-right .cat-info img {
	padding: 40px 0 20px 225px;
}

.cat-descrip {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.cat-descrip strong {
	font-weight: 700;
}

.cat-left .cat-descrip {
	width: 75%;
}

.cat-right .cat-descrip {
	padding-left: 135px;
	width: 97%;
}

.cat-left .button {
	margin: 30px 0 0 115px;
	padding: 10px 25px;
	background-color: #00538a;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
}

.cat-right .button {
	margin: 30px 0 0 235px;
	padding: 10px 25px;
	background-color: #a10c11;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
}

.cat .button a {
	color: #fff;
	text-decoration: none;
}

.cat .button:hover {
	opacity: .8;
}

/* -- Contact Us & Share Your Story-- */

.sharestory,
.contact,
.cat {
	display: inline-block;
	width: 100%;
}

.contact-info {
	max-width: 525px;
	width: 525px;
	float: right;
	padding-top: 50px;
}

.ss-info {
	max-width: 525px;
	width: 525px;
	float: left;
	padding: 50px 0 0 50px;
}

.contactus-right,
.ss-right,
.aph-right {
	float: right;
	width: 50%;
}

.contactus-left,
.ss-left {
	float: left;
	width: 50%;
}

.contact-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 95px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: -4px;
	padding-bottom: 35px;
	margin-left: -10px;
}

.ss-info .contact-title {
	padding-bottom: 20px;
	margin-left: 0;
	line-height: 78px;
	letter-spacing: 0;
}

.ss-info .descrip {
	font-family: Arial, Verdana, sans-serif;
	font-size: 115%;
}

.contact-p {
	color: #00539b;
	font-size: 32px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.contact-p .font-awesome:before{
	font-family: 'fontawesome';
}

.contact-p .fa-phone:before {
	margin-right: 15px;
	font-size: 28px;
}

.contact-border {
	width: 460px;
	border-bottom: #a7a9ac solid 1px;
	margin-bottom: 35px;
}

.contact-a {
	color: #00539b;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	line-height: 25px;
}

.ss-left img {
	width: 100%;
}

.contactus-right img {
	width: 100%;
}

.contact-form .form-list label {
	color: #00539b;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
}

.contact-co {
	font-weight: 700;
}

.contact-form, .contact-form .form-list li.wide textarea {
	max-width: 465px;
	width: 100%;
}

.contact-form .form-list li.wide .input-box, .contact-form .buttons-set {
	max-width: 460px;
	width: 100%;
}

.contact-form .form-list .field {
	width: 50%;
}

.contact-form .form-list .inputbox {
	width: 220px;
}

.contact-form .form-list input.input-text,
.contact-form .form-list li.wide input.input-text,
.contact-form .form-list li.wide textarea
{
	background-color: #a7a9ac;
	color: #fff;
	font-weight: bold;
}

.contact-form .form-list input.input-text {
	width: 225px;
	background-color: #a7a9ac;
}

#field_30 > div {
	width: 230px;
}

.contact-form p.required, .contact-form .form-list label.required em {
	display: none;
}

.contact-form button.button > span {
	background-color: #00539b;
	padding: 5px 100px;
}

/* -- Terms & Privacy-- */

.std .terms, .page-title, .std .privacy {
	max-width: 1024px;
	margin: auto;
}

.page-title h1 {
	padding: 35px 0;
	color: #888;
}

.cmsSectionHead {
	font-weight: bold;
	font-size: 110%;
}

.privacy .cmsSectionHead {
	padding-top: 30px;
}

.std .terms, .std .privacy {
	padding-bottom: 45px;
}

/* -- About Performance Health -- */

.about {
	display: inline-block;
	width: 100%;
}

.about-info {
	max-width: 515px;
	width: 515px;
	float: right;
	padding: 50px 50px 25px 0;
}

.aph-content {
	font-family: 'Open Sans Condensed', Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
}

.aph-content .head {
	font-family: 'Open Sans', Helvetica, Verdana, Arial, sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 45px;
}

.aph-left {
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
	width: 50%;
	background-image: url('http://performdev.performancehealthdev.com/skin/frontend/cst/theme716/images/aph-bckgrd.png');
}

.aph-right {
	padding: 50px 0 0 30px;
}

h1.aph-title {
	font-family: 'Open Sans Condensed', Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #00539b;
	text-transform: uppercase;
}

h1.aph-title strong {
	font-weight: 700;
}

.aph-border {
	width: 100%;
	border-bottom: #00539b solid 2px;
	margin-bottom: 35px;
	line-height: 2px;
}

.aph-brands img {
	max-width: 465px;
	width: 100%;
	padding: 30px 0 0 15px;
}


/* -- Product Pages -- */

.box-collateral h2 {
	display: none;
}

.buckets .clear {
	padding-bottom: 30px;
}

.product-container {
	max-width: 465px;
}

.perform,
.atomic {
	padding: 75px 0 0 20px;
}

.descrip {
	margin-top: 30px;
}

.prod_name h1 {
	margin: 5px 0 30px;
}

.atomic .prod_name h1 {
	margin: -22px 0 0 170px;
}

.prod_contain,
.prod_bullets {
	float: left;
	width: 70%;
	font-family: 'Open Sans Condensed', Helvetica, Verdana, Arial, sans-serif;
}

.product-shot {
	float: right;
	position: absolute;
	margin: 0 0 0 250px;
}

.product-shot-ind {
	float: right;
	position: absolute;
	margin: 0 0 0 330px;
}

.prod_contain .descrip,
.prod_bullets .descrip {
	color: #000;
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 20px;
}

.prod_contain .descrip strong,
.prod_bullets .descrip strong {
	font-weight: 700;
}

.prod_contain li,
.prod_bullets li {
	list-style-type: disc;
	margin-left: 35px;
	font-size: 18px;
	line-height: 25px;
}

.product-options-bottom .required,
.product-options-bottom .price {
	display: none;
}

.product-name .price-box {
	margin-left: 35px !important;
}

.product-options .last label {
	display: none;
}

.account-login button.button > span,
.buttons-set button.button > span,
.add-to-cart button.button > span,
.cart-indent .actions button.button > span,
.product-cart-actions button.button > span,
.button2 button.button > span,
button.button.btn-proceed-checkout.btn-checkout > span,
.discount-form .input-box button.button > span {
	padding: 5px 30px;
	background-color: #00539b;
}

.product-atomic-heat .add-to-cart button.button > span {
	background-color: #ed1c24;
	padding: 5px 30px;
}

.add-to-cart button.button > span > span {
	font-family: 'Open Sans', Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.add-to-cart button.button > span > span:before {
	content: url('../images/cart.png');
	color: #fff;
	padding-right: 5px;
}

.product-img-box img#image {
	width: 100%;
}

.prod_name h1 {
	color: #000;
	font-family: 'Open Sans', Helvetica, Verdana, Arial, sans-serif;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 700 !important;
	font-size: 28px !important;
	letter-spacing: -2px;
}

.product-collateral {
	min-height: 425px;
	height:425px;
}

.atomic ul {
	padding-top: 30px;
}


/* -- Where to Buy -- */

.wtb {
	padding-top: 50px;
}

.wtb .page-title h1 {
	font-size: 82px !important;
	float: left;
}

.wtb .descrip {
	float: right;
	max-width: 300px;
	color: #000;
	font-family: 'Open Sans Condensed', Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	margin-right: 100px;
	margin-top: 20px;
}

.wtb .page-title,
.wtb .clear {
	padding-bottom: 40px;
}

.brand-box .clear {
	padding-bottom: 25px;
}

.wtb .border {
	max-width: 924px;
	border-bottom: #c0c0c3 solid 1px;
	margin: auto;
	padding: 0px 0;
}

.brand-box {
	max-width: 1024px;
	margin: auto;
	border: #c0c0c3 solid 1px;
}

.wtb .row {
	width: 940px;
	margin: auto;
	padding-top: 20px;
}

.wtb .row img {
	width: 100px;
	margin: 0 7px;
}

/* -- Media -- */

.media {
	max-width: 1024px;
	margin: auto;
	padding:30px 0;
}

.media .page-title h1 {
	line-height: 40px;
}

.page-tag {
    text-align: center;
    font-style: italic;
    font-family: 'Open Sans', Helvetica, Verdana, Arial, sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    padding-bottom: 30px;
}

.media .content {
	font-family: 'Open Sans', Helvetica, Verdana, Arial, sans-serif;
	color: #000;
}

.media .content strong {
	font-weight: 700;
}

.media .reg {
	font-size: 14px;
	vertical-align: super;
}

.media img {
	width: 300px;
}

/* -- FAQ -- */

.faq {
	max-width: 1024px;
	margin: auto;
	margin-bottom: 35px;
}

.tabs-list li {
	display: inline-block;
	text-align: center;
	width: 33.33%;
	padding: 15px 0;
	background-image: url('http://performdev.performancehealthdev.com/media/wysiwyg/Perform/bckgrd_button.png');
	background-repeat: repeat-x;
	background-color: #00539b;
	margin-right: -5px;
	cursor: pointer;
}

.active {
	background-color: #ffffff !important;
	background-image: none !important;
	color: #00539b !important;
}

.tabs-list {
	margin-top: 50px;
	font-family: 'Open Sans', Helvetica, Verdana, Arial, sans-serif;
	font-style: italic;
	font-weight: 700;
	background-color: #fff;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	border-top: #00539b 2px solid;
}

.tabpage {
	margin-top: 40px;
}

.question {
	font-family: 'Open Sans Condensed', Helvetica, Verdana, Arial, sans-serif;
	color: #00539b;
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
}

.question:before {
	content: "\00bb \ ";
	color: #00539b;
	font-size: 22px;
	font-weight: normal;
}

.answer {
	width: 70%;
	padding: 5px 0 20px 12px;
	border-bottom: #c0c0c3 solid 1px;
}

/* -- My Account -- */

.account-login {
	max-width: 1024px;
	margin: auto;
}

.account-login .page-title h1,
.my-account .page-title h1,
.dashboard .page-title h1,
.cart .page-title h1,
.wtb .page-title h1,
.media .page-title h1,
.checkout-title h1,
.page-title h1 {
	font-family: 'Open Sans Condensed', Helvetica, Verdana, Arial sans-serif;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: -1px;
}

.remember-me-popup {
	display: none;
}

.box-title .separator {
	display: none;
}

.box-title {
	font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #00539b;
}

.box-title a {
	font-weight: normal;
}

.account-create {
    max-width: 1024px;
    margin: auto;
}

.account-create .buttons-set {
	padding-bottom: 30px;
}

/* -- firecheckout -- */

#firecheckout-form .col2-set {
	max-width: 1024px !important;
	margin: auto;
	width: 100%;
	margin-bottom: 40px;
}

/* -- Shopping Cart -- */

.cart-empty {
	max-width: 1024px;
	margin: auto;
	margin-bottom: 40px;
}

.data-table thead,
.cart-footer-actions {
	background-color: #00539b;
}

.cart-table .nobr,
.cart-table .a-center {
	color: #fff;
}

td.product-cart-actions,
td.product-cart-info,
td.product-cart-price,
td.product-cart-total,
td.product-cart-remove {
	vertical-align: middle;
}

.product-cart-image img {
	width: 100px;
}

.product-cart-info {
	width: 400px;
}

ul.cart-links {
	display: none;
}

button.button.btn-update {
    float: right;
    margin-top: -30px;
}

.product-cart-info .btn-remove2 {
	display: none;
}

.btn-empty,
.btn-update,
.or,
.btn-continue,
.discount h2 {
	display: none;
}

.cart-table .product-cart-actions .button {
	background-color: transparent !important;
}

.cart-totals-wrapper {
    float: right;
    width: 30%;
    padding-top: 20px;
}

.cart-forms {
    width: 65%;
}

#discount-coupon-form {
	float: left;
	display: none;
}

.cart .shipping,
span.paypal-or {
	display: none;
}

.cart-totals .a-right {
    text-align: left !important;
    font-family: 'Open Sans', Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 30px;
}

.cart-totals .a-right strong {
	font-weight: 600;
	font-size: 16px;
	font-style: italic;
}

li.method-checkout-cart-methods-fire {
    padding-bottom: 30px;
}

.checkout-types li {
    padding-top: 0px;
}

.method-checkout-cart-methods-paypal_express-bottom p.paypal-logo {
    display: inline-block;
    padding-top: 15px;
}

#shopping-cart-totals-table {
	float:right;
}

.product_attribute_option_link{
	width:32%;
	height: 33px;
	padding: 6px;
	color: white;
	font-size: 15px;
	margin-right: 5px;
	text-transform:uppercase;
	font-family: 'Open Sans', Helvetica, Verdana, Arial, sans-serif;
	cursor: pointer;
	text-align: center;
}

.product_attribute_option_link img{
	display:none;
}

.freeze .product_attribute_option_link{
	background-image: url(../images/headerBckgrd.png);
}

.product-shop .product-options{
	width: 100%;
}
/*--HYGC-087--*/
.firecheckout-index-index .checkout-title h1 {
    line-height: 30px;
}
.firecheckout-set {
    max-width: 1024px;
    margin: 0 auto;
}
@media (max-width: 849px) {
	.page-title h1 {
		line-height: 30px;
	}
	.firecheckout-set {
		margin: 0 20px;
	}
}
@media (min-width: 361px) and (max-width: 479px) {
	#checkout-review-table th, #checkout-review-table td {
		padding: 5px !important;
	}
}
@media (max-width: 360px) {
	#checkout-review-table th, #checkout-review-table td {
		padding: 5px !important;
	}
}

/*--HYGC-087--*/
.firecheckout-set .col2-set .col-1 {
	float: left !important;
}

.firecheckout-set .col2-set .col-2 {
	float: right !important;
}

#firecheckout-form .col2-fire-set .col-fire-2{
	margin-bottom:20px;
}

#firecheckout-form .col2-set {
	margin: auto;
}
@media (max-width: 849px) {
	.checkout-title h1{font-size: 30px;	padding: 20px 0 15px;}
	.firecheckout-login-wrapper {margin: 0 0 5px;}
}

/*--HYGC-082--*/
@media only screen and (max-width: 767px) {

	.bucket_title {
		line-height: 40px;
	}

	li.bucket_img {
		margin-left: 0px;
	}

	.bucket-link {
		padding: 17px 20px !important;
	}

}
@media only screen and (max-width: 320px) {
	.promos_right .bucket_content {
		padding-left: 25px;
	}
	.right_bucket_content::after {
		padding-left: 15px;
	}
	.promos_left img {
		width: 100px;
	}
}
@media only screen and (max-width: 850px) {
	li.bucket_img {
		margin-left: 5px;
	}
}
/*--HYGC-082--*/
@media (max-width: 1100px) {
	.lof_camera_title, .lof_camera_slog {
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 0 !important;
	}
}
@media (max-width: 849px) {
	.lof_camera_title, .lof_camera_slog {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 0 !important;
	}
}
@media (max-width: 767px) {
	.camera_prev:before, .camera_next:before {
		line-height: 25px !important;
	}
	.camera_prev, .camera_next {
		height: 25px;
		margin-top: -12px;
		width: 25px;
	}
	.lof_camera_title, .lof_camera_slog {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 600px) {
	.lof_camera_slog, .lof_camera_title {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 0 !important;
		letter-spacing: normal;
	}
	.camera_caption > div {
		width: 65%;
	}
	.camera_caption_container {
		margin-bottom: -26px;
	}
}
@media (max-width: 480px) {
	.camera_caption > div {
		width: 75%;
	}
	.lof_camera_slog, .lof_camera_title {
		font-size: 16px;
		line-height: normal;
		margin-bottom: 0 !important;
		letter-spacing: normal;
	}
	.camera_caption_container {
		margin-bottom: -25px;
	}
	.cta_text {
		font-size: 16px;

	}
}
@media (min-width: 361px) and (max-width: 479px) {
	.cta_text {
		margin-bottom: 3px;
		padding-right: 0 !important;
	}
	.lof_camera_slog, .lof_camera_title {
		line-height: 20px;
	}
}
@media (max-width: 360px) {
	.cta_text {
		margin-bottom: 3px;
		padding-right: 0 !important;
	}
	.lof_camera_slog, .lof_camera_title {
		line-height: 20px;
	}
}

/*--HYGC-084--*/
.button.btn-config-option > span {background: #00538a none repeat scroll 0 0 !important;padding: 10px 25px !important;width: 200px;font-family: Arial,Verdana,sans-serif;display:block;}
.button.btn-config-option:hover > span, .button.btn-config-option > span.active, .button.btn-config-option:focus > span{background-color: rgba(51, 171, 224, 0.7)!important;}
.button.btn-config-option {display: block;margin-bottom: 10px;width: 200px;}
.input-box.atomic .button.btn-config-option > span {background: #a10c11 none repeat scroll 0 0 !important;}
.input-box.atomic  .button.btn-config-option:hover > span, .input-box.atomic  .button.btn-config-option > span.active, .input-box.atomic  .button.btn-config-option:focus > span{
	background-color: rgba(237, 28, 36, 0.7) !important;
}
.drug-facts-modal {	position: relative;	display: none;}
.product-collateral {height: auto;min-height: 350px;}

#simplemodal-container a {color: #ddd;}
#simplemodal-container {
	background-color: #fff !important;
	border: 2px solid rgba(51, 171, 224, 0.7)!important;
	height: auto !important;
	min-height: 400px;
	padding: 12px;
	max-width: 900px;
	min-width: 900px;
	width: auto !important;
	top:10% !important;
}

#simplemodal-container #drag-facts-img img{width: 100%; height: auto;}
#simplemodal-container h3 {color: #58595b !important;}
.drug-facts > a {margin-left: 20px;color: #584f3f;text-decoration: underline;}
.drug-facts > a:hover{color: #b4b4b5 !important;opacity: 0.6 !important;text-decoration: none !important;}
.skip-link.skip-help, #header-help.skip-content{display:none;}

@media only screen and (max-width: 849px)  {
	.product-view .product-img-box{ display: none;}
	.product-view .product-shop{width: 100%; float:left;}
	.box-collateral-content {display: block;}
	.product-view .product-shop { width: 100%;}
	.prod_contain, .prod_bullets{ width: 100% !important;}
	.product-shot {float: left !important;margin: 0 !important;position: relative !important;width: 50% !important;}
	.product-container {max-width: 100% !important;width: 100% !important;}
	.catalog-product-view .product-essential .product-shop {float: left;margin-top: 0px;}
	.prod_logo img {margin-left: 0% !important;}
	.prod_logo img {margin-left: 0 !important;}
	.button.btn-config-option {display: block;margin-bottom: 10px;width: 100%;margin: 10px auto;}
	.button.btn-config-option > span{width: 90%;}
	.add-to-cart button.button {float: right;margin-left: 20px;margin-top: 0px;}
	.product-view .product-options-bottom .add-to-cart {clear: both;display: block;	margin-top: 10px;width: 100%;}
	.add-to-cart button.button {width: 100%;margin-left: 20px !important;}
	.product-view .add-to-cart button.button > span {width: 90%;}
	.perform, .atomic {padding: 0;}
	.prod_logo img {margin-left: 0% !important;	}
	.prod_logo img {margin-left: 0 !important;}
	.product-shot {float: left !important;margin: 0 !important;position: relative !important;width: 50% !important;}
	.descrip {margin-left: 0;}
	.prod_contain, .prod_bullets {width: 50% !important;}
	.product-shot-ind {float: left;	margin: 0;position: relative;}
	.product-collateral {height: auto;min-height: 300px;border-bottom: 2px solid #c6c6c6;}
	.product-view .product-name h1 {line-height: 30px;margin:10px 0px;}
	.perform, .atomic {	padding: 10px 0;}
	.product-view .product-options-bottom {	margin-bottom: 0px;	padding-bottom: 10px;border-bottom: 2px solid #c6c6c6;;	}

	#simplemodal-container {
		max-width: 90%;
		min-width: 90%;
		width: auto !important;
		top:10% !important;
	}
}

@media only screen and (max-width: 420px)  {
	.prod_contain, .prod_bullets {
		width: 50% !important;
	}
	.prod_contain, .prod_bullets {
		clear: both;
		display: block;
		height: auto;
		padding-top: 20px;
		width: 100% !important;
	}
}
/*--HYGC-089--*/
@media (max-width: 849px) {
	.page-title {
		padding: 0 20px;
	}
}
@media (min-width: 361px) and (max-width: 479px) {
	.account-login .page-title h1 {
		line-height: 30px;
	}
}
@media (max-width: 360px) {
	.account-login .page-title h1 {
		line-height: 30px;
	}
}
/*--HYGC-088--*/
@media (max-width: 849px) {
	.main-container, .footer-container {
		padding-left: 40px;
		padding-right: 40px;
	}
	.my-account .page-title, .helpdesk-ticket-index .page-title {
		padding: 0;
	}
	.my-account .page-title h1, .helpdesk-ticket-index .page-title h1 {
		line-height: 30px;
		padding: 0 0 20px;
	}
	.helpdesk-ticket-index .form-list li.wide textarea {
		width: 100%;
	}
}
/*--HYGC-102--*/
@media (max-width: 849px) {
	.media {
		padding-left: 25px;
		padding-right: 25px;
	}
	.media .page-title {
		padding: 0;
	}
	.media .page-title h1 {
		padding: 0 0 20px;
		font-size: 24px;
		line-height: normal;
	}
}
/*--HYGC-099--*/
@media (max-width: 1024px) {
	.cms-frequently-asked-questions .answer {
		padding: 5px 20px 20px;
	}
	.cms-frequently-asked-questions .question {
		margin: 20px 20px 0;
	}
}
@media (max-width: 849px) {
	.is-blog .page-title, .is-blog .footer-subscribe .block-subscribe {
		padding: 0;
	}
	.is-blog .main-container, .is-blog .footer-container {
		padding-left: 40px;
		padding-right: 40px;
	}
	.is-blog .page-title h1 {
		line-height: 30px;
	}
	.cms-frequently-asked-questions .answer {
		width: auto;
	}
}
@media (max-width: 767px) {
	.cms-frequently-asked-questions .tabs-list {
		font-size: 16px;
	}
}
@media (min-width: 481px) and (max-width: 599px) {
	.cms-frequently-asked-questions .tabs-list {
		font-size: 13px;
	}
}
@media (max-width: 480px) {
	.cms-frequently-asked-questions .tabs-list {
		font-size: 13px;
	}
}
@media (min-width: 361px) and (max-width: 479px) {
	.cms-frequently-asked-questions .tabs-list {
		font-size: 16px;
	}
	.cms-frequently-asked-questions .tabs-list li {
		display: block;
		width: 100%;
	}
}
@media (max-width: 360px) {
	.cms-frequently-asked-questions .tabs-list {
		font-size: 16px;
	}
	.cms-frequently-asked-questions .tabs-list li {
		display: block;
		width: 100%;
	}
}

/*--HYGC-086--*/
.footer-container {
	overflow: visible;
}

.cart-totals .a-right span {
	display:block;
	text-align: right;
}
@media only screen and (max-width: 1000px) {
	.cart {
		padding: 10px;
	}
}
@media only screen and (max-width: 850px) {
	.cart .data-table td, .cms-template-settings .data-table td {
		margin: 0px;
	}
	.cart .checkout-types {
		display: block;
		float: right;
		text-align: right;
		width: 100%;
	}
	button.button.btn-update {
		float: none;
		margin-top: auto;
		vertical-align: middle;
	}
	.product-cart-info {
		width: auto;
	}
	.cart-totals-wrapper {
		width: 100%;
	}
	#shopping-cart-totals-table {
		display: inline-block;
		float: right;
		width: 211px;
	}
}
@media only screen and (max-width: 849px){
	.cart .data-table {
		padding-bottom: 20px !important;
	}
	.cart .data-table tr {
		margin: 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	/* HYGC-085 */

	.cms-where-to-buy .wtb .page-title{margin:20px;}
	.wtb .page-title h1 {font-size: 36px !important;line-height: 36px;padding: 0;}
	.wtb .descrip{max-width:100%; margin:20px 0;}
	.brand-box {max-width: 95%;padding: 0 10px;}
	.wtb .row {width: 100%;}

	/* HYGC-085 End */
}

/*--HYGC-083--*/
@media only screen and (max-width: 850px) {
	div.cat div.cat-left {
		width: 100%;
	}
	div.cat div.cat-right{
		width:100%;
	}
}
/*--HYGC-083--*/


.block.block-layered-nav .block-title {
    margin-bottom: 10px;
    position: relative;
}
.block.block-layered-nav .block-title strong {
    color: #2c2d30;
    font-family: Helvetica,Verdana,Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}
.block-layered-nav dd.odd.last {
    margin-bottom: 0;
    padding: 0;
}
.block-layered-nav dd li::before {
    content: "";
}
.sidebar .block-layered-nav dd li{padding:0px;}
.sidebar .block-layered-nav dd li a{
	text-decoration: none;
	line-height:20px;
	color: #000;
}
.page-title.category-title{ text-align: left;}
.page-title.category-title h1{ padding-top:0px;
    font-family: Helvetica,Verdana,Arial sans-serif;
    font-size: 30px;
    }
.toolbar .pager , .sorter .sort-by{ display: none;}
.toolbar .sorter { float: right;}


.catalog-category-view .category-products {
    background: transparent url("../images/diagonal.png") repeat scroll left top;
    border: medium none;
    padding: 15px 20px;
	margin-bottom:20px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.category-products .category-products-list {
    background-color: #eee;
    padding: 0;
}
.products-grid .product-name{position: relative;}
.products-grid .product-name a, .products-list .product-name a {
    display: block;
    padding-top: 50px;
    position: relative;
    text-align: center;
}
.products-grid .product-name a .title, .products-list .product-name a .title{
    background-image: url("../images/arrow.png");
    background-position: right 13px;
    background-repeat: no-repeat;
    color: #000;
    display: block;
    font: bold 12px/16px Tahoma,Geneva,sans-serif;
    left: 0;
    padding: 10px 35px 10px 15px;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: 0;
    z-index: 3;
}

.catalog-category-view .category-products .category-products-list .toolbar {
	background-color: #000;
}
.catalog-category-view .main > .row {
	position: relative;
}
.catalog-category-view .main > .row > div.sidebar {
	background-color: #EEEEEE;
	position: inherit;
	top: 0;
	bottom: 0;
}
.catalog-category-view .main-container {
    padding: 0;
}
.catalog-category-view .sidebar li a{
    color: #000;
}
.catalog-category-view .sidebar li.active {
    background-color: #000 !important;
}
.catalog-category-view .sidebar li.active a {
    color: #fff !important;
}
.catalog-category-view .sidebar li:hover {
    background-color: #fff !important;
}
.catalog-category-view .sidebar li:hover  a{
    color: #000 !important;
}
.catalog-category-view .sidebar .block-layered-nav .block-title {
	margin: 10px;
}
.catalog-category-view .sidebar .block-layered-nav .block-title strong {
	line-height: normal;
}
.catalog-category-view .sidebar .block-cart {
	margin-left: 10px;
	margin-right: 10px;
}
.catalog-category-view .sidebar .block-cart .block-title {
	margin-bottom: 0;
}
.catalog-category-view .sidebar .block-cart .block-title strong {
	font-size: 14px;
	line-height: normal;
}
.catalog-category-view .page-title.category-title h1 {
	margin-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 30px;
}
.catalog-category-view .sorter p.view-mode .list {
	margin-top: 7px;
}
.catalog-category-view .sorter .grid {
	background: rgba(0, 0, 0, 0) url("../images/grid-list.gif") no-repeat scroll left top;
	margin-top: 7px;
}
.catalog-category-view .toolbar .sorter .view-mode label {
	color: #fff;
}
.catalog-category-view ul.products-grid > li.item {
	background-color: #fff;
	border: 1px solid #b5b3b3;
	margin: 0 1%;
	outline: 1px solid transparent;
	width: 31.33%;
}
.catalog-category-view .products-grid .product-name {
	height: auto !important;
	margin: 0;
}
.catalog-category-view .products-grid .product-name a {
	padding-top: 0;
}
.catalog-category-view .products-grid .product-image {
	margin-bottom: 0;
}
.catalog-category-view .sorter .view-mode {
	width: auto;
}


.clearfix::before, .clearfix::after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix::after {
    clear: both;
}
.clearfix::before, .clearfix::after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.col-main.col-xs-12.col-sm-9 {
    border-right: 1px solid #ccc;
}
.page-title h1, .page-title h2{
	margin-top:0px;
	padding-top:15px;
}
.products-grid.products-grid--max-3-col {
    padding: 0 10px 10px;
}
.catalog-category-view ul.products-grid > li:hover {
	border: 1px solid #000;
	outline: 1px solid #000;
}
.catalog-category-view .products-grid li.item:hover .product-name a .title {
    background-position: right center;
}
ul.view-mode li{
	float: right;
    font: 10px/12px Tahoma,Geneva,sans-serif;
    list-style-image: none;
    list-style-type: none;
    padding: 6px 9px;
    text-transform: uppercase;
}


/*HYGC-602*/
.header .form-search {
  background:url("../images/magnifying.png") no-repeat scroll left center;
  padding-left: 20px;
}

.header .form-search button.button {
  padding: 0 5px;
  margin-left:3px;
}

.header .form-search .input-text {
  background: #c4c8c9;
  width:177px;
}

.block-subscribe {
  margin: 0;
}

.footer-subscribe, .footer-nav {
  height: 60px;
}

.ftnav .block-subscribe {
  margin-top: -7px;
  width: auto;
}

#newsletter-validate-detail .input-text {
  float: right;
  width: 200px;
}

#newsletter-validate-detail .input-box {
  float: left;
  width: 200px;
}

.block-subscribe .actions {
  float: right;
  padding: 0 !important;
}

#newsletter-validate-detail .button {
  height: 30px;
  padding: 0 5px;
  width: auto;
}


.footer-ph, .footer-bv, .footer-cr, .footer-tb {
  padding-right: 8px;
}

.footer-subscribe .form-subscribe-header {
  margin: -10px 0 0;
}

.footer-logos li a img {
  max-width: 145px;
  padding: 10px;
}

/*--HYGC-607--500--*/
.main > .row {
	position: relative;
}
.main > .row > div.sidebar {
	background-color: #EEEEEE;
	position: absolute;
	top: 0;
	bottom: 0;
	padding-top: 15px;
}
.main-container {
    padding: 0;
}
.sidebar li a{
    color: #000;
}
.sidebar li.active {
    background-color: #000 !important;
}
.sidebar li.active a {
    color: #fff !important;
}
.sidebar li:hover {
    background-color: #fff !important;
}
.sidebar li:hover  a{
    color: #000 !important;
}
.sidebar .block-layered-nav .block-title {
	margin: 10px;
}
.sidebar .block-layered-nav .block-title strong {
	line-height: normal;
}
.sidebar .block-cart {
	margin-left: 10px;
	margin-right: 10px;
}
.sidebar .block-cart .block-title {
	margin-bottom: 0;
}
.sidebar .block-cart .block-title strong {
	font-size: 14px;
	line-height: normal;
}
.product-name h1 {
	color: #d61628;
	line-height: 30px;
	margin-top: 25px;
}
.product-view .product-img-box {
	margin-top: 25px;
}

body {
	color: #000;
}
.catalog-product-view .product-img-box .more-views {
	padding: 10px 40px;
}

.proudct-attr{display:block; text-align:left;}
.proudct-attr label{font-weight:bold;padding-right:5px;}
.add-to-cart button.button {
    float: left;
    margin-left: 0;
    margin-top: 0;
}
.product-view .product-shop .availability {
    color: #000;
    display: block;
    font-size: inherit;
    font-weight: bold;
    margin: 0;
}
.product-view .product-shop .availability span {
    color: #000;
    display: inline-block;
    font-size: inherit;
    font-weight: normal;
    margin-left: 5px;
}
.product-view .product-shop .price-box {
    margin: 10px 0;
}
.account-login button.button > span, .buttons-set button.button > span, .add-to-cart button.button > span, .cart-indent .actions button.button > span, .product-cart-actions button.button > span, .button2 button.button > span, button.button.btn-proceed-checkout.btn-checkout > span, .discount-form .input-box button.button > span {
    background-color: #000;
}
.product-view .product-shop {
    float: left;
    width: 48%;
}
.product-collateral {
    height: auto;
    min-height: 250px;
}
.product-collateral .box-collateral {
    height: 250px;
    margin-bottom: 15px;
    overflow: auto;
}
.product-collateral-buttom{
	height: auto;
    min-height: 100px;
}
.product-essential {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    padding-bottom: 0;
}
.product-view {
    margin-bottom: 50px;
}
.product-view .product-img-box .product-image {
    border: 2px solid #000;
}
.product-view .add-to-cart button.button > span {
    font-size: 16px;
    height: auto;
    line-height: normal;
    letter-spacing: 0;
}
div.icon {
    display: inline;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    z-index: 100;
}
.catalog-product-view .add-to-box {
  margin-bottom: 10px;
}



/* HYGC-602 */
.header-container {
  max-height: 115px;
}

#header_search_form {
  margin-top: 0;
}

.header .form-search {
  margin-top: 15px;
}
.head-icon-menu {
  padding: 20px 0 0;
}

.header .logo {
  padding-top: 13px;
}

/*--HYGC-614--*/
.success-msg {
    background-color: #fafafa;
    border-color: #ececec;
    color: #777;
}
.cart .totals {
    background: none;
}
.cart .totals table th, .cart .totals table td, .cart .totals .price {
	color: #000;
}
#shopping-cart-table thead {
	background-color: #000;
}
/*#shopping-cart-table tfoot, #shopping-cart-table tfoot .seperator {
	display: none;
}*/

#shopping-cart-table .cart-price .price, #shopping-cart-table td a {
    font-size: 14px;
}
#shopping-cart-table .btn-remove2 {
	font-size: 0 !important;
	margin: 0 !important;
}
.checkout-cart-index .totals .button.btn-proceed-checkout.btn-checkout {
	margin-top: 10px;
}
@media (max-width: 849px) {
	#shopping-cart-totals-table {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.checkout-cart-index .totals .button.btn-proceed-checkout.btn-checkout {
		margin-top: 0;
	}
}


.checkout-cart-index #shopping-cart-table thead {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.checkout-cart-index #shopping-cart-table th, .checkout-cart-index #shopping-cart-table th .nobr {
	color: #000;
	font-family: "Helvetica Neue",Verdana,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.checkout-cart-index .cart .cart-collaterals {
  padding: 10px 0 0;
}
.checkout-cart-index .cart-collaterals .deals {
	border-right: 1px solid #ccc;
	display: inline-block;
	float: left;
	max-width: 300px;
	padding-right: 50px;
}
.checkout-cart-index .cart .shipping {
	display: block !important;
	float: left;
	max-width: 300px;
	padding-left: 50px;
}
.checkout-cart-index .cart .discount, .checkout-cart-index .discount h2, .checkout-cart-index #discount-coupon-form {
	display: block;
}
.checkout-cart-index #discount-coupon-form .v-fix {
	float: none;
	margin-bottom: 15px;
}
.checkout-cart-index #discount-coupon-form #coupon_code {
	width: 100%;
}
.checkout-cart-index #discount-coupon-form .button > span {
  background-color: #000;
  padding: 5px 30px;
}
.checkout-cart-index #shipping-zip-form .form-list li:first-child {
	display: none;
}
.checkout-cart-index #shipping-zip-form .form-list li:last-child {
	margin-bottom: 0;
}
.checkout-cart-index #discount-coupon-form #coupon_code, .checkout-cart-index #shipping-zip-form #postcode {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#shopping-cart-table tfoot .a-right {
	text-align: center !important;
}
#shopping-cart-table tfoot .a-right .button.btn-continue, #shopping-cart-table tfoot .a-right .button.btn-update {
	display: inline-block;
}
#shopping-cart-table tfoot .a-right .button.btn-continue {
	position: relative;
	top: 3px;
}
#shopping-cart-table tfoot .a-right .button.btn-update {
	float: none;
	margin-top: 0;
}
#shopping-cart-table tfoot .a-right .button.btn-update span {
	color: #584f3f;
	float: none;
	margin-top: 0;
}
#shopping-cart-table tfoot .a-right .button.btn-continue span, #shopping-cart-table tfoot .a-right .button.btn-update span {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	text-transform: none;
}
#discount-coupon-form button.button, #shipping-zip-form button.button {
	float: right;
}
.checkout-cart-index .totals .button.btn-proceed-checkout.btn-checkout {
	float: right;
}
.checkout-cart-index .cart .totals .checkout-types {
	padding: 15px 0;
}
#shopping-cart-table th {
    border: 1px solid #ececec;
	border-top: medium none;
}
#shopping-cart-table th:first-child, #shopping-cart-table td:first-child {
	border-left: medium none;
}
#shopping-cart-table th:last-child, #shopping-cart-table td:last-child {
	border-right: medium none;
}
#shopping-cart-table tfoot .seperator {
	font-size: 18px;
	position: relative;
}


.cart-collaterals .discount > h2, .cart-collaterals .shipping > h2 {
	font-family: "Helvetica Neue",Verdana,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
#shopping-cart-totals-table td {
	font-family: "Helvetica Neue",Verdana,Arial,sans-serif;
	font-size: 14px;
}
#shopping-cart-totals-table tr {
	border-bottom: 1px solid #ececec;
}
#shopping-cart-totals-table tfoot tr {
	border-bottom: medium none;
}

#shopping-cart-table .cart-price .price, #shopping-cart-table td a {
	font-family: "Helvetica Neue",Verdana,Arial,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
@media (max-width: 849px) {
	#shopping-cart-table tfoot {
		position: static;
	}
	.cart-collaterals {
		text-align: center;
	}
	.checkout-cart-index .totals .button.btn-proceed-checkout.btn-checkout {
		float: none;
	}
	.checkout-cart-index .cart-collaterals .deals, .checkout-cart-index .cart .shipping {
		display: inline-block !important;
		float: none;
	}
	#shopping-cart-table tfoot .seperator {
		display: none;
	}
}
@media (max-width: 639px) {
	.cart-collaterals {
		padding-top: 150px !important;
	}
	.checkout-cart-index .cart-collaterals .deals {
		border-right: medium none;
		display: block !important;
		margin: 0 auto;
		padding-right: 0;
		text-align: left;
	}
	.checkout-cart-index .cart .shipping {
		padding-left: 0;
	}
	#discount-coupon-form {
		float: none;
	}
}


/* HYGC-619 */

div#header_menu_left ul li ul {
  background: black none repeat scroll 0 0;
  display: none;
  min-width: 150px;
  padding: 5px;
  z-index: 100;
  position:absolute;
  padding-top:35px;
}

div#header_menu_left ul li ul li{
	display:block;
	float:none;
	padding:10px;
}

div#header_menu_left ul li:hover ul{
	display:block;

}

/* HYGC-628,9 */

.cms-dealers .dealers_content {
	padding: 10px;
}

.cms-dealers strong, .cms-terms-use strong, .cms-privacy-statement strong, .cms-instructions strong {
	font-weight: 800;
}

.cms-dealers h1, .cms-terms-use h1, .cms-privacy-statement h1, .cms-instructions h1, .cms-videos h1 {
	margin-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 30px;
}
.cms-dealers h2, .cms-terms-use h2, .cms-privacy-statement h2, .cms-instructions h2, .cms-videos h2 {
    margin-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 30px;
}




.cms-dealers .retail_packaging {
	float: right;
}

.cms-dealers a .retail_packaging {
	border-width: 1px;
	border-color: grey;
	border-style: solid;
}

.cms-dealers a:hover .retail_packaging {
	border-width: 5px;
	border-color: black;
}

.cms-terms-use ol li {
    padding-bottom: 10px;
}

.cms-shipping .block, .cms-terms-use .block, .cms-privacy-statement .block, .cms-returns .block {
	padding: 0px;
	border-bottom: 1px solid #ccc;
}

.cms-dealers .tile-view{
    overflow:hidden;
	float: right;
}
.cms-dealers .tile-view li{
    /* display:block; */
    /* float:left; */
    width:207px;
    height:200px;
    border:1px solid #b5b3b3;
    margin:5px;
    background-color:#fff;
}
.cms-dealers .tile-view li a{
    display:block;
    width:207px;
    height:145px;
    padding-top:50px;
    position:relative;
    text-align:center;
}
.cms-dealers .tile-view li a .title{
    font:bold 12px/16px Tahoma,Geneva,sans-serif;
    color:#000;
    text-transform:uppercase;
    display:block;
    padding:10px 15px 10px 15px;
    position:absolute;
    z-index:3;
    /* background-image:url(/sites/all/themes/cramer/images/arrow.png); */
    /* background-position:182px 13px; */
    /* background-repeat:no-repeat; */
    width:100%;
    top:0px;
    left:0px;
    text-align:left;
}
.cms-dealers .tile-view li a .title em{
    font-weight:normal;
    display:block;
}
.cms-dealers .tile-view li:hover{
    border:2px solid #000;
    margin:4px
}
.cms-dealers .tile-view li:hover a .title{
    background-position:187px -46px;
}
.cms-dealers .col-right .tile-view{
    overflow:hidden;
}
.cms-dealers .col-right .tile-view li{
    display:block;
    float:left;
    width:185px;
    height:187px;
    border:1px solid #b5b3b3;
    margin:5px;
    background-color:#fff;
}
.cms-dealers .col-right .tile-view li a{
    display:block;
    width:180px;
    height:145px;
    padding-top:38px;
    position:relative;
    text-align:center;
}
.cms-dealers .col-right .tile-view li a .title{
    font:bold 12px/16px Tahoma,Geneva,sans-serif;
    color:#000;
    text-transform:uppercase;
    display:block;
    padding:10px 25px 10px 15px;
    position:absolute;
    z-index:3;
    /* background-image:url(/sites/all/themes/cramer/images/arrow.png); */
    /* background-position:168px 13px; */
    /* background-repeat:no-repeat; */
    width:146px;
    top:0px;
    left:0px;
    text-align:left;
}
.cms-dealers .col-right .tile-view li a .title em{
    font-weight:normal;
    display:block;
}
.cms-dealers .col-right .tile-view li a img{
    max-width:100%;
}
.cms-dealers .col-right .tile-view li:hover{
    border:3px solid #000;
    margin:3px
}
.cms-dealers .col-right .tile-view li:hover a .title{
    background-position:187px -46px;
}

.cms-dealers .owl-carousel {
	text-align: center;
}

.cms-dealers .owl-carousel img {
	width: 600px;
	height: 300px;
	border: 10px solid #000;
}

.cms-dealers .cms-dealers .owl-theme .owl-controls{
	margin-top: 10px;
}

.cms-dealers .owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.cms-dealers .owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.cms-dealers .owl-theme .owl-controls .owl-buttons div {
	position: absolute;
}

.cms-dealers .owl-theme .owl-controls .owl-buttons .owl-prev{
	left: 40px;
	top: 120px;
}

.cms-dealers .owl-theme .owl-controls .owl-buttons .owl-next{
	right: 40px;
	top: 120px;
}

.cms-dealers .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/*--HYGC-623--*/
.contact-us-content {
    padding: 20px 30px;
}
.contact-us-content > h1 {
	margin-bottom: 15px;
}
.contact-us-content .form-list label {
    font-weight: bold;
	padding-bottom: 0;
}
.contact-us-content .form-list .input-text {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #c4c8c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: none;
}
.contact-us-content .form-list select.input-text.form-control {
	border: 1px solid #c4c8c9;
	line-height: normal;
	padding-bottom: 0;
	padding-top: 0;
}
.contact-us-content .form-list textarea.input-text {
	border: 1px solid #c4c8c9;
	max-height: 105px;
}

/* HYGC 630 and HYGC 631 custom code*/

.cms-instructions .product_manuals {
	display: inline-block;
	padding: 0px 10px 0px;
	width: 100%;
	align-content: center;
}

.cms-instructions .content_title {
	text-align: center;
	background-color: black;
	padding: 0px 5px 0px;
	margin-bottom: 0px;
}

.cms-instructions .instructions_content {
	padding: 15px 10px 10px;
	background-color: #eee;
}

.cms-instructions .content_title strong h2 {
	font-weight: 800;
	color: white;
	margin-bottom: 0px;
}

.cms-instructions h4 {
	font-weight: bold;
}

/*--HYGC-623--*/
.contact-us-content .form-list .field {
  display: inline-block;
  float: none;
  margin: 0 20px;
  width: auto;
}
.contact-us-content .form-list li {
	text-align: center;
}
.contact-us-content .form-list .field.type-textarea {
	float: left;
	margin-left: 65px;
}
.contact-us-content button.button > span {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 85px;
}
.contact-us-content .buttons-set {
	margin: 0;
	padding: 0;
}
.contact-us-content .buttons-set p.required {
	color: #000;
	margin-right: 85px;
}
.contact-us-content ul.form-list {
	margin-bottom: 0;
	padding-bottom: 0;
}
.contact-us-content .form-list label.required em {
	color: #000;
}

#header-nav ul li a {
  font-size: 14px;
  font-weight: 600;
}

/*--HYGC-636--*/
.cms-index-index.cms-home .fluid_container_wrap {
	padding-bottom: 0;
}
.cms-index-index.cms-home .camera_caption > div {
	float: left;
	padding: 0 0 0 260px;
	width: auto;
}
.cms-index-index.cms-home .camera_caption {
	bottom: auto;
	top: 50%;
}
.cms-index-index.cms-home .camera_caption1, .cms-index-index.cms-home  .camera_caption3 {
	margin-top: -150px;
}
.cms-index-index.cms-home .camera_caption2 {
	margin-top: -250px;
}
.cms-index-index.cms-home .camera_caption4 {
	margin-top: -212px;
}
.cms-index-index.cms-home .camera_caption5 {
	margin-top: -220px;
}

.cms-index-index.cms-home .fluid_container_wrap {
	position: relative;
}
.cms-index-index.cms-home .region.region-content {
	background-image: url("../images/camera/slides/fff-30.png");
	padding: 10px 0;
	position: absolute;
	right: 250px;
	width: 300px;
}
.cms-index-index.cms-home .region.region-content .content li {
	background-color: #fff;
	margin-bottom: 7px;
	max-width: 290px;
	padding-left: 3px;
	padding-bottom: 10px;
}
.cms-index-index.cms-home .region.region-content span.title {
	color: #000;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	padding: 15px;
	position: relative;
}
.cms-index-index.cms-home .region.region-content span.title span {
	display: block;
	font-weight: normal;
}
.content img {
	margin-top: -10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*--HYGC-639--*/
.cms-page-view .padding-s {
    padding: 20px;
}
.cms-page-view .col-main.col-xs-12.col-sm-9 {
    border-right: 0 solid #ccc;
}
.cms-page-view .std strong {
    font-weight: bold;
}
.cms-page-view .page-title h1{
    font-size: 30px;
    margin-top: 0;
    padding-top: 12px;
}
.cms-page-view .page-title h2{
	font: 700 17px/17px ff-din-web,Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}
.main > .row > div.sidebar {
   min-height:400px;
}
.view-brands .brands-image {
    float: left;
    margin-right: 15px;
}
.view.view-brands.view-id-brands.view-display-id-block.view-dom-id-e4d66b86a2e4b7a876edef39265e6e74 {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 20px;
}
.view-brands .brands-content {
    display: block;
    float: left;
    padding-left: 5px;
    width: 77%;
}
.cms-page-view .brands.clearfix {
    margin-bottom: 30px;
}
div#header_menu_left ul li ul li {
    padding: 5px 10px;
}
div#header_menu_left ul li ul {
    padding: 5px;
}
h1.era {
    color: #c1c0c0;
    font: 400 55px/60px ff-din-web,Arial,Helvetica,sans-serif;
    padding-top: 50px;
    text-align: center;
	text-transform: uppercase;
}
.cms-page-view.cms-company-history .padding-s {
    background: rgba(0, 0, 0, 0) url("../images/diagonal.png") repeat scroll left top;
    border-right: 1px solid #ccc;
    width: 100%;
	 padding: 0;
}
h2.era {
    color: #ed174b;
    font: 400 22px/22px ff-din-web,Arial,Helvetica,sans-serif;
    padding: 12px 0 30px;
    text-align: center;
}
.era-wrap {
    background: rgba(0, 0, 0, 0) url("../images/timeline-y.gif") repeat-y scroll center top;
    position: relative;
}
.timeline-cap {
    background: rgba(0, 0, 0, 0) url("../images/timeline-cap.gif") no-repeat scroll 0 0;
    display: block;
    height: 15px;
    position: absolute;
    right: 371px;
    top: 0;
    width: 48px;
    z-index: 399;
}
.timeline .gray {
    background-color: #c1c0c0;
}
.timeline .year {
    padding: 8px 10px 0;
    position: absolute;
    width: 353px;
}
.timeline .year .left{
    width: 342px;
}
.timeline .left {
    float: none;
    left: 0;
}
.timeline .sm h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
}
.timeline .gray h3 {
    color: #fff;
}
.timeline .left h3 {
    background-position: 100% 50%;
    float: right;
    margin-left: 18px;
    margin-right: -38px;
    padding-right: 38px;
    text-align: right;
}
.timeline h3 {
    background-image: url("../images/timeline-tick.gif");
    background-repeat: no-repeat;
}
.timeline .left.sm p {
    text-align: right;
}
.timeline .gray p {
    color: #000;
}
.timeline .left p {
    margin-left: 18px;
}

.timeline .eighteen-c {
    top: 98px;
}
.timeline .lrg {
}
.timeline .light {
    background-color: #fff;
}

.timeline .right {
    float: none;
    left: 420px;
}
.timeline .lrg h3 {
    float: none;
    font-size: 100px;
    line-height: 100px;
}
.timeline .light h3 {
    color: #000;
}
.timeline .right h3 {
    background-position: 0 50%;
    float: left;
    margin-left: -38px;
    margin-right: 18px;
    padding-left: 38px;
}
.timeline h3 {
    background-image: url("../images/timeline-tick.gif");
    background-repeat: no-repeat;
}
.timeline h4 {
    font: 400 28px/28px ff-din-web,Arial,Helvetica,sans-serif;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.timeline h4 em {
    color: #ed174b;
    font-style: normal;
}
.timeline .right.image .img {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    right: 0;
}
.timeline .image .img {
    bottom: 0;
    position: absolute;

}
.timeline .image .img  img{
    width:170px;
}


.timeline .year.right {
    padding: 8px 16px 0;
    position: absolute;
    width: 355px;
}
.timeline .right.image p {
    width: 165px;
}

.timeline .eighteen {
    top: 152px;
}
.timeline .sm {
}
.timeline .dark {
    background-color: #676767;
}
.timeline .year.left {
    width: 342px;
}
.timeline .dark h3 {
    color: #fff;
}
.timeline .dark p {
    color: #fff;
}
.timeline .nineteen {
    top: 190px;
}
.timeline .light {
    background-color: #fff;
}
.timeline .gray.med {
    background-color: #efeded;
}
.timeline .twenty-eight-c {
    top: 480px;
}
.timeline .med {
    padding: 32px 16px 20px;
}
.timeline .light p {
    color: #676767;
}
.timeline .gray.med h3 {
    color: #676767;
}
.timeline .med h3 {
    font-size: 60px;
    line-height: 60px;
}
.timeline .gray.med p {
    color: #000;
}
.timeline .twenty-nine {
    top: 570px;
}
.timeline .thirty-two-c {
    top: 684px;
}
.timeline .med {
    padding: 32px 16px 20px;
}
.timeline .light {
    background-color: #fff;
}
.timeline .med .right{
    padding: 32px 16px 20px;
}
.timeline .thirty-three-c {
    top: 722px;
}
.timeline .lrg h3 {
    float: none;
    font-size: 100px;
    line-height: 100px;
}
.timeline .left h4 {
    text-align: right;
}
.timeline h4 {
    font: 400 26px/26px ff-din-web,Arial,Helvetica,sans-serif;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.timeline .left.image p {
    float: right;
    width: 170px;
}
.timeline .gray.med {
    background-color: #efeded;
}
.timeline .thirty-seven-c {
    top: 874px;
}
.timeline .med {
    padding: 32px 16px 20px;
}

.companypage .camera_wrap {
  height: auto;
}
.companypage .cameraCont, .cameraContents {
  height: 300px;
}
.companypage .camera_fakehover {
  height: 300px;
}

.companypage  .camera_target {
  height: 300px;
}
/* */


.timeline .forty-four {
  top: 114px;
}


.timeline .forty-five-c {
  top: 109px;
}

.timeline .forty-six-c {
  top: 147px;
}

.timeline .fifty-c {
  top: 288px;
}

.timeline .fifty-seven-c {
  top: 565px;
}

.timeline .sixty-two {
  top: 798px;
}

.timeline .sixty-three {
  top: 836px;
}

.timeline .sixty-three-c {
  top: 793px;
}


.timeline .sixty-eight-c {
  top: 0;
}

.timeline .sixty-nine {
  top: 103px;
  }

.timeline .seventy-one {
  top: 162px;
}

.timeline .seventy-three {
  top: 225px;
}

.timeline .seventy-four {
  top: 391px;
}

.timeline .seventy-four-c {
  top: 337px;
}



.timeline .eighty {
  top: 708px;
}

.timeline .ninety-one {
  top: 1020px;
}

.timeline .ninety-two {
  top: 1114px;
}

.timeline .ninety-two-c {
  top: 1152px;
}

.timeline .ninety-two-d {
  top: 1264px;
}



.timeline .ninety-six {
  top: 33px;
}
.timeline .ninety-nine {
  top: 190px;
}

.timeline .ninety-nine-c {
  top: 147px;
}

.timeline .twok-two {
  top: 394px;
}

.timeline .twok-four-c {
  top: 486px;
}

.timeline .twok-four {
  top: 616px;
}

.timeline .twok-seven {
  top: 669px;
}

.timeline .twok-seven-c {
  top: 723px;
}

.timeline .twok-eight {
  top: 761px;
}

.timeline .twok-eight-c {
  top: 799px;
}

.timeline .twok-nine {
  top: 935px;
}

.timeline .twok-eleven {
  top: 1102px;
}

.timeline .twok-eleven-c {
  top: 1102px;
}

.twok-twelve {
  top: 1290px;
}


/* HYGC-637 */
.mpblog-post .mp-content a > img.blogimgthumb {
    float: left;
    width: 185px;
}

.mpblog-list img.blogbannerimg{
 width:100%;
 margin-bottom:20px;
}

/*--HYGC-643--*/
@media (max-width: 1067px) {
	.footer-subscribe {
		border-bottom: medium none;
		padding-bottom: 0;
	}
	.form-subscribe-header {
		border-bottom: 1px solid #a7a9ac;
		padding-bottom: 15px;
	}
	.footer-logos li.footer-ph {
		float: none;
	}
	.footer-subscribe .form-subscribe-header {
		float: none;
	}
	.footer-subscribe {
		height: auto;
	}
	.footer-social, .socialnav {
		float: none;
		margin-top: 0;
		text-align: center;
	}
	.footer-social > ul {
		display: inline-block;
	}
	.ftnav.end {
		clear: left;
		display: block;
		float: none;
		padding: 15px 0 0 0;
	}
	.ftnav.end form {
		display: block;
		margin: 0 auto;
		width: 263px;
	}
	.footer address {
		padding-top: 55px;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.footer address {
			padding-top: 150px;
		}
	}
	.footer-container {
		padding-bottom: 57px;
	}
	.footer-links {
		text-align: center;
	}
	.footer-links ol li.ftnav {
		float: none;
	}
	.head-icon-menu .icon-click:after {
		content: "|";
	}
	.head-icon-menu .icon-click.last:after {
		content: none;
	}
	.footer-subscribe .form-subscribe-header {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.footer-subscribe {
		padding-left: 0;
	}
	.ftnav.end form {
		width: 271px;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.ftnav.end form {
			width: 273px;
		}
	}
	.ftnav.end form#newsletter-validate-detail .input-box {
		float: right;
	}
	.ftnav.end form#newsletter-validate-detail .actions {
		float: left;
		padding: 0 !important;
	}
	.ftnav.end input#newsletter {
		height: 30px;
	}
	.ftnav.end button.button > span {
	  font-size: 14px;
	}
}
@media (max-width: 1199px) {
	#search_mini_form {
		width: auto;
	}
}
@media (min-width: 850px) and (max-width: 1067px) {
	#header_menu_left {
		margin-top: 12px;
	}
}
#menu-icon {
	display: none;
}
@media (max-width: 849px) {
	div#header_search_form {
		display: none;
	}
	.header {
		position: relative;
	}
	#header_menu_left {
		background-color: #000;
		float: none;
		left: 35px;
		margin-top: 0;
		padding-left: 0px;
		position: absolute;
		top: 0;
		width: 160px;
		z-index: 100;
	}
	#header_menu_left ul li {
		float: none;
	}
	div#header_menu_left ul li ul {
		display: block;
		padding: 0;
		position: static;
	}
	#header_menu_left ul li:after {
		content: none;
	}
	#header-nav ul li a {
		font-weight: normal;
		text-transform: uppercase;
	}
	#header-nav > ul > li > a {
		display: block;
		padding: 0px 10px;
	}
	#header-nav > ul > li.has-child > a {
		padding: 5px 10px;
	}
	#header-nav ul li ul li:last-child {
		padding-bottom: 0;
	}
	#header-nav > ul > li.has-child.last {
		padding-top: 0 !important;
	}
	#header-nav > ul > li.has-child > a {
		display: none;
	}
	.head-icon-menu {
		background-color: #000;
		left: 35px;
		min-height: 155px;
		padding: 0 15px;
		position: absolute;
		top: 220px;
		width: 160px;
		z-index: 100;
	}
	.head-icon-menu .icon-click:after, .block-cart-header-link:before {
		content: none;
	}
	.head-icon-menu .icon-click {
		display: block;
		font-size: 14px !important;
		padding: 0 0 5px;
		text-align: left;
		text-transform: uppercase !important;
	}
	#header_menu_left, .head-icon-menu {
		display: none;
	}
	.header > div#menu-icon {
		cursor: pointer;
		display: inline-block;
		position: absolute;
		z-index: 100;
		left: 0;
		top: 0;
	}
	.header > div#menu-icon:before {
		content: none;
	}
	.header > div#menu-icon {
		line-height: normal;
		padding: 10px;
	}
	#header_menu_left ul li a {
		color: #000;
	}
	div#header_menu_left ul li ul {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	}
	#header_menu_left {
		background-color: #fff;
	}
	.head-icon-menu {
		background-color: #fff;
	}
	.icon-click a {
		color: #000 !important;
	}
}
@media (min-width: 767px) and (max-width: 770px) {
	.socialnav {
		display: inline-block !important;
	}
}


/*--HYGC-643--*/
.catalog-category-view ul.products-grid > li.item {
	margin-bottom: 2%;
}
@media (max-width: 939px) {
	.catalog-category-view .main > .row, .catalog-product-view .main > .row {
		overflow: hidden;
	}
}
@media (max-width: 849px) {
	.catalog-category-view .col-main.col-xs-12.col-sm-9, .catalog-product-view .col-main.col-xs-12.col-sm-9 {
		float: right;
	}
	.catalog-category-view .main-container.col2-left-layout > .container, .catalog-product-view .main-container.col2-left-layout > .container {
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		width: auto;
	}
	.catalog-category-view .main-container.col2-left-layout > .container > .row, .catalog-product-view .main-container.col2-left-layout > .container > .row {
		margin-left: auto;
		margin-right: auto;
	}
	.catalog-category-view .toolbar .sorter {
		display: inline;
	}
	.catalog-category-view .products-grid .product-image {
		display: block;
		float: none;
		margin-right: 0;
		width: auto;
	}
	.catalog-category-view ul.products-grid > li.item {
		margin: 0 1% 2% !important;
	}
	.catalog-category-view .padding-s {
		padding: 0;
	}
}
@media (max-width: 849px) {
	.catalog-category-view .main > .row > div.sidebar/*, .catalog-product-view .main > .row > div.sidebar*/ {
		min-height: 0;
		padding-bottom: 15px;
		position: static;
	}
}
@media (min-width: 361px) and (max-width: 479px) {
	.catalog-category-view ul.products-grid > li.item {
		width: 47.5%;
	}
}
@media (max-width: 360px) {
	.catalog-category-view ul.products-grid > li.item {
		width: 47.5%;
	}
}
@media (max-width: 991px) {
	.catalog-product-view .product-view .product-shop {
		float: none;
		padding: 0 35px;
		width: auto;
	}
	.catalog-product-view .product-container {
		max-width: none;
	}
}
@media (max-width: 849px) {
	.catalog-product-view .product-view .product-img-box {
		display: block;
	}
	.catalog-product-view .product-essential {
		margin-left: auto;
		margin-right: auto;
	}
	.catalog-product-view .product-collateral .box-collateral {
		height: auto;
	}
	.catalog-product-view .add-to-cart button.button {
		margin-left: 0 !important;
	}
	.catalog-product-view .box-collateral-content .std {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.catalog-product-view .regular-price {
		margin-top: 0 !important;
	}
}
@media (max-width: 767px) {
	.catalog-product-view .main > .row > div.sidebar {
		min-height: 0;
		padding-bottom: 15px;
		position: static;
	}
}

/*--HYGC-643--*/
.header > div#menu-icon {
	height: auto;
}
.header > div.cart-icon {
	display: none;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}
.header > div.cart-icon > a {
	font-size: 18px;
    color: #fff;
}
.header > div.cart-icon > a > .fa-shopping-cart:before {
    content: "\f07a";
}
@media (max-width: 849px) {
	.header > div.cart-icon {
		display: inline-block;
	}
	#header-nav > ul > li.has-child {
		padding: 0;
	}
	#header-nav > ul > li {
		padding-left: 0;
		padding-right: 0;
	}
	div#header_menu_left ul li ul li {
		padding: 5px 0;
	}
	#header-nav ul li ul li:last-child {
		padding-bottom: 5px;
	}
	#header_menu_left ul li a {
		color: #000;
		display: block;
		padding: 0 15px;
		text-decoration: underline;
	}
	#header_menu_left ul li {
		border-bottom: 1px solid #e5e5e5;
	}
	#header_menu_left ul li.has-child {
		border-bottom: medium none;
	}
	.head-icon-menu {
		min-height: 185px;
		padding: 0;
		top: 217px;
	}
	.head-icon-menu .icon-click {
		border-bottom: 1px solid #e5e5e5;
		padding: 5px 15px;
	}
	.icon-click a {
		text-decoration: underline;
	}
	#header_menu_left {
		top: 40px;
	}
	.head-icon-menu {
		top: 500px;
	}
	.header > div#menu-icon.active {
		background-color: #fafafa !important;
		width: 165px;
	}
	#header_menu_left, .head-icon-menu {
		left: 0;
		width: 165px;
	}
}

/*--HYGC-634--*/
.checkout-cart-index #co-shipping-method-form button {
	float: right;
	padding: 0 !important;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list li:hover {
	background-color: #eee !important;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table {
	width: 100%;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table tr {
	border-bottom: 1px solid #ccc;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table tr.last {
	border-bottom: medium none;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table tr.last td {
	padding-bottom: 0;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table td {
	font-size: 10px;
	padding: 5px;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table td.product-name {
  margin: 0 !important;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table td.product-name,
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table td.product-name a {
	color: #d61628;
	text-decoration: none;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table tr.cart-button-set {
	border-bottom: medium none;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table tr.cart-button-set td {
	padding-top: 0;
	text-align: right;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table tr.cart-button-set td a {
	background-color: #000;
	border: 1px solid #ccc;
	color: #c4c8c9 !important;
	display: inline-block;
	margin-left: 10px;
	padding: 0 5px;
	text-decoration: none;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table tr.cart-button-set td a:hover {
	color: #fff !important;
}


/*--HYGC-634--*/
.mpblog-index-index .col-main > .padding-s , .mpblog-index-post .col-main > .padding-s{
    padding: 20px 15px;
    display: block;
    clear: both;
}
.mpblog-container.list .mp-blog-head.fix-me {
    display: none;
}
.mpblog-list img.blogbannerimg {
    margin-top: 0;
    width: 100%;
}
.mpblog-index-index .col-main >.padding-s .desktop.two-columns-left section.content, .mpblog-index-index .col-main >.padding-s .desktop.two-columns-right section.content {
     float: left;
    padding-left: 0;
    width: 77%;
}
.mp-content.std.fix-me > p {
    text-align: justify;
}
.mpblog-post .mp-content a > img.blogimagefull {
    margin: 0;
    padding: 0;
}
.mpblog-list.list .mpblog-post {
    margin-bottom: 25px;
}
.left .block{
    margin-bottom: 20px;
}
.left .block .block-title {
    margin-bottom: 10px;
    position: relative;
}
.block.mpblog-recentposts .block-content {
    padding-left: 0;
}
@media (max-width: 849px) {
	.mpblog-index-index .col-main > .padding-s, .mpblog-index-post .col-main > .padding-s {
		margin-left: 20px;
		margin-right: 20px;
		padding:10px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.container {
		max-width: 100%;
		width: 100%;
	}
	.mpblog-index-index .col-main > .padding-s , .mpblog-index-post .col-main > .padding-s{
		padding: 20px 15px;

	}
}

.catalog-category-view .products-grid .product-image {
	padding-top: 40px;
}



	div.header-container div.page-header-outofbounds {
		  margin-left: 0px;
		  margin-right: 0px;
		  max-width: 100%;
		  padding-right: 0px;
	}

	div.header-container div.page-header-outofbounds div.container {
		  max-width: 100%;
		  width: 92%;
	}

	div#header_right_menu{
		width:600px;
		float:right;
	}

@media (min-width: 850px){
	#header_menu_left, .head-icon-menu{
		display:inline-block !important;
	}
}

@media (max-width: 1099px){
	div.header-container div.page-header-outofbounds div.container {
		width: 99%;
	}
}

@media (max-width: 1024px){
	div#header_right_menu {
	  width: auto;
	}
}

/*--HYGC-639--*/
@media (min-width: 850px) and (max-width: 1024px) {
	.main-container.col2-left-layout > .container {
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		width: auto;
	}
	.main-container.col2-left-layout > .container > .row {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 991px) {
	.header > div#header_menu_left {
		position: absolute;
	}
}
@media (max-width: 939px) {
	.main > .row {
		overflow: hidden;
	}
}
@media (max-width: 849px) {
	.col-main.col-xs-12.col-sm-9 {
		float: right;
	}
	.main-container.col2-left-layout > .container {
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		width: auto;
	}
	.main-container.col2-left-layout > .container > .row {
		margin-left: auto;
		margin-right: auto;
	}
	.page-title {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.main > .row > div.sidebar {
		min-height: 0;
		padding-bottom: 15px;
		position: static;
	}
}
@media (max-width: 1009px) {
	.view-brands .brands-content {
		padding-left: 0;
		width: 100%;
	}
}

.timeline .sixty-two {
    top: 770px;
}
.timeline .sixty-three {
    top: 835px;
}
@media (max-width: 1077px) {
	.timeline-cap {
		background: none;
	}
}
@media (max-width: 1056px) {
	.timeline .year.right {
		left: auto;
		right: 0;
		width: 45%;
	}
	.timeline .year.left {
		width: 45%;
	}
	.timeline .year, .timeline .year.right {
		position: static;
		width: 100% !important;
	}
	.timeline .image .img {
		position: static;
	}
	.timeline .right.image p, .timeline .left.image p {
		width: auto;
	}
	.timeline .image .img {
		border: 1px solid #ccc;
		display: inline-block;
		position: static;
	}
}



/* HYGC-607 */
.product-view {
  padding: 20px;
}


.product-view .productname{
	text-transform:uppercase;
	font-weight:bold;
}


div.short-description{
 display:none;
}

.product-options dl.last dd.last {
  margin-left: 0px;
}

.product-options {
  clear: both;
  float: none;
}

.main > .row > div.sidebar {
  position: inherit;
}

.product-essential {
  border-bottom:none;
  margin-top: 10px;
}

.product-name h3 {
  color: #d61628;
  line-height: 30px;
  margin-top: 25px;
}

.product-name .price-box {
  margin-left: 0 !important;
}

.product-options dd select {
  width: 200px !important;
}

.productsku strong{
	font-weight:bold;
}
.product-view .product-shop .price-box .price {
  font-weight: bold;
}

.product-view .product-img-box {
  text-align: left;
}

.catalog-product-view .product-img-box .more-views {
  padding: 10px 40px 10px 0;
}

.product-view .product-shop {
  margin-top: 25px;
}

.product-view .product-options-bottom {
  border-bottom: none;
}


.product-view .product-options-bottom .add-to-cart {
    margin-right: 0px;
}


.product-view .add-to-cart .qty-block {
    margin: 5px;
    margin-top: 0px;
}
.add-to-cart label {
    font-weight: bold;
}

.product-view .where-to-buy-link a {
	padding: 10px 0;
	color: #000;
	font-size: 18px;
}


.catalog-category-view .page-title.category-title h1 {
	padding-left: 20px;
	padding-right: 20px;
}
.catalog-category-view div.category-image {
	float: left;
	margin: 0 50px 50px 20px;
	width: auto;
}
.catalog-category-view p.category-image {
	margin: 0;
}
.catalog-category-view .category-description {
	margin: 0 20px 50px;
}
.catalog-category-view div.clear {
	clear: both;
}
.catalog-category-view .sidebar li.active:hover {
	background-color: #000 !important;
}
.catalog-category-view .sidebar li.active:hover a {
	color: #fff !important;
}
.catalog-category-view .products-grid .product-name a .title,
.catalog-category-view .products-list .product-name a .title {
	background-position: right 12px;
	padding: 10px 15px;
	right: 10px;
}
.catalog-category-view .products-grid li.item:hover .product-name a .title {
	background-position: right -47px;
}
.block-layered-nav dd li::before {
	content: none;
}
.sidebar .block-layered-nav dd li {
	padding: 0 15px;
}
.main-container.col2-left-layout .col-main.col-xs-12.col-sm-9 {
	min-height: 425px;
}
.main > .row > div.sidebar {
	position: absolute;
}
.catalog-category-view .sorter p.view-mode .list {
	background-image: url("../images/list-icon.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 14px;
	margin-top: 8px;
	transition: none 0s ease 0s ;
}
.catalog-category-view .sorter p.view-mode .grid {
	transition: none 0s ease 0s ;
}
.note-msg, .notice-msg {
    margin: 20px;
}
@media (max-width: 767px) {
	.catalog-category-view div.category-image {
		float: none;
		margin: 0 20px 20px;
	}
}

/*--HYGC-634--*/
.checkout-cart-index #co-shipping-method-form button {
	float: right;
	padding: 0 !important;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list li:hover {
	background-color: #eee !important;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table {
	width: 100%;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table tr {
	border-bottom: 1px solid #ccc;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table tr.last {
	border-bottom: medium none;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table tr.last td {
	padding-bottom: 0;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table td {
	font-size: 10px;
	padding: 5px;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table td.product-name {
  margin: 0 !important;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table td.product-name,
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table td.product-name a {
	color: #d61628;
	text-decoration: none;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table tr.cart-button-set {
	border-bottom: medium none;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table tr.cart-button-set td {
	padding-top: 0;
	text-align: right;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table tr.cart-button-set td a {
	background-color: #000;
	border: 1px solid #ccc;
	color: #c4c8c9 !important;
	display: inline-block;
	margin-left: 10px;
	padding: 0 5px;
	text-decoration: none;
}
.col-left.sidebar .block.block-cart #cart-sidebar.mini-products-list table tr.cart-button-set td a:hover {
	color: #fff !important;
}


/*--HYGC-634--*/
.mpblog-index-index .col-main > .padding-s , .mpblog-index-post .col-main > .padding-s{
    padding: 20px 15px;
    display: block;
    clear: both;
}
.mpblog-container.list .mp-blog-head.fix-me {
    display: none;
}
.mpblog-list img.blogbannerimg {
    margin-top: 0;
    width: 100%;
}
.mpblog-index-index .col-main >.padding-s .desktop.two-columns-left section.content, .mpblog-index-index .col-main >.padding-s .desktop.two-columns-right section.content {
     float: left;
    padding-left: 0;
    width: 77%;
}
.mp-content.std.fix-me > p {
    text-align: justify;
}
.mpblog-post .mp-content a > img.blogimagefull {
    margin: 0;
    padding: 0;
}
.mpblog-list.list .mpblog-post {
    margin-bottom: 25px;
}
.left .block{
    margin-bottom: 20px;
}
.left .block .block-title {
    margin-bottom: 10px;
    position: relative;
}
.block.mpblog-recentposts .block-content {
    padding-left: 0;
}
@media (max-width: 849px) {
	.mpblog-index-index .col-main > .padding-s, .mpblog-index-post .col-main > .padding-s {
		margin-left: 20px;
		margin-right: 20px;
		padding:10px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.container {
		max-width: 100%;
		width: 100%;
	}
	.mpblog-index-index .col-main > .padding-s , .mpblog-index-post .col-main > .padding-s{
		padding: 20px 15px;

	}
}

.catalog-category-view .products-grid .product-image {
	padding-top: 40px;
}



	div.header-container div.page-header-outofbounds {
		  margin-left: 0px;
		  margin-right: 0px;
		  max-width: 100%;
		  padding-right: 0px;
	}

	div.header-container div.page-header-outofbounds div.container {
		  max-width: 100%;
		  width: 92%;
	}

	div#header_right_menu{
		width:600px;
		float:right;
	}

@media (min-width: 850px){
	#header_menu_left, .head-icon-menu{
		display:inline-block !important;
	}
}

@media (max-width: 1099px){
	div.header-container div.page-header-outofbounds div.container {
		width: 99%;
	}
}

@media (max-width: 1024px){
	div#header_right_menu {
	  width: auto;
	}
}

/*--HYGC-639--*/
@media (min-width: 850px) and (max-width: 1024px) {
	.main-container.col2-left-layout > .container {
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		width: auto;
	}
	.main-container.col2-left-layout > .container > .row {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 991px) {
	.header > div#header_menu_left {
		position: absolute;
	}
}
@media (max-width: 939px) {
	.main > .row {
		overflow: hidden;
	}
}
@media (max-width: 849px) {
	.col-main.col-xs-12.col-sm-9 {
		float: right;
	}
	.main-container.col2-left-layout > .container {
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		width: auto;
	}
	.main-container.col2-left-layout > .container > .row {
		margin-left: auto;
		margin-right: auto;
	}
	.page-title {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.main > .row > div.sidebar {
		min-height: 0;
		padding-bottom: 15px;
		position: static;
	}
}
@media (max-width: 1009px) {
	.view-brands .brands-content {
		padding-left: 0;
		width: 100%;
	}
}

.timeline .sixty-two {
    top: 770px;
}
.timeline .sixty-three {
    top: 835px;
}
@media (max-width: 1077px) {
	.timeline-cap {
		background: none;
	}
}
@media (max-width: 1056px) {
	.timeline .year.right {
		left: auto;
		right: 0;
		width: 45%;
	}
	.timeline .year.left {
		width: 45%;
	}
	.timeline .year, .timeline .year.right {
		position: static;
		width: 100% !important;
	}
	.timeline .image .img {
		position: static;
	}
	.timeline .right.image p, .timeline .left.image p {
		width: auto;
	}
	.timeline .image .img {
		border: 1px solid #ccc;
		display: inline-block;
		position: static;
	}
}



/* HYGC-607 */
.product-view {
  padding: 20px;
}


.product-view .productname{
	text-transform:uppercase;
	font-weight:bold;
}


div.short-description{
 display:none;
}

.product-options dl.last dd.last {
  margin-left: 0px;
}

.product-options {
  clear: both;
  float: none;
}

.main > .row > div.sidebar {
  position: inherit;
}

.product-essential {
  border-bottom:none;
  margin-top: 10px;
}

.product-name h3 {
  color: #d61628;
  line-height: 30px;
  margin-top: 25px;
}

.product-name .price-box {
  margin-left: 0 !important;
}

.product-options dd select {
  width: 200px !important;
}

.productsku strong{
	font-weight:bold;
}
.product-view .product-shop .price-box .price {
  font-weight: bold;
}

.product-view .product-img-box {
  text-align: left;
}

.catalog-product-view .product-img-box .more-views {
  padding: 10px 40px 10px 0;
}

.product-view .product-shop {
  margin-top: 25px;
}

.product-view .product-options-bottom {
  border-bottom: none;
}


.product-view .product-options-bottom .add-to-cart {
    margin-right: 0px;
}


.product-view .add-to-cart .qty-block {
    margin: 5px;
    margin-top: 0px;
}
.add-to-cart label {
    font-weight: bold;
}


.catalog-category-view .page-title.category-title h1 {
    padding-left: 20px;
    padding-right: 20px;
}
.catalog-category-view div.category-image {
    float: left;
    margin: 0 50px 50px 20px;
    width: auto;
}
.catalog-category-view p.category-image {
    margin: 0;
}
.catalog-category-view .category-description {
    margin: 0 20px 50px;
}
.catalog-category-view div.clear {
    clear: both;
}
.catalog-category-view .sidebar li.active:hover {
    background-color: #000 !important;
}
.catalog-category-view .sidebar li.active:hover a {
    color: #fff !important;
}
.catalog-category-view .products-grid .product-name a .title,
.catalog-category-view .products-list .product-name a .title {
    background-position: right center;
    padding: 10px 15px;
    right: 10px;
}
.catalog-category-view .products-grid .product-name a .title,
.catalog-category-view .products-list .product-name a .title {
 background-position: right 12px;
 padding: 10px 15px;
 right: 10px;
}
.catalog-category-view .products-grid li.item:hover .product-name a .title {
 background-position: right -47px;
}
.block-layered-nav dd li::before {
    content: none;
}
.sidebar .block-layered-nav dd li {
    padding: 0 15px;
}
.main-container.col2-left-layout .col-main.col-xs-12.col-sm-9 {
    min-height: 425px;
}
.main > .row > div.sidebar {
    position: absolute;
}
.catalog-category-view .sorter p.view-mode .list {
    background-image: url("../images/list-icon.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 14px;
    margin-top: 8px;
    transition: none 0s ease 0s ;
}
.catalog-category-view .sorter p.view-mode .grid {
    transition: none 0s ease 0s ;
}
.note-msg, .notice-msg {
    margin: 20px;
}
@media (max-width: 767px) {
    .catalog-category-view div.category-image {
        float: none;
        margin: 0 20px 20px;
    }
}

/*HYGC-582*/

.cms-company #camera_wrap{
	padding-bottom: 10px;
}

.cms-dealers #camera_wrap {
	height: 365px !important;
}

.cms-dealers .camera_wrap .camera_pag .camera_pag_ul {
	bottom: 9.5%;
}

.cms-dealers .camera_prev  {
	top: 30%;
}

.cms-dealers .camera_next {
	top: 30%;
}

.cms-dealers .camera_prev {
	left: 2%;
}

.cms-dealers .camera_next {
	right: 2%;
}

#contacts-us-map {
    background: url(../images/contact-us-map-bg.jpg) 107px 0 no-repeat;
    height: 340px;
    width: 750px;
    position: relative;
    margin-bottom: 30px;
}

#contacts-us-map-address {
    position: absolute;
    left: 0;
    top: 20px;
}

#contacts-us-map-director-of-sales {
    position: absolute;
    left: 500px;
    top: 20px;
}

#contacts-us-map-cramer-regional-sales {
    position: absolute;
    left: 500px;
    top: 80px;
}

.contacts-us-map-title {
    font-weight: bold;
}

.contacts-us-map-title,
.contacts-us-map-content {
    display: block;
    margin-bottom: 1px;
}

#contacts-us-map a {
    color: #0000EE;
}

.checkout-onepage-success .col-right {
	display: none !important;
}

#products-landing-page-slider {
	padding: 20px;
}

#products-landing-page-title h1 {
	padding-bottom: 0;
}

#products-landing-page-content {
	padding: 20px;
}

.customer-account-index .main-container.col2-left-layout .col-main.col-xs-12.col-sm-9 {
	min-height: 725px;
	padding: 0 3% 0;
}

.customer-account-edit .main-container.col2-left-layout .col-main.col-xs-12.col-sm-9 {
	min-height: 725px;
	padding: 0 3% 0;
}
@media only screen and (max-width: 768px) {
	.main > .row > div.sidebar {
		position: initial;
	}
}

@media (min-width: 1024px) {
	.footer-container .container {
		max-width: 100%;
	}
}

.catalogsearch-result-index .main > .row > div.sidebar {
  position: static;
}
.catalogsearch-result-index dl#narrow-by-list > dt {
  padding-left: 10px;
}
/*.catalogsearch-result-index .main > .row > div.sidebar {
  min-height: 600px;
}
.catalogsearch-result-index .main-container.col2-left-layout .col-main.col-xs-12.col-sm-9 {
  min-height: 600px;
}*/
.catalogsearch-result-index .main > .row > div.sidebar .block-layered-nav .block-subtitle {
  margin-left: 10px;
}
/*.catalogsearch-result-index span.title {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}*/

.catalog-category-view .category-products .category-products-list .toolbar {
  height: 30px;
  margin-bottom: 20px;
}
.catalog-category-view .main > .row > div.sidebar {
  position: absolute;
}
@media (max-width: 849px) {
	.catalog-category-view .main > .row > div.sidebar {
		position: static;
	}
}
.block.last_block {
  margin-bottom: 20px;
}
.catalogsearch-result-index .page-title h1 {
  margin-left: 20px;
}
@media (max-width: 991px) {
	.catalog-category-view .products-grid .product-name a .title, .catalog-category-view .products-list .product-name a .title {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	}
}

/*Task 602*/
@media only screen and (max-width: 1024px) {
	.tp-simpleresponsive img {
		height: 100% !important;
		position: relative !important;
		width: 100% !important;
	}
	.cms-index-index .col-main .amanda-container-fullwidth  .amanda {
		background: #000000 none repeat scroll 0 0;
		max-height: 700px;
		width: 100%;
	}
	.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
		width: 100%;
		height: 100%;
		top:0 !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.cms-index-index .col-main .amanda-container-fullwidth  .amanda {
		min-height: 375px;
	}
}
@media only screen and (max-width: 767px) {
.cms-index-index .col-main .amanda-container-fullwidth  .amanda {
		min-height: 200px;
	}
}

@media only screen and (min-width: 768px) {
	.cms-index-index .col-main {
		min-height: unset !important;
	}
}

@media only screen and (min-width: 1024px) {
	.tp-simpleresponsive img {
		/*height: 100% !important;*/
		/*position: relative !important;*/
		/*width: 100% !important;*/
	}
	.cms-index-index .col-main .amanda-container-fullwidth  .amanda {
		background: #000000 none repeat scroll 0 0;
		max-height: 700px;
		width: 100%;
	}
	.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
		width: 100%;
		height: 100%;
		top:0 !important;
	}
}


.sidebar .block-layered-nav {
	margin-bottom: 20px;
}
.sidebar .block-layered-nav #narrow-by-list, .block-layered-nav #narrow-by-list2 {
	margin-bottom: 0;
}
.sidebar .block-layered-nav #narrow-by-list > dt {
    font-weight: bold;
    padding-top: 0;
}
.sidebar .block-layered-nav #narrow-by-list > dd {
	margin-bottom: 0;
	padding: 5px 0 5px 15px;
}
.sidebar .block-layered-nav dd li {
	color: #a7a9ac;
}

.products-list .product-name a {
	color: #2c2d30 !important;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}
.products-list .price-box .price {
	color: #000;
	font-size: 24px;
}
.products-list .action .button {
    background-color: #000;
    padding: 3px 30px;
    text-decoration: none;
}
.products-list .desc {
	margin-top: 10px;
}
.catalog-category-view .sorter .grid {
	background: rgba(0, 0, 0, 0) url("../images/grid-list.gif") no-repeat scroll left top !important;
}


/*HYGC-582*/
.box-also-viewed .box-title h2 {font-size: 16px !important;}
.owl-theme .owl-controls {margin-top: 15px;text-align: center;}
.product-view {margin-bottom:20px}
.product-view .box-tags h3 {margin-bottom: 0;}
.box-also-viewed .products-grid .product-name a {
    font-weight: bold;
    padding-top: 0px;
	height: 40px;
    margin-bottom: 0px;
    overflow: hidden;
	font-size: 12px  !important;
	line-height: 18px;
}
.box-also-viewed .products-grid .price-box {text-align: center;}
.box-also-viewed .products-grid .price-box  .price{color: #2c2d30;}

@media only screen and (max-width: 849px) {

	.products-grid .product-image, .products-list .product-image {float: none; margin: auto;text-align: center;}
	.regular-price { margin-top: 0px;}
}

.block-account .block-title {
  padding-left: 10px;
}
.block-account .block-content ul li {
  padding: 0 15px 5px;
}
.my-account {
  margin: 0;
  padding: 0 30px;
}
.customer-account-index .main-container.col2-left-layout .col-main.col-xs-12.col-sm-9,
.customer-account-edit .main-container.col2-left-layout .col-main.col-xs-12.col-sm-9 {
	padding: 0;
}
.my-account .page-title.title-buttons button.button {
  margin-top: 5px;
}
.my-account .page-title.title-buttons button.button > span {
  background-color: #000;
  padding: 3px 10px;
}
.helpdesk-ticket-index .page-title, .helpdesk-ticket-index .box-account, .helpdesk-ticket-index #helpdesk-form-validate > div {
	padding-left: 30px;
	padding-right: 30px;
}

/*PERH-1095*/
div.mpblog-list.list a.mp-read-more {
	background: none;
	color: #584F3F;
	padding: 0;
	display: inline;
	font-weight: normal;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	float: none;
}

button.button.btn-cart {
	display: none !important;
}

#header_right_menu #header_search_form {
	width: 100%;
	display: inline-block;
}

.header .logo img.cramer_logo {
	max-width: 92px;
}