/* badgeaminit.com site 01/11/2017 */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],
template{display:none}
a{background:0 0}
a:active,
a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background:#ff0;color:#333}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,
select{text-transform:none}
button,
html input[type=button],
input[type=reset],
input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],
html input[disabled]{cursor:default}
button::-moz-focus-inner,
input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type=checkbox],
input[type=radio]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}

#YUIConnectionSwf {display: none;}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.clearfix:before,
.enclose:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.enclose:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 14px;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Open Sans, Arial, Helvetica;
	font-size: 14px;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #2267ad;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #2267ad;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2267ad;
	font-family: Lato;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 32px;
	font-size: 3.2rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 20px;
	font-size: 2.0rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}


/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	padding: 3px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button {
	background-color: #cc3f27;
	border: 0;
	color: #000000;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 10px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #2267ad;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #c3251d;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Editor Buttons
--------------------------------------------- */

center table {
	width: auto;
	margin: 0;
	line-height: 1;
}

center tbody {
	border: 0;
}

center td {
	border: 0;
}


/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.awp-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* .......... .......... */

.addtocart-error-message {
display: none;
margin: 10px;
text-align: center;
font-style: italic;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-container {
	min-width: 1000px; 
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1000px;
}

.site-inner {
	clear: both;
}

.content {
	padding: 2% 0 10px;
}
.contents-item {
	border-bottom: 1px solid #c6c6c6;
	border-left: 0;
	border-right: 0;
	margin: 0 5% !important;
	border-top: 0;
	padding: 30px;
}
.leaf .contents-item {
	display: inline-block;
	vertical-align: top;
	padding: 15px;
	text-align: center;
	border: 1px solid #d6d6d6;
	margin: 1.25% !important;
}
#contents-container {
	padding: 0 0 40px 0;
}
#contents-container .contents-item:first-child {
	border-top: 1px solid #c6c6c6;
}

.contents-image img {
	display: block;
	margin: 0 auto;
}
.contents-ell-format {
	text-align: left;
}
.contents-ell-format-image {
	max-width: 37%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 350px;
	text-align: center;
}
.contents-ell-format-text {
	max-width: 63%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 2%;
}
#contents-ell-format-text-left, #contents-ell-format-text-right {
	display: inline-block;
	vertical-align: top;
}
#contents-ell-format-text-left {
	width: 54%;
	margin-right: 3%;
	position: relative;
}
#contents-ell-format-text-right {
	width: 30%;
	border: 1px solid #c6c6c6;
	padding: 20px;
	text-align: center;
	min-width: 240px;
}
.contents-ell-format-text .description {
	line-height: 18px;
}
.contents-ell-format-text ul li {
	list-style: disc;
	margin: 0px 0 0 14px;
}
.contents-ell-format-text .contents-name a {
	margin: 0 0 12px;
	font-size: 25px;
	line-height: 25px;
}
.contents-ell-format-image .contents-image img {
	margin: 0;
}
.contents-wrap-format {
	text-align: left;
}
.contents-wrap-format-image {
	float: left;
	width: 46%;
	margin-right: 4%;
}
.contents-wrap-format .form-item {
	clear: none;
}
.sectiontype .contents-wrap-format .addtocart-submit {
	margin: 10px 0;
}

/* MULTI-ADD CONTENTS */

#contents-multiadd {}

.contents-multiadd-bar {
margin: 15px 0;
}

.contents-multiadd-bar .addtocart-submit, .contents-multiadd-bar .addtocart-image {
	float: right;
	margin: 2px 0 0 0;
}

#contents-multiadd-bar-top {
}

#contents-multiadd-bar-bottom {
padding-top: 5px;
padding-bottom: 30px;
}

.contents-multiadd-bar .multiadd-directions {
	float: left;
	line-height: 36px;
}

.contents-multiadd-bar .multiadd-info {
	float: right;
	margin: 3px 20px 0 0;
}

.contents-multiadd-bar .multiadd-info {}
.contents-multiadd-bar .multiadd-option {}
.contents-multiadd-bar .multiadd-option-label {}
.contents-multiadd-bar .multiadd-option-control {
width: auto;
}

.contents-multiadd-bar .multiadd-price {
margin: 0 15px;
font-size: 16px;
line-height: 27px;
}

#contents-multiadd .contents-item .form-item-option {
position: absolute;
left: -9999px;
visibility: hidden;
}

.multiadd #contents-container {
padding: 0;
clear: both;
}

#contents-multiadd .contents-name a {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.contents-category-header {
	padding: 0 10px;
	background: #2267AD;
}

.contents-category-header,
.contents-category-header a {
color: #ffffff;
text-decoration: none;
font-size: 25px;
}

.contents-category-header a.back-to-top {
	float: right;
	font-size: 14px;
	line-height: 41px;
	margin: 0 10px 0 0;
}

/* # Do Not Publish
---------------------------------------------------------------------------------------------------- */

.awp-publish-status {
	border: 4px solid #000;
	text-align: center;
	margin: 10px auto;
	font-weight: bold;
	color: #fff;
        width: 50%;
}
.publish-yes {
	background-color: #1DA35E;
}
.publish-no {
	background-color: #96281B;
}
.publish-yes div, .publish-no div {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.publish-yes, .publish-no{
	padding: 10px 0;
}
.publish-help {
	background-color: #000;
	font-size: 16px;
	padding: 5px;
}
#awp-dnp-variable {
	text-align: left;
	margin-left: 50px;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */


/* ## awp
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.form-item {
	clear: left;
}
	.form-item-label {
		display: inline-block;
		margin-right: 7px;
	}
	.form-item-value {
		display: inline-block;
	}

.form-item-code {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
}
.addtocart-form {
	margin-top: 15px;
}
.addtocart-image {
	border: 0;
	margin: 10px 0 0;
	padding: 0;
}
.form-item-availability {}
	
.form-item-option {
	margin-bottom: 10px;
}
	.form-item-option .form-item-label {
		min-width: 90px;
	}
	.form-item-charge {
		margin-left: 7px;
	}

.form-item-monogram {}
.form-item-inscription {}
.form-item-checkbox {}
.form-item-select {}

.form-item-textarea {}
	.form-item-textarea .form-item-label,
	.form-item-textarea .form-item-charge {
		vertical-align: top;
	}

.form-item-radio {}
	.form-item-radio .form-item-label {
		vertical-align: top;
	}

.radio-options {
	display: inline-block;
	padding: 0 7px;
	border: 1px solid #ddd;
}
	.radio-option {
		display: block;
	}
	.radio-option.first {}
	.radio-option.last {}
	.radio-option.not-last {}
		.radio-option-label {
			margin-left: 5px;
		}
	
.quantity-total-submit {
	margin-top: 10px;
}

	.quantity-total {
		display: inline-block;
	}
	
		.quantity {
			display: inline-block;
			vertical-align: middle;
		}
			.quantity-label {
				margin-right: 5px;
				vertical-align: middle;
			}
			.quantity-input {
				width: 3em;
				margin: 0 10px 0 5px;
				text-align: center;
				vertical-align: middle;
			}

		.total-price {
			display: inline-block;
			vertical-align: middle;
		}
			.total-price-label {
				margin-right: 7px;
			}
			.total-price-value {}

	.addtocart-submit {}

.aprice {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.prices.aprice.contents-aprice {
	display: block;
}

.aprice.bold {
	font-weight: bold;
}
.sale-price span {
	color: #ce1700;
}
.save {
	color: #ce1700;
	font-size: 14px;
        font-weight: bold;
        display: block;
}
.regular-price span {
	text-decoration: line-through;
	font-weight: normal;
}
.regular-price span span {
	margin-right: 10px;
	border-right: 1px solid #000000;
	padding-right: 10px;
}
.free-shipping-text {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase;
	display: block;
	font-family: Open Sans;
}

input.error,
select.error {
border: 1px solid #f00;
}
	
/* ## Search Form
--------------------------------------------- */

#top-search {
	float: right;
	margin-top: 20px;
}

#top-search fieldset {
	border: 1px solid #c6c6c6;
	padding: 0;
	margin: 0;
}
#searcharea input {
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
#searcharea #searchsubmit {
	margin: 0 5px 0 10px;
	background-image: url(/lib/badgeaminit/search-icon.png);
	width: 26px;
	height: 22px;
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 0;
}
#searcharea #query {
	width: 16em !important;
	padding: 9px;
        border: 0;
}

/* ## Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}



/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
}

.site-header .wrap {
	padding: 0;
}

.utility-bar {
	padding: 5px 0;
	font-size: 15px;
}

#slogan {
	float: left;
}

#ys_superbar {
	width: auto !important;
	float: right;
}

.smb-mc .mini_msg, .mini_item_count, .mini_subtotal {
	font-family: Arial, Helvetica, sans-serif !important;
	color: #000000 !important;
}
.mobile-cart-icon {
	display: none;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
}#searcharea #searchsubmit

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 30px;
}

#header-promo {
	float: left;
	margin: 10px 0 0 40px;
}

#header-promo .mobile {
	display: none;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 108px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}



/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-header {
        float: right;
}

.awp-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
}

.awp-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	height: 12px;
}

.awp-nav-menu a {
	color: #484848;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 0 8px;
	border-left: 1px solid #484848;
	font-size: 12px;
	font-family: Lato;
	line-height: 12px;
}

.awp-nav-menu a span {
	line-height: 12px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.awp-nav-menu a img {
	vertical-align: middle;
	padding: 0;
	margin: -1px 0 0 5px;
	display: inline-block;
}

.awp-nav-menu li:first-child a {
        border-left: 0;
}

.awp-nav-menu a:hover {
	color: #2267ad;
}

.awp-nav-menu a:focus,
.awp-nav-menu .current-menu-item > a,
.awp-nav-menu .sub-menu .current-menu-item > a:hover,
.awp-nav-menu .sub-menu .current-menu-item > a:focus  {
	background-color: #2267ad;
        color: #fff;
}

.awp-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.awp-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.awp-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.awp-nav-menu .menu-item:hover {
	position: static;
}

.awp-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.awp-nav-menu > .first > a {
	padding-left: 0;
}

.awp-nav-menu > .last > a {
	padding-right: 0;
}

.awp-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.awp-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.awp-nav-menu > .rss > a {
	margin-left: 48px;
}

.awp-nav-menu > .search {
	padding: 10px 0 0;
}

/* # Responsive Navigation
---------------------------------------------------------------------------------------------------- */

/* Navigation toggles
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .awp-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #2267ad;
}

.nav-primary .awp-nav-menu a {
	color: #fff;
	text-decoration: none;
}

.nav-primary .awp-nav-menu a:hover,
.nav-primary .awp-nav-menu a:focus,
.nav-primary .awp-nav-menu .current-menu-item > a {
	color: #000000;
        background-color: #cc3f27;
}

.nav-primary .awp-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .awp-nav-menu .sub-menu a:hover,
.nav-primary .awp-nav-menu .sub-menu a:focus,
.nav-primary .awp-nav-menu .sub-menu .current-menu-item > a {
	color: #c3251d;
	text-decoration: underline;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}


/* # Home Page
---------------------------------------------------------------------------------------------------- */

#homearea.right .caption-image {
	margin: 0 0 25px 0;
}

#messagearea {
	margin: 25px 0 50px;
        clear: both;
}

#vertical-banner-wrapper {
	display: inline-block;
	width: 241px;
	height: 402px;
}

#horizontal-banner-wrapper {
	margin: 10px -0.6% 0;
	clear: both;
	position: relative;
	overflow: hidden;
}

.mini-banner {
	float: left;
	width: 23.8%;
	text-align: center;
	margin: 0 0.6%;
	overflow: hidden;
}

.mini-banner img {
	width: 100%;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
        background-color: #cc3f27;
	font-size: 16px;
	font-size: 1.6rem;
        width: 25%;
        float: left;
        padding: 2%;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar .left-nav li a {
	color: #000000;
	text-decoration: none;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}

.page-nav-column .content {
	width: 75%;
	float: right;
	background-color: #fff;
	padding-left: 3%;
}


/* # Icons
---------------------------------------------------------------------------------------------------- */

.icons {background: url('/lib/badgeaminit/index.png') no-repeat top left; width: 48px; height: 48px;display: inline-block;vertical-align: middle;position:relative;transition: none;} 
.icons.facebook { background-position: 0 0; } 
.icons.twitter { background-position: -58px 0; } 
.icons.pinterest { background-position: -116px 0; } 
.icons.google-plus { background-position: -174px 0; } 
.icons.instagram { background-position: -232px 0; } 
.icons.linkedin { background-position: -290px 0; } 
.icons.vimeo { background-position: -348px 0; } 
.icons.tumblr { background-position: -406px 0; } 
.icons.wordpress { background-position: -464px 0; } 
.icons.blogger { background-position: -522px 0; } 
.icons.blog { background-position: -580px 0; } 
.icons.yelp { background-position: -638px 0; } 
.icons.youtube { background-position: -696px 0; } 
.icons.snapchat { background-position: -754px 0; } 
.icons.skype { background-position: -812px 0; } 
.icons.phone { background-position: -870px 0; } 
.icons.email { background-position: -928px 0; } 
.icons.directions { background-position: -986px 0; } 
.icons.discover { background-position: -1044px 0; width: 60px; height: 36px; } 
.icons.mastercard { background-position: -1114px 0; width: 60px; height: 36px; } 
.icons.paypal { background-position: -1184px 0; width: 60px; height: 36px; } 
.icons.amex { background-position: -1254px 0; width: 60px; height: 36px; } 
.icons.visa { background-position: -1324px 0; width: 60px; height: 36px; } 
.icons.footer-icon-security { background-position: -1394px 0; width: 174px; height: 58px; } 
.icons.thumbs-up { background-position: -1578px 0; width: 64px; height: 64px; } 
.icons.thumbs-down { background-position: -1652px 0; width: 64px; height: 64px; } 

.icons span{ position:absolute;width:100%;height:100%;top:0;left: 0;z-index: 1;
/* fixes overlap error in IE7/8,make sure you have an empty gif */
background-image: url('empty.gif');}  

.share-icon { background: url('	/lib/badgeaminit/item-social-item.png') no-repeat top left; width: 35px; height: 35px; display: inline-block;vertical-align: middle;position:relative;transition: none;margin: 0 5px; } 
.share-icon.facebook { background-position: 0 0; } 
.share-icon.twitter { background-position: -45px 0; } 
.share-icon.pinterest { background-position: -90px 0; } 
.share-icon.instagram { background-position: -135px 0; } 

.share-icon span{ position:absolute;width:100%;height:100%;top:0;left: 0;z-index: 1;
/* fixes overlap error in IE7/8,make sure you have an empty gif */
background-image: url('empty.gif');} 

#item-social {
text-align: center;
display: block;
clear: both;
}



/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	padding: 30px 0;
}

.footer-widgets, .footer-widgets a {
	color: #fff;
	text-decoration: none;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #fff;
}

.footer-widgets li {
	padding: 3px 0;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 0 7%;
}

#footer-copyright, #footer-copyright a {
	font-size: 11px;
	font-family: Lato;
	line-height: 15px;
}
.footer-widget-title {
	font-weight: bold;
	font-family: Lato;
	margin-bottom: 10px;
	font-size: 17px;
}
#footer-badges {
	margin: 25px 0;
}
#footer-social {
	float: left;
	padding: 20px 0;
}
#footer-social span {
	margin-left: 14px;
}

#footer-text {
font-size: 11px;
font-weight: bold;
margin-top: 25px;
font-family: Lato;
}

/* EMAIL SUBSCRIBE */

#email-subscribe {
float: right;
font-family: Lato;
}

#email-subscribe-message {
display: block;
margin: 10px 0;
text-align: center;
}

#email-subscribe-form input.email,
#email-subscribe input.text {
display: inline-block;
width: 230px;
padding: 5px;
margin: 0 5px;
vertical-align: middle;
}

#email-subscribe-form input.error {
border: 1px dotted #f00 !important;
color: #f00 !important;
background: #fffecd !important;
}

#email-subscribe-form .button.submit {
display: inline-block;
width: 80px;
height: 29px;
margin: 0;
padding: 0;
border: 0;
border-radius: 0;
vertical-align: middle;
cursor: pointer;
appearance: none;
-webkit-appearance: none;
}



/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #2267AD;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 0;
	text-align: center;
	color: #fff;
	background-image: url(/lib/badgeaminit/footer-bg.png);
	background-repeat: repeat-x;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-family: Lato;
}

#top-link {
	position: fixed;
	display: none;
	bottom: 50%;
	right: 5px;
	z-index: 100000000;
}



/* # Section Page
---------------------------------------------------------------------------------------------------- */

.breadcrumbs {
	font-size: 12px;
}
.breadcrumbs .separator {
	padding: 0 5px;
}
.left .caption-image {
	float: left;
	margin: 0 25px 25px 0;
}
.leaf .left .caption-image {
	float: right;
	margin: 0 0 25px 25px;
}
.right .caption-image {
	float: right;
	margin: 0 0 10px 20px;
	text-align: center;
	display: block;
}
#contentarea-wrapper {
	margin: 15px 0;
	overflow: hidden;
}
.contents-name a {
	text-decoration: none;
	margin: 10px 0;
	display: block;
	font-family: Lato;
        font-size: 18px;
	font-size: px;
}
.leaf .name.contents-name {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}
.sectiontype .addtocart-submit {
	display: block;
	margin: 10px auto;
}
.view-details {
	margin: 15px 0;
}
.view-details a {
	background-color: #e2dfa2;
	border: 0;
	color: #000000;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 10px 24px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	white-space: pre;
	text-align: center;
	width: auto;
}
.view-details a:hover {
	background-color: #2267ad;
}
#section-caption {
	margin: 0 0 10px 0;
}
#multi-add-section h1#section-contenttitle {
	font-size: 25px;
	line-height: 25px;
}

.right #multi-add-section .caption-image {
	float: none;
	margin: 0 auto;
}



/* # Item Page
---------------------------------------------------------------------------------------------------- */

#item-wrapper1{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

#item-wrapper2 {
	width: 45%;
	display: inline-block;
	vertical-align: top;
	margin-left: 5%;
}

#item-caption {
}

#item-insets {
	margin: 0 -1.166%;
}

.item-inset {
	display: inline-block;
	width: 31%;
	margin: 1.166%;
	vertical-align: top;
}

.item-inset img {
	vertical-align: top;
	display: block;
}

#accessorytitle {
	margin: 50px 0 10px 0;
}

#itemarea {
	margin: 40px 0 20px;
}



/* .......... SELECT ADDTOCART .......... */

.select-addtocart-table {
float: left;
width: auto;
border-collapse: collapse;
}

.select-addtocart-table td {
padding: 5px 20px;
border: 1px solid #d0d0d0;
color: #000;
background: #ffffce;
text-align: center;
}

.select-addtocart-table th {
padding: 5px 20px;
border: 0;
color: #404040;
background: #fff;
text-align: center;
font-weight: bold;
}

.select-addtocart-table td.sale-price-cell {
color: #ff0000;
}

.select-addtocart-submit {
	text-align: center;
	margin-top: 20px;
}

.select-addtocart-select {
display: block;
width: 100%;
margin: 0 auto 10px;
}

.select-addtocart-select tbody {
	border: 1px solid #c6c6c6;
}

.select-addtocart-select td:first-child {
	padding: 2px 0 2px 5px;
}

.select-addtocart-select td {
	border: 0;
	margin: 0;
	padding: 2px 5px;
	text-align: right;
}

.select-addtocart-select td,
.select-addtocart-select td a {
color: #000000;
text-decoration: none;
font-size: 12px;
line-height: 13px;
}

.selection-reg-price {
	text-decoration: line-through;
}

.selection-sale-price {
	color: #E91F22;
	font-weight: bold;
}



/* .......... PROFIT CALCULATOR .......... */

#profit-calculator {
	margin: 0;
	padding: 7px;
	border-radius: 5px;
	color: #2267AD;
	border: 1px solid #2267AD;
	width: 100%;
}
#profit-calculator .header {
min-width: 185px;
text-align: center;
}
#profit-calculator .title {
	float: left;
	text-align: left;
	line-height: 18px;
	font-size: 18px;
}
#profit-calculator .intro {
	float: left;
	clear: both;
}
#profit-calculator .control {
float: right;
text-align: right;
font-weight: normal;
line-height: 18px;
font-size: 18px;
}
#profit-calculator .control.hide {
display: none;
}
#profit-calculator .control a:link,
#profit-calculator .control a:visited {
color: #2267AD;
text-decoration: none;
font-weight: normal;
}
#profit-calculator .control a:hover {
	color: #2267AD;
	font-weight: bold;
	text-decoration: none;
}
#profit-calculator .calculator {
display: none;
padding-top: 10px;
}
#profit-calculator table {
clear: both;
margin: 0;
padding: 0;
}
#profit-calculator table tbody {border: 0;}
#profit-calculator .calculator tr.quantity {
display: table-row;
vertical-align: middle;
}
#profit-calculator td {
margin: 0;
padding: 0;
vertical-align: middle;
white-space: nowrap;
border: 0;
}
#profit-calculator table .label {
color: #2267AD;
white-space: nowrap;
text-align: right;
font: bold 12px;
}
#profit-calculator table .value-cell {
width: 70px;
text-align: left;
white-space: nowrap;
}
#profit-calculator table .units-cell {
padding-left: 8px;
padding-right: 4px;
text-align: center;
}
#profit-calculator .value-cell input,
#profit-calculator .value-cell select {
border: 1px solid #404040;
color: #404040;
background-color: #fff;
text-align: left;
font: normal 12px arial,helvetica,sans-serif;
line-height: 15px;
}
#profit-calculator .value-cell input {
width: 70px;
padding: 1px 2px;
}
#profit-calculator .value-cell select {
width: 70px;
padding: 1px 2px;
}
#profit-calculator .read-only .label {
font-style: italic;
}
#profit-calculator .read-only input {
border-color: #e0ebe0;
background-color: transparent;
color: #505050;
}
#profit-calculator table .quantity-active,
#profit-calculator table .quantity-active input {
color: #bbb;
}



/* .......... MODAL .......... */

.modal-iframe {
position: fixed;
z-index: 999997;
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0;
filter: alpha(opacity=0);
}

.modal-overlay {
position: fixed;
z-index: 999998;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #000;
opacity: 0.4;
filter: alpha(opacity=40);
}

.modal-box {
position: absolute;
z-index: 999999;
display: none;
width: 525px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid #aaa;
border-radius: 4px;
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background: #fff;
background-clip: padding-box;
}

.modal-box header {
position: relative;
padding: 0 1em;
text-align: left;
font-weight: bold;
font-size: 1.5em;
line-height: 2;
}

.modal-box main {
padding: 1em 1.5em;
}

.modal-box footer {
padding: 1em;
text-align: right;
}

.modal-box header .modal-close-button {
position: absolute;
top: 5px;
right: 5px;
color: #b0b0b0;
text-decoration: none;
cursor: pointer;
font-weight: bold;
font-size: 20px;
line-height: 1em;
}

.modal-box header .modal-close-button:hover {
color: #222;
transition: color 0.5s ease;
-webkit-transition: color 0.5s ease;
-moz-transition: color 0.5s ease;
-ms-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
}

/* .......... / MODAL .......... */



/* .......... EMAIL SUBSCRIBE POPUP .......... */

#email-subscribe-popup.modal-box {
width: 525px;
height: 450px;
background: url("/lib/badgeaminit/email-subscribe-popup.jpg") no-repeat 0 0;
}

#email-subscribe-popup.modal-box header .modal-close-button {
position: absolute;
top: 12px;
right: 11px;
width: 19px;
height: 19px;
cursor: pointer;
}

#email-subscribe-popup-form input.first-name {
position: absolute;
visibility: hidden;
left: -9999px;
}

#email-subscribe-popup-form input.email {
position: absolute;
left: 61px;
top: 336px;
right: auto;
bottom: auto;
width: 403px;
height: 38px;
border: 1px solid #fff;
border-radius: 0;
appearance: none;
-webkit-appearance: none;
font-size: 16px;
}

#email-subscribe-popup-form input.error {
border: 1px solid #f00;
background: #fffecd;
}

#email-subscribe-popup-form .button.submit {
position: absolute;
left: 189px;
top: 391px;
right: auto;
bottom: auto;
width: 151px;
height: 30px;
margin: 0;
padding: 0;
border: 0;
border-radius: 0;
appearance: none;
-webkit-appearance: none;
opacity: 0;
filter: alpha(opacity=0);
}

/* .......... / EMAIL SINGUP POPUP ........../



/* EOF */
/* additions css */

/*.......... VENOBOX ..........*/

/* ------ venobox.css --------*/
.vbox-overlay *,
.vbox-overlay *:before,
.vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{
    -webkit-overflow-scrolling:touch;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
  height: auto;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: opacity 0.25s ease-in-out 0s;
  width: 100%;
  z-index: 999;
}
.relativo{
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

/* circle preloader */
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:32px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(/lib/yhst-143992465871113/viewer-preload-circle.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(18) infinite;
       -moz-animation: playload 1.4s steps(18) infinite;
        -ms-animation: playload 1.4s steps(18) infinite;
         -o-animation: playload 1.4s steps(18) infinite;
            animation: playload 1.4s steps(18) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}

/* ----- navigation ----- */
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;
    display: block;
    background: url(/lib/badgeaminit/viewer-close.gif) no-repeat #161617;
    background-position:10px center;
    color: #fff;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-next, .vbox-prev{
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-prev{
    left: 10px;
    background: url(/lib/badgeaminit/viewer-prev.gif) center center no-repeat;
}
.vbox-next{
    right: 10px;
    background: url(/lib/badgeaminit/viewer-next.gif) center center no-repeat;
}

.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0;

}
.vbox-num{
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none;
}
/* ------- inline window ------ */
.vbox-inline{
    width: 420px;
    height: 315px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: auto;
}

/* ------- Video & iFrames window ------ */
.venoframe{
    border: none;
    width: 960px;
    height: 720px;
}
@media (max-width: 992px) {
    .venoframe{
        width: 640px;
        height: 480px;
    }
}
@media (max-width: 767px) {
    .venoframe{
        width: 420px;
        height: 315px;
    }
}
@media (max-width: 460px) {
    .vbox-inline{
        width: 100%;
    }

    .venoframe{
        width: 100%;
        height: 260px;
    }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-container{
    position: relative;
    background: #000;
    width: 98%;
    max-width: 1024px;
    margin: 0 auto;
}
.vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
	max-height: 1250px;
}
.vwrap{
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

/*.......... VENOBOX end ..........*/


/*.......... MEGA MENU ..........*/


/*  Generated by www.menucool.com/drop-down-menu  */


/* main menu
----------------------------*/
#ddmenu {
	display: block;
	font-family: Lato, Helvetica, Arial, sans-serif;
	text-align: center;
	letter-spacing: normal;
	background-color: #2267AD;
	position: relative;
	z-index: 1;
}

#ddmenu ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 1000px;
	font-size: 0;
	display: inline-block;
	list-style: none;
	position: relative;
	z-index: 999999990;
	max-width: 1400px;
	border-radius: 4px;
}

#ddmenu li
{
    margin:0;
    padding:0;
    font-size:16px;
    display:inline-block;
    *display:inline;
    zoom:1; /*for IE6-7*/
    position:relative;
    color:#eee;
    line-height:46px; /*This determines the height of the menu*/
    vertical-align:middle;
    transition:background-color 0.2s;
    outline:none;
	-moz-user-select:none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#ddmenu li.specials {
	background-color: #CC3F27;
}

#ddmenu .full-width {
    position: static;
}

#ddmenu .over
{
    color:#FFF;
background-color:#205081;
}

#ddmenu .over.no-sub {
    
}

#ddmenu .top-heading {
	font-weight: bold;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	outline: 0;
	text-transform: uppercase;
	font-size: 17px;
}

/* links of top-heading */
#ddmenu a, #ddmenu a:link, #ddmenu a:hover
{
    color: #ffffff;
}
#ddmenu a:hover
{
    text-decoration:underline;
}

#ddmenu a:focus
{
    outline:1px dotted #09F;
}

/* caret(arrow icon) */
#ddmenu .caret
{
    color:inherit;
    left:-12px;
    width: 0;
    height: 0;
    overflow:hidden;/*for IE6*/
    vertical-align:middle;
    margin-bottom:2px;
    border-top: 4px solid;/*caret size is 4px now*/
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: none;
    position:relative;
}  
        
/* sub-menu layout
----------------------------*/

#ddmenu .dropdown
{
    width:auto;    
    left:0px;
    color:#000;
    padding:0;margin:0;display:none;position:absolute;overflow:hidden;
    top:100%;
background-color:rgba(0,0,0,0.2);
background-color:#ccc \9;/*fallback for old IE*/
}

#ddmenu .full-width .dropdown {
    width:100%;
    padding:0;
    margin:0;
}

#ddmenu .offset300 {
    left:-300px;right:auto;
}

#ddmenu .right-aligned {
    left:auto;
    right:0px;
}

#ddmenu .over .dropdown
{
    display:block;
}

#ddmenu .dd-inner {
	text-align: center;
	padding: 15px;
	margin: 10px;
	background-color: #ffffff;
	white-space: nowrap;
	font-size: 13px;
}

#ddmenu ul ul
{ 
    margin:0;padding:0;text-align:left;width:auto;background:none;border:none;display:block;position:static;z-index:0;border-radius:0;
}

#ddmenu ul ul li
{
    font-size:13px;
    padding:6px 0; /*It determines the line height*/
    color:inherit;
    line-height:1;
    margin:0;display:block;position:static;background:none;border:none;transition:none;border-radius:0;
}
  
/* links in sub menu
----------------------------*/

#ddmenu .dropdown a
{
    color:#000;
    line-height:1;
    text-decoration:none;
    transition:color 0.4s;
}

#ddmenu .dropdown a:hover, #ddmenu .dropdown a:focus
{
    text-decoration:none;
    color:#2267AD;
}

/* blocks within the sub-menu
-----------------------------*/
#ddmenu .column {
	text-align: left;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	white-space: normal;
	width: auto;
	min-width: 200px;
	padding: 0 1%;
	max-width: 25%;
}

#ddmenu .dd-inner ul:last-child
{
    border-right:none;
}
#ddmenu .column li:first-child h3{
        margin: 0;
}
#ddmenu h3 {
	font-weight: 500;
	line-height: 1.1;
	font-size: 17px;
	text-transform: uppercase;
	color: #2267AD;
	margin: 10px 0 0 0;
}

#ddmenu img {
	max-width: 100%;
	height: auto;
}

#ddmenu div.column h3 {text-transform:uppercase;}

/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages */
#ddmenuLink {display:none;}

/*######## add additional styles for mobile-friendly responsive menu ########*/

#ddmenu .menu-icon   
{
    display:none; /* hide menu icon initially */
}



/*styles for mobile*/
@media only screen and (max-width: 970px) 
{
#ddmenu h3 br {
	display: none;
}
    #ddmenu .column.mayHide {
        display:none;
    }

    /*override the original settings*/
    #ddmenu ul {
        width: 100%; 
        display: none;
        border-radius:0;
         
    }
	
    #ddmenu li {
        position:relative;
        display:block;
        font-size:20px;
        text-align:left;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        border-radius:0;
        width: 100% !important;
        max-width: 100% !important;
    }

    #ddmenu .full-width {
        position: relative;
    }
    
    #ddmenu .dropdown {
        position:relative;
        *top:auto;/*for IE7*/
        border:none;
        border-radius:0;
        box-shadow:none;
        background-color:#FFF;
    }
    
    #ddmenu .offset300 {
        left:0;
    }

    #ddmenu .full-width .dropdown {
        width: auto;
    }
        
    #ddmenu .dd-inner
    {
        margin:0;
        background:none;
        text-align:left;
    }
    
    /*turn each column to list vertically instead of horizontally */
    #ddmenu .column {
        width:auto;
        padding:0;
        border:none;
        display:block;
    }

    /*move the arrow icon to right*/
    #ddmenu .caret {
        display: inline-block;
        position:absolute;
        left:auto;
        right:14px;
        top:20px;
        border-width:5px;
    }


    /* All the following are for the .menu-icon (pure CSS) */
    #ddmenu .menu-icon {
        font-size:32px;/*icon size*/
		display: inline-block;
        position: relative;
		width: 33px;
		height:31px;
        text-align:center;
		cursor: pointer;
		-moz-user-select:none;		
        -webkit-user-select: none;
        border-radius: 3px;
    }

    #ddmenu .menu-icon::before {
        content: "";
        position: absolute;
        top: 0.25em;
        left: 4px;
        width: 1em;
        height: 0.125em;
        border-top: 0.375em double #fff;
        border-bottom: 0.125em solid #fff;
        box-sizing: content-box;
    }

    #ddmenu .menu-icon-active {
    }

    #ddmenu .menu-icon-active::before {
        border-color: #eee;
    }
}

/* .................... END Mega Menu ......................... */


/* .................... Slide Show ......................... */

#slideshow-container {
	float: right;
	height: 402px;
	width: 747px;
	position: relative;
	z-index: 0;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides li {
  list-style: none outside none;
  margin: 0;
}

#rslides container {
  width: 747px;
  height: 402px;
  display: block;
}

.rslides_tabs {
  padding: 5px 0 0;
  text-align: center;
}
.rslides_tabs li {
  display: inline;
  list-style: none outside none;
  margin: 0 !important;
}
.rslides1_tabs li a {
  background-image: url('/lib/badgeaminit/inactive.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 18px;
  overflow: hidden;
  text-decoration: none;
  text-indent: -100px;
  width: 18px;
}
.rslides_here a {
  background-image: url("/lib/badgeaminit/slideshow-selected.png") !important;
}

.centered-btns_tabs li {
    background-image: url('/lib/badgeaminit/slideshow-unselected.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 18px;
  overflow: hidden;
  text-decoration: none;
  text-indent: -100px;
  width: 6px;
}

.centered-btns_here {
  background-image: url("/lib/badgeaminit/slideshow-selected.png") !important;
}

.centered-btns_nav {
	background: transparent url("/lib/badgeaminit/dual-slide-arrows.png") no-repeat scroll left top;
	height: 37px;
	left: 0;
	opacity: 0.7;
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	text-indent: -9999px;
	top: 0;
	width: 36px;
	z-index: 3;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.centered-btns_nav.next {
    background-position: right top;
    left: auto;
    margin-right: 10px;
    right: 0;
}
.centered-btns_nav.centered-btns1_nav.prev {
	margin-left: 10px;
}

/* .................... End Slide Show ......................... */
