/* Body is anything that applies to the actual frame of the page */

html
{
	height: 100vh;	
	background-color:#000000;
}

body
{
	/* Overall font*/	
	font-family: 'Verdana', sans-serif;
		
	/* Overall background color */
	/*background:#C4C4C4;*/
	background:#353535 url('../Images/Blotchy2.png');		
	
	/* Prevent content from becoming unreachable */
	/*min-width:1000px; 	*/	
	
	box-shadow: inset 0 0 100px 30px black;
	box-sizing: border-box;	
	
}

A{text-decoration:none} 

/* get rid of annoying blue box*/
*:focus {outline:none}

/* -------------------------------------------------------------------*/
/* Start Divisions                                                    */
/* -------------------------------------------------------------------*/

.summary
{
	
	color:#FFFFFF;
	float:left;
	margin-left:20px;
	margin-right:20px;
	line-height: 110%;
}

.summary p
{
	margin-bottom:0.2em;
}

.summary ul
{
	list-style: none;
	color:#E0E0E0
 	list-style-position: inside;
    padding-left:0;
    margin-top:0.2em;

}

.summary ul li
{
	font-size: 0.8em;
}

.summary ul li:before {
  content: "\2666";
}

.betabuy
{
	float:left;
	text-align:left;	
	margin-right: 10px;
	margin-top:10px;
}

.betabuy a
{	
	display:inline-block;
}

/* -------------------------------------------------------------------*/
/*  Logo and nav var 												  */
/* -------------------------------------------------------------------*/
.wrap{
	/*width:80%;*/
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
	
}
.logo {
	float:left;
	padding-top: 40px;
	padding-left:20px;
}
/*--menu--*/
.cssmenu{
	float:right;
	padding-top: 90px;
	padding-right:20px;
	
}
.cssmenu ul
{
	padding: 0;
}
.cssmenu ul li {
	display: inline-block;
}
.cssmenu ul li a {
	color: #fff;
	/*display: block;*/
	padding-top: 10px;
	padding-left: 1px;
	padding-right: 4px;
	padding-bottom:10px;
	letter-spacing: 1px;
	font-size: 1.5em;
	font-family: 'Verdana', sans-serif;
	text-transform: uppercase;
	margin: 0px 5px;
}
.cssmenu li.active> a, .cssmenu li> a:hover {
	color:#fff;
	background:#558499;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

li.cartlink a
{	
	display: block;
	width: 25px;
	background: url('../Images/cart.png');
	background-repeat: no-repeat;
}
	
li.cartlink a:hover 
{
	background: url('../Images/cart.png');
	background-repeat: no-repeat;
	background-position: 0px -21px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
}

/* Declare a Header Division and declare properties of a Header */
div#headerDiv 
{	
	/* This centers the div regardless of the browser window width */
	margin:0 auto;	
	/*background-color: #151515;*/
	width:100%;	
	height: 150px;
	max-width:1664px;
}


/* Declare a div for the content headers */
div#contentHeaderDiv
{		

	height: 195px;
	
	/* Force width to coordinate the different divisions */
	
	max-width:1000px;
	
	/* This centers the div regardless of the browser window width*/
	margin:0 auto 0 auto;
	
	background:rgba(0, 0, 0, 0.4);
	border-radius: 8px;
	font-size: 20px;	
	
	border-color:#000000;
	font-weight: bold;
	margin-top:20px;
	clear:left;
}

h1.contentHeaderDiv
{
	text-align:center;
}
/* -------------------------------------------------------------------*/

.tutorialWrap
{
	width:50%;
	float:left;
}

.contentTutorialDiv
{	
	height: 200px;
		
	padding-left:10px;
	padding-bottom:10px;
	
	/* Force width to coordinate the different divisions */	
	max-width:450px;
	
	/* This centers the div regardless of the browser window width*/	
	background:rgba(200, 200, 200, 0.2);
	border-radius: 8px;
	font-size: 20px;	
	
	border-color:#000000;
	font-weight: bold;
	margin-top:20px;
	

}

.contentTutorialDiv p a
{
	
}



.artworkSample
{
	width:50%;
	float:left;
}


.detailSideBySide
{
	width:50%;
	float:left;
}


.productCompareWrap
{
	width:50%;
	float:left;
}

/* Declare a div for the content headers */
.productCompareDiv
{		
	/* Force width to coordinate the different divisions */
	

	
	border-radius: 8px;
	font-size: 20px;	
	
	border-color:#000000;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10%;
	margin-right:10%;
}

.productCompareDiv p a
{
	color: white;
}

.productCompareDiv p a:hover
{
	color:#558499;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.productName
{	
	text-align: center;
}

.productDetail
{	
	height: 265px;
	border-top: 5px solid;
	margin-bottom: 15px;
}

.productDetail ul
{
	list-style: none;
	color:#E0E0E0
 	list-style-position: inside;
    padding-left:10px;
    margin-top:0.2em;

}

.productDetail ul li
{
	list-style: none;
	font-size: 0.7em;
}

.productDetail ul li:before {
  content: "\2666";
}


#contentMainDiv .productName p
{
	font-size: 1.6em;
	margin-bottom:5px;
	margin-top:0;
}


.buttonBlock
{
	text-align: center;	
	padding-bottom:0px;
	max-width: 100%;
}

.buttonBlockResponsive
{
	text-align: center;	
	padding-bottom:0px;
	max-width: 100%;
	
	visibility: hidden;
	height: 0px;	
}

.buttonBlock a
{
	color:white;
}

.buttonBlockResponsive a
{
	color:white;
}

/* -------------------------------------------------------------------*/


/* -------------------------------------------------------------------*/
.artSetCompareWrap
{
	width:25%;
	float:left;
}

/* Declare a div for the content headers */
.artSetCompareDiv
{		
	/* Force width to coordinate the different divisions */
	

	
	border-radius: 8px;
	font-size: 13px;	
	
	border-color:#000000;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:5%;
	margin-right:5%;

	padding-bottom:20px;
}

.artSetName
{	
	text-align: center;
	border-bottom: 3px solid;
}

#contentMainDiv .artSetName p
{
	font-size: 1.2em;
	margin-bottom:5px;
	margin-top:0;
}


.artSetCompareWrap img {
	margin-top: 10px;
    margin-left:5%;
	height:200px;
	width:90%;
	object-fit: cover;

}


.artSetCompareWrap span { 
	position:absolute;
	visibility:hidden;

}

.artSetCompareWrap span img{ 
	position: relative;
	width: 100%;
	height: 100%;
	top: -200px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
	left: -100px; /*distance from the left of the thumbnail to the left of the popup image*/
	border: 4px solid;
}

.artSetCompareWrap:hover span { 
	visibility:visible;
	
}


/* -------------------------------------------------------------------*/
.artSetShopCompareWrap
{
	width:25%;
	float:left;
}

/* Declare a div for the content headers */
.artSetShopCompareDiv
{		
	/* Force width to coordinate the different divisions */
	

	
	border-radius: 8px;
	font-size: 13px;	
	
	border-color:#000000;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:2.5%;
	margin-right:2.5%;

	padding-bottom:20px;
}

.artSetShopName
{	
	text-align: center;
	border-bottom: 3px solid;
}


.artSetShopCompareWrap img 
{
	margin-top: 10px;
    margin-left:5%;
	height:200px;
	width:90%;
	object-fit: cover;
	
}

.previewimg {
opacity:1;
  position:relative; 
} 

.previewimg:hover {
  opacity:0.6;
  transition: all .3s linear;
  cursor: pointer;  
 }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 40%;
   
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 400px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 

}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}



.artSetShopDetailsDiv {
	text-align: left;
}

.artSetShopDetailsDiv ul
{
	list-style: none;
	color:#E0E0E0
 	list-style-position: inside;
    padding-left:10px;
    margin-top:0.2em;

}

.artSetShopDetailsDiv ul li
{
	list-style: none;
	font-size: 1.1em;
}

.artSetShopDetailsDiv ul li:before {
  content: "\2666";
}

/* -------------------------------------------------------------------*/

.image
{
    width: 410px;
}

.image:hover{
    border:1px solid #D88015;
}


#largeImgPanel {
    text-align: center;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    height: 100%;
    width: 100%;    
    padding-top: 10px;
    top: 0; left: 0; 
    background-color: rgba(100,100,100, 0.5);
    border: 4px solid #000000;
}

div.img {
    margin: 5px;
    padding: 5px;    
    height: auto;
    width: auto;
    float: left;
    text-align: center;
}

div.img img {
    display: inline;
    margin: 5px;
    border: 1px solid #ffffff;
}

div.img a:hover img {
    border:1px solid #D88015;
}

div.desc {
    text-align: center;
    font-weight: normal;    
    margin: 5px;
    color: #FFFFFF
}

.btcf:after 
{
    content:"";
    display:table;
    clear:both;
}


/* Declare a Banner Division. This is where the Actual Banner Image will go */
div#bannerDiv 
{	
	/* Dotted border for development only */	
	/* border: 1px dotted gray; */
	
	/* Hardcode height of this division*/
	width:95%;
	max-width:1000px;
	/* Force width to coordinate the different divisions */		
	padding-top: 20px;
	padding-bottom: 2px;
	/*margin:0 auto auto 10px;*/	
	
	/* Background color of this div*/
	/*background-image: url(../Images/TowerLogo.png);*/
	/*background-size: 400px 100px;*/
	/*background-repat: no-repeat;*/
	/*background-position: left top;*/
	
	float:left;	
}

div#linkIconsDiv
{
	height:30px;
	/*padding-top: 120px;*/
	
 	margin:140px auto auto auto;
	color: #000000;   
    float:left;
    width:50px;
}


/* Slide show */
#slideshow 
{
	font-family: helvetica,sans-serif;
	font-size: 14px;

	margin: 0;
	padding: 0;   
	width: 100%;
	height: 500px;
}

#slideshow div
{
	margin: 0;
	padding: 0;   
	width: 99%;
	max-width:1664px;
	height: 500px;
	position:absolute;
	-webkit-transition:opacity 2s ease-in-out; 
	transition:opacity 2s ease-in-out; 
	
	background-position: center;
  	background-size: cover; 
  	background-repeat: no-repeat;
	
}

#slideshow div { opacity:0 } 
.js #slideshow .show, #slideshow .show { opacity:1 }

#slideshow :nth-child(1) 
{ 
	background-image:url(../Images/picture1.jpg);
}

#slideshow :nth-child(2) 
{ 
	background-image:url(../Images/picture2.jpg);
}

#slideshow :nth-child(3) 
{ 
	background-image:url(../Images/picture3.jpg);
}

#slideshow :nth-child(4) 
{ 
	background-image:url(../Images/picture4.jpg);
}

#slideshow :nth-child(5) 
{ 
	background-image:url(../Images/picture5.jpg);
}

#slideshow :nth-child(6) 
{ 
	background-image:url(../Images/picture6.jpg);
}

#slideshow :nth-child(7) 
{ 
	background-image:url(../Images/picture7.jpg);
}
/* ---------------- */




/* Declare a Middle Division. This will contain everything the page except the Header and Footer. */
div#centerWrapper
{		
	/* Dotted border for development only */
	/* border: 1px dotted gray; */

	/* Force width to coordinate the different divisions */
	width:100%;	
	overflow: hidden;

	/* This centers the div regardless of the browser window width*/
	margin:20px auto 20px auto;

	/* Background color of this wrapper, if we want to be parent-set */
	/*background-color:#ffffff;*/

	/*border-radius: 20px ;*/		
}

/* Declare a content sidebar division */
div#contentDiv
{
	/* Dotted border for development only */
	/* border: 1px dotted gray; */
	
	/* Specify some margins so that content doesn't go up to end of div*/
	margin:0 50px 25px 50px;	
}

/* Declare a content sidebar division */
div#contentMainDiv
{
	/* Dotted border for development only */
	/* border: 1px dotted gray; */
	
	/* Specify some margins so that content doesn't go up to end of div*/
	/*margin:0 50px 25px 50px;*/	
	min-height:100%;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}


/* Declare a div for the tech image */
div#techDiv
{
	/* Specify some margins so that content doesn't go up to end of div*/
	max-width:1664px;
	
	margin: 0 auto;
	/* Center since smaller than div*/
	text-align:center;
	/*width: 100%;*/
	/*max-width: 1700px;*/	
}

/* Declare a menu bar Division. This is where the menu bar will go */
div#menuDetailBarDiv 
{	
	/* Dotted border for development only */	
	/* border: 1px dotted gray; */
	
	/* Hardcode height of this division*/
	height:30px;
	line-height:30px;
	
	/* Force width to coordinate the different divisions */
	width:1000px;
	
	/* This centers the div regardless of the browser window width*/
	margin:0 auto;
	
	/* Background color of this div*/
	background-color:#000000;

	font-size: 18px;	
	
	font-weight: bold;
}

/* Define a customized "bullet list block" --> u1 tag */
div#menuDetailBarDiv ul 
{	
	/* Align bar to the right, by aligning the bullet point block */
	text-align: center;	
	
 	list-style-type: none;
    margin: 0;
    padding: 0;
    		
}

/* Define a customized "bullet list" --> li tag */
div#menuDetailBarDiv ul li 
{
	display: inline-block;	 
    width: 160px;  
}
div#menuDetailBarDiv a
{
	 background-color: #000000;
}

/* Define custom properties for an anchor(link) within a li/bullet list within the categories */
div#menuDetailBarDiv a:link
{
	
    display: inline-block;	 
    width: 160px;  
    font-weight: bold;
    background-color: #000000;
    text-align: center;
    text-decoration: none;    
}

div#menuDetailBarDiv li.active> a, div#menuDetailBarDiv li> a:hover 
{
	background:#F0F0F0;	
	color: #000000;		
	display: inline-block;	 
    width: 160px;  
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div#menuDetailBarDiv li:first-child 
{
	border: none;
}


div#contentCenterfDiv
{	
	margin:0 auto;
	color: #FFFFFF;
	width: 100%;
	max-width: 1000px;
}

div#contentCenterIndexDiv{
	margin:0 auto;
	color: #FFFFFF;
	width: 100%;
	max-width: 1000px;
}

#contentCenterIndexDiv h1{
	font-size:2.4em;
	text-align: center;
	line-height: 125%
}

#contentCenterIndexDiv h2{
	font-size:1.2em;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

#contentCenterIndexDiv h3{
	/* Specify font size of "level 3" header/title */		
	font-size:16px;
	line-height:1.2em;
	text-align:center;
	font-weight: bold;
}

#contentCenterIndexDiv p{

} 

#contentCenterTextDiv{
	max-width: 800px;
	margin: 0 auto;	
}	

#contentCenterTextDiv a{
	color: #558499;
}

.contentImageWrapBig
{
	
}

.contentImageWrapSmall
{
	
}
.contentImageWrapHalf{
	
}

.gallerySlotImageWrap
{
	/*width: 50%;*/	
	height: 380px;
	float: left;
	margin: 0 auto;
	border: 1px solid #000000;
}

.contentImageWrapSmall img{
	margin: 10px auto;
	display: block;
    margin-left: auto;
    margin-right: auto
}

.contentImageWrapBig img{
	margin: 10px auto;
	display: block;
    /*margin-left: auto;
    margin-right: auto*/
	width: 100%;
	max-width: 1000px;
}

.contentImageWrapHalf img{
	margin: 10px auto;
	display: block;
    /*margin-left: auto;
    margin-right: auto*/
	width: 100%;
	max-width: 500px;
}

.contentTextImageWrap 
{
	/*margin: 10px auto;*/
	text-align:left;
	display: inline-block;
}

.videoWrapper{
	 position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	text-align: center
}

.videoWrapper iframe {
    position: absolute;
    top:0;
    left: 5%;
    width: 90%;
    height: 90%;
}

#contentCenterfDiv a
{
	/* Specify font size of "level 3" header/title */		
	font-size:1.2em;
	margin-top:0;
	margin-bottom:10px;
	text-align:center;	
}

#contentCenterfDiv ul{
	line-height: 150%;
	list-style-type:square
	
}

/* Declare a div for the content headers */
div#contentLeftHalfDiv
{		
	float:left;
	width:75%;
	overflow:hidden;
	/*background: #FFFFFF;*/
	color: #FFFFFF;	
}

#contentLeftHalfDiv p
{
	margin-right: 20px;
	width:75%;
}

/* Declare a div for the content headers */
div#contentRighttHalfDiv
{		
	
	width:25%;
	background: #98BF21;
	overflow:hidden;
}

div#contentLeft50Div
{		
	float:left;
	width:50%;
	overflow:hidden;
	/*background: #FFFFFF;*/
	color: #FFFFFF;	
}

div#contentRight50Div
{		
	float:left;
	width:50%;
	overflow:hidden;
	/*background: #FFFFFF;*/
	color: #FFFFFF;	
}
		
/* Declare a Footer Division. */
div#footerDiv 
{
	/* Dotted border for development only */
	/* border: 1px dotted gray; */
	
	/* Force height, this only looks different when footer background is
	 * different in color from overall page background */
	/*height:60px;*/
	
	/* Force width to coordinate the different divisions */
	/*width:100%;*/

	/* This centers the div regardless of the browser window width*/
	margin:0 auto;		
	
	/* Background color of this div */
	background-color: #000;	
	
	/* Set font size */
	font-size:11px;		
	padding:1% 0;
}

div#footerContentDiv
{	
	max-width: 1150px;
	margin: 0 auto;
	width: 100%;
}

/* Customize header 2 tag within the Footer */
#footerContentDiv h2 
{
	padding:0;
	margin:0;
}

/* Customize paragraph tag within the Footer */
#footerContentDiv p 
{
	color:#F0F0F0;		
	/* Set font size */
	font-size:12px;
}

div#footerLeftDiv
{	
	margin: 0 auto;
	width: 65%;
	text-align:left;
	float: left;
}

#footerLeftDiv p
{	
	margin: 0 auto;
}

#footerLeftDiv a {
	color: #fff;
	letter-spacing: 1px;
	font-size:12px;
	font-family: 'Verdana', sans-serif;
	text-transform: uppercase;
	margin: 0px 5px;
}
#footerLeftDiv a:hover {
	color:#558499;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Social */
.footerSocialDiv
{	
	margin: 0 auto;
	width: 35%;
	float: right;	
}
.footerSocialDiv ul{
	margin: 0 auto;
	padding: 0;
	text-align:right;	
	margin-top: 0px;
	margin-left: 0;	
}
.footerSocialDiv ul li {
	background: none;
	padding-right: 1px;
	display: inline-block;	
}

.footerSocialDiv ul li a {
	color: #fff;
	letter-spacing: 1px;
	font-size:11px;
	font-family: 'Verdana', sans-serif;
	text-transform: uppercase;
	margin: 0px 2px;
}
.footerSocialDiv ul li a:hover {
	color:#558499;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* -------------------------------------------------------------------*/
/* End Divisions                                                      */
/* -------------------------------------------------------------------*/


/* -------------------------------------------------------------------*/
/* Start Customizations for Entire Page                               */
/* -------------------------------------------------------------------*/

/* Custom properties for the header/title level 1 */
h1 
{
	/* Specify font size of "level 1" header/title */
	font-size:32px;
	line-height:28px;
	text-align:left;	
	color:#D88015;	
}

/* Custom properties for the header/title level 2 */
h2 
{
	/* Specify font size of "level 2" header/title */
	font-size:1.2em;
	margin-top:30px;
	margin-bottom:1px;	
}

/* Custom properties for the header/title level 3 */
h3
{
	/* Specify font size of "level 3" header/title */		
	font-size:16px;
	line-height:1.2em;
	text-align:left;
	font-weight: bold;
}

/* Custom properties for the header/title level 4 */
h4 
{
	/* Specify font size of "level 4" header/title */
	font-size:0.6em;
	margin-top:0;	
}

/* Custom properties for the paragraphs */
p
{
	margin-bottom:0;
	font-size:14px;
	line-height:1.2em;
	color: white;
}

a
{
	color:white;
}

  /* allow room for 3 columns */
#contentDiv ul
{
	font-size: 14px;
}

  /* float & allow room for the widest item */
#contentDiv  ul li
{
	padding-bottom: 5px;
}

#contentMainDiv p
{
	margin-bottom:0;
	font-size:16px;
	line-height:1.2em;	
	max-width: 1000px;
}

#contentMainDiv h1{
	color:#fff;
}

/* separate the list from subsequent markup */
div.wrapper
{
  margin-bottom: 1em;
}

/* define single buttons */
.singlebutton 
{
	position: relative;
	display: inline-block;
	horizontal 
	vertical-align: top;
	height: 36px;
	line-height: 35px;
	padding: 0 0px;
	color: white;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px rgba(black, .4);
	background-clip: padding-box;
	border: 0px solid;
	border-radius: 4px;
	cursor: pointer;	
	width:160px;
	background: #4B6A80;
  	/*border-color: #4E902C #4E902C #4A872A;*/	
}

.singlebutton:hover
{
	background: #6791AF;
  	/*border-color: #4E902C #4E902C #4A872A;*/	
}
  
/* -------------------------------------------------------------------*/
/* End Customizations for Entire Page                                 */
/* -------------------------------------------------------------------*/

/*Responsive Styles*/
@media screen and (max-width : 1100px)
{
	.cssmenu ul li a 
	{
		font-size: 1.1em;
	}
	
}

@media screen and (max-width : 955px)
{
	.betabuy
	{
		width: 100%;
		text-align:center;	
		margin-top:0px;
		margin-right: 0px;
	}
	
	div#contentHeaderDiv
	{
		height: 300px;
		background:none;
	}

	.summary
	{
		margin-left:0px;
		margin-right:0px;
	
		text-align: center;
		width: 100%;
		
	}
	
	.summary p
	{
		margin-top:0px;
		
	}
	
	.summary ul
	{
		margin-bottom:0px;
	}

	.summary ul li:before {
	  content: "";
	}
	
	.artSetShopCompareWrap
	{
		width:50%;
	}

	.artSetShopCompareDiv
	{		
		margin-left:3vw;
		margin-right:3vw;
	}

}

@media screen and (max-width : 950px)
{
	li.cartlink a, li.cartlink a:hover
	{
		
		background: none;
	}
	
	li.cartlink a:after
	{
		content: "VIEW CART";	
	}

	
	.productCompareDiv
	{
		margin-left:8%;
		margin-right:8%;
	}	
	
	.artSetCompareWrap
	{
		width:50%;
	}

	.artSetCompareDiv
	{		
	
		margin-top:20px;
		margin-bottom:20px;
		padding-bottom:20px;

	}
	
	.artSetName
	{	
		border-bottom: 3px solid;
	}
	
	.tutorialWrap
	{
		width:100%;
	}
	
	#contentMainDiv .productName p
	{
		font-size: 1.0em;
	}

	
	#contentMainDiv .artSetName p
	{
		font-size: 1.0em;
	}
	
	.artSetCompareWrap img {
		margin-top: 10px;
		height:200px;
	}
	
	.artSetCompareWrap span img{ 
		top: -200px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
		left: -100px; /*distance from the left of the thumbnail to the left of the popup image*/
		border: 4px solid;
	}
	
	
	
	.artSetCompareDiv
	{		
	
		margin-top:20px;
		margin-bottom:20px;
		padding-bottom:20px;

	}
	
	.artSetShopName
	{	
		border-bottom: 3px solid;
	}
	
	
	.artSetShopCompareWrap img {
		margin-top: 10px;
		height:200px;
	}
	
	.artSetShopCompareWrap span img{ 
		top: -200px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
		left: -100px; /*distance from the left of the thumbnail to the left of the popup image*/
		border: 4px solid;
	}
	
	
	div#headerDiv  
	{
		height: 300px;
	}
	
	div#contentHeaderDiv
	{
		margin-top:0px;
	}
	#slideshow  
	{
		opacity: 0;
		height: 0px;
	}
	#slideshow div
	{
		opacity: 0;
		height: 0px;
	}
	#slideshow :nth-child(1) 
	{ 
		background-image:none;
	}
	#slideshow :nth-child(2) 
	{ 
		background-image:none;
	}
	#slideshow :nth-child(3) 
	{ 
		background-image:none;
	}
	#slideshow :nth-child(4) 
	{ 
		background-image:none;
	}
	
	#slideshow :nth-child(5) 
	{ 
		background-image:none;
	}
	
	#slideshow :nth-child(6) 
	{ 
		background-image:none;
	}
	
	#slideshow :nth-child(7) 
	{ 
		background-image:none;
	}
		
	#techDiv
	{
		height: 0px;	
	}
	
	.logo 
	{
		width: 100%;
		padding-top: 20px;
		margin: 0 auto;
		
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.logo img
	{
		display: block;
	    margin-left: auto;
	    margin-right: auto;
	    width: 100%;
	    max-width: 276px;
	}
	.cssmenu
	{
		float:left;
		/*text-align: center;*/
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	
	.cssmenu ul
	{
		padding: 0;
		list-style-type: none;
	}	
	
	.cssmenu ul li 
	{
		width: 100%;
		display: block;
		margin: 0 auto;
	
	}
	
	.cssmenu ul li a,li.cartlink a
	{
		color: #fff;
		display: block;
		padding: 10px 0;
		letter-spacing: 1px;
		font-size: 1.1em;
		font-family: 'Karla', sans-serif;
		text-transform: uppercase;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	
	li.cartlink a:hover {
	color:#fff;
	background:#558499;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
	
	.content
	{
		overflow:hidden
	}
	div#menuDetailBarDiv 
	{
		float:left;
		width: 100%;
		margin: 0 auto;
		height:auto;
		line-height:auto;
	}
	div#menuDetailBarDiv ul
	{
		padding: 0;
    	list-style-type: none;
    	width: 100%;
	}	
	
	div#menuDetailBarDiv ul li 
	{
		width: 100%;
		display: block;
		margin: 0 auto;
		text-transform: uppercase;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	
	div#menuDetailBarDiv a:link
	{
		width: 100%;
	}

	.buttonBlock{
		visibility: hidden;
		height: 0px;	
	}
	
	.buttonBlockResponsive{
		visibility: visible;
		height: 100%;	
	}
	
	.productDetail ul li
	{
	    font-size: 16px; 
	    font-size: 1.5vw;	   

	}


}

@media screen and (max-width : 600px)
{
	#contentMainDiv .productName p
	{
		font-size: 1.6em;
	}


	.artSetShopCompareWrap
	{
		width:100%;
	}
	
	#contentMainDiv h1
	{
		font-size: 6vw;	
	}
	
	#contentCenterfDiv h2
	{
		text-align:center;
	
	}
	
	#contentMainDiv .artSetName p
	{
		font-size: 0.9em;
	}
	
	.productDetail ul li
	{
	    font-size: 16px; 
	    font-size: 3vw;	   

	}
	
	.productCompareWrap
	{
		width:100%;
	}
	
	.artSetShopCompareDiv
	{		
		margin-left:10vw;
		margin-right:10vw;
	}

}

@media screen and (max-width : 400px)
{
	.artSetCompareWrap
	{
		width:100%;
	}
}