/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          {background: #000;font:14px/1.42857 Arial, Helvetica, sans-serif;color:#333333;}

img           { border:0; vertical-align:top; }

a             { color:#05c; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:700; line-height:1.25; }
h3            { font-size:16px;line-height:1.25; }
h4            { font-size:14px;font-weight:normal;  }
h5            { font-weight:normal;  }
h6            { font-weight:normal; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; width: 100%;}
caption,th,td { vertical-align:middle; text-align:left;}

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         {/* float:left !important; */}
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.page-popup a.handle{display:none !important}
.main-container { background: transparent !important;}
.main { margin:0; position: relative;}
.cms-index-index .main { margin:0px 0; }

/* Base Columns */
.col-left { float:left;}
.col-main { float:left;}
.col-right { float:right;}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { }
.col3-layout .col-wrapper { float:left;  }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { vertical-align:middle;}
input.input-text,select,textarea { background:#fff; border:1px solid #e6e6e6; color: #888888;}
input.input-text,textarea {padding: 5px 10px;}
select { padding:8px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #cccccc; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio,input.checkbox { background:transparent;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;float: none;margin: 0 6px 0 0;display: inline-block;}
input.qty { text-align: center; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:5px 10px; margin:0; background:transparent; cursor:pointer; }
button.button span {}
button.button:hover span {}
button.button span span {height: 30px;line-height: 30px;}
button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; marwgin:0 auto; overflow:hidden; }*/
.account-create .form-list fields.li {margin:0 0 10px;width: 100%;float: left;}
#advanced-search-list li {margin:0 0 10px;width: 50%;float: left;}
@media (max-width: 640px){ .form-list li {width: 100%;} }
.form-list label { font-weight: 700; float:left; color:#111; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox {margin: 0 6px 0 0;display: inline-block;}
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box, .form-list .input-range { display:block; clear:both;}
.form-list .field { float:left; width:275px; }
.form-list input.input-text {width:254px;border: 1px solid #ddd;}
.form-list textarea { width:100%; height:10em; }
.form-list select {width:254px;border: 1px solid #000;padding: 5px;}
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; display: none;}
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set {clear: both;margin: 17px 0 0;padding: 8px 0 0;text-align: right;}
.buttons-set .back-link { float:left; margin:0}
.buttons-set .back-link a{color: #333; font-weight: 600 !important;background: #e6e6e6;border-color: #adadad;font-size: 13px;text-transform:uppercase;padding: 0 20px;height: 35px;line-height: 34px;text-align: center;background: #f2f2f2;border: 1px solid rgb(221, 221, 221);text-decoration: none;}
.buttons-set .back-link a i{padding-right: 10px;}
.buttons-set .back-link a:hover{color: #333;background: #000 !important; border-color: #adadad;font-size: 13px;text-transform:uppercase;padding: 0 20px;height: 35px;line-height: 34px;text-align: center;background: #f2f2f2;border: 1px solid rgb(221, 221, 221);text-decoration: none;}
.buttons-set .back-link a {display: block;}
.buttons-set button.button { float:right; margin-left: 5px;}
.buttons-set button.dna { float:right; margin-left: 5px; border-radius: 0; color: #fff; background-color: #c0392b; overflow: visible; width: auto; border: 0; padding: 10px 20px; margin: 0; cursor: pointer;}
.buttons-set button.dna:hover { background-color: #000; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:30px 0; }
.fieldset .form-list{margin-top:20px;}
.fieldset .legend {float: left;font-weight: 400;border: 1px solid #fefefe;background: #5b9843;color: #fff;margin: -43px 0 0 -10px;padding: 8px;position: relative;    font-size: 20px;}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:13px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */

#inchoo_global_messages {
	position: relative;
	z-index: 9999;
}
#inchoo_global_messages_close {
	position: absolute;
	top: 13px;
	right: 13px;
	z-index: 10000;
	display: block;
	width: 15px;
	height: 15px;
	background: #666;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#inchoo_global_messages_close .messages li, #inchoo_global_messages_close .messages li li { margin: 0 !important; }
.error-msg, .success-msg, .note-msg, .notice-msg {
	border: none !important;
	font-size: 16px !important;
	background-position: 13px 13px !important;
	padding: 11px 35px !important;
	min-height: 22px !important;
}
.note-msg, .notice-msg { color: #000; }
.success { color:#000; font-weight:bold; }
.error { color:#000; font-weight:bold; }
.notice { color:#000; }
.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; color:#000; font-weight:bold; font-size: 16px;}
.messages span { line-height: 50px; }
.messages {
  width:100%;
  overflow:hidden;
  position: fixed;
  bottom:-100px;
  left:0;
  -webkit-animation: peek 5s forwards;
  -webkit-animation-delay: 0.5s;
  animation: peek 5s forwards;
  animation-delay: 500ms;
  z-index: 999;
  color: #fff !important;
}
@-webkit-keyframes peek {
      0% { bottom: -200px; }
     10% { bottom: 0; }
     90% { bottom: 0; }
    100% { bottom: -200px; }
}

@keyframes peek {
      0% { bottom: -200px; }
     10% { bottom: 0; }
     90% { bottom: 0; }
    100% { bottom: -200px; }
}
/*.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }*/
.error-msg,
.success-msg,
.note-msg,
.notice-msg { 
	border-style: solid !important;
	border-width: 0 !important;
	background-position: 10px 50% !important;
	background-repeat: no-repeat !important;
	min-height: 24px !important;
	padding: 8px 8px 8px 32px;
	font-size: 14px !important;
}
.no-product .note-msg{padding: 0;}
.error-msg { border-color:#fff; background-color:#fff; background-image:url(../images/i_msg-error.gif); }
.success-msg { border-color:#fff; background-color:#fff; background-image:url(../images/i_msg-success.gif); }
.note-msg,
.notice-msg { border-color:#fff; background-color:#fff; background-image:url(../images/i_msg-note.gif); }

/* BreadCrumbs */
.breadcrumbs {}
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { padding:0 0 5px; margin:0 0 10px; }
.page-title h1,
.page-title h2 { font-size: 2.6666em; color:#515151; margin: 0 0 10px;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.pager {  }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0; }
.pager .pages ol { }
.pager .pages li {display: inline-block;; }
.pager .pages .current {}

/* Sorter */
.sorter {}
.sorter .view-mode { }
.sorter div.view-mode a,.sorter div.view-mode strong{display:inline !important;}
.sorter .sort-by {  }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th {white-space:nowrap; }
.data-table th{padding:0 0 30px;}
.data-table td{ padding:0px 0 30px 0;position: relative; }
.data-table td.td-infopr{padding: 0 15px;}
.data-table td.td-infopr .item-content .item-title{font-size:20px;}
.data-table td.td-infopr .product-code .p-code{color:#9b9b9b;}
.data-table td.td-infopr .product-code .p-code{font-weight:400;}
.data-table td.td-infopr .product-code .p-code span{color:#4a4a4a;}
.data-table thead {}
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {}
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { color: #777; font-size: 15px; font-weight: 400; }
.data-table td.value {}
    
/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul {list-style:disc outside;padding-left:1.5em;}
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart {color:#f00; }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove {}
.btn-remove2 { display:block; width:16px; height:18px; font-size:0; line-height:0; background:url(../images/btn_trash.png) 0 0px no-repeat; text-indent:-999em; overflow:hidden;}
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }



.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }

/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo {}
.header-container {}

.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo {}
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .welcome-msg a {}
.header .links {}
.header .form-search { text-align:right; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

/********** < Navigation */
.nav-container {}
#nav { border:1px solid #ddd; padding:5px 0; margin:10px 0; font-size:13px; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:998; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ leven */
#nav ul ul,
#nav ul div { top:7px; }

#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a { color:#000 !important; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */














/* Sidebar =============================================================================== */
.block {}
.block .block-title strong {}
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:15px; font-weight:bold; }
.block .block-content { padding:0px; }
.block .block-content ol li a,.block .block-content ull li a {color:#333;}
.block .block-content ol li a:hover,.block .block-content ull li a:hover{color:#5b9843;}
.block .block-content li.item { padding:0; }
.amz-sidebar .block .block-content li {padding:0 0 5px;text-transform:capitalize;}
.amz-sidebar .block .block-content li.current {color: #CDC57F;}

.amz-sidebar .block .block-content li:last-child{ padding:0px; }
.amz-sidebar .widget{padding: 0 0 6px;display: inline-block;width: 100%;}
.amz-sidebar .widget:last-child{padding:0px; }
.block .btn-remove,
.block .btn-edit { float:right;}
.amz-sidebar .block .actions { text-align:right; margin: 20px 0 0;}
.amz-sidebar .block .actions button {margin-right: 5px;}
.amz-sidebar .block .actions a, .amz-sidebar .block .actions button {padding: 6px 8px;float: left;}
.amz-sidebar .block .actions button span span {line-height: unset; height: unset;}
.block .empty {}

.block li.odd {}
.block li.even {}

/* Mini Products List */
.mini-products-list li {}
.mini-products-list .product-image {}
.mini-products-list .product-details {}
.mini-products-list .product-details .product-name{}
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

.top-btn-remove{position:absolute;right:0px;bottom:1px;}
/* Block: Account */
.block-account {}
.block-account .block-content .current{color:#5b9843;border-bottom: 1px solid #DDDDDD;padding: 3px 0;}
.block-account .block-content .current strong{font-weight: 700;}
.block-account .block-content li a {display: block;border-bottom: 1px solid #ddd;padding: 3px 0;}
.block-account .block-content li.last a {border:none;}
/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {background:none;border:none;padding:0;margin:0;border-radius:0;-webkit-border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.block-layered-nav .block-content .actions{font-weight: bold;font-size: 14px;text-transform: uppercase;line-height: 28px;background:none;border:none;padding:0;margin:0;text-align:left;letter-spacing:1px;}
.block-layered-nav dt,.block-layered-nav dd {font-weight: bold;font-size: 14px;line-height: 28px;}
.block-layered-nav dt:hover,.block-layered-nav dd li a:hover{color: #5b9843;text-decoration: none;outline: 0;}
.block-layered-nav dd{font-weight:400;padding:0;margin-bottom:30px;}
.block-layered-nav dd.last{overflow: inherit !important;}
.block-layered-nav dl {margin:0;}
.block-layered-nav dl dd:last-child{margin:0;}
.block-layered-nav .currently {font-size: 14px;text-transform: uppercase;line-height: 28px;}
.block-layered-nav .currently p{margin:0;}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

/* Block: Wishlist */
.block-wishlist {}
.my-wishlist .price-box {margin-bottom: 5px;}
.my-wishlist .add-to-cart-alt {margin-bottom: 10px;}
.my-wishlist .btn-cart {margin: 10px 0 5px;}
.my-wishlist textarea {display: block;width: 100%;height: 70px;border: 1px solid #e5e5e5;}

/** Wishlist Form ***/
table#wishlist-table{}
table#wishlist-table th{padding: 5px 10px; border-bottom: 2px solid #e5e5e5;}
table#wishlist-table td:first-child {border-left: 1px solid #e5e5e5;width: 10%;min-width: 136px;}

table#wishlist-table td{border-right: 1px solid #e5e5e5;line-height: 20px;text-align: left;vertical-align: middle;padding: 10px;border-bottom: 1px solid #e5e5e5;}
table#wishlist-table td .product-name{margin:0;text-align: left;}
table#wishlist-table td .description{margin:0 0 10px;text-align: left;}
form#wishlist-view-form .buttons-set{}
.tooltip-hover{display:inline-block !important;}
/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; position:relative;}

.block-compare .btn-remove{}

table.data-table.compare-table{border:1px solid #ddd;border-left: 0;}
table.data-table.compare-table th,table.data-table.compare-table td{border-left:1px solid #ddd;border-bottom:1px solid #ddd;padding:8px}
table.data-table.compare-table .btn-remove {top: 5px;right: 5px;}
/* Block: Recently Viewed */
.block-viewed {}
.block-viewed li,.block-viewed .block-content p{padding: 0;}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {font-weight: 400;}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label {display: block;margin-left: 18px;color: #333;text-align: left;font-size: 14px;}
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:2px 10px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .actions a{}

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {display: inline-block; margin: 0 0 10px;}
.category-description { margin:0 0 10px; }
.category-products {}
.category-products li{list-style:none;}
.category-products.featured-products ul .products-grid{}

/* View Type: Grid */
.products-grid { padding:0;}
.products-grid.last { border-bottom:0; }
.products-grid li{text-align:center;}
.products-grid .product-image {text-align:center;}
.products-grid .product-name { margin:10px 0 0; font-weight:bold; font-size:13px; }
.products-grid .product-name a {}
.products-grid .price-box { margin:5px 0; }
.products-grid .price-box p{margin:0;}
.products-grid .availability { line-height:21px; }
.products-grid .actions {padding: 5px 0 15px;}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { margin:0 auto; padding:0;}
.col1-layout .products-grid {margin:0 auto; padding:0;}

/* View Type: List */
.products-list li.item { border-bottom: 1px solid #ddd;padding: 0px 0px 15px;margin-bottom: 15px; }
.products-list li.item.last { border-bottom:0; margin-bottom: 0px;}
.products-list .product-image { 
	float:left; 
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
	background: #fff;
	border: 9px solid #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
.products-list .product-image img { width: 100%; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both;  line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links {}
.products-list .add-to-links li {}
.products-list .add-to-links .separator {}
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating,.product-view .short-description,.availability,.product-shop .add-to-box{ margin:0; padding: 0;}

.details-page .product-item .rating.empty-rating .rating-box:before{display:none;}
.details-page .product-item .rating.empty-rating .rating-box .rating{width:auto !important;position:relative;overflow:visibility;}
.details-page .product-item .rating.empty-rating .rating-box .rating:before{color:#bdbdbd;}
.details-page .product-item .rating.empty-rating .reviewitem.no-rating{font-size:14px;padding:0 0 0 20px;}
.ratings { }
.ratings strong {}

.ratings .rating-links {}
.products.list .ratings .rating-links,
.product-item .ratings .rating-links {display:none;}
.itemslider-wrapper .ratings .rating-links,
.itemslider-wrapper .no-rating {display:none;}
.details-page .product-item .item-content .ratings .rating-links {display:inline;}
.ratings .rating-links .separator { }
.ratings dt {}
.ratings dd {}
.rating-box {}
.rating-box .rating {}
.ratings .rating-box {}
.ratings .amount {}
.product .ratings .amount {display:none;}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability {}
.availability span { font-weight:bold; }
.availability.in-stock span,.availability.in-stock i{color: #04b100;}

.availability.out-of-stock span,.availability.out-of-stock i { color:#888888; }
.availability.out-of-stock span {
    width: 100%;
    height: 36px;
    padding: 6px 4px;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    border-radius: 0px;
    border: 2px solid #888;
    -webkit-appearance: none;
    text-align-last: center;
    display: inline-block;
}


.availability-only { margin:0 0 7px; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {padding: 0px 0;float:left;margin:0;}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.details-page .product-item .price-box{margin: 25px 0 0px;}
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { color: #b10c0c !important; font-size: 19px; }
#cart-sidebar span.price {
  color: #333 !important;
  font-size: 14px;
}
.catalog-category-view .price-box .price { font-size: 19px; }
.price-box p {display: inline-block;margin-bottom: 0; line-height: 12px; font-size: 14px;}
/* Regular price */
.regular-price {}
.regular-price .price { }

/* Old price */
.price-box .old-price {}
.old-price {display:inline-block;}
.old-price .price-label { white-space:nowrap; }
.old-price .price {color: #909090;line-height: 24px;text-decoration: line-through;font-size:18px;}

.details-page .price-box .old-price{margin-top: 7px;}
.details-page .price-box .old-price .price{}
/* Special price */
.special-price {display:inline-block;}
.price-label{}
.special-price .price-label { font-weight:bold; white-space:nowrap; }

.details-page .product-item .price-box .special-price .price{font-size:50px;}
.products-list .price-options .price-box .special-price,
.products-list .price-options .price-box .old-price {display:inline;}
.products-list .price-options .price-box .special-price .price {display:inline-block;padding-left:15px;}

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; white-space: initial !important;}

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Configured price */
.configured-price {}
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }
.add-to-links {margin:0;padding:0;}
.add-to-links li{display:inline-block;margin-right:10px;}
.add-to-links li:last-child{margin:0px;}

/* Add to Cart */
.add-to-cart label {float: left;margin-right: 10px;line-height: 38px;margin-bottom: 0;}
.add-to-cart .qty { float:left;margin-right: 5px; }
.add-to-cart button.button { float:left; margin-left:5px;background: transparent; }
.add-to-cart button.button:hover{background: transparent;}
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }


.product-view {}

.product-essential {}

.product-collateral{display:inline-block;width:100%;}
.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box { float:left; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #f4f4f4;position:relative;}
.product-view .product-img-box .product-image .fancybox-buttons{
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 101;
	display: block;
	font-size: 22px;
}
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.zoom-notice{margin: 15px 0 0;text-align: center;}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; }
.col1-layout .product-view .product-shop { float:right; width: 100%;}
.col3-layout .product-view .product-shop { float:none;}
.product-view .product-name {}
.product-view .short-description {}
.product-view .title-actions {
	width: 100%;
	display: inline-block;
}
.product-view .title-actions .manufacturer {
    border: 2px solid #c1c1c1;
    font-weight: 700;
    padding: 0 4px;
    font-size: 10px;
    color: #c1c1c1;
    display: -webkit-inline-box;
    text-transform: uppercase;
    float: left;
}
.product-view .title-actions .wishlist {
	width: 18px;
	height: 18px;
	padding: 0 4px;

	float: left;
}
.product-view .title-actions .wishlist a {
	color: #a82020;
}


@media only screen and (min-width: 768px) {
	.col1-layout .product-view .product-shop .product-description {padding-right: 125px;}
}

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom {}
.product-options-bottom .price-box { margin:10px 0; }

.details-page .choose-options .sl-dropdown.sl-dropdown-small{background:none;padding:0;width:77%}
.details-page .choose-options .sl-dropdown.sl-dropdown-small select{width:100%;}
/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}
.product-view .box-additional table#product-attribute-specs-table .label{font-size:100%;color:#333;}
.product-view .box-additional table#product-attribute-specs-table td{padding: 0 0 5px;}
/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; margin: 0 10px 0 0;line-height: 42px;}
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text {width: 290px;padding: 11px 10px 10px; }
.product-view .box-tags .form-add p { clear:both; }
.product-view .box-tags p.note{margin: 10px 0 0}

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}
table.ratings-list .label{font-size:100%;color:#333;}
/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:14px; font-weight:normal; }
.product-name a {color:#383838;}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {display: inline-block;}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}

/* Checkout Types */
.cart .checkout-types {text-align:right;padding:0; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {  }
.cart .cart-collaterals .col2-set {margin-bottom: 20px; }

.cart .crosssell {}
.cart .crosssell h2 {  }
.cart .crosssell .product-image { }
.cart .crosssell .product-details {}
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

#co-shipping-method-form dl.sp-methods{margin:20px 0;}
/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th {}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:400; margin: 0em 0 1em;}
.block-progress dt i{padding-right:10px;}
.block-progress dt.complete{ background-color:#5b9843; padding:10px;color:#fff;}
.block-progress dt.complete a{color:#fff;}
.block-progress dt.complete a:hover{color:#515151;}
.block-progress dd.complete { background:none; }
.block-progress .block-content div {margin-bottom:20px;}

.opc {position:relative; }
.opc li.section {margin:0 0 10px;}

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:42px; line-height:42px; }

.opc .step-title {  }
.opc .step-title .number {}
.opc .active .step-title {}
.opc .active .step-title h2{color:#fff; }
.opc .step-title h2 { float:left;padding: 9px 0px;margin: 0; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title {cursor:default; }

/*.opc .active .step-title a { display:none; }*/

.opc .step { padding:10px 20px; position:relative; }
.opc #checkout-step-login .form-list li, #co-billing-form .form-list li.control{margin:0; }
.opc .step h3{text-transform:uppercase;border-bottom: 1px solid #dadada;padding-bottom: 10px;}
.opc #opc-review .step h3{text-transform:uppercase;border-bottom: 0;padding-bottom: 0px;}
.opc .step ul.ul{padding: 0 20px;}
.opc .step ul.ul li{list-style:initial;}
.opc .step .tool-tip { right:10px; }

.opc .order-review {}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}
.opc .order-review .data-table th,.opc .order-review .data-table td{padding-bottom:10px;}
.opc .order-review .data-table td h3.product-name{margin:15px 0;}
.opc .order-review .data-table td.label{padding-right:20px;}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.block.block-checkout-progress .section-title:after,
.block.block-account .section-title:after,
.block.block-reorder .section-title:after{bottom:-17px}
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}

.customer-account-login .amz-inner-main {
	padding-top: 0;
	padding-bottom: 0;
}

.customer-account-login .registered-users input {
	width: 100%;
	margin: 0 0 10px;
}
.customer-account-login .fieldset h2 {
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: capitalize;
    border-bottom: 5px solid #c0392b;
    padding-bottom: 5px;
    display: inline-block;
}

/* Account Login/Create Pages ============================================================ */

/* Captcha */
.proxiblue-recaptcha {margin-top: 10px;}
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */

.dashboard {}
.dashboard .welcome-msg {margin-bottom: 15px;}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }
.dashboard .box-recent h2,
.box-account.box-info h2{font-size:22px;}

/* Block: Account Information */
.dashboard .box-info {}
.dashboard .box-info h3{
    border: 0 none;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 700;
    color: #222;
    position: relative;
    text-transform: uppercase;
}
.box-account.box-info .col2-set,
.box-head{margin-bottom:20px;}
/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,

.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer {}
.footer p {}
.footer address { }
.footer ul {}
.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-title:after,
.section-title:after,


.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

.logo-footer {
width: 206px;
height: 150px;
background-image: url(../images/dna-logo-swap.png);
background-position: 0 0;
}

.logo-footer:hover {
background-position: 0 100%;
}

@media(max-width: 767px){
	.logo-footer {
		margin: 0 auto 20px;
	}
}

/* ======================================================================================= */

/* SLIDER */

.dna-caption {
    font-size: 88px !important;
    font-family: 'Titillium Web';
    font-weight: 700 !important;
    text-shadow: 0px 0px 40px #000, 0px 0px 40px #000;
	letter-spacing: -4px !important;
    color: #fff;
}
.dna-subcaption {
    font-size: 72px !important;
    font-family: 'Titillium Web';
    font-weight: 100 !important;
    text-shadow: 0px 0px 40px #000, 0px 0px 40px #000;
	letter-spacing: -4px !important;
    color: #CDC57F;
}
.dna-note {
    font-size: 16px !important;
    font-family: 'Titillium Web';
    text-shadow: 0px 0px 40px #000, 0px 0px 40px #000;
    color: #fff;
}
.dna-action {
    background: #000;
    font-size: 16px !important;
    font-family: 'Titillium Web';
    font-weight: 700 !important;
    border: #CDC57F 2px solid !important;
    padding: 0px 30px !important;
    line-height: 41px;
    color: #CDC57F;
    display: -webkit-inline-box;
}
.dna-action:hover {background: #CDC57F; color: #000;}

.dna-action-block {text-align: center;}
.dna-action-block .dna-action {display: inline-block;}

/* BOOTSTRAP CUSTOMISATION FOR HOMEPAGE SLIDESHOW

@media (min-width: 768px) and (max-width: 991px){
.col-lg-2-4{width: 33.33333333% !important;}
}

@media (min-width: 992px){
.col-lg-2-4{width: 20% !important;}
} */

.col-lg-2-4 {width: 20% !important;float: left;}

/* HOME */
.cms-homepage-hermes1 .main-container{display: none;}

/* DNA WELCOME CSS */
.welcome-dna {text-align: center;margin: 20px 0;}
.welcome-dna h1 {font-family: 'Titillium Web',Helvetica,Arial,sans-serif;font-weight: 700;margin-bottom: 0;}
.welcome-dna p {font-family: 'Titillium Web',Helvetica,Arial,sans-serif;font-weight: 600;color: #888888;}

@media (max-width: 767px){
.welcome-dna h1 {font-size: 18px;}
.welcome-dna p {font-size: 12px;}
}

@media (min-width: 768px) and (max-width: 1199px){
.welcome-dna h1 {font-size: 24px;}
.welcome-dna p {font-size: 16px;}
}

@media (min-width: 1200px){
.welcome-dna h1 {font-size: 38px;}
.welcome-dna p {font-size: 20px;}
}

.dna-service {margin: 10px 0;}
.dna-service img {height:39px;}
.dna-service .caption {font-family: 'Titillium Web',Helvetica,Arial,sans-serif;font-weight: 700; font-size: 16px;}
.dna-service .content {font-family: 'Titillium Web',Helvetica,Arial,sans-serif;font-weight: 700; font-size: 13px;color: #888888;}

/* FOOTER DNA DESIGN */

.footer_header {height: 450px;background: url('../../../../frontend/dna_genetics/retail/images/dna_bottom.png') no-repeat 50%;}

/* DNA PROMO */



.promo-dna {padding: 0 0 75px;}

/* DNA QUOTE */

.quote-dna {background: url('../../../../frontend/dna_genetics/retail/images/bkg-dna-quote-min.jpg') no-repeat center center;background-size: cover;}
.quote-dna h1 {color: #ffffff;font-weight: 600;font-style: italic;}

@media (max-width: 767px){
.quote-dna {padding: 20px 0;}
.quote-dna h1 {font-size: 21px;}
}

@media (min-width: 768px) and (max-width: 1199px){
.quote-dna {padding: 30px 0;}
.quote-dna h1 {font-size: 26px;}
}

@media (min-width: 1200px){
.quote-dna {padding: 40px 0;}
.quote-dna h1 {font-size: 34px;}
}

/* DNA HIGHLIGHT */

.highlight-dna {background: url('../../../../frontend/dna_genetics/retail/images/bkg-dna-content.jpg') no-repeat center center;background-size: cover;padding: 75px 0;}
.highlight-dna img {-webkit-box-shadow: 0 0 30px rgba(0,0,0,1);box-shadow: 0 0 30px rgba(0,0,0,1);}

/* DNA ABOUT */

.about-dna {padding: 20px}
.about-dna h1 {font-family: 'Titillium Web',Helvetica,Arial,sans-serif;font-weight: 700; margin-bottom:18px;}
.about-dna p {font-family: 'Titillium Web',Helvetica,Arial,sans-serif;font-weight: 400; color: #888888;margin-bottom:12px;}
.about-dna .dna-action-block {display: block; height: 45px;}
.about-dna .about-hightimes {display: block; position: absolute; width: 70px; right: 15px; bottom: 0;}

@media (max-width: 767px){
.about-dna h1 {font-size: 18px;}
.about-dna p {font-size: 14px;}
}

@media (min-width: 768px) and (max-width: 1199px){
.about-dna h1 {font-size: 24px;}
.about-dna p {font-size: 16px;}
}

@media (min-width: 1200px){
.about-dna {min-height: 400px;}
.about-dna h1 {font-size: 28px;}
.about-dna p {font-size: 18px;}
}

/* DNA PROMO */

.cms-promos .promo-right {text-align: center;}
.cms-promos .promo-service {margin-bottom: 15px;}
.cms-promos .promo-service .caption {
    font-family: 'Titillium Web',Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 15px;
}
.cms-promos .promo-service .content {
    font-family: 'Titillium Web',Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #888888;
}
.cms-promos .promo-service img {height: 34px;}
.cms-promos .subscribe label {
    font-family: 'Titillium Web',Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    margin-top: 3px;
    margin-right: 5px;
    line-height: 1.2;
}
.cms-promos .subscribe label .sublabelcaption {color: #CDC57F;}
.cms-promos .subscribe .amz-form .amz-input {color: #fff;}
.cms-promos .subscribe .amz-btn {background:#9f2621}
.cms-promos .promo-row {padding: 15px 30px;}
.cms-promos .promo-row .promo-block1, .cms-promos .promo-row .promo-block2, .cms-promos .promo-row .promo-block3 {background: #000;}
.cms-promos .promo-row .promo-block1 {margin-bottom: 30px;}
.cms-promos .promo-row .promo-block2, .cms-promos .promo-row .promo-block3 {bargin-bottom: 0;}
.cms-promos .promo-row .promo-block1, .cms-promos .promo-row .promo-block2 {height: 275px;}
.cms-promos .promo-row .promo-block3 {height: 580px;}
.cms-promos .promo-note1, .cms-promos .promo-note2 {padding: 15px; font-family: 'Titillium Web',Helvetica,Arial,sans-serif; font-weight: 700; font-size: 18px; text-align: center; text-transform: uppercase; color: #fff;}
.cms-promos .promo-note1 {background: #000;}
.cms-promos .promo-note2 {background: #9f2621}
.cms-promos .promo-block-bottom {position: absolute;border: 2px solid #000;background: #fff;color: #889b06;width: 100%;bottom: 0;font-weight: 600;font-size: 20px;margin-left: -15px;line-height: 0.9;padding: 10px;}
.cms-promos .promo-block-image {margin-right: -13px; margin-left: -13px; margin-top: 2px;}
.promo-block-bottom .promo-caption {color: #888888;font-weight: 300;font-size: 14px;font-style: italic;}


/* DNA ABOUT SLIDER */

.about-slider-margin {
  margin-top: -20px;
  margin-bottom: -20px;
}

.slider {
  margin: 0 auto;
  position: relative;
  width: 774px;
  height: 594px;
}
.slide1,.slide2,.slide3,.slide4,.slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1 {
  background: url(../../../../media/wysiwyg/about_slider_1.png)no-repeat center;
      background-size: cover;
    animation:fade 13s infinite;
-webkit-animation:fade 13s infinite;

} 
.slide2 {

  background: url(../../../../media/wysiwyg/about_slider_2.png)no-repeat center;
      background-size: cover;
    animation:fade2 13s infinite;
-webkit-animation:fade2 13s infinite;
}
.slide3 {
    background: url(../../../../media/wysiwyg/about_slider_3.png)no-repeat center;
      background-size: cover;
    animation:fade3 13s infinite;
-webkit-animation:fade3 13s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}

/* DNA ABOUT */

.cms-about-us .amz-foxy, .cms-awards .amz-foxy {
  background: url('../images/dna-collage-bg.jpg') #000 top center;
}

/* HEADER SPACING */

.cms-about-us .breadcrumbs, .cms-awards .breadcrumbs, .cms-distributors .breadcrumbs {
  display: none;
}

.cms-about-us .amz-foxy .amz-inner-main, .cms-awards .amz-foxy .amz-inner-main, .contacts-index-index .amz-foxy .amz-inner-main, .cms-distributors .amz-foxy .amz-inner-main {
  padding-top: 0;
}

.cms-about-us .amz-foxy .amz-inner-main .main, .cms-awards .amz-foxy .amz-inner-main .main, .cms-distributors .amz-foxy .amz-inner-main .main {
  margin: 0;
}

.cms-about-us .amz-foxy .footer_header, .cms-awards .amz-foxy .footer_header, .cms-distributors .amz-foxy .footer_header {
  display: none;
}

.header-slider {
	margin-bottom: 25px;
}



/* SECTION PAGE STYLING */

.amz-foxy .section-page section {
  display: block;
  margin: 40px 0;
  color: #fff;
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0 0 15px #000;
}

.amz-foxy .section-page section iframe {
  border: 0;
}

.amz-foxy .section-page section .std ul {
	padding-left: 0;
}

.amz-foxy .section-page section .image .caption {
    margin: 5px 2px;
    position: absolute;
    width: 100%;
    top: -27px;
    right: 25%;
    left: 50%;
    margin-left: -50%;
}

.amz-foxy .section-page section .image .caption .caption-inner {
   margin: 0 auto;
   width: 100%;
   display: inline-block;
   text-align: center;
}

.amz-foxy .section-page section .image .caption .caption-inner-content {
    border: 2px solid #000;
    background: #8e0d12;
    font-size: 20px;
    display: inline-block;
    padding: 2px 5px;
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

.amz-foxy .section-page section .content h2 {
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.amz-foxy .section-page section .content p {
    text-align: justify;
}

.amz-foxy .section-page .cartoon-cup {
	float: left;
	margin-right: 5px;
}

.amz-foxy .section-page .expo-logos {
    text-align: center;
    clear: both;
}

.amz-foxy .section-page .expo-img {
    position: relative;
    min-height: 70px;
    height: 100%;
}

.amz-foxy .section-page .expo-img img {
    vertical-align: middle;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.amz-foxy .section-page section .content img {margin: 0 auto;display: block;}

@media only screen and (min-width: 768px) {
	.amz-foxy .section-page section.even .image {
	    float: left;
	}
	.amz-foxy .section-page section.even .content {
	    float: right;
	    margin: 0;
	}
	.amz-foxy .section-page section.odd .image {
	    float: right;
	}
	.amz-foxy .section-page section.odd .content {
	    float: left;

	    margin: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.amz-foxy .section-page section {
		font-size: 13px;
	}
	.amz-foxy .section-page section .content h2 {
		font-size: 18px;
	}
}

@media only screen and (min-width: 641px) and (max-width: 991px) {
	.amz-foxy .section-page section .image img {
   		width: 100%;
	}
}


@media only screen and (max-width: 991px) {
	.amz-foxy .section-page section .image img {
		margin-bottom: 25px;
	}
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #ffd658;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 0em;
    margin-bottom: 0em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #CDC57F, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img i.fa {
    font-size: 3rem;
    margin: 25%;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
}

.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #232323;
}
.cd-timeline-img.cd-movie {
  background: #232323;
}
.cd-timeline-img.cd-location {
  background: #232323;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #222;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #CDC57F;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #CDC57F;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
  color: #fff;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1.5rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* DNA SEARCH AUTOCOMPLETE */

.autocomplete-suggestions {font-family: 'Titillium Web', Helvetica, Arial, sans-serif;}
.autocomplete-suggestions .autocomplete-group {background: #090d07;color: #CDC57F;font-size: 16px;padding: 5px;}
.autocomplete-suggestions .autocomplete-suggestion {background: #090d07;margin: 0;height: 42px;overflow: hidden;}
.autocomplete-suggestions .autocomplete-suggestion span {margin: 10px;text-transform: uppercase;font-size: 20px;}

/* DNA AWARDS */

.cms-awards .section-page ul {padding-left:0;}

.awards-block {
    margin: 15px 0;
    min-height: 360px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.awards-block .awards-year {
	height: 180px;
    background: url(../images/bkg-dna-quote.jpg) no-repeat center center #232323;
    float: left;
}

.awards-block .awards-year h2 {
    font-size: 142px;
    line-height: 130px;
    text-align: center;
    color: #CDC57F;
}

.awards-block .awards-year p {
    text-align: center;
    color: #fff;
    font-size: 22px;
}

.awards-block .awards-image {
	padding: 0;
    min-height: 180px;
    background: url(../images/bkg-dna-quote.jpg) no-repeat center center #232323;
}

.awards-block .awards-image img {
	width: 100%;
}

.awards-block .awards-content {
    padding: 20px;
	max-height: 360px;
    overflow: auto;
}

.awards-block .awards-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #fff;
}

.awards-block .awards-content::-webkit-scrollbar
{
	width: 15px;
	background-color: #fff;
}

.awards-block .awards-content::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: #CDC57F 2px solid;
}

.more {
	display: none;
}
a.showLink, a.hideLink {
	text-decoration: none;
	color: #fff;
	padding-left: 35px;
	background: transparent url('../images/down.png') no-repeat left;
}
a.hideLink {
	background: transparent url('../images/up.png') no-repeat left; 
}

.awardssection {display: inline-block;float: left;text-align: center;width: 20%;height: 120px;padding: 1%;}
.awardssection p {color: #fff;margin: 4px 0;}
.dnacrown {max-width: 40px;margin: 0 5px;display: inline-block;}
.awardssection h4.white {color: #fff;}
.dna-awards {background-color: #CDC57F;padding-left: 3000px;margin-left: -3000px;padding-right: 3000px;margin-right: -3000px;}
.dna-awards .container {max-width: 960px;margin: 0 auto;padding: 15px 0;}
.dna-awards .container .awardssectionyellow {display: inline-block;float: left;width: 25%;text-align: center;}
.dnaawardstitle, .awardsubtitle {font-size: 12px;line-height: 16px;text-transform: uppercase;}
.dna-awards .awardssectionyellow .dnaawardstitle {margin-bottom: 0px;color: #000;}
.cms-awards .footer_header{background: url('../../../../frontend/dna_genetics/retail/images/dna_bottom.png') no-repeat 50% #fff;}
.cms-awards .amz-inner-main {padding-top: 0; padding-bottom: 0;}
.cms-awards .awards-title {padding: 15px 0;}
.cms-awards .awards-title h1 {font-family: 'Titillium Web', Helvetica, Arial, sans-serif;font-size: 35px;color: #fff;font-weight: 700;text-align: center;width: 100%;display: inline-block;}
.cms-awards .awards-title h1:hover {color: #CDC57F;}
.cms-awards .awards-bottom {background-color: #fff;display: inline-block;display: inline-block;padding-left: 3000px;margin-left: -3000px;padding-right: 3000px;margin-right: -3000px;}

#accordion input{display: none;}
#accordion label{cursor: pointer;display: block;margin-bottom: .125em;padding: .25em 1em;z-index: 20;}
#accordion input:checked + label{background: #76bd1d;border-bottom-right-radius: 0;border-bottom-left-radius: 0;color: white;margin-bottom: 0;}
#accordion article{height: 0px;overflow: hidden;z-index: 10;}
#accordion article p{padding: 1em;}
#accordion input:checked ~ article{border-bottom-left-radius: .25em;border-bottom-right-radius: .25em;height: auto;margin-bottom: .125em;}

@media (max-width: 479px){
	.awards-block {
	    margin: 0;
	}
	.awardssection {width: 100%;}
}
@media (max-width: 767px){
	.awards-block .awards-year {
		height: auto;
	}
}
@media (min-width: 480px) and (max-width: 767px){
	.awardssection {width: 50%;}
}
@media (min-width: 992px) and (max-width: 1199px){
	.awards-block .awards-year h2 {
		font-size: 120px;
	}
	.awardssection {width: 33.3%;}
}

/* Medical Page Custom Styling */


.cms-medical .amz-foxy {background: url('../images/dna-medical-bg.jpg') #000 top center;}
.cms-medical .breadcrumbs {display: none;}
.cms-medical .amz-inner-main {padding-top: 0;}
.cms-medical .amz-inner-main .page-title {display: none;}
.cms-medical .amz-inner-main .main {margin: 0 0 20px;}
.cms-medical .header-slider {margin-bottom: 30px;}
.cms-medical .top-article {height: 305px;padding: 25px;background: #000;color: #fff;margin-bottom: 30px;position: relative;}
.cms-medical .top-article .inner-block {max-width: 420px;float: right;bottom: 30px;right: 30px;text-align: right;position: absolute;}
.cms-medical .top-article .label {padding: 0; text-align:right;}
.cms-medical .top-article  .label li {list-style: none;display: inline-block;margin-left: 5px;}
.cms-medical .top-article  .label li:first-child {margin-left: 0px;}
.cms-medical .top-article .label li a {background: #1976d2;color: #fff;display: inline-block;font-size: 11px;margin: 0 0 5px;padding: 8px 10px;text-decoration: none;text-transform: uppercase;font-weight: 600;line-height: 1;}

.cms-medical .top-article h2 {color: #fff;font-weight:700;font-size: 32px; line-height: 32px;}
.cms-medical .top-article p {color: #fff;font-weight:700;font-size: 14px;margin: 0; text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000;}
.cms-medical .quick-block {height: auto;padding: 25px;margin-bottom: 30px;color: #fff;text-align: center;}
.cms-medical .quick-block a {color: #fff;}
.cms-medical .quick-block h2 {border: 3px solid #fff;color: #fff;font-weight: 700;line-height: 35px;display: inline-block;padding: 0 5px;width: 100%;}
.cms-medical .quick-block p:last-child {margin:0;}
.cms-medical .quick-block.blue {background: #004B83;}
.cms-medical .quick-block.gray {background: #898989;}
.cms-medical .quick-block.green {background: #85C996;}
.cms-medical .quick-block.orange {background: #F99573;}
@media (min-width:767px) and (max-width: 1199px){
	.cms-medical .quick-block {
		padding: 15px;
	}
	.cms-medical .quick-block h2 {
		font-size: 18px;
	}
}
.cms-medical .team-block {margin-bottom: 30px;}
.cms-medical .team-block img {margin-bottom: 15px; width: 100%;}
.cms-medical .team-block .team-content h2 {font-weight:700; margin-bottom: 4px}
.cms-medical .team-block .team-content p {line-height: 22px;}
.cms-medical .video {background: #A1292A; margin-bottom: 30px;}
.cms-medical .dna-canada {min-height: 469px;}
.cms-medical .dna-canada p {line-height:26px;}
.cms-medical .dna-canada .section-title {color:#000;font-size: 44px;font-weight: 700;margin-bottom: 10px;margin-top: 0;position: relative;text-transform: uppercase;}
.cms-medical .dna-canada h3 { font-size: 22px;}
.cms-medical .dna-canada .section-title span{display: inline-block;font-size: 87px;height: 87px;left: 0px;opacity: 0.2;overflow: hidden;position: absolute;top: -14px;width: 100%;line-height: 1;}
.cms-medical .article-block-big {height: 469px;background: url('https://dnagenetics.com/media/wysiwyg/medical/dna-dried-marijuana-lemon-skunk.png') 50% 50% no-repeat transparent;background-size: contain;margin-bottom: 30px;}
.cms-medical .article-block-big .inner-block {float: right;top: 30px;right: 15px;text-align: right;position: absolute;}
.cms-medical .article-block-big .label {background: #365a8e;margin-bottom: 15px;}
.cms-medical .article-block-small {height: auto;margin-bottom: 30px;position: relative;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.cms-medical .article-block-small h2 {color: #000;font-size: 20px;font-weight: 700;margin-bottom: 2px;position: relative;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.cms-medical .article-block-small p {line-height: 24px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.cms-medical .article-block-small img {margin-bottom: 5px;}
.cms-medical .article-block-small .inner-block {float: right;top: 15px;right: 0;text-align: right;position: absolute;}
.cms-medical .article-block-small .label {background: #365a8e;margin-bottom: 15px;}
.cms-medical .dna-consulation {height: auto;}
.cms-medical .dna-consulation p {font-weight: 400;margin-bottom: 25px;}
.cms-medical .dna-consulation .section-title {color:#000;font-size: 50px;font-weight: 700;margin-bottom: 10px;margin-top: 0;position: relative;text-transform: uppercase;}
.cms-medical .dna-consulation .section-title span{display: inline-block;font-size: 87px;height: 87px;left: 0px;opacity: 0.2;overflow: hidden;position: absolute;top: -14px;width: 100%;line-height: 1;}
.cms-medical .dna-consulation .form-list .field {width: 50%;}
.cms-medical .dna-consulation .form-list li {margin-bottom: 20px;}
.cms-medical .dna-consulation .form-list .buttons-set {padding: 0; margin: 0;}
.cms-medical .dna-consulation .form-list li.wide .input-box {width: 100%;}
.cms-medical .dna-consulation .form-list li.wide input.input-text {width: 100%;}
.cms-medical .dna-consulation .form-list li.wide textarea {width: 100%;border: 1px solid #ddd;}
.cms-medical .dna-res-dev {height: 600px;}
.cms-medical .dna-res-dev img {margin-bottom: 15px;}
.cms-medical .dna-res-dev h2 {font-weight:700; margin-bottom: 4px}
.cms-medical .dna-res-dev p {line-height: 22px;}
.cms-medical .std ul {list-style: none;padding-left: 0px;}

.cms-medical .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1001;
}
.cms-medical .overlay:target {
  visibility: visible;
  opacity: 1;
}

.cms-medical .popup {
  margin: 10% auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 1001;
}

.cms-medical .popup h2 {
  margin-top: 0;
  color: #000;
}

.cms-medical .popup .content {
  color: #000;
}
.cms-medical .popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.cms-medical .popup .close:hover {
  color: #06D85F;
}
.cms-medical .popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .cms-medical .popup{
    width: 70%;
  }
}


/* WOBBLE EFFECT */

.banner-collection:hover {
    -moz-transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    position: relative;
    transform: rotate(0deg);
	-webkit-animation:rotatey 1000ms ease-out;
	-moz-animation:rotatey 1000ms ease-out;
	-o-animation:rotatey 1000ms ease-out;
	animation: rotatey 1000ms both infinite;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes rotatey {
0% {transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg);}
25% {transform:rotate(1deg); -ms-transform:rotate(1deg); -moz-transform:rotate(1deg); -webkit-transform:rotate(1deg); -o-transform:rotate(1deg);}
50% {transform:rotate(-1deg); -ms-transform:rotate(-1deg); -moz-transform:rotate(-1deg); -webkit-transform:rotate(-1deg); -o-transform:rotate(-1deg);}
100% {transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg);}
}
@-moz-keyframes rotatey {
0% {transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg);}
25% {transform:rotate(1deg); -ms-transform:rotate(1deg); -moz-transform:rotate(1deg); -webkit-transform:rotate(1deg); -o-transform:rotate(1deg);}
50% {transform:rotate(-1deg); -ms-transform:rotate(-1deg); -moz-transform:rotate(-1deg); -webkit-transform:rotate(-1deg); -o-transform:rotate(-1deg);}
100% {transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg);}
}

/* My Account Extra Styling */

.my-account .box {
    padding: 0;
    margin-bottom: 15px;
}

.my-account .box .box-title a {
    position: absolute;
    top: 0;
    right: 10px;
}

.my-account .box .box-title {
    padding: 0;
    background-color: transparent;
    border-bottom: 3px solid #CDC57F;
    position: relative;
	margin-bottom: 10px;
}

.my-account .box .box-title h3 {
    border: 0 none;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 700;
    color: #222;
    position: relative;
    text-transform: uppercase;
}

.rwd-table tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-color: #666
}
.rwd-table th{display: none}
.rwd-table td{margin: .5em 1em;display: block}
.rwd-table td:first-child{padding-top: .5em}
.rwd-table td:last-child{padding-bottom: .5em}
.rwd-table td:before{
	content: attr(data-th) ": ";
	font-weight: bold;
	width: 80%;
	display: inline-block}
@media (min-width: 480px){
	.rwd-table td:before{display: none}
}
.rwd-table th,.rwd-table td{text-align: left}
@media (min-width: 480px){
	.rwd-table th,.rwd-table td{display: table-cell;padding: .25em .5em}
	.rwd-table th:first-child,.rwd-table td:first-child{padding-left: 0}
	.rwd-table th:last-child,.rwd-table td:last-child{padding-right: 0}
}

#narrow-by-list .ranger-wrapper{padding: 5px;}

/* HIDE BOTTOM DNA FOOTER HEADER */

.catalog-product-view .footer_header, .flexibleblog-custom .footer_header {display: none;}

/* PRODUCT VIEW INFORMATION */

.catalog-product-view .product-view-information {margin-top: 20px; padding: 15px; background: #000;padding-left: 3000px;margin-left: -3000px;padding-right: 3000px;margin-right: -3000px;}
.category-merchandise .product-view-information {display: none !important;}
.catalog-product-view .product-view-information-inner {margin:0 auto;}
.catalog-product-view .product-view-information-inner .product-video {margin: 10px 0;}
.catalog-product-view .amz-inner-main {padding-bottom: 0;padding-top: 0;}
.catalog-product-view .amz-inner-main .main {margin: 10px 0 0;}
.catalog-product-view .box-tabs-container .tab-content .panel {background: #000; color: #fff;}

/* COUNTER */

.counter-box {
	display: inline-block;
    margin: 1.5%;
    font-size: 50px;
    width: 100%;
    color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
}

/* FULL-WIDTH CSS */

.full-width {
    width: 100vw;
    position: relative;
	display: inline-block;
    margin-left: -50vw;
    left: 50%;
}

/* CONTACT PAGE */
.contacts-index-index .full-width {
 	background-color: #f4f4f4;
}

.contacts-index-index .buttons-set {
    text-align: left;
}

.contacts-index-index .contact-form {
    margin-top: 20px;
}

.contacts-index-index .contact-form h2 {
    font-weight: 700;
    border-bottom: 4px solid #c0392b;
    display: inline-block;
}

@media only screen and (max-width:480px){
	.form-list li.wide select, .form-list li.wide .input-box, .form-list li.wide textarea {width:100%;}
}

.contacts-index-index .contact-form p {
    max-width: 529px;
}

.contacts-index-index .buttons-set p.required {
    text-align: left;
}

.contacts-index-index .buttons-set button.button {
    float: left;
}

.contacts-index-index .contact-footer {
    display: block;

    margin-top: 20px;
    text-align: center;
}

.contacts-index-index .contact-footer i.fa {
	color: #CDC57F;
	font-size: 50px;
    margin-bottom: 5px;
}

.contacts-index-index .contact-footer h4 {
    font-weight: 700;
    margin-bottom: 5px;
}

.contacts-index-index .contact-footer p {
    font-weight: 700;
	color: #7b7474;
}

/* INSTASHOW CSS */

.instashow-gallery-media {
    padding: 10px !important;
}
#instaShowGallery_1 .instashow-gallery-media-cover {background:rgba(160, 38, 33, 0.9) !important;}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;

}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
  margin-bottom: 0;
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {

  border-color: #CDC57F;
}

.configurable-swatch-list .selected .swatch-link span {
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}
.product-view .product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto;
}
.product-view .product-img-box .product-image-zoom {
    z-index: 0;
}
.product-view .product-image-thumbs img {
    max-width: 100%;
    max-height: 100%;
}

.cms-medical .top-article.m-r-f-img { background-repeat:no-repeat; background-position:50% 0; background-size:cover; }
.cms-medical .top-article.m-r-f-img .article-link {display: block;width: 100%;height: 100%;}
.cms-medical .top-article h2 a { color:#fff; text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000; }
.medical-recent-four-img { display:none; }

.medical-recent-eight-img { background:#4f78ca; height:150px; background-repeat:no-repeat; background-position:50% 0; background-size:cover; margin-bottom:8px; }
.cms-medical .article-block-small h2 a { color:#000; }
.medical-recent-eight-img img { display:none; }

.poster-box .article-image-box { display:block!important; background-repeat:no-repeat !important; background-position:50% 0 !important; }
.poster-box .article-image-box a { display: block; height: 100%; }

/*.flexibleblog-post-list .blog { height:163px;}*/
.flexibleblog-post-list .blog h3 { margin-top: 15px; }
.flexibleblog-post-list .post-image { background:#000; height:174px; background-repeat:no-repeat !important; background-position:50% 50% !important; background-size: cover; -moz-transition: all .5s; -webkit-transition: all .5s; transition: all .5s;}
.flexibleblog-post-list li:hover .post-image {box-shadow: rgba(0, 0, 0, 0.35) 0 0 20px;}
.flexibleblog-post-list .blog a { display: block; height: 100%; }

.parallax { 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* REWARD POINTS */

.reward-points {font-family: 'Titillium Web','Open Sans' /* UsedGoogleFontFamily:Open Sans */;}
.reward-points .header {background: #ddd;border-radius: 3px;}
.reward-points .header .logo {width: 100%; margin: 25px 0;}
.reward-points .header .quote {width: 100%; margin: 8px 0;}
.reward-points .content {
	background: rgba(0, 0, 0, 0.1);
	padding: 15px 15px 0;
	margin: 15px 0 0;
	width: 100%;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.reward-points .content .content-block {background: rgba(0, 0, 0, 0.07);padding: 15px;border-radius: 3px;text-align: center; margin-bottom: 15px;}
.reward-points .content .left, .reward-points .content .right {padding: 15px 0; margin-bottom: 15px; background: #ddd; border-radius: 3px;text-align: center; float:none !important;}
.reward-points .content .fa {font-size: 120px;position: relative;padding: 20px 0;}
.reward-points .content .circle {
	-webkit-box-shadow: 0 0 35px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,0.5);
    box-shadow: 0 0 35px rgba(0,0,0,0.5);
}
.reward-points .content .circle h2 {
    font-size: 76px;
    margin-bottom: 0;
    padding: 15px 25px;
    width: 100%;
    color: #000;
}

.reward-points .content .circle p {
    font-size: 20px;
    height: 20px;
    position: fixed;
    bottom: 10px;
    left: 0px;
    width: 100%;
}

.points-box {
    background: #dddddd;
    padding: 10px;
    border-radius: 3px;
    display: flex;
	margin-bottom: 15px;
}	

.points-box .circle {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.points-box .effect-1 {
    position: relative;
	font-family: 'Titillium Web','Open Sans' /* UsedGoogleFontFamily:Open Sans */;
    height: 75px;
    width: 75px;
    float: left;
    background: #CDC57F;
    color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: table;
    text-align: center;
    -webkit-transform: translateZ(0);
}

.points-box .effect-1 .text {
    font-size: 12px;
    height: 20px;
    position: fixed;
    bottom: -3px;
    left: 0px;
    width: 100%;
    margin: 0 0 1em;
}

.points-box .effect-1 .j2t-loyalty-points {
    margin: 6px 0 0 0;
}

.points-box .effect-1 .j2t-loyalty-points span {
    font-size: 35px;
    padding: 10px 0;
    width: 100%;
}

.points-box .info {
    float: left;
    margin: 0 10px;
    padding-right: 10px;
}

.points-box p.info-bottom {
    margin: 15px 0 0 0;
}

.effect-1 {
    position: relative;
    height: 155px;
    width: 155px;
    background: #CDC57F;
    color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    text-align: center;
    -webkit-transform: translateZ(0);
}

.effect-1:hover {
    background-color: rgba(0,0,0,0.8);
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    outline: 0;
    color: #fff;
}

.effect-1:hover h2 {
    color: #fff !important;
}

.effect-1:after {
    position: absolute;
    top: -10px;
    left: -10px;
    content: '';
    height: 100%;
    width: 100%;
    margin: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px rgb(51, 49, 32);
    -moz-box-shadow: 0 0 0 5px rgb(241, 196, 15);
    box-shadow: 0 0 0 5px rgb(51, 49, 32);
    -webkit-transform: scale(0.85, 0.85);
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    -o-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
}

.effect-1:hover:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
    -webkit-box-shadow: 0 0 0 5px rgb(241, 196, 15);
    -moz-box-shadow: 0 0 0 5px rgb(241, 196, 15);
    box-shadow: 0 0 0 5px rgb(241, 196, 15);
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.effect-1 {
		height: 115px;
        width: 115px;
	}
	.reward-points .content .circle h2 {
    	font-size: 45px;
    	padding: 15px 25px;
	}
	.reward-points .content .fa {
    	font-size: 75px;
    	padding: 20px 0;
	}
}
@media only screen and (min-width: 767px) and (max-width: 999px) {
	.effect-1 {
		height: 120px;
        width: 120px;
	}
	.reward-points .content .circle h2 {
    	font-size: 56px;
    	padding: 20px 25px;
	}
	.reward-points .content .circle p {
    	font-size: 12px;
    	bottom: 5px;
	}
	.reward-points .content .fa {
    	font-size: 75px;
		padding: 0;
	}
}
@media only screen and (min-width: 400px) and (max-width: 499px) {
	.effect-1 {
		height: 115px;
        width: 115px;
	}
	.reward-points .content .circle h2 {
    	font-size: 45px;
    	padding: 15px 25px;

	}

	.reward-points .content .fa {
    	font-size: 75px;
    	padding: 20px 0;
	}
}
@media only screen and (max-width: 399px) {
	.effect-1 {
		height: 75px;
        width: 75px;
	}
	.reward-points .content .circle h2 {
 	   font-size: 35px;
 	   padding: 12px 15px;
	}
	.reward-points .content .fa {
    	font-size: 67px;
    	padding: 4px 0;
	}	
	.reward-points .content .circle p {
  		font-size: 12px;
  		height: 18px;
 		bottom: 0px;
	}
}
.rp-earn-receive {position: relative;}

.rp-earn-receive .rp-earn-earn {
    background: url(../images/rp_earn_bg.png);
    text-align: center;
    display: block;
}
.rp-earn-receive .rp-earn-receive {
    background: url(../images/rp_receive_bg.png);
    text-align: center;
    display: block;
}

.rp-earn-receive .rp-earn-receive .rp-logo {margin-top:-46px;margin-bottom:-210px;margin-left: -128px;float: left;}
.rp-earn-receive .rp-earn-receive .rp-logo img {display: block; margin: 0 auto;}
.rp-earn-receive .col-sm-6.left {
    padding-right: 0 !important;
}
.rp-earn-receive .col-sm-6.right {
    padding-left: 0 !important;
}
.rp-register {
    padding: 60px 15px 15px;
}
.rp-register .inner {
    max-width:800px;
	margin: 0 auto;
	text-align:center;
}

.rp-register .inner h2 {
    font-family: 'Sinisuka';
	font-size: 58px;
	line-height: 60px;
	color: #000;
}


.rp-spend {
	background: #000;
	padding: 30px 15px;
	color: #fff;
	text-align: center;
}
.rp-spend .middle p {
	font-family: "Champion HTF Flyweight";
	font-size: 100px;
	line-height: 92px;
	margin: 8px 0 -20px;
}
.rp-spend .icon-yellow {
    width: 93px;
    height: 93px;
    display: inline-block;
    text-align: center;
    float: left;
    margin: 0 15px;
}
.rp-spend .circle {
    width: 93px;
    height: 93px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: inline-block;
    float: left;
    text-align: center;
    margin: 0 10px;
}
.rp-spend .spend .inner .circle .text {font-size: 22px;font-weight:700;line-height: 20px;margin-top: 23px;display:block;}
.rp-spend .spend .inner .circle .money {font-size:32px;font-weight:700;line-height: 26px;color:#d1a81e;}
.rp-spend .get .inner .circle .points {font-size: 42px;font-weight:700;line-height: 28px;margin-top: 23px;display:block;}
.rp-spend .get .inner .circle .text {font-size: 21px;font-weight:700;line-height: 26px;color:#d1a81e;}
.rp-spend .get .inner .circle .money {font-size: 44px;font-weight:700;line-height: 93px;color:#d1a81e;}
.rp-spend .get .inner, .rp-spend .spend .inner {margin: 0 auto; display: inline-block;}
.rp-spend .circle p {line-height:93px;margin: 0;}
.rp-spend .equal {float:left;}
.rp-spend .equal p {line-height: 74px;font-size: 72px;font-weight: 700;margin: 0;}

@media (max-width: 1199px){
	.rp-earn-receive .rp-earn-receive .rp-logo {display: none;}
	.rp-register {padding: 30px 15px 15px !important;}
}
@media (min-width: 991px){
	.rp-spend .get .inner {float:left;}
	.rp-spend .spend .inner {float:right;}
}
@media (max-width: 990px){
	.rp-spend .middle p {
   		margin: 8px 0;
	}
}
@media (max-width: 767px){
	.rp-earn-receive .col-sm-6.left {padding-right: 15px !important;}
	.rp-earn-receive .col-sm-6.right {padding-left: 15px !important;float: left !important;width: 100%;}
}

/* DOWNLOADS PAGE */

.cms-multimedia-downloads .downloads {
	padding-left: 0 !important;
	list-style: none !important;

}

.cms-multimedia-downloads .downloads .download-content {
    padding: 10px 0;
    border-bottom: 2px solid #cbcbcb;
	list-style: none;
}

.cms-multimedia-downloads .downloads .download-content:last-child {
    border-bottom: 0 solid #cbcbcb;
}

.cms-multimedia-downloads .downloads .download-content span {
    font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	display: block;
}

.cms-multimedia-downloads .downloads .download-content a.btn.btn-primary {
    width: 100%;
}

@media only screen and (max-width: 479px) {
	.cms-multimedia-downloads h1 {
		text-align: center;
	}
	.cms-multimedia-downloads .downloads .download-content span {
		text-align: center;
	}
}

/* SHIPPING NOTIFICATION */

.shipping-notification {display: inline-block;width: 100%;background: #000;padding: 5px;margin: 15px 0;}
.shipping-notification .shipping-notification-inner {border: 1px solid #fff;padding: 5px;color: #fff;font-weight: 800;text-align: center;}

/* GOOGLE REVIEW */
.catalog-product-view .eapps-widget * {float: left !important; padding-left: 0;}