/* Silver Tales - Menus and Navigation */

/*


@media only screen and (orientation: landscape) {
#top_fixed
{	position: fixed; top: 0px; left: 0px; margin-left: auto; margin-right: auto;
	z-index: 1000;
	height: 100%;
	padding-top: 8px; padding-bottom: 5px;
	width: 60px;
	background-color: #272727;
	border-bottom: 5px solid #fff;

	
box-shadow: 0px 0px 10px #000000; 	-moz-box-shadow: 0px 0px 10px #000000;	-webkit-box-shadow: 0px 0px 10px #000000;
	text-align: center;
}

}
*/
#top_fixed
{	display: none; position: fixed; top: 0px; left: 0px; margin-left: auto; margin-right: auto;
	z-index: 1000;
	height: auto;
	padding-top: 8px; padding-bottom: 5px;
	width: 100%;
	background-color: #272727;
	border-bottom: 5px solid #fff;
	box-shadow: 0px 0px 10px #000000;
	text-align: center;
}
#bot_fixed
{	display: none; position: fixed; bottom: 0px; left: 0px; margin-left: auto; margin-right: auto;
	z-index: 1000;
	height: auto;
	padding-bottom: 5px; padding-top: 0px;
	width: 100%;
	background-color: #272727;
	border-top: 5px solid #fff;
	box-shadow: 0px 0px 10px #000000;
	text-align: center;
}

@media screen and (max-height: 450px) {
  .sitenav {padding-top: 15px;}
  .sitenav a {font-size: 18px;}
}

/* Navigation */
	/* TOP FIXED NAVIGATION BAR */
	/* Phone and Tablet Navigation START */
ul.st-nav
{	text-align: left;
	border-top: solid 2px #fff;
	line-height: 30px; margin: 1px 0 3px 0;
	background-color: #272727;
	list-style-type: none;
	}
.right-st-nav
{	float: right; }
ul.st-nav li
{	display:inline;}

ul.st-nav a
{
	text-align: center; text-transform: uppercase;
	margin-top: 0px 5px;
	display:inline-block; line-height: 30px;
	background-color: #272727;
	font-weight: bold; color: #fff;
	text-decoration: none;

	transition: 0.8s;	}
ul.st-nav a:hover
{
	background: #e1e3e4;

	color: #000;

	box-shadow: 0px 2px 3px #808080; -webkit-box-shadow: 0px 2px 3px #808080; -moz-box-shadow: 0px 2px 3px #808080; 
	}

	/* Main Navigation START */
ul.nav, ul.topofpage
{	line-height: 30px;
	background-color: #272727;
	margin: 0; text-align: center; list-style-type: none;
	}

ul.nav	
{	border-top: solid 2px #fff;	}

ul.horiznav
{	line-height: 30px;
	background-color: #e6e6e6;
	margin: 0; text-align: center; list-style-type: none;
	}

ul.nav li, ul.topofpage li, ul.horiznav li
{	display:inline;}

ul.nav a, ul.topofpage a
{
	margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; width:180px;
	}

ul.horiznav a, input[type="submit"]
{	margin: 0 0 5px 0; width:180px; text-transform: uppercase;	}

side-bar-nav {
  margin: 0; height: 100%;
  text-align: left;
}

side-bar-nav ul
{
list-style-type:none;
margin: 0;
padding: 0;
}
side-bar-nav li
{	clear: left; margin-top: 0; margin-bottom: 10px;
}
side-bar-nav a
{
	margin-left: 20px; width:250px;
	}
	/* Main Navigation END */

	/* VERTICAL LINKS -  USED ON Footer START */
/*
ul.vertnav 	{
  margin: 10px;  text-align: center; list-style-type:none;
}


ul.vertnav a
{
	margin-top: 0px; margin-bottom: 5px; width:250px;
	}
*/
	/* VERTICAL LINKS - USED ON Footer END */
	/* Button-Navigation Style START */
/*
ul.vertnav a
ul.vertnav a:hover,
ul.vertnav a:active
#top_fixed a 
#top_fixed a:hover
#top_fixed a:active
*/
@media screen and (min-width: 250px) and (max-width: 550px)
{
	ul.nav a, ul.st-nav a
	{	font-size: 12pt; 	}
}
@media screen and (min-width: 550px) and (max-width: 1000px)
{
	ul.nav a, ul.st-nav a
	{	font-size: 12pt; 	}
}	
@media screen and (min-width: 1000px) and (max-width: 1250px)
{
	ul.nav a, ul.st-nav a
	{	font-size: 11pt; width:155px;	}
}
@media screen and (min-width: 1250px)
{	ul.nav a, ul.st-nav a
	{	font-size: 12pt;  width:180px;	}
}
ul.nav a
{	display:inline-block; line-height: 30px;
	background-color: #272727;
	font-weight: bold; color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.8s;
}

#bot_fixed a, vertical_nav a, ul.topofpage a, ul.horiznav a, input[type="submit"]
{	display:inline-block; line-height: 30px;
	background-color: #000;
	font-size: 14pt; font-weight: bold; color: #fff;
	text-decoration: none;

	transition: 0.8s;

}



ul.nav a:hover, #bot_fixed a:hover, vertical_nav a:hover, ul.topofpage a:hover,  ul.horiznav a:hover, input[type="submit"]:hover
{
	background: #e1e3e4;

	color: #000;

	box-shadow: 0px 2px 3px #808080; -webkit-box-shadow: 0px 2px 3px #808080; -moz-box-shadow: 0px 2px 3px #808080; 
	}
ul.nav a:active, vertical_nav a:active, ul.topofpage a:active, ul.horiznav a:active, input[type="submit"]:active
{
	color: #006699; background-color: #ffff00;
}
	/* Button-Navigation Style END */
.searchbox {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 0;
    border-bottom: 0px solid #fff;
}

/* Mobile Menu */

.sitenav {
	height: 0;
	width: 100%;
	position: fixed;
	z-index: 1100;
	top: 0;
	left: 0;
	overflow-x: hidden;
	padding-top: 0;
	border-bottom: 0px solid #fff;
	opacity: 1;
}

img.mob_logo {
    display: block;
    margin: 20px auto;
    min-width: 300px;
    max-width: 60%;
    height: auto;
}
.MobileMenu {opacity: 1;width: 100%;max-width: 300px;text-transform: uppercase;margin: 20px auto 20px;background: #272727;border: 1px solid #CCC;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.MobileMenu a {  color: #CCC; cursor: pointer; text-decoration: none;}
.MobileMenu .link {
  cursor: pointer;
  display: block;
  padding: 10px 15px 10px 40px;
  color: #CCC;
  font-size: 14pt;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.MobileMenu li:last-child .link { border-bottom: 0; }
.MobileMenu li i {
  position: absolute;
  top: 12px;
  left: 13px;
  font-size: 14pt;
  color: #CCC;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.MobileMenu li i.fa-chevron-down {
  right: 15px;
  left: auto;
  font-size: 16px;
}
.MobileMenu li.open .link { color: #ffff99; }

.MobileMenu li.open i { color: #ffff99; }

.MobileMenu li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.MobileSubMenu {
  display: none;
  background: #fff;
  font-size: 12pt;
}
.MobileSubMenu li { border-bottom: 1px solid #4b4a5e; }
.MobileSubMenu a {
  display: block;
  text-decoration: none; font-weight: bold;
  color: #272727;
  padding: 12px;
  padding-left: 60px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.MobileSubMenu a:hover {
  background: #272727;
  color: #ffff99;
}


/*
.sitenav a {	width: 275px;
		display: block; margin: 8px auto; padding: 5px 0;
		font-size: 14pt;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		border: solid 1px #555555;
		background-color: #272727;
		color: #fff;
		transition: 0.8s;
}

.sitenav a:hover {	width: 250px;
		display: block; margin: 8px auto;
		text-decoration: none;
		text-transform: uppercase;
		border: solid 1px #272727;
		background-color: #fff;
		color: #555555;

}
.sitenav a:active {
	width: 225px;
	background-color: #006600; color: #fff;
	box-shadow: 0px 0px 0px #cccccc;
}
.sitenav .closebtn {
	font-size: 30px;
}
*/
.searchbox .closebtn {
    font-size: 30px;
}
@media screen and (min-width: 250px) and (max-width: 550px)
{	.footer3-links a {
		display: block; margin: 8px; padding: 5px 0;
		font-size: 12pt;
		text-decoration: none;
		text-transform: uppercase;
		border: solid 1px #555555;
		background-color: #272727;
		color: #fff;
		transition: 0.8s;	}
	.footer3-links a:hover {
		display: block; margin: 8px 20px;
		text-decoration: none;
		text-transform: uppercase;
		border: solid 1px #272727;
		background-color: #fff;
		color: #555555;	}
}
@media screen and (min-width: 550px) and (max-width: 1000px)
{	.footer3-links a {
		display: block; margin: 8px; padding: 4px 0;
		font-size: 12pt;
		text-decoration: none;
		text-transform: uppercase;
		border: solid 1px #555555;
		background-color: #272727;
		color: #fff;
		transition: 0.8s;	}
	.footer3-links a:hover {
		display: block; margin: 8px 20px;
		text-decoration: none;
		text-transform: uppercase;
		border: solid 1px #272727;
		background-color: #fff;
		color: #555555;	}
}
@media screen and (min-width: 1000px) and (max-width: 1500px)
{	.footer3-links a {
		display: block; margin: 8px; padding: 3px 0;
		font-size: 12pt;
		text-decoration: none;
		text-transform: uppercase;
		border: solid 1px #555555;
		background-color: #272727;
		color: #fff;
		transition: 0.8s;	}
	.footer3-links a:hover {
		display: block; margin: 8px 20px;
		text-decoration: none;
		text-transform: uppercase;
		border: solid 1px #272727;
		background-color: #fff;
		color: #555555;	}
}
@media screen and (min-width: 1500px)
{	.footer3-links a {
		display: block; margin: 8px; padding: 3px 0;
		font-size: 12pt;
		text-decoration: none;
		text-transform: uppercase;
		border: solid 1px #555555;
		background-color: #272727;
		color: #fff;
		transition: 0.8s;	}
	.footer3-links a:hover {
		display: block; margin: 8px 20px;
		text-decoration: none;
		text-transform: uppercase;
		border: solid 1px #272727;
		background-color: #fff;
		color: #555555;	}
}

/*
img.menu_icon	{	display: block; width: 35px;  height: 32px; margin-left: auto; margin-right: auto;	 cursor: pointer;}
*/

img.menu_icon	{	float: left; width: 35px;  height: 32px; margin: 0 0 0 25px;	 cursor: pointer;}

img.st_cart_icon 	{	float: right; width: 35px;  height: 32px; margin: 0 25px 0 0; cursor: pointer;}

img.close_icon	{	display: block; width: 40px;  height: 40px; margin: 20px auto 20px auto; cursor: pointer;	}

img.top_page_icon	{	display: block; width: 40px;  height: 40px; margin-left: auto; margin-right: auto; cursor: pointer;	}



/* Navigation END */