/* This is the default theme for Wolfhax, and it's ugly. I like it that way, piss off */
@charset "utf-8";
@font-face {
    font-family: RedHatMono;
    src: url('https://www.pagespawner.com/styles/fonts/RedHatMono-Regular.ttf');
    font-style: normal;
}

@font-face {
    font-family: NotoEmoji;
    src: url('https://www.pagespawner.com/styles/fonts/NotoEmoji-Regular.ttf');
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('https://www.pagespawner.com/styles/fonts/Montserrat-Regular.ttf');
    font-style: normal;
}
@font-face {
    font-family: 'MontserratLight';
    src: url('https://www.pagespawner.com/styles/fonts/Montserrat-Light.ttf');
	font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserratmedium';
    src: url('https://www.pagespawner.com/styles/fonts/Montserrat-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'MontserratBold';
    src: url('https://www.pagespawner.com/styles/fonts/Montserrat-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: PetMe2X;
    src: url('https://www.pagespawner.com/styles/fonts/PetMe2X.ttf');
    font-style: normal;
}
@font-face {
    font-family: PetMe1282Y;
    src: url('https://www.pagespawner.com/styles/fonts/PetMe1282Y.ttf');
    font-style: normal;
}
/*
Thin            100     
Extra Light     200
Light           300
Regular         400
Medium          500
Semi-Bold       600
Bold            700
Extra-Bold      800
Black           900
*/

@-webkit-keyframes banner {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 1;
  }
}
@keyframes banner {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 1;
  }
}


@-webkit-keyframes topnav {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes topnav {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


@keyframes jump {
  0% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}



* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  font-size: 1em;
}


a:link {
  color: #333333;
  text-decoration: none;
}
a:visited {
  color: #222222;
}
a:hover,
a:visited:hover {
  color: #444444;

}
a:active,
a:visited:active {
  color: #444444;
}

h4, h5, h6 {
  font-weight: normal;
}

h1 {
 color:rgba(204, 204, 204, 1.0);
 font-family:'Montserrat', Helvetica, sans-serif;
 font-size: 1.5em;
}

h2 {
 color:rgba(204, 204, 204, 1.0);
 font-family:'Montserrat', Helvetica, sans-serif;
 font-size: 1.3em;
}

h3 {
 color:rgba(204, 204, 204, 1.0);
 font-family: 'Montserrat', Helvetica, sans-serif;
 font-size: 1.2em;
}
h4 {
 color:rgba(204, 204, 204, 1.0);
 font-family: 'Montserrat', Helvetica, sans-serif;
 font-size: 1.2em;
}

h5 {
 color:rgba(204, 204, 204, 1.0);
 font-family: 'Montserrat', Helvetica, sans-serif;
 font-size: 1.1em;
}

h6 {
 color:rgba(204, 204, 204, 1.0);
 font-family: 'Montserrat', Helvetica, sans-serif;
 font-size: 1.1em;
}

ul {

 color:rgba(204, 204, 204, 1.0);
 font-family: 'Montserrat', Helvetica, sans-serif;
 font-size: 1em;
 padding: 0;
 margin: 0;
}

ul li {
padding-left: 12px;	
 display: list-item;
 list-style: none;
}

ul li::before {
  content: "•"; /* Insert content that looks like bullets */
  padding-right: 6px;
  color: rgba(280, 280, 280, 1.0); /* Or a color you prefer */
}

ol {

 color:rgba(204, 204, 204, 1.0);
 font-family: 'Montserrat', Helvetica, sans-serif;
 font-size: 1em;
 padding: 0;
 margin: 0;	
}

ol li {
 display: list-item;
 list-style: decimal inside;	
 padding-left: 12px;	
	
}


a {
 text-decoration: none;
}
p {
 color:rgba(204, 204, 204, 1.0);
 font-family: 'Montserrat', Helvetica, sans-serif;
 font-size: 1em;
	
}

body {
 WIDTH: 100%;
 max-width: 100%;
 text-align: center;
 background-size: cover;
 /* $bgsz=getbodysize($a); <----- goes into a function later */
 background-position: top center;
 background-attachment: fixed;
 display: flex;
 align-items: center;
 justify-content: center;
 height: auto;
 padding: 0px;
 margin: 0px;
/* overflow: visible; I was poking at something here, left it for later*/
}

#bodyWrap {
/* Contains everything INSIDE of the body tag, but is a div wrapper */
 display: block;
 position: relative;
 top: 0px;
 WIDTH: 100%;
 text-align: center;
 max-width: 100%;

}


section {
	
 position: relative;
 min-width: 100%;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

#artWrap {
 display: inline-block;
 top: 0px;
 z-index: 30;
 width: 100%;
 text-align: center;
 height: 100%;
 background: rgba(0,0,0,0.0);
	
}

#article {
 display: inline-block;
 position: relative;
 z-index: 35;
 width: 98%;
 max-width: 1280px;
 text-align: center;
 padding: 12px;
 overflow: hidden;
 height: auto;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e1e1e1+0,cccccc+50,999999+100&0.75+0,0.5+50,1+100 
 background: -moz-linear-gradient(top,  rgba(100,100,225,0.75) 0%, rgba(204,204,204,0.5) 50%, rgba(153,153,153,1) 100%);
 background: -webkit-linear-gradient(top,  rgba(225,225,225,0.75) 0%,rgba(204,204,204,0.5) 50%,rgba(153,153,153,1) 100%);  
 background: linear-gradient(to bottom,  rgba(100,100,225,0.75) 0%,rgba(204,204,204,0.5) 50%,rgba(153,153,153,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfe1e1e1', endColorstr='#999999',GradientType=0 ); */
 background: rgba(0,0,40,0.9);
 
 border-left: solid #333333 1px !important;
 border-right: solid #cccccc 1px !important;
 border-top: solid #cccccc 1px !important;
 border-bottom: solid #333333 1px !important;
 border-radius: 3px 3px 3px 3px;
 -moz-border-radius: 3px 3px 3px 3px;
 -webkit-border-radius: 3px 3px 3px 3px;
 -khtml-border-radius: 3px 3px 3px 3px;
 box-shadow: -2px 2px 2px 1px rgba(50,50,80,0.9), 2px -2px 2px 1px rgba(180,180,240,1.0), 3px 3px 5px 0px rgba(0,0,0,0.8), 2px -2px 2px 1px rgba(180,180,240,1.0) inset, -3px 3px 2px 1px rgba(50,50,80,0.9) inset;
 -webkit-box-shadow: -2px 2px 2px 1px rgba(50,50,50,0.9), 2px -2px 2px 1px rgba(180,180,180,1.0), 3px 3px 5px 0px rgba(0,0,0,0.8), 2px -2px 2px 1px rgba(180,180,180,1.0) inset, -3px 3px 2px 1px rgba(50,50,50,0.9) inset;
 -moz-box-shadow: -2px 2px 2px 1px rgba(50,50,50,0.9), 2px -2px 2px 1px rgba(180,180,180,1.0), 3px 3px 5px 0px rgba(0,0,0,0.8), 2px -2px 2px 1px rgba(180,180,180,1.0) inset, -3px 3px 2px 1px rgba(50,50,50,0.9) inset;
 text-shadow: 1px 2px 2px rgba(0,0,0,0.8), 0px 2px 3px rgba(255,255,255,0.6);
 backdrop-filter: blur(15px);
 -webkit-backdrop-filter: blur(15px);
}
#artcont {
padding: 10px;	
	
}
#mainarticle {
 display: inline-block;
 position: relative;
 z-index: 35;
 width: 98%;
 max-width: 98%;
 text-align: left;

 overflow: hidden;
 height: auto;
 padding: 12px;
 text-shadow: 1px 1px 2px rgba(0,0,0,0.9), 0px 1px 3px rgba(0,0,0,0.8);
 background: rgba(0,0,20,0.9);
 border-left: solid #333333 1px !important;
 border-right: solid #cccccc 1px !important;
 border-top: solid #cccccc 1px !important;
 border-bottom: solid #333333 1px !important;
 border-radius: 3px 3px 3px 3px;
 -moz-border-radius: 3px 3px 3px 3px;
 -webkit-border-radius: 3px 3px 3px 3px;
 -khtml-border-radius: 3px 3px 3px 3px;
 box-shadow: -2px 2px 2px 1px rgba(50,50,80,0.9), 2px -2px 2px 1px rgba(180,180,240,1.0), 3px 3px 5px 0px rgba(0,0,0,0.8), 2px -2px 2px 1px rgba(180,180,240,1.0) inset, -3px 3px 2px 1px rgba(50,50,80,0.9) inset;
 -webkit-box-shadow: -2px 2px 2px 1px rgba(50,50,50,0.9), 2px -2px 2px 1px rgba(180,180,180,1.0), 3px 3px 5px 0px rgba(0,0,0,0.8), 2px -2px 2px 1px rgba(180,180,180,1.0) inset, -3px 3px 2px 1px rgba(50,50,50,0.9) inset;
 -moz-box-shadow: -2px 2px 2px 1px rgba(50,50,50,0.9), 2px -2px 2px 1px rgba(180,180,180,1.0), 3px 3px 5px 0px rgba(0,0,0,0.8), 2px -2px 2px 1px rgba(180,180,180,1.0) inset, -3px 3px 2px 1px rgba(50,50,50,0.9) inset;
 text-shadow: 1px 2px 2px rgba(0,0,0,0.8), 0px 2px 3px rgba(255,255,255,0.6);
   backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

#topsec {
 display: inline-block;
 width: 100%;
 text-align: center;
 background-image: url('');
 background-size: 100%; 
 background-repeat: repeat-x;
 background-position: 0 0;
 background-attachment: fixed;
 z-index: 100;

}
 
#topnav {
 text-align: center;
 background: rgba(0,0,0,0.0);
 background-position: center top;
 width: 750px;
 Max-width: 100%;
 margin: 0px auto;
 padding: 0px;

 -webkit-animation: topnav 1.5s cubic-bezier(0.470, 0.000, 0.745, 0.715) forwards;
 animation: topnav 1.5s cubic-bezier(0.470, 0.000, 0.745, 0.715) forwards;
}

#HeadImg {
 display: inline-block;
 max-width: 100%;
 height: auto;
 padding: 0px;
 margin: auto;
}


#topNavbuts {
 display: inline-block;
 position: relative;
 text-align: center;
 height: auto;
 width: auto;
 margin: 0px auto;
 padding: 0px; 
  
  /*color: #000000;

 background: rgb(102,102,102);
 background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(192,192,192,1) 4%, rgba(102,102,102,1) 100%);
 background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(192,192,192,1) 4%,rgba(102,102,102,1) 100%);
 background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(192,192,192,1) 4%,rgba(102,102,102,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666',GradientType=0 );


 border-radius: 0px 0px 3px 3px;
  box-shadow: 0px 4px 2px 5px rgba(0,0,0,0.6);
 -webkit-box-shadow: 0px 3px 9px 1px rgba(0,0,0,0.9);
 -moz-box-shadow: 0px 4px 5px 3px rgba(0,0,0,1.0);*/
}


.mainNavBut {
    /*background-color: #000040; Dark background 
    color: #f55 !important;  Bright neon text color 
    border: 1px solid #ccccff;  Neon border */
    font-family: 'MontserratBold', sans-serif;
    padding: 5px 10px;
    font-size: 1.2em;
    cursor: pointer;
    outline: none;
    position: relative;
	display: inline-block;
    overflow: hidden;
    transition: all 0.3s ease;
	margin: 0 auto;
}

.mainNavBut a {
    /*background-color: #111;  Dark background */
    color: #ffffcc !important;  /*Bright neon text color */
    /*border: 1px solid #0f0;  Neon border */
    font-family: 'MontserratBold', sans-serif;

    cursor: pointer;
    outline: none;
    position: relative;
	display: inline-block;
    overflow: hidden;
    transition: all 0.3s ease;
	margin: 0 auto;
}

.mainNavBut::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(200, 200, 255, 0.4), transparent);
    transition: all 0.3s ease;
}

.mainNavBut:hover::before {
    left: 100%;
}

.mainNavBut:hover {
    color: #fff;
    /*background-color: #222;
    border-color: #0f0;
    box-shadow: 0 0 10px #9999ff, 0 0 20px #9999ff; *//* Glowing effect */
}

.mainNavEm {
 /* x */
 display: inline-block;
 position: relative;
 color: #ffffcc;
 text-shadow: 0px 2px 4px rgba(0, 0, 0, 1.0), 0px -1px 3px rgba(255, 255, 255, 1.0);
 font-family: 'NotoEmoji', Helvetica, sans-serif;
 font-size: 1.1em;

 padding: 5px;
 margin: 0px;


 border-radius: 1px;
}
.mainNavEm a {
 /* x */
 display: inline-block;
 position: relative;
 color: #ffffcc;
 text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.9), 0px 1px 0px rgba(0, 0, 0, 0.9), 0px -1px 0px rgba(255, 255, 255, 1.0);
 font-family: 'NotoEmoji', Helvetica, sans-serif;
 font-size: 1.1em;


}


#mainWrap {
 /* Is a div that wraps <main></main>*/
 display: block;
 position: relative;
 width: 1280px;
 max-width: 99%;
 text-align: center;
 background-image: url('');
 background-repeat: repeat;
 background-position: 0 0;
 background-attachment: fixed;

 
 z-index: 20;
 top: 0px;
 margin: auto;
 padding: 0px;
/*  box-shadow: 0px 5px 9px 5px rgba(0,0,0,0.8);
 -webkit-box-shadow: 0px 5px 9px 5px rgba(0,0,0,0.8);
 -moz-box-shadow: 0px 5px 9px 5px rgba(0,0,0,0.8);
 border-radius: 0px 0px 5% 5%; */
 
}
.mainunder {
 /* This is <main></main> */

 
}



#ArtHead {
 position: relative;
 WIDTH: 100%;
 text-align: center;
 max-width: 99%;
 z-index: 80 !important;
 margin: auto;
 padding: 0px;
text-shadow: 0px 2px 5px rgba(0,0,0,0.8), 0px 2px 3px rgba(255,255,255,0.8), 0px -1px 3px rgba(255,255,255,0.9);
color: #000000;
 font-family: "Arial", Helvetica, sans-serif;
 font-size: 20px;
}




.MainArtFig {
 display: inline-block;
 position: relative; 
 float: center;
 left: 50%;
 margin: 10px;
 padding: 10px;
 z-index: 30;
 WIDTH: 92%;
 max-width: 50%;
 height: auto;
 text-align: center;
 background: rgba(225,225,225,0.9);
 border-left: solid #666666 1px;
 border-right: solid #666666 1px;
 border-top: solid #dddddd 1px;
 border-bottom: solid #444444 1px;
 border-radius: 9px;
 box-shadow: -2px 3px 7px 3px rgba(0,0,0,0.8);
 -webkit-box-shadow: -2px 3px 7px 3px rgba(0,0,0,0.8);
 -moz-box-shadow: -2px 3px 7px 3px rgba(0,0,0,0.8);
}
.FrontPageArtFig {
 display: inline-block;
 position: relative; 
 float: center;
 margin: 2px;
 padding: 5px;
 z-index: 30;
 WIDTH: 98%;
 max-width: 75%;
 height: auto;
 text-align: center;
 /*background: rgba(225,225,225,1);
 border-left: solid #666666 1px;
 border-right: solid #666666 1px;
 border-top: solid #dddddd 1px;
 border-bottom: solid #444444 1px;
 border-radius: 9px;
 box-shadow: -2px 3px 4px 1px rgba(0,0,0,0.5);
 -webkit-box-shadow: -2px 3px 7px 3px rgba(0,0,0,0.8);
 -moz-box-shadow: -2px 3px 7px 3px rgba(0,0,0,0.8);*/
}
.NeArtFig {
 display: inline-block;
 position: relative; 
 float: right;
 margin: 10px;
 padding: 10px;
 z-index: 30;
 WIDTH: 92%;
 max-width: 50%;
 height: auto;
 text-align: center;
 background: rgba(225,225,225,0.9);
 border-left: solid #666666 1px;
 border-right: solid #666666 1px;
 border-top: solid #dddddd 1px;
 border-bottom: solid #444444 1px;
 border-radius: 9px;
 box-shadow: -2px 3px 7px 3px rgba(0,0,0,0.8);
 -webkit-box-shadow: -2px 3px 7px 3px rgba(0,0,0,0.8);
 -moz-box-shadow: -2px 3px 7px 3px rgba(0,0,0,0.8);
}
.NwArtFig {
 display: inline-block;
 position: relative; 
 float: left;
 margin: 10px;
 padding: 10px;
 z-index: 30;
 WIDTH: 92%;
 max-width: 50%;
 height: auto;
 text-align: center;
 background: rgba(225,225,225,0.9);
 border-left: solid #666666 1px;
 border-right: solid #666666 1px;
 border-top: solid #dddddd 1px;
 border-bottom: solid #444444 1px;
 border-radius: 9px;
 box-shadow: -2px 3px 7px 3px rgba(0,0,0,0.8);
 -webkit-box-shadow: -2px 3px 7px 3px rgba(0,0,0,0.8);
 -moz-box-shadow: -2px 3px 7px 3px rgba(0,0,0,0.8);
}

.SeArtFig {
 display: inline-block;
 position: relative; 
 float: right;
 margin: 10px;
 padding: 10px;
 z-index: 30;
 WIDTH: 92%;
 max-width: 50%;
 height: auto;
 text-align: center;
 background: rgba(225,225,225,0.9);
 border-left: solid #666666 1px;
 border-right: solid #666666 1px;
 border-top: solid #dddddd 1px;
 border-bottom: solid #444444 1px;
 border-radius: 9px;
 box-shadow: -2px 3px 7px 3px rgba(0,0,0,0.8);
 -webkit-box-shadow: -2px 3px 7px 3px rgba(0,0,0,0.8);
 -moz-box-shadow: -2px 3px 7px 3px rgba(0,0,0,0.8);
}

.SwArtFig {
 display: inline-block;
 position: relative; 
 float: left;
 margin: 10px;
 padding: 10px;
 z-index: 30;
 WIDTH: 92%;
 max-width: 50%;
 height: auto;
 text-align: center;
 background: rgba(225,225,225,0.9);
 border-left: solid #666666 1px;
 border-right: solid #666666 1px;
 border-top: solid #dddddd 1px;
 border-bottom: solid #444444 1px;
 border-radius: 9px;
 box-shadow: -2px 3px 7px 3px rgba(0,0,0,0.8);
 -webkit-box-shadow: -2px 3px 7px 3px rgba(0,0,0,0.8);
 -moz-box-shadow: -2px 3px 7px 3px rgba(0,0,0,0.8);
}

.LinkArtFig {
 position: relative;
 z-index: 10;
 WIDTH: 92%;
 text-align: center;
 margin: auto;

}

.Gal {
 width: 99%;
 display: inline-block;
 text-align: center;
}

.GalArtFig {
    position: relative;
 text-align: center;
 padding: 8px;
 margin-top: 15px;
 max-width: 280px;
 background: rgba(225,225,225,0.9);
 border-left: solid #666666 1px;
 border-right: solid #666666 1px;
 border-top: solid #dddddd 1px;
 border-bottom: solid #444444 1px;
 border-radius: 9px;
 box-shadow: 0px 4px 2px 3px rgba(0,0,0,1.0);
 -webkit-box-shadow: 0px 4px 5px 3px rgba(0,0,0,1.0);
 -moz-box-shadow: 0px 4px 5px 3px rgba(0,0,0,1.0);

}

.LinkFig {
    position: relative;
 text-align: center;
 padding: 5px;
 margin-top: 10px;
 max-width: 175px;
 height: 125px;
 background: rgba(225,225,225,0.6);
 border-left: solid #666666 1px;
 border-right: solid #666666 1px;
 border-top: solid #dddddd 1px;
 border-bottom: solid #444444 1px;
 border-radius: 3px;
 box-shadow: 0px 4px 2px 3px rgba(0,0,0,0.9);
 -webkit-box-shadow: 0px 4px 5px 3px rgba(0,0,0,0.9);
 -moz-box-shadow: 0px 4px 5px 3px rgba(0,0,0,0.9);

}

.form {
 display: inline-block;
 position: relative;
 text-align: center;
 width: 500px;
 max-width: 95%;
 height: auto;
 background: rgba(225,225,225,0.6);
 border-left: solid #666666 1px;
 border-right: solid #666666 1px;
 border-top: solid #444444 1px;
 border-bottom: solid #FFFFFF 1px;
 border-radius: 11px;
 padding: 10px;
 margin: auto;
}

.form-blok {
 display: inline-block;
 position: relative;
 text-align: left;
 float: right;
 width: 99%;
 max-width: 99%;
 padding: 0px;
}

.form-field {
 display: inline-block;
 position: relative;
 text-align: left;
 float: right;
 width: 400px;
 max-width: 99%;
 height: auto;
 background: #FFFFFF !important;
 border-left: solid #666666 1px;
 border-right: solid #666666 1px;
 border-top: solid #444444 1px;
 border-bottom: solid #FFFFFF 1px;
 border-radius: 3px;
 padding: 3px;
 margin: auto;
}
#gd-image {
 text-align: center;
 display: inline-block;
 /*justify-content:center;*/
 position: relative;
 width: 100%;
 max-width: 100%;
 /*border: solid #000000 1px;*/
}

#gd-image img {
 object-fit: contain;
 width: 100%;
 max-width: 100%;
 height: 100px;
}
#showtry {
 color:rgba(0, 0, 0, 1.0);
 font-family: 'Unkempt', Georgia, serif;
 font-size: 1.1em;
 font-weight: bold; 
	
}


form h3 {
 text-align: center;	
	
}

.review {
 display: inline-block;
 position: relative;
 text-align: center;
 width: 95%;
 max-width: 95%;
 height: auto;
 background: #FFF;
 border-left: solid #666666 1px;
 border-right: solid #666666 1px;
 border-top: solid #444444 1px;
 border-bottom: solid #FFFFFF 1px;
 
 border-radius: 11px;
 padding: 5px;
 margin: auto;
		
}
.reviewHeading {
 display: inline-block;
 position: relative;
 width: 100%;
 max-width: 100%;
 text-align: left;
 padding: 10px;
 margin: auto;	
	
}

.reviewHeadCell {
 display: inline-block;
 position: relative;
 width: 50%;
 max-width: 50%;
 color: rgba(0, 0, 0, 1.0);
 font-family: "Arial", Helvetica, sans-serif;
 font-size: 12px;
 text-align: left !important;
 float: left !important;

 padding: 0px;
 margin: auto;
	
}

.reviewBody {
 display: inline-block;
 position: relative;
 width: 100%;
 max-width: 100%;
 text-align: left;
 padding: 5px;
 margin: auto;	
	
}
.reviewCell {
 display: inline-block;
 position: relative;
 color: rgba(0, 0, 0, 1.0);
 width: 100%;
 max-width: 100%;
 font-family: "Arial", Helvetica, sans-serif;
 font-size: 14px;
 text-align: left;
 padding: 10px, 10px, 10px, 10px;
 margin: auto;
	
}

.reviewr {
 display: inline-block;
 position: relative;
 text-align: right;
 width: 90%;
 max-width: 90%;
 color: rgba(0, 0, 0, 1.0);
 font-family: "Arial", Helvetica, sans-serif;
 font-size: 12px;
 padding: 10px;
 margin: auto; 
}



.divTableRow {
 display: inline-block;
 position: relative;
 max-width: 100%;
 text-align: center;
 padding: 0;
 margin: auto;
	
}

.divTableCell {
	 display: inline-block;
 position: relative;
 max-width: 25%;
 text-align: center;
 padding: 3px;
 margin: auto;
}





figure {
    position: relative;
    display: inline-block !important;
}

.GalImgWrap {
  position: relative;
  text-align: center;
  color: white;
}

#LinkImgWrap {
  display: block !important;
  position: relative;
  text-align: center;
  color: white;
  margin: 2px;
  padding: 1px;
}

#FrntPgImg {
 display: inline-block;
 width: 96% !important;
 max-width: 600px;
 height: auto;
 border-left: solid #666666 1px;
 border-right: solid #666666 1px;
 border-top: solid #444444 1px;
 border-bottom: solid #FFFFFF 1px;
 padding: 0px;
 margin: auto;
}

#LinkPgImg {
 display: inline-block;
 width: 96% !important;
 max-width: 150px;
 height: auto;
 background-color: #000000;
 border-left: solid #666666 1px;
 border-right: solid #666666 1px;
 border-top: solid #444444 1px;
 border-bottom: solid #FFFFFF 1px;
 padding: 0px;
 margin: auto;
}

.GalPgImg {
 display: inline-block;
 width: 95% !important;
 max-width: 350px;
 height: auto;
 border-left: solid #666666 1px;
 border-right: solid #666666 1px;
 border-top: solid #444444 1px;
 border-bottom: solid #FFFFFF 1px;
 padding: 0px;
 margin: auto;
}

#LinkArtImg {
 display: inline-block;
 width: 95% !important;
 max-width: 750px;
 border-left: solid #666666 1px;
 border-right: solid #666666 1px;
 border-top: solid #444444 1px;
 border-bottom: solid #FFFFFF 1px;
 padding: 0px;
 margin: auto;
 box-shadow: 5px 4px 2px 3px rgba(0,0,0,0.9) inset;
 -webkit-box-shadow: 5px 4px 5px 3px rgba(0,0,0,0.9) inset;
 -moz-box-shadow: 5px 4px 5px 3px rgba(0,0,0,0.9) inset;

 
}
#FrntPgBotImg {
  display: inline-block;
  width: 500px;
  max-width: 90%;
  height: auto;
  padding: 0px;
  margin: auto;
}
#FpFigCap {
 color: rgba(0, 0, 0, 1.0);
 font-family: "Arial", Helvetica, sans-serif;
 font-size: 20px;
 text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.9);
}
.GalImgDate {
  display: inline-block;
  position: absolute;
  bottom: 25px;
  right: 20px;
}
.GalFigCap {
 color: rgba(0, 0, 0, 1.0);
 font-family: "Arial", Helvetica, sans-serif;
 font-size: 20px;
 text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.9);
}

#LinkFigCap {
 display: block;
 position: relative;
 color: rgba(0, 0, 0, 1.0);
 font-family: "Arial", Helvetica, sans-serif;
 font-size: 2vmin;
 text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.9);
}
#ArtFoot {
 display: inline-block;
 position: relative;
 width: 100%;
 color:rgba(204, 204, 204, 1.0);
 font-family: 'MontserratLight', Helvetica, sans-serif;
 font-size: 10px;
 text-align: right;
 margin-right: 20px;
 padding: 10px;
}

 /* xsdsdsdsdsdsdsdsdsdsdsdsds */
 /* Social Media Buttons Below>*/
.shares {
  display: inline-block;
  position: relative;
  vertical-align: top !important;
  padding: 3px;
  margin: 3px;
}

#lnkn {
  display: inline-block;
  position: relative;
vertical-align: top !important;
  padding: 0px;
  margin: auto;
}
#pint {
  display: inline-block;
  position: relative;
  vertical-align: top !important;
  padding: 0px;
  margin: auto;
}

.twitter-share-button {
	vertical-align: top !important;
}
 /* End Social Media Buttons*/


footer #MainFoot {
 color: rgba(0, 0, 0, 0.9);
 font-family: "Arial", Helvetica, sans-serif;
 font-size: 10px; 
}
#BodyFoot {
   display: inline-block;
  position: relative;
 color: rgba(128,128,128,1.0);
 font-family: PetMe128, Arial, Helvetica, sans-serif;
 font-size: 10px;
 width: 350px;
 text-decoration: none;
 background: rgba(0, 0, 0, 1.0);
 border-left: solid #666666 1px;
 border-right: solid #666666 1px;
 border-top: solid #dddddd 1px;
 border-bottom: solid #444444 1px;
 border-radius: 27px;
 box-shadow: -2px 3px 7px 3px rgba(0,0,0,0.8);
 -webkit-box-shadow: -2px 3px 7px 3px rgba(0,0,0,0.8);
 -moz-box-shadow: -2px 3px 7px 3px rgba(0,0,0,0.8);
 padding: 9px;
 text-shadow: 0px -1px 0px rgba(192,192,192,1.0);
}
#BodyFoot a {
 color: rgba(128,128,128,1.0);
 font-family: PetMe128, Arial, Helvetica, sans-serif;
 font-size: 10px;
 text-decoration: none;
 text-shadow: 0px -1px 0px rgba(192,192,192,1.0);
}
#testOne {
 display: inline-block;
 width: 90% !important;
 max-width: 90%;
 height: auto;
 background: -moz-linear-gradient(top, rgba(153,0,0,0.75) 0%, rgba(255,0,51,0.4) 50%, rgba(0,0,0,0.75) 100%);
 background: -webkit-linear-gradient(top, rgba(153,0,0,0.75) 0%,rgba(255,0,51,0.4) 50%,rgba(0,0,0,0.75) 100%);
 background: linear-gradient(to bottom, rgba(153,0,0,0.75) 0%,rgba(255,0,51,0.4) 50%,rgba(0,0,0,0.75) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf990000', endColorstr='#bf000000',GradientType=0 );
 color: #C0C0C0;
 border-left: solid #cc0033 1px !important;
 border-right: solid #ff0033 1px !important;
 border-top: solid #ff0033 1px !important;
 border-bottom: solid #cc0033 1px !important;
 border-radius: 3px 20px 3px 20px;
 -moz-border-radius: 3px 20px 3px 20px;
 -webkit-border-radius: 3px 20px 3px 20px;
 -khtml-border-radius: 3px 20px 3px 20px;
 box-shadow: -2px 2px 2px 1px rgba(153,0,0,0.9), 2px -2px 2px 1px rgba(204,0,51,1.0), -3px 3px 3px 4px rgba(0,0,0,0.8), 2px -2px 2px 1px rgba(204,0,51,1.0) inset, -2px 2px 2px 1px rgba(153,0,0,0.9) inset;
 -webkit-box-shadow: -2px 2px 2px 1px rgba(153,0,0,0.9), 2px -2px 2px 1px rgba(204,0,51,1.0), -3px 3px 3px 4px rgba(0,0,0,0.8), 2px -2px 2px 1px rgba(204,0,51,1.0) inset, -2px 2px 2px 1px rgba(153,0,0,0.9) inset;
 -moz-box-shadow: -2px 2px 2px 1px rgba(153,0,0,0.9), 2px -2px 2px 1px rgba(204,0,51,1.0), -3px 3px 3px 4px rgba(0,0,0,0.8), 2px -2px 2px 1px rgba(204,0,51,1.0) inset, -2px 2px 2px 1px rgba(153,0,0,0.9) inset;
 text-shadow: 1px 2px 2px rgba(0,0,0,0.8), 0px 2px 3px rgba(255,255,255,0.6);
 padding: 0px;
 margin: auto;
}



/* Here starts the section for the old custom-made reviews */
.customReviews {
	
 display: inline-block;
 position: relative;

 width: 95%;
 max-width: 95%;
 height: auto;
 background: #FFF;
 border-left: solid #666666 1px;
 border-right: solid #666666 1px;
 border-top: solid #444444 1px;
 border-bottom: solid #FFFFFF 1px;
 
 border-radius: 11px;
 padding: 10px;
 margin: 0;
	
}

.custreview_item {
	 display: inline-block;
 position: relative;
font-family: "Helvetica Neue",helvetica,arial,sans-serif;
font-size: 1.3rem;
list-style: none;
-webkit-font-smoothing: antialiased;
display: block;
border-bottom: solid 1px #d6d6d6;
padding: 25px 0 30px 0;
box-sizing: border-box;
}

.custreview_top_bar {
display: inline-block;
 position: relative;
font-family: "Helvetica Neue",helvetica,arial,sans-serif;
font-size: 1.3rem;
list-style: none;
-webkit-font-smoothing: antialiased;
display: block;
margin-bottom: 12px;
box-sizing: border-box;	
text-align: left;
}

.custreview_avatar_container {
	
	
}

.custreview_details {
	
	
}

.custreview_title {
	
	
}

.custreview_item_title {
	
	
}

.star_rating_small {
	
	
}

.custreview_rating {
	
	
}

.star_value star_50 {
	
	
}

.custreview_date {
	
	
}

.custreview_comment {
	
	
}

.custreviewBody {
	
	
}

.custreview_breakdown horz {
	
	
}

.breakdown_row {
	
	
}

.breakdown_label {
	
	
}

.breakdown_rating {
	
	
}

.star_rating_small {
	
	
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}