*
{
	border:none;
	margin:0;
	padding:0;
	color:#181f28;
	list-style-position:outside;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-size:18px;
	text-decoration:none;
	text-align:left;
	vertical-align:top;
	outline: none;
}

*, *::before, *::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
}


#mobHero
{
	display:none;
}



h1,h2,h3
{
	font-family: "League Spartan", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-size:40px;
}


body
{

	background-repeat:repeat-x;
}

table#stickyMenu
{
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
}

table#stickyMenu td
{
	padding-top:5px !important;
	padding-bottom:10px !important;
}

table#desktopBannerTable td
{
	vertical-align: middle;
	padding: 20px 0px;
}

table#desktopBannerTable td a
{
		color:white;
		font-size:24px;
		display:block;
		padding:0px 40px;
}

div#heroContainer
{
	width:100%;
	padding:40px 0px;
	background-image:url(/images/bg/hero.jpg);
	background-color:#EEE;
}

div#heroSlideshow
{
	width:1100px;
	margin:0 auto;
}


td.heroLeft
{
	padding-right:40px;

}

td.heroLeft *
{
	color:white;
	line-height:36px !important;
}

td.heroRight div img
{
	border-radius:10px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 24px;
	margin:20px !important;
}

div.fullPageBlack
{
	width:100%;
	padding:30px 0px;
	background-color:black;
}

table.fullPageWhite
{
	width:100%;
	background-color: transparent;
	border-collapse: collapse;
}

table.fullPageOffWhite
{
	width:100%;
	background-color: #f3f1f1;
	border-collapse: collapse;
}

table.fullPageWhite td
{
	padding:0px;
}

div.fullPageWhite
{
	width:100%;
	background-color: white;
	padding:0px 0px;
}

div.fullPageOffWhite
{
	width:100%;
	background-color: #f3f1f1;
	padding:0px 0px;
}

div.fullPageOffBlack
{
	width:100%;
	background-color: #1a202a;
	padding:0px 0px;
}


table#tblMenuInner
{
	width:100%;
}



table#tblMenuInner td
{
	color:white;
	font-weight:bold;
	vertical-align:middle;
	font-size:14px;
}

b
{
	font-weight:bold;	
}

html {
	height: 100%
}


div#breadcrumb
{
	display:block;
	padding:10px 0px;
	color:#ccc;
	font-weight: normal;
}

div#breadcrumb a
{
	color:#ccc;
	font-weight: normal;
}

div#breadcrumb a:hover
{
	color:#333;
	font-weight: normal;
}







a.dashed
{
	border-bottom:1px dashed #404040;
} 

a.dashed:hover
{
	border-bottom:1px solid #404040;
} 
 

img.defultBorder
{
	border:1px solid black;
}




div#content a
{
	color:#2c7191;

}

div#content a:hover
{
	border-bottom:1px dashed #2c7191;

}


input.inputText, input.inputtext
{
	display:inline-block;
	border:1px solid #CCC;
	border-radius:4px;
	padding:5px;
	font-size:16px;
}

input.inputbutton
{
	border: 1px solid #1b2b4c;
	background-color: #1b2b4c;
	color: #c9d2d6;
	font-weight: bold;
	padding: 2px 16px 2px 16px;
	border-radius: 6px;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	line-height: 20px;
	font-size:18px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
}

input.inputbutton:hover
{
	color:white;
}

input.inputbutton:disabled
{
	background-color:#CCC;
	border: 1px solid #CCC;
}

input.inputbuttonSmall
{
	font-size:13px;
	border: 1px solid black;
	background-color: black;
	color: white;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
}

input.inputbuttonSmall:hover
{
	border: 1px solid #d4af37;
	background-color: #d4af37;
	color: black;
}

div.fullWidthButton
{
	width:100%;
	max-width:1076px;
	margin:10px auto 30px auto;
	border-radius:10px;
	border:1px solid #999;
	text-align:center;
	color:#999;
	padding:12px;
	cursor:pointer;
}

div.fullWidthButton:hover
{
	border:1px solid #3b6396;
	color:#3b6396;

}

textarea.inputTextarea
{
	display:inline-block;
	border:1px solid #CCC;
	border-radius:4px;
	padding:5px;
}

select.inputSelect
{
	display:inline-block;
	border:1px solid #CCC;
	border-radius:4px;
	padding:5px;
	background-color:white;
}

form.formResponsive
{


}

span.mandatory
{
	color:red;
	font-weight:bold;
	vertical-align: super;
	font-size: smaller;
}

form.formResponsive table td
{
	padding:10px 20px;
}

form.formResponsive table td input.inputText
{
	width:250px;

}

form.formResponsive table td textarea.inputTextarea
{
	width:250px;
	height:120px;
}

td.collectionProduct_0
{
	width:30%;

	padding:0px 60px 40px 0px;
}

td.collectionProduct_1
{
	width:30%;

	padding:0px 60px 40px 0px;
}

td.collectionProduct_2
{
	width:30%;

	padding:0px 0px 40px 0px;
}

img.collectionProduct
{
	border-radius: 6px;
}

p
{
	font-size:18px;
	line-height:30px;
	padding-bottom:20px;
	font-weight:normal;
}

p a
{
       font-weight:normal;
		color:#214ea0;
}

p a:hover
{
       color:#2265df;
}

ul a
{
	
        font-weight:bold;
}

ul a:hover
{
	color:#d4af37;
}

ol a
{
	
        font-weight:bold;
}

ol a:hover
{
	color:#d4af37;
}


/*  **********************    editor content  ***************************        */

table.contentH1
{
	width:100%;
}

table.contentH2
{
	width:100%;
}


div#header
{
	width:90%;
	max-width:1100px;
	margin:0 auto;
	height:auto;
	padding:0;
	line-height:26px;
	margin-top:20px;
}

div#header table td
{
	vertical-align: middle;
}


tr.hiddenRow
{
	display:none;
}


/* button gold */

form table td input.inputButton
{
	font-size: 18px;
	text-transform: uppercase;
	color: white;
	padding: 8px 10px;
	border-radius: 5px;
	margin: 0px 0px 10px 0px;
	display: inline-block;
	background-color: #2c7191;
	width: auto;
	font-weight:bold;
	cursor:pointer;
}


/* button white alt */

input.inputButtonWhiteAlt
{
	font-size: 22px;
	text-transform: uppercase;
	color: black;
	padding: 10px 20px 8px 20px;
	border-radius: 5px;
	margin: 0px 0px 10px 0px;
	display: block;
	background-color: white;
	width: auto;
	font-weight:bold;
	cursor:pointer;
        margin-top:25px;
}

input.inputButtonWhiteAlt:hover
{
	background-color: black;
        color: white;
}

input.inputButtonGoldAlt:disabled
{
	background-color: #CCC;
}

/* end button white alt */


/* button gold centered */
input.inputButtonGoldCentered
{
	font-size: 22px;
	text-transform: uppercase;
	color: black;
	padding: 10px 20px 8px 20px;
	border-radius: 5px;
	margin: 0px 0px 10px 0px;
	display: inline-block;
	background-color: #d4af37;
	width: auto;
	font-weight:bold;
	cursor:pointer;
}

input.inputButtonGoldCentered:hover
{
	background-color: black;
        color: white;
}

input.inputButtonGoldCentered:disabled
{
	background-color: #CCC;
}

/* end button gold centered */


/* button gold tiny */
input.inputButtonGoldTiny
{
	font-size: 16px;
	color: black;
	padding: 5px 10px 4px 10px;
	border-radius: 3px;
	margin: 0px 0px 0px 0px;
	display: block;
	background-color: #d4af37;
	width: auto;
	font-weight:bold;
	cursor:pointer;
}

input.inputButtonGoldTiny:hover
{
	background-color: black;
        color: white;
}

input.inputButtonGold:disabled
{
	background-color: #CCC;
}

/* end button gold tiny*/






input.inputButtonBlack
{
	font-size: 22px;
	text-transform: uppercase;
	color: white;
	padding: 10px 20px 8px 20px;
	border-radius: 5px;

	display: block;
	background-color: black;
	width: auto;
	font-weight:bold;
	cursor:pointer;
}

input.inputButtonBlack:hover
{
	background-color: #d4af37;
        color: black;
}

input.inputButtonWhite
{
	font-size: 22px;
	text-transform: uppercase;
	color: black;
	padding: 10px 20px 8px 20px;
	border-radius: 5px;
	display: block;
	background-color: white;
	width: auto;
	font-weight:bold;
	cursor:pointer;
}

input.inputButtonWhite:hover
{
	background-color: #d4af37;
}


input.inputCheckbox, input.inputRadio
{
	display:inline-block;
	margin:5px 15px 0px 0px;
}


/* kyc id info tabs */

div.kycautabs {
    display: flex;
    flex-wrap: wrap;
    max-width:1100px;
    margin: 50px auto;
    padding: 25px 0px 0px 0px;
}

div.kycautabs input[type="radio"] {
    display: none;
}

div.kycautabs label {
    border: 1px solid #bebebe;
    border-collapse: collapse;
    padding: 25px;
    text-align: center;
    background: #e2e2e2;
    font-weight: bold;
    width:100px;
}

div.kycautabs .tab {
    width: 100%;
    border:1px solid #bebebe;
    border-radius: 2px;
    padding: 20px;
    background: #fff;
    order: 1;
    display: none;
}

div.kycautabs .tab h3 {
    padding-top:20px;
    padding-bottom:10px;
    font-size: 3em;
}

div.kycautabs input[type='radio']:checked + label + .tab {
    display: block;
}
div.kycautabs input[type="radio"]:checked + label {
    background: #d4af37;
}
/* end kyc id info tabs */

/* alloy info tabs */

div.alloyinfotabs 
{
    display: flex;
    flex-wrap: wrap;
    max-width:1100px;
    margin: 50px auto;
    padding: 25px 0px 0px 0xp;
}

div.alloyinfotabs input[type="radio"] 
{
    display: none;
}

div.alloyinfotabs label 
{
    border: 1px solid #bebebe;
    border-collapse: collapse;
    padding: 25px;
    text-align: center;
    background: #e2e2e2;
    font-weight: bold;
    width:100px;
}

div.alloyinfotabs .tab 
{
    width: 100%;
    border:1px solid #bebebe;
    border-radius: 2px;
    padding: 20px;
    background: #fff;
    order: 1;
    display: none;
}

div.alloyinfotabs .tab h3 
{
    padding-top:20px;
    padding-bottom:10px;
    font-size: 3em;
}

div.alloyinfotabs input[type='radio']:checked + label + .tab 
{
    display: block;
}
div.alloyinfotabs input[type="radio"]:checked + label 
{
    background: #d4af37;
}
/* end alloy info tabs */



/* strong bold font weight */

strong {font-weight:bold;
}

/* end strong bold font weight */

/* ========================================   FORMS ======================================== */
div.contactForm *
{
	font-family: "Open Sans", sans-serif;
	font-size:16px;
	font-weight:300;
}

div.contactForm
{
	width:100%;
	background-color:#f1f1f1;
	padding:20px;
	border-radius:6px;
	margin-top:15px;
	box-sizing: border-box;
	margin-bottom:15px;
	font-family: "Open Sans", sans-serif;
	font-size:16px;
	font-weight:300;
}

div.contactForm table td
{
	padding:3px 8px 3px 0px;
	font-family: "Open Sans", sans-serif;
	font-size:16px;
	font-weight:300;
}

div.contactForm table
{
	width:100%;
	box-sizing: border-box;
}

div.contactForm table td input.inputText, div.contactForm table td textarea
{
	width:97%;
	padding:6px;
	font-family: "Open Sans", sans-serif;
	font-size:16px;
	font-weight:300;
}

div.contactForm table td select.inputSelect
{
	width:100%;
	padding:5px;
}

div.contactForm table td h3
{
	font-size:18px;
	font-weight:bold;
	margin:0 auto;
}

div.contactForm table td h4
{
	font-size:16px;
	font-weight:bold;
}

div.contactForm table td a
{

}

div.contactForm table td a:hover
{
	text-decoration: underline;
}

/* full width contact form */

div.contactFormFullWidth
{
	width:100%;
	background-image:url(/images/bg/form_two.jpg);
	padding:0px 0px;
	margin-top:0px;
	margin-bottom:0px;
	background-position: bottom center;
}

div.contactFormFullWidth table
{
	width:100%;
	max-width:1100px;
	margin: 0 auto;
}

div.contactFormFullWidth table td
{
	padding:15px;
	width:33%;
	text-align:center;
}

div.contactFormFullWidth table td input.inputText
{
	width:95%;
	padding:8px;
	border:1px solid white;
	display:inline-block;
}

div.contactFormFullWidth table td select.inputSelect
{
	width:100%;
	padding:8px;
	border:1px solid white;
	color:#83878b;
	display:inline-block;
}

div.contactFormFullWidth table td textarea.inputTextarea
{
	width:100%;
	padding:8px;
	border:1px solid white;
	color:#83878b;
	display:block;
	height:80px;
}

/* end full width contact form */

/*   buttons */

input.frontFormButton
{
	background-color: #aaaaaa;
	color: white;
	display:inline-block;
	border-radius: 5px;
	padding:6px;
	border: none;
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
}

input.frontFormButton:hover
{
	background-color: black;
}

/* =====================  MAIN MENU ****************************/

div#mainMenu *
{
	font-family: "Open Sans", sans-serif;
	font-weight:bold;
}

div#mainMenu
{
	width:100%;
	max-width:1100px;
	display:block;margin:0 auto;
	margin-top:75px;
	margin-bottom: 20px;
	min-width:800px;
}

div#mainMenu div
{
	display:inline-block;
	width:13%;
	max-width:171.5px;
	text-align:center;
	margin:0px;
	padding:0px 4px;
}

/* ====================== popups ====================== */

div.popup
{
	position:absolute;
	top:50px;
	left:0;
	right:0;
	margin: 0 auto;
	visibility: hidden;
	width:460px;
	height:auto;
	padding:20px;
	background-color:white;
	border:1px solid white;
	border-radius: 6px;
	z-index:100;
}


/* ====================== end popups ====================== */


img.bigRadius
{
	border-radius: 12px;
	border:none;
}

img.bigRadius:hover
{
	/*
	opacity:0.85;
	*/
}


/* ================= footer =========== */

div#footer
{
	text-aling:center;
	width:100%;
	padding:20px 15px;
}

div#footer *
{
	color:white;
	line-height:26px;
}

div#footer h4
{
	font-family:"League Spartan", sans-serif;
	color:white;
	font-size:22px;
	font-weight:600;
}

div#footer table.footerBot td, div#footer table.footerBot td a
{
	font-size:16px !important;
	color:#f3f3f3;
	line-height:26px;
}

table td#hmUploadA
{
	padding:30px 30px 30px 130px;
	vertical-align:top;
}

table td#hmUploadB
{
	padding:30px 0px 30px 30px;
	vertical-align:top;
	text-align:left;
}

table td#hmUploadB h2.h2White
{
	font-size:16px;
}

table td#hmUploadB h2.h2Yellow
{
	font-size:20px;
}

/* ========== end footer ============== */

table#footerBottomMob td
{
	padding:10px;
	text-align:center;
}

table#footerBottomMob td a
{
	color:white;
}

div#footerHighlightMob
{
	border-top:1px solid #bf9e32;
	border-bottom: 1px solid #bf9e32;
	padding:30px 0px;
}

table#mobMenu
{
	display:none;
}

div#searchPopup
{
	position:absolute;
	z-index:10;
	width:492px;
	padding:13px;
	top:100px;
	left:100px;
	visibility:hidden;
	opacity:0.0;
	background-color: #EEE;
	border-radius: 6px;
}

div#searchPopup input.inputText
{
	width:322px;
	margin-right:6px;
	font-weight:bold;

}

div#searchPopup input.inputbuttonSmall
{
	padding:7px;
}

/* dropdown menus */
td.menuHeader a
{
	color:white;
	font-size:16px;
	font-weight:bold;
	float: left;
  	padding: 12px;
  	text-decoration: none;
    width: 16.667%;
	cursor:default;
	line-height:30px;
}

div#menuDropdown
{
	width:1px;
	height:470px !important;
	position:absolute;
	z-index:10;
	top:0px;
	left:0px;
	background-image:url(/images/bg/menu_mob.png) !important;
	background-repeat: no-repeat;
	overflow:hidden;

}


#desktopMenu td
{
	vertical-align: middle;
}

#desktopMenu table tr td a.menuText
{
	display:inline-block;
	color:white;
	padding:5px 20px;
	font-weight: bold !important;
	font-size:22px;
}

div.menuDropdown div.dropDownInner
{
	width:auto;
	padding:0px 10px 5px 10px;
	background-color: #000;
	border-radius: 5px;
	background-color: black;
	opacity:0.99;
}

div.menuDropdown a
{
	display:block;
	padding:10px 0px;
	color:white;
	border-bottom:1px solid #3d3c3c;
	border-top:1px solid #3d3c3c;
	color:#e7e7e7;
	font-size:16px;
}

div.menuDropdown a:hover
{
	border-top:1px solid white;
	border-bottom:1px solid white;
	color:#53aadb;
}

div#menuHider
{
	position:absolute;
	z-index:8;
	width:90%;
	padding:0;
	background-color: transparent;
	top:100px;
	left:100px;
	height:60%;
	visibility:hidden;
}


div#mainContent
{
	width:100%;
	padding: 0px;
	height:auto;
}


/* ======  bullion ========= */
div.bullionProduct
{
	width:18%;
	margin-right:25px;
	height:auto;
	float:left;
	border:1px solid #bebebe;
	border-radius: 5px;
	text-align:center;
	margin-bottom:20px;
	padding:15px 15px 18px 15px;
	height:auto;
	background-color:white;
}

div.bullionProduct img
{
	width:80%;

}

div.bullionProduct div
{
	width:100%;
	text-align:center;
	padding:7px 0px 0px 0px;
	font-weight:bold;
	font-size:16px;
}

div.bullionProduct div input
{
	margin: 0 auto;
}

table.bullionProduct td.B img
{
	border:1px solid #bebebe;
	border-radius:8px;padding:15px;
	margin-top:10px;
}
/* ========= end bullion =========== */


#topTicker
{
	background-color:#333333;
	width:100%;
	height:60px;
	overflow:hidden;
	background-image:none;
	display:block;
	border: none;
}

#frameTicker
{
	height:60px;
	width:100%;
	max-width:1100px;
	overflow:hidden;
	border:none;
	padding:0px;
	margin:0 auto 30px auto;
	display:block;
	border: none;
}



/* contact page */
table.contentTwoColVertMidLeft td iframe
{
	width:490px;
	height:490px;
	margin:0 auto;
}


sup {
	vertical-align: super;
	font-size: smaller;
}

*.underline
{
	text-decoration: underline;
}

div#menuDropdown
{
	width:1px;
	height:424px;
	position:absolute;
	z-index:10;
	top:0px;
	left:0px;
	background-image:url(/images/bg/menu.png);
	background-repeat: no-repeat;
	overflow:hidden;

}

div#menuDropdown a
{
	display:block;
	padding:16px 0px 16px 0px;
	margin-left:20px;
	color:white;
	width:70%;
	border-bottom:1px solid #EEE;
}

div#menuDropdown a:first-of-type
{
	border-top:1px solid #EEE;
}

table#cart
{
	width:900px;
	margin:0 auto;
}

table#cart td
{
	padding:16px;
}

table#cart td.B
{
	text-align:left !important;
	padding-left:10px;
}

table#cart td.A
{
	text-align:right;
}

select
{
	padding:3px;
	border: 1px solid #6A6A6A;
	border-radius: 3px;
}

table#checkoutData
{
	width:900px;
}

td.checkoutDataTd
{
	width:50%;padding:10px;padding-left:40px;
}

table#checkoutData td
{
	padding:10px;
}

table.checkoutInner td
{
	vertical-align: middle;
	font-size:16px;
}

table.checkoutInner td h3
{
	font-weight:bold;
	font-size:16px;
}

div#cartFloater
{
	position:absolute;
	z-index:2;
	background-color:red;
	color:white;
	font-weight:bold;
	left:100px;
	top:10px;
	width:auto;
	padding:2px 6px;
	border-radius: 12px;
	font-size:11px;
	visibility:hidden;
}

.pointer
{
	cursor:pointer !important;
}

table.defaultTable
{
	border-collapse: collapse;

}

table.defaultTable td
{
	padding:10px;
}

input.defaultButton
{
	color: white !important;
	background-color: #910f2b !important;
	text-transform: uppercase !important;
	padding: 8px 20px !important;
	border-radius: 3px !important;
	cursor: pointer !important;
	font-family: "League Spartan", sans-serif;
	font-size: 16px !important;
	font-weight: 400 !important;
	display: inline-block;
	text-align: center;
}

input.defaultButtonGrey
{
	color: white !important;
	background-color: #aaaaaa;
	text-transform: uppercase !important;
	padding: 8px 20px !important;
	border-radius: 3px !important;
	cursor: pointer !important;
	font-family: "League Spartan", sans-serif;
	font-size: 16px !important;
	font-weight: 400 !important;
	display: inline-block;
	text-align: center;
}

input.defaultButtonGrey:hover
{
	background-color: #515151;
}

