body {
	margin:0px;
	max-height:150px;
	background-repeat: no-repeat;
	background-size:cover;
	background-color:#3d3b3a;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;

}
li{
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:20px;
}
.iframe_cart{
	width:100%;
	min-height:1100px;
}

h1, h2, h3, h4, h5, h6 {
	font:Orator Std, Arial, sans-serif;
}
.formtext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
form{
	display:block;
	margin-top:0em;
	unicode-bidi:isolate;
}
h2 {
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}
h3 {
	font-size:.8em;
}
.paymentinfo{
	color:black;
}
.img_cart{
	width:42px;
	height:auto;
	padding:5px;
}
input[type=submit],input[type=button] {
	color:white !important;
	font-weight:700;
	background-color:#000;
	margin:10px auto 10px auto;
	padding:10px;
	font-weight:700;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	align-content:center;
	text-align:center;
	display:block;
	max-width:300px;
	width:240px;
	cursor: pointer;
	border:none;
}
input[type=text], input[type=month], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}
input[type=email], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
.contact_icon{
	max-width:250px;
	padding:10px;
	margin:auto;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 30px;
	font-weight: normal;
	line-height: 1.75em;
	margin-bottom: 2.0em;
}
pH {
	font-family:Orator Std, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 2.0em;
	color: #000000;
}


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	font:Orator Std, Arial, sans-serif;
	color:#e0bf04;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	font:Orator Std, Arial, sans-serif;
	color: #965d02;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: bold;
}
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto; /* original: max-width: 1260px; -- the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}
.contact_container{
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	position:relative;
	background: none;
	margin-bottom: 10px;	
}
.header2{
    background-color: #a91313;
    box-shadow: 1px 1px 8px 0px #000000;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 100;
	height:90px;
}
div{
	font-family:Arial, Helvetica, sans-serif;
}
.nav2{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: var(--black);
    overflow: hidden;
    
}
.menu2 a:hover{
    background-color: var(--grey);
}
.nav2{
    max-height: 0;
    transition: max-height .5s ease-out;
}
.menu2 a{
    display: block;
    padding: 42px 30px;
    color: var(--white);

}
.mySlides{
	max-height:450px;
	border-radius:0px;
	margin:auto;
	width:100%;
	object-fit: cover;
	padding:8px;
}
.img-black{
	color: #000000!important;
	border-radius:5px;
	font-size:xx-large;
}
.img-content{
	margin-left: auto;
    margin-right: auto;
	max-width: 470px;
}
.img-display-container{
	position:relative;
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    z-index: 1;
}
.hamb{
    cursor: pointer;
    float: right;
    padding: 40px 20px;
}
:root{
    --white: #f9f9f9;
    --black: #36383F;
    --grey: #85888C;
}
.sale_banner{
	max-width:1200px;
	margin:auto;
	width:100%;
  }
.hamb-line {
    background: var(--white);
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
    
}

.hamb-line::before,
.hamb-line::after{
    background: var(--white);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before{
    top: 5px;
}

.hamb-line::after{
    top: -5px;
}
.side-menu {
    display: none;
}
.side-menu:checked ~ nav{
    max-height: 100%;
}

.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;

}

.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}
.imgbutton{
	border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.img-display-right{
position: relative;
top: 50%;
right: 0%;
}
.img-display-left{
	position: relative;
    top: 50%;
    left: 0%;
}
.img-button{
	border: none;
    display: inline-block;
    padding: 10px 56px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.img-content{
	margin-left: auto;
    margin-right: auto;
	max-width: 980px;
}
.img-display-container{
	position:relative;
}
@media (max-width: 1400px) {
	.product_wrapper{
		grid-template-columns: auto auto !important;
	}
	.product_wrapper_home{
		grid-template-columns: auto auto !important;
	}
}
@media (min-width: 1100px) {
    .nav2{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;

    }
    .menu2 li{
        float: left;
    }

    .menu2 a:hover{
        background-color: transparent;
        color: var(--grey);
        
    }
    
    .hamb{
        display: none;
    }

}
.logocontainer {
	
}

.logo {
	width: 200px;
	height: 136px;
	position:fixed;
}	
.navlogo {
	max-height:60px;
	padding:20px 30px;
}	
.tagline {
	width: 200px;
	height: 24px;
	position:fixed;
	margin-top:136px;
}	
.shippingbar3{
	padding-top: 10px;
	display: grid;
    grid-template-columns: auto auto auto;
}

/*SHOPPING CART START*/
.shoppingbar1 {
	font-family:Orator Std, Arial, sans-serif;
	font-size: 1em;
	line-height: 2.5em;
	float: left;
	line-height: 2em;
	position:relative;
	padding:20px;
	margin-bottom:100px;
	background-color:rgb(0 0 0 / 20%);
	border-radius:5px;
	width:100%
}
.shopselection{

}
.shopwrapper{
	display:grid;
	grid-template-columns: auto auto;
}
.quantity{
	width:100px;
	line-height: 1em;
	margin: 5px;
    padding: 5px;
    border-radius: 8px;
	border: 1px black;
	background-color:#0000001c;
}

.jobbar {
	font-family:Orator Std, Arial, sans-serif;
	font-size: 1em;
	line-height: 2.5em;
	line-height: 2em;
	position:relative;
	margin:auto;
	padding:20px;
	margin-bottom:100px;
	background-color:rgb(0 0 0 / 20%);
	border-radius:5px;
	min-height:400px;
}
.price{
	font-size:20px;
	font-weight: bolder;
	margin:2px;
}
h7 {
	font:Orator Std, Arial, sans-serif;
	font-weight: normal;
	display:block;
	margin:auto;
	position:relative;
}

.menudropdown {
    background: #444;
    border-color: #111 #0a0a0a black;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2),-2px -2px 6px rgba(255, 255, 255, 0.8);
    color:#FFF;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	min-height:30px;
}

.menudropdown:before {
    border-bottom-color: #aaa;
}

.menudropdown:after {
    border-top-color: #aaa;
}

.menudropdown .dropdown-select {
    color: #aaa;
    text-shadow: 0 1px black;
    /* Fallback for IE 8 */
    background: #444;
}

.menudropdown .dropdown-select:focus {
    color: #ccc;
}

.menudropdown .dropdown-select > option {
    background: #444;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}
.navbar{
	display:grid;
	margin:auto;
	grid-template-columns: auto auto auto auto auto auto auto auto auto;
	text-align: center;
	max-width:1120px;
	background-color:black;
}
.navcontainer{
	min-height:80px;
	background-color:black;
}
.navbutton{
	margin:auto;
	color:gold;
	padding:30px;
	font-size: 1.025em;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.navbutton2{
	color:white !important;
	font-weight:700;
	background-color:#000;
	margin:auto;
	padding:10px;
	font-weight:700;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	align-content:center;
	text-align:center;
	display:block;
}
.navbutton3{
	color:white !important;
	font-weight:700;
	background-color:#000;
	margin:10px auto 10px auto;
	padding:10px;
	font-weight:700;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	align-content:center;
	text-align:center;
	display:block;
	max-width:300px;
	cursor: pointer;
	
}
.navcart{
}
.clublogo{
	margin:auto;
	padding:10px 100px;
}
.newsbox{
	background-color:#dbdbdb;
	max-width:80%;
	color:black;
	font-size: 14px;
	border-radius: 5px;
	padding:20px;
	margin:auto;
	filter: drop-shadow(0px 0px 3px rgb(0, 0, 0));
}
.productcontainer{
	margin:auto;
	max-width:1200px;
	padding:10px;
	background-color:rgba(0, 0, 0, 0.048)
}
.productcustomize{
	background-color:rgba(0, 0, 0, 0.055);
	border-radius: 5px;
	margin:auto;
	max-width:800px;
	padding:10px;
}
.productimg{
	max-width:500px;
	margin:auto;
}
.productdescription{
	background-color:rgba(0, 0, 0, 0.055);
	border-radius: 5px;
	margin:auto;
	max-width:800px;
	padding:10px;
}
.video-container {
	position: relative;
	max-width:400px;

}
.formtext{
	min-width:400px;
	min-height:30px;
	font-size:1em;
	border-radius:8px;
	padding:5px;
}
.companyvideo {
	width:100%;
	height:100vh;
	overflow:hidden;
}
.watch_available{
	height:0px;
	padding:0px 16px 30px 16px
}
.watch_logo_img{
	height: 240px;
    width: 240px;
    margin: auto;
    display: flex;
    padding: 10px 30px 30px 30px;
    min-height: 300px;
	filter: drop-shadow(2px 2px 1px #ffffff9a);
}
.watch_logo_img2{
	max-height:80px;
	width:360px;
	margin:auto;
	display:flex;
	padding:10px;
}
.wrapper2{
	max-width:800px;
	max-height:800px;
	margin:auto;
	position:relative;
	top:20px;
}
.home_wrapper{
	top:80px;
	margin:auto;
	position: relative;
	background-color: #ffffff00;
}
.home_banner{
	width:100%;
	max-width:1293px;
	margin:auto;
}
.watch_wrapper{
	margin:auto;
	top:70px;
	padding:20px;
	min-width:300px;
	position:relative;
	min-height:420px;
}
.watch_selection{
	margin:auto;
	background-color:#f6f6f6c9;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius:2px;
	box-shadow: 3px 3px 8px rgb(0 0 0 / 30%), -2px -2px 6px rgb(255 255 255 / 40%);
}
.watch_display{
	margin:auto;
	background-color:#efefef;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width:960px;
	border-radius:16px;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2),-2px -2px 6px rgba(255, 255, 255, 0.8);
}
.watch_body{
	grid-template-columns: auto auto;
	display:grid;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2),-2px -2px 6px rgba(255, 255, 255, 0.8);
	border-radius: 16px 16px 0px 0px;
	background-color:white;
}
.watch_body2{
	grid-template-columns: auto;
	display:grid;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2),-2px -2px 6px rgba(255, 255, 255, 0.8);
	border-radius: 16px 16px 0px 0px;
	background-color:white;
}
.watch_body3{
	grid-template-columns: auto auto;
	display:grid;
}
.card{
	border-radius: 16px 16px 16px 16px;
	background-color:white;
}
.watch_info{
	min-height:100px;
	display:flex;
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	width:300px;
	font-weight:bold;
}
.watch_info2{
	padding:50px;
	max-width:420px;
}
.watch_description{
	display:flex;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:20px;
}
.watch_description2{
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	padding:20px;
}
.watch_outofstock{
	min-height:40px;
	align-items: center;
	display:flex;
	margin:auto;
}
.watch_price{
	margin:auto;
	padding:10px;
	font-weight:700;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	align-content:center;
	text-align:center;
	text-shadow: 0px 0px 4px #000000;
    color: #ffffff;
}
.watch_price2{
	margin:auto;
	padding:10px;
	font-weight:700;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	align-content:center;
	text-align:center;
    color: #000000;
}
.product_wrapper{
    display: grid;
    grid-template-columns: auto auto auto auto;
	margin:auto;
	padding:20px;
	width:90%;
}
.product_wrapper_home{
    display: grid;
    grid-template-columns: auto auto auto auto;
	margin:auto;
	padding:20px;
	width:90%;
	padding-top:0px;
}
.product_display{
	margin:auto;
	padding:10px;
}
.watch_name{
	padding:5px;
	max-height:80px;
	overflow:hidden;
}
.button_wrapper{
	max-height:300px;
}
.video-overlay{
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	z-index:2;
}
.video-overlay2{
    position: relative;
    width: 100%;
    height: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	z-index:3;
}
.video-overlay3{
    position: relative;
    width: 100%;
	max-width:600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	z-index:3;
	margin:0px auto 25px auto;
	filter: drop-shadow(0px 0px 3px rgb(0, 0, 0));
}
.video-logo{
	width: 98vw;
    z-index: 2;
    max-width: 1046px;
    filter: drop-shadow(0px 0px 3px rgb(0, 0, 0));
	border-radius: 10px;
}
.video-logo2{
	width: 90vw;
    z-index: 3;
    max-width: 1100px;
    filter: drop-shadow(0px 0px 3px rgb(0, 0, 0));
	border-radius: 10px;
	min-height:120px;
}
.video-text{
	text-align: center;
	font-size:36px;
	font-style: italic;
	font-weight:bolder;
	position:absolute;
	max-width:800px;
	z-index:2;
	color:white;
	margin-top:10vh;
}
.video-text2{
	text-align: center;
	font-size:20px;
	font-style: italic;
	font-weight:bolder;
	position:absolute;
	max-width:600px;
	z-index:3;
	color:white;
	margin-left:150px;
}
.video-text3{
	text-align: center;
	font-size:1.4vw;
	font-weight:bolder;
	position:absolute;
	max-width:850px;
	z-index:3;
	color:white;
	padding:5px;
}
.saletext{
	text-align: center;
	font-size:2.0vw;
	font-weight:bolder;
	position:absolute;
	max-width:800px;
	z-index:3;
	color:white;
	padding:5px;
}
.saletexttitle{
	text-align: center;
	font-size:2.2vw;
	font-weight:bolder;
	position:absolute;
	max-width:800px;
	z-index:3;
	color:#dbb909;
	padding:10px;
}
/*SHOPPING CART END*/



/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
.sidebar1 {
	font-family:Orator Std, Arial, sans-serif;
	font-size: 1em;
	line-height: 2.5em;
	margin-left: 0px;
	float: left;
	width: 280px;
	line-height: 2em;
	padding-bottom: 10px;
	padding-left: 0px;
	position:absolute;
	margin-top:160px;
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
#slider-id-nav-ul ul li a.current {
    background: none repeat scroll 0 0 #3399CC;
}
#slider-id-nav-ul {
    float: left;
    height: auto;
    width: 200px;
}
#slider-id-nav-ul {
    clear: both;
    margin: auto;
    overflow: hidden;
}
#slider-id-nav-ul li {
    padding: 0;
}
#slider-id-nav-ul li a {
    background:url('spacer.png') repeat scroll center left transparent;
    color: #d98500;
    float: none;
    margin-bottom: 2px;
	margin-left: 0px;
    padding: 10px 30px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #0a0907;
    transition-duration: .6s;
    width: 200px;
}
#slider-id-nav-ul li a.current, #slider-id-nav-ul li a:hover {
    background: url('mouseover_glow.png') no-repeat scroll center left transparent;
    color: #FFFFFF;
    text-shadow: none;
    transition-duration: .6s;
	width: 200px;
}
.content {
	max-width: 560.234px;
	padding: 10px;
}
.contentcontainer {
	display:grid;
	grid-template-columns: auto auto auto;
	margin: 0px 5%;
}
.content_home {
	max-width: 900px;
	padding-bottom: 125px;
	margin:auto;
}
.content_wide {
	float:left;
	margin-right: 25px;
	max-width: 650px;
	margin-top:40px;
}
.sidebar2 {
	float:left;
	padding: 10px 0;
	max-width: 25px;
	margin-top:30px;
}

/* this holds it all. set width for allowable space (20px wider than shown image) */
div#ps {
  padding : 0;
  width : auto; 
  margin : auto;
  width : 530px;  /* set width to allow for all the boxes in a row and adjust this when changing thumbnail sizes*/
}

/* this hides the accessible links from view but keeps 'em available */
.ps_offset {
  float:left;
  position : absolute;
  margin-left : -2000px;
  margin-top : -2000px;
  align : inherit;
}

/* for h2 heading, but an option if h2 is pre-styled (note width) */
div#ps h2 { 
  margin : 60px 0 15px 4%;
  font-weight : normal;
  color : #669900; 
  width : 500px;
}

/* this the same as h2 above, may be optional (do note the width) */
div#ps p { 
  margin : 15px 0 15px 4%;
  font-size : 0.85em; 
  width : 500px; 
}

/* style the unordered list (note height) */
div#ps ul {
  margin : 5px 0 70px 4%;
  height : 40px;
}

/* make the list items show horizontally */
div#ps ul li {
  display : inline; 
}

/* set the links as blocks, size in px (must be floated) */
div#ps ul a {
  display : block;
  float : left;
  text-decoration : none;
  margin : 0 0px 0px 0;
  width : 125px;
  height : 106px;
  cursor : pointer;   /* this is for Opera only */
}

/* set hover state border */
div#ps ul a:hover {
  border : 0px solid #000;
}

/* but remove border from images */
div#ps a img {
  border : 0;
}

/* set fous position (width and height will match big photo size and list row width */
div#ps ul a#psa1:focus, div#ps ul a#psa1:active, div#ps ul a#psa2:focus, div#ps ul a#psa2:active, div#ps ul a#psa3:focus, div#ps ul a#psa3:active, div#ps ul a#psa4:focus, div#ps ul a#psa4:active, div#ps ul a#psa5:focus, div#ps ul a#psa5:active, div#ps ul a#psa6:focus, div#ps ul a#psa6:active, div#ps ul a#psa7:focus, div#ps ul a#psa7:active, div#ps ul a#psa8:focus, div#ps ul a#psa8:active, div#ps ul a#psa9:focus, div#ps ul a#psa9:active, div#ps ul a#psa10:focus, div#ps ul a#psa10:active {  
  width : 500px; /* adjust this only when changing thumbnail sizes */
  height : 420px;
  position : absolute;
  cursor : default;   /* because I like it, if you don't, do use "cursor : default" */
}

/* Centurion */
div#ps ul a#psa1 {
  background : url(images/Centurion_ClubBase_thumb.png) no-repeat 0 0;
}
div#ps ul a#psa1:hover {
  background : url(images/Centurion_ClubBase_thumb_over.png) no-repeat 0 0;
}
div#ps ul a#psa1:focus, div#ps ul a#psa1:active {
  background : url(images/Centurion_ClubBase.jpg) no-repeat 0 0;
}

/* Centurion */
div#ps ul a#psa2 {
  background : url(images/Centurion_ClubTop_thumb.png) no-repeat 0 0;
}
div#ps ul a#psa2:hover {
  background : url(images/Centurion_ClubTop_thumb_over.png) no-repeat 0 0;
}
div#ps ul a#psa2:focus, div#ps ul a#psa2:active {
  background : url(images/Centurion_ClubTop.jpg) no-repeat 0 0;
}

/* Centurion */
div#ps ul a#psa3 {
  background : url(images/Centurion_ClubFace_thumb.png) no-repeat 0 0;
}
div#ps ul a#psa3:hover {
  background : url(images/Centurion_ClubFace_thumb_over.png) no-repeat 0 0;
}
div#ps ul a#psa3:focus, div#ps ul a#psa3:active {
  background : url(images/Centurion_ClubFace.jpg) no-repeat 0 0;
}

/* Centurion */
div#ps ul a#psa4 {
  background : url(images/Centurion_GraphiteShaft_thumb.png) no-repeat 0 0;
}
div#ps ul a#psa4:hover {
  background : url(images/Centurion_GraphiteShaft_thumb_over.png) no-repeat 0 0;
}
div#ps ul a#psa4:focus, div#ps ul a#psa4:active {
  background : url(images/Centurion_GraphiteShaft.jpg) no-repeat 0 0;
}

/* Emperor */
div#ps ul a#psa5 {
  background : url(images/Emperor_ClubBase_thumb.png) no-repeat 0 0;
}
div#ps ul a#psa5:hover {
  background : url(images/Emperor_ClubBase_thumb_over.png) no-repeat 0 0;
}
div#ps ul a#psa5:focus, div#ps ul a#psa5:active {
  background : url(images/Emperor_ClubBase.jpg) no-repeat 0 0;
}

/* Emperor */
div#ps ul a#psa6 {
  background : url(images/Emperor_ClubTop_thumb.png) no-repeat 0 0;
}
div#ps ul a#psa6:hover {
  background : url(images/Emperor_ClubTop_thumb_over.png) no-repeat 0 0;
}
div#ps ul a#psa6:focus, div#ps ul a#psa6:active {
  background : url(images/Emperor_ClubTop.jpg) no-repeat 0 0;
}

/* Emperor */
div#ps ul a#psa7 {
  background : url(images/Emperor_ClubFace_thumb.png) no-repeat 0 0;
}
div#ps ul a#psa7:hover {
  background : url(images/Emperor_ClubFace_thumb_over.png) no-repeat 0 0;
}
div#ps ul a#psa7:focus, div#ps ul a#psa7:active {
  background : url(images/Emperor_ClubFace.jpg) no-repeat 0 0;
}

/* Emperor */
div#ps ul a#psa8 {
  background : url(images/Emperor_AldilaShaft_thumb.png) no-repeat 0 0;
}
div#ps ul a#psa8:hover {
  background : url(images/Emperor_AldilaShaft_thumb_over.png) no-repeat 0 0;
}
div#ps ul a#psa8:focus, div#ps ul a#psa8:active {
  background : url(images/Emperor_AldilaShaft.jpg) no-repeat 0 0;
}

/* Gladiator */
div#ps ul a#psa9 {
  background : url(images/Gladiator_ClubBase_thumb.png) no-repeat 0 0;
}
div#ps ul a#psa9:hover {
  background : url(images/Gladiator_ClubBase_thumb_over.png) no-repeat 0 0;
}
div#ps ul a#psa9:focus, div#ps ul a#psa9:active {
  background : url(images/Gladiator_ClubBase.jpg) no-repeat 0 0;
}

/* Gladiator */
div#ps ul a#psa10 {
  background : url(images/Gladiator_ClubFace_thumb.png) no-repeat 0 0;
}
div#ps ul a#psa10:hover {
  background : url(images/Gladiator_ClubFace_thumb_over.png) no-repeat 0 0;
}
div#ps ul a#psa10:focus, div#ps ul a#psa10:active {
  background : url(images/Gladiator_ClubFace.jpg) no-repeat 0 0;
}

/* rinse and repeat as needed */

/* this needs to be in conditional comment for IE only */
div#ps ul a#psa1:focus, div#ps ul a#psa1:active, div#ps ul a#psa2:focus, div#ps ul a#psa2:active, div#ps ul a#psa3:focus, div#ps ul a#psa3:active, div#ps ul a#psa4:focus, div#ps ul a#psa4:active, div#ps ul a#psa5:focus, div#ps ul a#psa5:active, div#ps ul a#psa6:focus, div#ps ul a#psa6:active, div#ps ul a#psa7:focus, div#ps ul a#psa7:active, div#ps ul a#psa8:focus, div#ps ul a#psa8:active, div#ps ul a#psa9:focus, div#ps ul a#psa9:active, div#ps ul a#psa10:focus, div#ps ul a#psa10:active {
  margin-top : -435px; /* adjust this only when changing thumbnail sizes */
  margin-left : 0px; /* adjust this as rows get longer */
  position : absolute;
}

/* End Image Gallery */

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
#slider-id-nav-ul ul li a.current {
    background: none repeat scroll 0 0 #3399CC;
}
#slider-id-nav-ul {
    display: inline;
    float: left;
    height: auto;
    position: fixed;
    width: 280px;
}
#slider-id-nav-ul {
    clear: both;
    display: inline;
    margin: auto;
    overflow: hidden;
}
#slider-id-nav-ul li {
    display: inline;
    padding: 0;
}
#slider-id-nav-ul li a {
    background:url('spacer.png') repeat scroll center center transparent;
    color: #d98500;
    display: block;
    float: none;
    margin-bottom: 2px;
	margin-left: 0px;
    padding: 10px 30px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #0a0907;
    transition-duration: .6s;
    width: 220px;
}
.slider-id-nav-ul li a.current, #slider-id-nav-ul li a:hover {
    background: url('mouseover_glow.png') no-repeat scroll center left transparent;
    color: #FFFFFF;
    text-shadow: none;
    transition-duration: .6s;
	width: 280px;
}

/* ~~ The footer ~~ */
.footer {
	background-color: #040404;
	opacity:.9;
	color: #CCC9C6;
	font-family:Orator Std, Arial, sans-serif;
	line-height: 1em;
	text-align:center;
	font-size: .75em;
	position:fixed;
	bottom: 0;
	z-index:100;
	width: 100%;/* this gives IE6 hasLayout to properly clear */
	/* this "clear: both;" clear property forces the .container to understand where the columns end and contain them */
}

/* Miscellaneous Floats */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.topnav{
	visibility: hidden;
	height:0px;
}
.tablestats{
	border-collapse: collapse;
    margin: 25px auto;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 450px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2),-2px -2px 6px rgba(255, 255, 255, 0.8);
	width:75%;

}
.tablestats thead tr {
    background-color: #e0d100;
    color: #ffffff;
    text-align: left;
}
.tablestats th, .tablestats td {
    padding: 5px 5px;
}
.tablestats tbody tr {
    border-bottom: 1px solid #dddddd;
}
.tablestats tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.tablestats tbody tr:last-of-type {
    border-bottom: 2px solid #e0d100;
}
.expand_instruction{
	vertical-align: top; 
    height:auto !important; 
}
.show {
    display: none; 
}
.hide:target + .show {
    display: inline; 
}
.hide:target {
    display: none; 
}
.hide:target ~ .list {
    display:inline; 
}
.hide, .show {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 1px 0 #666;
    text-align: center;
    text-decoration: none;
    box-shadow: 1px 1px 2px #000;
    background: #cccbbb;
    opacity: .95;
    margin-right: 0;
    float: left;
    margin-bottom: 25px;
}

.hide:hover, .show:hover {
    color: #eee;
    text-shadow: 0 0 1px #666;
    text-decoration: none;
    box-shadow: 0 0 4px #222 inset;
    opacity: 1;
    margin-bottom: 25px;
}

.list p{
    height:auto;
    margin:0;
}
.watch_description {
    float: left;
    height: auto;
    width: 90%;
    margin-bottom: 25px;
}
summary::-webkit-details-marker {
	margin-right: 2px;
	font-family:Arial, Helvetica, sans-serif;
}
summary:focus {
	outline-style: none;
	font-family:Arial, Helvetica, sans-serif;
   }
summary{
	font-weight:600;
	color:#5d5d5d;
}
details{
	margin-left:10px;
	padding:5px;
	font-size:14px;
}
article > details > summary {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom:4px;
	background-color: #e4e4e4;
    padding: 6px;
    border-radius: 16px;
}
details > p {
	   margin-left: 24px;
	   font-family:Arial, Helvetica, sans-serif;
   }
details details {
	   margin-left: 36px;
	   font-family:Arial, Helvetica, sans-serif;
   }
details details summary {
	   font-size: 16px;
	   font-family:Arial, Helvetica, sans-serif;
}
.more_info_wrapper{
	padding:20px;
}
.instructiontitle{
	color:white;
	font-weight: 400;
	text-align: center;
	background-color: #000000d8;
	padding:2px;
}
.instructionwrapper {
	display:grid;
	position:relative;
	grid-template-columns:auto auto auto auto;
	grid-column-gap:10px;
	grid-row-gap:10px;
	margin:10px;
	clear:both;
}
.instructionwrapper2 {
	display:grid;
	position:relative;
	grid-template-columns:auto auto;
	grid-column-gap:10px;
	grid-row-gap:10px;
	margin:10px 0px;
	clear:both;
	border-radius:8px;
}
.instructionwatchselection{
	min-width:160px;
	min-height:100px;
	border-radius:8px;
	max-width:160px;
	overflow:hidden;
}
.instructiontextbox{
	min-width:320px;
	overflow:hidden;
	background-color: #ffffff;
	padding:10px;
	border-radius:8px;
	border:1px solid gray;
}
.instructiontextbox2{
	min-width:640px;
	min-height:250px;
	overflow:hidden;
	background-color: #ffffff;
	object-fit: contain;
	align-content:center;
	border-radius:8px;
	border:1px solid gray;
	margin: 0px 0px 10px 0px
}
.watchimg{
	object-fit: contain;
	max-width:670px;
	padding:10px;
}
.instructionbutton{
	color:white;
	font-weight: 400;
	text-align: center;
	background-color: #000000d8;
	padding:5px 2px;
	display:inline-block;
	width:100%;
}

.instructionbutton:hover{
	color:white;
	font-weight: 400;
	text-align: center;
	background-color: #00000070;
	display:inline-block;
	width:100%;
}
.instructionwatchimg{
	min-width:250px;
	border-radius: 8px;
	background-position: center;
	background-color:black;
	margin:20px 0px;
	text-align:center;
	min-height:45px;
}
@media only screen and (max-width:1460px){
	.contentcontainer{
		display:grid;
		grid-template-columns:auto auto;
	}
	.content{
		width:100%;
		max-width:none;
		float:none;
		max-width:450px;
	}
}
@media only screen and (max-width:1100px){
	.navbar{
		display:grid;
		margin:auto;
		grid-template-columns: auto auto auto auto;
		text-align: center;
		max-width:1100px;
	}
	.watch_body{
		grid-template-columns: auto;
		display:grid;
	}
	.watch_info2{
		padding:20px;
		max-width:unset;
	}
	.tablestats{
		font-size:1.5em;
	}
	.img-content{
		margin-left: auto;
		margin-right: auto;
		max-width: unset;
		padding:50px;
	}
	.mySlides{
		min-height:700px;
		width:100%;
		overflow: hidden;
	}
	.contentcontainer{
		display:grid;
		grid-template-columns:auto;
		max-width:100%
	}
	.shopwrapper{
		grid-template-columns: auto;
	}
	.shippingbar3{
		grid-template-columns: auto;
	}
	.quantity{
		line-height: 1.0em;
	}
	.topnav{
		visibility: hidden;
	}
	input[type=text], input[type=month], select, textarea {
		font-size:1em;
		margin-top:20px;
		margin-bottom:20px;
	}
	input[type=email], select, textarea {
		font-size:1em;
		margin-top:20px;
		margin-bottom:20px;
	}
	.contact_icon{
		max-width:480px;
	}
	.content{
		width:100%;
		max-width:none;
		margin-right:auto;
		float:none;
		max-width:450px;
	}
	.video-container {
		position: absolute;
		top: 160px;
		width: 100%;
		overflow:hidden;
	}
	.video-text{
		font-size:4vw;
		max-width:90vw;
	}
	.video-text2{
		font-size:2vw;
		max-width:90vw;
		margin-left:100px;
	}
	.video-text3{
		font-size:2vw;
		max-width:90vw;
	}
}
@media only screen and (max-width:500px){
	.content {
		max-width:380px;
		margin:10px 0px;
	}
	.product_wrapper{
		grid-template-columns: auto !important;
	}
	.product_wrapper_home{
		grid-template-columns: auto !important;
	}
	.clublogo{
		padding:20px 40px;

	}
	.mySlides{
		max-width:380px;
		max-width:700px;
		min-height:100%;
	}
	p{
		margin-left:2px;
		font-size:1.1em;
		line-height:1.5em;
		margin-bottom:0em;
		display:flex;
	}
	
	.tablestats{
		min-width:300px;
	}
}
@media only screen and (max-width:800px) {
	.product_wrapper{
		grid-template-columns: auto !important;
	}
	.product_wrapper_home{
		grid-template-columns: auto !important;
	}
}
@media (max-width:800px) {
	.product_wrapper{
		grid-template-columns: auto !important;
	}
	.product_wrapper_home{
		grid-template-columns: auto !important;
	}
}
@media only screen and (min-width:500px) and (max-device-width:1000px) {
	p{
		margin-left:2px;
		font-size:1.3em;
		line-height:1.5em;
		margin-bottom:0em;
		display:flex;
	}
	li{
		font-size:3em;
	}
	a:link{
		font-size:3em;
	}
	a.navbutton{
		font-size:3em;
	}
	form{
		font-family:Arial, Helvetica, sans-serif;
		font-size:2.5em !important;
	}
	input[type=submit],input[type=button] {
		width:100%;
		font-size:1.5em !important;
		font-weight:200;
	}
	.hamb-line {
		background: var(--white);
		display: block;
		height: 4px;
		position: relative;
		width: 50px;
	}
	.navbutton3{
		max-width:480px;
	}
	.img_cart{
		width:80px;
		height:auto;
		padding:10px;
	}
	
	.hamb-line::before,
	.hamb-line::after{
		background: var(--white);
		content: '';
		display: block;
		height: 100%;
		position: absolute;
		transition: all .2s ease-out;
		width: 100%;
	}
	
	.hamb-line::before{
		top: 16px;
	}
	
	.hamb-line::after{
		top: -16px;
	}
	.watch_description{
		font-size:2.5em;
	}
	.watch_description2{
		font-size:1em;
	}
	li{
		font-size:1em;
	}
	.instructiontextbox{
		font-size:1em;
	}
	.watch_logo_img2{
		width:480px;
	}
	.watch_price{
		font-size:3em;
	}
	.watch_price2{
		font-size:3em;
	}
	article > details > summary {
		padding:10px;
		margin-top: 14px;
        margin-bottom: 14px;
		font-size:16px;
	}
	.navcontainer{
		visibility: hiddenx;
		height: 0px;
		min-height:0px;
	}
	.topnav {
		overflow: hidden;
		background-color: #333;
		position: relative;
		height:fit-content;
		visibility: visible;
		min-height:80px;
		z-index:100;
	}
	.topnav #myLinks {
		display: none;
	  }
	.topnav a {
		color: white;
		padding: 14px 16px;
		text-decoration: none;
		font-size: 25px;
		display: block;
	}
	.topnav a.icon {
		background: black;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav a:hover {
		background-color: #ddd;
		color: black;
	}
	.active {
		background-color: #e9b200;
		color: white;
	}
	.navbutton{
		max-height:50px;
		padding:3px;

	}
	.video-overlay{
		top:100px;
	}
	.video-overlay{
		top:100px;
	}
	.video-overlay2{
		margin:100px 0px;
	}

	.fa{
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.content{
		
		max-width:480px;
		margin:10px 0px;

	}
	.contentcontainer{
		margin:10px 0px;

	}
	.jcarousel-skin-pika{
		width:0px;
		visibility: hidden;
	}
	.pika-stage{
		margin:auto;
		width:auto;
	}
	.sidebar2{
		float:none;
		padding:5px;
		max-width:fit-content;
		margin-top:0px;
	}
	.pikachoose{
		margin:auto auto;
		width:100%;
		position:relative;
	}
	.menudropdown {
		width:100%;
		min-height:60px;
		font-size: 1.25em;
		margin:0px 0px 50px 0px;
	}
	h6{
		font-size:1em;
	}
	h3{
		font-size:1.4em;
		font-weight:bold;
	}
	h2{
		font-size:1em;
	}
	h1{
		font-size:3em;
	}
	body{
		font-size:1em;
	}
	.fa{
		font-size:4vw !important;
		margin:auto;
		padding:1vw 1vh;
	}
	.ph{
		font-size:1.5em;
	}
	.quantity{
		min-height:30px;
		font-size:1.0em;
		margin:5%;
	}
	input[type=submit],input[type=button]{
		font-size:2.0em;
		margin:5%;
		min-width:90%;
	}
	.video-container {
		position: absolute;
		top: 140px;
		width: 100%;
		overflow:hidden;
	}
	.video-text{
		font-size:3.5vw;
		max-width:850px;
	}
	.video-text2{
		font-size:2.0vw;
	}
	.video-text3{
		font-size:2.0vw;
	}
	
}

/* The popup form - hidden by default */
.form-popup {
	display: none;
	position: fixed;
	top:250px;
	left: 40%;
	border: 3px solid #f1f1f1;
	z-index: 9;
	border-radius: 10px;
	width:315px;
	margin:auto auto;
	box-shadow: 2px 2px 20px #000000;
	background-color: white;
}

/* Add styles to the form container */
.form-container {
	max-width: 300px;
	padding: 10px;
	background-color: white;
	margin:auto;
}

/* Full-width input fields */
.form-container input[type=text], 
.form-container input[type=month], 
.form-container input[type=password] {
	box-sizing:border-box;
	width: 100%;
	padding: 15px;
	margin: 5px 0 22px 0;
	border: none;
	background: #f1f1f1;
	border-radius: 10px;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, 
.form-container input[type=month]:focus, 
.form-container input[type=password]:focus {
	background-color: #ddd;
	outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
	background-color: #D1DDE6;
	padding: 16px 20px;
	border: none;
	cursor: pointer;
	width: 100%;
	margin-bottom:10px;
	opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
	background-color: #ab2328;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
	opacity: 1;
}