/*  ELEMENTS  */

    html, body {
        background-color: whitesmoke;
        width: 100%;
        margin: 0px 0px 0px 0px;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        text-align: center;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    p {
        font-size: 14px;
        font-size: 1.4em;
    }

    a:link {
        color: #8B8C91;
        text-decoration: none;
    }

    a:visited {
        color: #8B8C91;
        text-decoration: none;
    }
    a:hover {
        color: maroon;
        text-decoration: none;
    }
    a:active {
        color: red;
        text-decoration: none;
    }
    a[name] {
        display: block;
    }

    #subtitle {
        color: #777;
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
        float: left;
        margin-left: 10px;
    }

/* CONTENT DIV TO FLOAT BOTTOM BAR */
    .content {
        flex: 1;
        padding-bottom: 75px;
    }    

    /* Banner */
    .banner {
        background-color: whitesmoke;
    }
   

/*  Back to top styling */
    #back-top {
    	position: fixed;
    	bottom: 20px;
    	right: 20px;
      z-index: 20;
    }
    #back-top a {
    	width: 108px;
    	display: block;
    	text-align: center;
        vertical-align: middle;
    	font: 11px/100% Arial, Helvetica, sans-serif;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
    	text-transform: uppercase;
    	text-decoration: none;
    	color: #bbb;
    	-webkit-transition: 1s;
    	-moz-transition: 1s;
        transition: 1s;
    }
    #back-top a:hover {
    	color: #000;
        box-shadow: 3px 3px 5px 5px #363636;
    }
    #back-top span {
    	width: 108px;
    	height: 108px;
    	display: block;
    	margin-bottom: 7px;
    	background: #ddd no-repeat center center;
    	-webkit-border-radius: 25px;
    	-moz-border-radius: 25px;
    	border-radius: 25px;
    	-webkit-transition: 1s;
    	-moz-transition: 1s;
    	transition: 1s;
    }
    #back-top a:hover span {
    	background-color: #777;
    }

    #myModal .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 125%;
}

/* Side Bar */
    ul.sidebarlist {
      list-style-type: none;
          -webkit-padding-start: 0px;
    }

    .loading {
        display: none;
    }

    .thidden {
        display: none;
    }

    .v-page-wrap {
        padding-top: 20px;
    }

/* Center place holder */

    ::-webkit-input-placeholder {
       text-align: center;
    }

    :-moz-placeholder { /* Firefox 18- */
       text-align: center;  
    }

    ::-moz-placeholder {  /* Firefox 19+ */
       text-align: center;  
    }

    :-ms-input-placeholder {  
       text-align: center; 
    }

    .section input[type='text'], .section input[type='password'], .section select{
        max-width: 300px; 
        height: 40px; 
        border-color: #777; 
        border-width: thin; 
        border-radius: 10px; 
        box-shadow: 0 0 2px #000; 
        opacity: 0.8; 
        padding-left: 10px; 
        padding-right: 10px;
    }

    .section {
        width: 95%; /*max-width: 350px;*/ margin: 0px auto 0px auto; padding: 10px 0px 10px 0px; overflow:hidden;
    }

    .redprint, .error{
        color: #AA0000;
    }

    .greenbgbox {
        background-color: #00b140;
    }

    .whitebgbox {
        border-radius: 15px;
        background-color: #FFFFFF;
        border: 0px solid #FFFFFF !important;
        color: #000000;
        padding-bottom: 25px;
    }

    .locationrow {
        border-top: 1px solid #CCC;
    }

    .topborder {
        border-top: 1px solid #CCC;
        transition: all 0.2s ease-in-out;
    }

    .topborder img {
        transition: all 0.3s ease-in-out;
    }

    .topborder:hover img {
        transform: scale(1.1); 
        box-shadow: 0px 0px 4px #333;
    }

    .noBorder {
        border-top: 0px solid #fff;
    }


    .topborderdark {
        border-top: 1px solid #666;
    }


/* Email page */
    #emailform{
        position: relative; 
        width: 95%;  
        margin: 10px auto;
        padding: 10px;
        text-align:center;
    }


/******* SITE COLOR THEMES ******/

/* LIGHT THEME */
    .theme-light{
        background-color: rgba(255, 255, 255, 0.75) !important;
        border-color: #DDD !important;
        color: #000000 !important;
    }

    .theme-light a{
        color: #000000 !important;
    }

    #quicklinks.theme-light {
        background-color: rgba(255, 255, 255, 0.25) !important;
        transition: all 0.3s ease-in-out;

    }

    nav.theme-light .nav > li > a{
        color: #000000 !important;
    }
    nav.theme-light .nav > li > a:hover{
        background-color:#DDD !important;
    }

    #searchboxbg.theme-light { 
        background-color: #ffffff !important;
        border-radius: 20px !important;
        border: 0px solid rgba(255,255,255,0) !important;
        color: #555555 !important;
        opacity: 0.95;
    }
    .theme-light.errormsg { 
        font-size: 1.4em;
        color: #800000 !important;
    }
    .theme-light.color-mediumgrey {
        color: #555555 !important;
        font-weight: 800;
    }
    .theme-light.color-lightgrey {
        color: #777777 !important;
        font-weight: 100;
    }

    #footer.theme-light .poweredby {
        background-color: #000 !important; 
        color: #EEE !important;
    }
    #footer.theme-light .poweredby a {
        color: #8B8C91 !important;
    }
    #cookieWin.theme-light{
        background-color: rgba(255, 255, 255, 1) !important;
    }
    .theme-light .errormsg { 
        font-size: 1.4em;
        color: red !important;
    }

    /* Light Theme - FIXED BAR ON SCROLL */
    .navbar-fixed .theme-light{
        background-color: rgba(255, 255, 255, 1) !important;
        border-color: rgba(255, 255, 255, 1) !important;
        color: #555555 !important;
        box-shadow: 0px 5px 15px #555;
    }

    #quicklinks.theme-light.quicklink {
        background-color: rgba(255, 255, 255,0) !important;
        color: #EEE !important;
        transition: all 0.3s ease-in-out;
    }

    .navbar-fixed #quicklinks.theme-light.quicklink {
        background-color: #f5f5f5 !important;
        color: #EEE !important;
        transition: all 0.3s ease-in-out;
    }

    .navbar-fixed #quicklinks.theme-light.quicklink a {
        color: #000 !important;
    }

    .navbar-fixed #quicklinks.theme-light.quicklink a:hover {
        color: #777 !important;
    }

    .theme-light button.btn.btn-danger {
        background-color: #881203;
        border: 2px solid #f5f5f5;
        color: #f5f5f5;
        font-weight: 600;
        transition: all 0.2s ease-in-out;
    }

    .theme-light button.btn.btn-danger:hover {
        background-color: #f5f5f5;
        border-radius: 15px;
        border: 2px solid #881203;
        color: #881203;
        transition: all 0.2s ease-in-out;
    }

    .theme-light .prditem  {
        background-color: #fff !important;
    }


/* GREY THEME */
    .theme-grey{
        background-color: rgba(211,211,211,0.85) !important;
        border-color: rgb(231, 231, 231) !important;
        color: #555555 !important;
    }
    .theme-grey a{
        color: #555555 !important;
    }

    #quicklinks.theme-grey{
        background-color: rgba(211,211,211, 0.25) !important;
        transition: all 0.3s ease-in-out;
    }
    nav.theme-grey .nav > li > a{
        color: #555555 !important;
    }
    nav.theme-grey .nav > li > a:hover{
        background-color:#e7e7e7 !important;
    }
    #searchboxbg.theme-grey { 
        background-color: #eee !important;
        border-radius: 10px;
        color: #555555 !important;
        opacity: 1.0;
    }
    #theme-grey.errormsg { 
        font-size: 1.4em;
        color: #800000 !important;
    }
    #footer.theme-grey .poweredby {
        background-color: #000 !important;
        color: #EEE !important;
    }
    #footer.theme-grey .poweredby a {
        color: #8B8C91 !important;
    }
    #cookieWin.theme-grey{
        background-color: rgba(211,211,211,1) !important;
    }
    .theme-grey.errormsg, .theme-grey .errormsg { 
        font-size: 1.4em;
        color: #800000 !important;
    }
    .theme-grey.color-mediumgrey, .theme-grey .color-mediumgrey {
        color: #555555 !important;
        font-weight: 800;
    }
    .theme-grey.color-lightgrey, .theme-grey .color-lightgrey {
        color: #777777 !important;
        font-weight: 100;
    }

    /* GREY Theme - FIXED BAR ON SCROLL */

    .navbar-fixed .theme-grey{
        background-color: rgba(211,211,211,1) !important;
        border-color: rgba(211,211,211,1) !important;
        color: #555555 !important;
        box-shadow: 0px 5px 20px #000;
    }

    #quicklinks.theme-grey.quicklink {
        background-color: rgba(211,211,211,0) !important;
        color: #EEE !important;
        transition: all 0.3s ease-in-out;
    }

    .navbar-fixed #quicklinks.theme-grey.quicklink {
        background-color: dimgrey!important;
        color: #EEE !important;
        transition: all 0.3s ease-in-out;
    }

    .navbar-fixed #quicklinks.theme-grey.quicklink a {
        color: #000 !important;
    }

    .navbar-fixed #quicklinks.theme-grey.quicklink a:hover {
        color: #777 !important;
    }

    .theme-grey button.btn.btn-danger {
        background-color: #881203;
        border: 2px solid #f5f5f5;
        color: #f5f5f5;
        font-weight: 600;
        transition: all 0.2s ease-in-out;
    }

    .theme-grey button.btn.btn-danger:hover {
        background-color: #f5f5f5;
        border-radius: 15px;
        border: 2px solid #881203;
        color: #881203;
        transition: all 0.2s ease-in-out;
    }

/* DARK THEME */
    .theme-dark{
        background-color: #343a40 !important;
        border-color: #343a40 !important;
        color: #FFFFFF !important;
    }
    .theme-dark a{
        color: #FFFFFF !important;
    }
    #quicklinks.theme-dark{
        background-color: rgba(240,240,240, 0.25) !important;
        transition: all 0.3s ease-in-out;
    }
    nav.theme-dark .nav > li > a{
        color: #FFFFFF !important;
    }
    nav.theme-dark .nav > li > a:hover{
        background-color:#AAA !important;
    }

    nav.theme-dark .navbar-nav>.active>a{
        background-color:#333 !important;
    }
    #searchboxbg.theme-dark { 
        background-color: #343a40 !important;
        border: 2px solid #000 !important;
        border-radius: 10px;
        color: #EEEEEE !important;
        opacity: 0.9;
    }
    .theme-dark.errormsg, .theme-dark .errormsg { 
        font-size: 1.4em;
        color: #FFD700 !important;
    }
    .theme-dark.color-mediumgrey, .theme-dark .color-mediumgrey {
        color: #AAA !important;
        font-weight: 800;
    }
    .theme-dark.color-lightgrey, .theme-dark .color-lightgrey {
        color: #777 !important;
        font-weight: 100;
    }

    #footer.theme-dark .poweredby {
        background-color: #000 !important;
        color: #EEE !important;
    }
    #footer.theme-dark .poweredby a {
        color: #8B8C91 !important;
    }
    #cookieWin.theme-dark{
        background-color: #343a40 !important;
    }


    /* Dark Theme - FIXED BAR ON SCROLL */

    .navbar-fixed .theme-dark{
        background-color: #343a40 !important;
        border-color: #000 !important;
        color: #FFFFFF !important;
        box-shadow: 0px 10px 20px #000;
    }

    #quicklinks.theme-dark.quicklink {
        background-color: rgba(255,255,255,0) !important;
        color: #EEE !important;
        transition: all 0.3s ease-in-out;
    }

    .navbar-fixed #quicklinks.theme-dark.quicklink {
        background-color: #000 !important;
        color: #EEE !important;
        transition: all 0.3s ease-in-out;
    }

    .navbar-fixed #quicklinks.theme-dark.quicklink a {
        color: #FFFFFF !important;
    }

    .navbar-fixed #quicklinks.theme-dark.quicklink a:hover {
        color: #777 !important;
    }

    .theme-dark button.btn.btn-danger {
        background-color: #881203;
        border: 2px solid #f5f5f5;
        color: #f5f5f5;
        font-weight: 600;
        transition: all 0.2s ease-in-out;
    }

    .theme-dark button.btn.btn-danger:hover {
        background-color: #f5f5f5;
        border-radius: 15px;
        border: 2px solid #881203;
        color: #881203;
        transition: all 0.2s ease-in-out;
    }

/* SEPIA THEME */
    .theme-sepia {
        background-color: rgba(245,221,184, 0.85) !important;
        border-color: #f8e9d9 !important;
        border: 0px solid #f8e9d9;
        color: #695047 !important;
    }
    .theme-sepia a {
        color: #695047 !important;
    }
    #quicklinks.theme-sepia.quicklink{
        background-color: rgba(242,213,184, 0.25) !important;
        color: #EEE !important;
        transition: all 1s ease-in-out;
    }
    #searchboxbg.theme-sepia { 
        background-color: rgba(245,221,184, 0.95) !important;
        border: 0px solid #8B4513 !important;
        border-radius: 10px;
        color: #695047 !important;
        opacity: 0.9;
    }
    .theme-sepia.errormsg, .theme-sepia .errormsg { 
        font-size: 1.4em;
        color: #440202 !important;
    }
    .theme-sepia.color-darkgrey, .theme-sepia .color-darkgrey {
        color: #4e3a33 !important;
        font-weight: 600;
    }
    .theme-sepia.color-mediumgrey, .theme-sepia .color-mediumgrey {
        color: #4e3a33 !important;
        font-weight: 600;
    }
    .theme-sepia.color-lightgrey, .theme-sepia .color-lightgrey {
        color: #54413c !important;
        font-weight: 400;
    }
     nav.theme-sepia .nav > li > a {
        transition: all 0.2s ease-in-out;
    }

    nav.theme-sepia .nav > li > a {
        color: #4e3a33 !important;
        border-bottom: 5px solid rgba(245,221,184, 0);
        box-shadow: 0px 0px 0px #333;
        margin-bottom: -10px;
    }
    nav.theme-sepia .nav > li > a:hover {
        background-color:#e5d2ab !important;
        border-bottom: 5px solid #881203;
        box-shadow: 0px 0px 3px #333;
        margin-bottom: -10px;
    }
    nav.theme-sepia .nav > .active > a{
        background-color:#e5d2ab !important;
        border-bottom: 5px solid #4e3a33;
        margin-bottom: -10px;
    }
    #footer.theme-sepia .poweredby {
        background-color: #4e3a33 !important; 
        color: #EEE !important;
    }
    #footer.theme-sepia .poweredby a {
        color: #e5d2ab !important;
    }
    #cookieWin.theme-sepia {
        background-color: rgba(245,221,184, 1) !important;
    }

    /* SEPIA Theme - FIXED BAR ON SCROLL */

    .navbar-fixed .theme-sepia{
        background-color: rgba(245,221,184, 1) !important;
        border-color: rgba(245,221,184, 1) !important;
        color: #4e3a33 !important;
        box-shadow: 0px 10px 20px #4e3a33;
    }

    .navbar-fixed .theme-sepia li.active{
        background-color: #881203;
        font-weight: 800;
        color: #f5ddb8;
    }

    .navbar-fixed #quicklinks.theme-sepia.quicklink {
        background-color: #4e3a33 !important;
        color: #4e3a33 !important;
        transition: all 0.5s ease-in-out;
    }

    .navbar-fixed #quicklinks.theme-sepia.quicklink a {
        color: #4e3a33 !important;
    }

    .navbar-fixed #quicklinks.theme-sepia.quicklink a:hover {
        color: rgba(245,221,184, 1) !important;
    }

    .theme-sepia button.btn.btn-danger {
        background-color: #881203;
        border: 2px solid #f5ddb8;
        color: #f5ddb8;
        font-weight: 600;
        transition: all 0.2s ease-in-out;
    }

    .theme-sepia button.btn.btn-danger:hover {
        background-color: #f5ddb8;
        border-radius: 15px;
        border: 2px solid #881203;
        color: #881203;
        transition: all 0.2s ease-in-out;
    }

    .theme-sepia button.btn.btn-info {
        background-color: #B5BAB8;
        border: 2px solid #F9E5D0;
        color: #F9E5D0;
        font-weight: 600;
        transition: all 0.2s ease-in-out;
    }

    .theme-sepia button.btn.btn-info:hover {
        background-color: #F9E5D0;
        border-radius: 15px;
        border: 2px solid #B5BAB8;
        color: #B5BAB8;
        transition: all 0.2s ease-in-out;
    }

    .theme-sepia button.btn.btn-success {
        background-color: #367055;
        border: 2px solid #F9E5D0;
        color: #F9E5D0;
        font-weight: 600;
        transition: all 0.2s ease-in-out;
    }

    .theme-sepia button.btn.btn-success:hover {
        background-color: #F9E5D0;
        border-radius: 15px;
        border: 2px solid #367055;
        color: #367055;
        transition: all 0.2s ease-in-out;
    }

    .theme-sepia button.btn.btn-primary {
        background-color: #303D57;
        border: 2px solid #F9E5D0;
        color: #F9E5D0;
        font-weight: 600;
        transition: all 0.2s ease-in-out;
    }

    .theme-sepia button.btn.btn-primary:hover {
        background-color: #F9E5D0;
        border-radius: 15px;
        border: 2px solid #303D57;
        color: #303D57;
        transition: all 0.2s ease-in-out;
    }

    .theme-sepia button.btn.btn-default {
        background-color: #F9E5D0;
        border: 2px solid #4e3a33;
        color: #4e3a33;
        font-weight: 600;
        transition: all 0.2s ease-in-out;
    }

    .theme-sepia button.btn.btn-default:hover {
        background-color: #4e3a33;
        border-radius: 15px;
        border: 2px solid #4e3a33;
        color: #F9E5D0;
        transition: all 0.2s ease-in-out;
    }

     select .theme-sepia option {
      background-color: #f5ddb8;
      font-weight: 600;
      color: #54413c;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    }

    select .theme-sepia option:hover {
      background-color: rgba(245,221,184, 0.95);
      font-weight: 600;
      color: #440202;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    }

/* FONT COLORS */ 
    .color-darkgrey {
        color: #333;
    }
    .color-mediumgrey {
        color: #AAA;
    }
    .color-lightgrey {
        color: #CCC;
    }

    .btn {
        border-radius: 15px;
    }

/******* END OF Site color theme ******/


/***********************************/
/*      PAGE SPECIFIC STYLES       */
/***********************************/

/* HEADER */


/* NAVBAR */
    .navbar {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 10px; 
        padding-right: 10px;
        border: none;
    }

/* ALBUM VIEW */

    /* options menu - controls tranisiton to divs */    
    .optionsDiv div {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        cursor: pointer;
    }
    
    .optionsDiv:hover div {
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
        transform: scale(1.01);
        cursor: pointer;
    }

    .optionsDiv .shadow:before {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-box-shadow: 0px 0px 5px 0px #696969;
        box-shadow: 0px 0px 5px 0px #696969;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        mix-blend-mode: multiply;
}

    .albumBox {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        opacity: 0.95;
    }

    .albumBox:hover {
        color: #5f5f5f;
        opacity: 1.0;
    }

/* CUSTOMER PHOTO (ACTIVE PHOTO IN MAIN VIEW) */

    /* FIXES CUTOMER PHOTO TO TOP ON SCROLL DOWN */ 
    /* 10/01 NOT IMPLEMENTED AT THIS TIME */ 
    .image-fixed {
        top: 125px;
        z-index: 200;
        position: fixed;
        transition: all 0.5s ease-in-out;
    }

    /* causes customer photo to enlarge and give drop shadow */   
    .customerPhoto {
    	-webkit-box-shadow: 0px 2px 6px 0px #333;
        box-shadow: 0px 2px 6px 0px #333;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        cursor: pointer;
        
    }
    .customerPhoto:hover {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
        -webkit-box-shadow: 0px 5px 10px 0px #333;
        box-shadow: 0px 5px 10px 0px #333;
        cursor: pointer;
    }

    .boxInner {
       position: absolute;
       left: 5px;
       right: 5px;
       top: 5px;
       bottom: 5px;
       overflow: hidden;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(255,255,255,0) !important;
            box-shadow: 0px 5px 10px 0px rgba(0,255,255,0) !important;
    }

    .wrap {
       overflow: hidden; /*allows us to apply floats to the tiles within.*/
       padding: 10px;
       font: 10px/13px 'Lucida Sans',sans-serif;
    }
    .box {
       /*float: left;*/
       display: inline-block;/*Aligning a float:left div to center*/
       position: relative; /*the relative positioning, used in conjunction with position:absolute on boxInner, makes the boxes remain square regardless of content.*/
       width: 20%; /*The width and padding-bottom are what determine the size of the box and make it square. */
       padding-bottom: 20%;
    }

    .titleBox {
        border-radius: 5px;
        transition: all 0.3s ease-in-out;
    }

    .boxInner img {
           width: 100%;
        }
    
    .boxInner .titleBox {
       position: absolute;
       bottom: 0;
       left: 0;
       right: 0;
       margin-bottom: 0px;
       background: #000;
       background: rgba(0, 0, 0, 0.5);
       color: #FFF;
       /*padding: 5px;*/
       text-align: center;
       -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
       transition: all 0.3s ease-out;
    }
    .customerPhoto:hover .titleBox { 
        bottom: -25px;
    }

    .boxInner:hover {
	-moz-box-shadow: 0px 0px 8px #000000;
	-webkit-box-shadow: 0px 0px 8px #000000;
	box-shadow: 0px 0px 8px #000000;
    }
    body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
       margin-bottom: 0;
    }
    @media only screen and (max-width : 480px) {
       /* Smartphone view: 1 tile */
       .box {
          width: 25%;
          padding-bottom: 25%;
       }
    }
    @media only screen and (max-width : 650px) and (min-width : 481px) {
       /* Tablet view: 2 tiles */
       .box {
          width: 25%;
          padding-bottom: 25%;
       }
    }
    @media only screen and (max-width : 1050px) and (min-width : 651px) {
       /* Small desktop / ipad view: 3 tiles */
       .box {
          width: 25%;
          padding-bottom: 25%;
       }
    }
    @media only screen and (max-width : 1290px) and (min-width : 1051px) {
       /* Medium desktop: 4 tiles */
       .box {
          width: 25%;
          padding-bottom: 25%;
          max-width: 280px;
       }
    }
    @media only screen and (min-width : 1291px) {
       /* Medium desktop: 4 tiles */
       .box {
          width: 280px;
          padding-bottom: 280px;
       }
    }    
/* END OF Hurricane 7 Album */

/* IMAGE VIEW */
    /* PRODUCT ICONS & DESCRIPTIONS */

    /* reduces transparency of box, but on hover brings to front, and enlarges product icons.  */   
    .productItems img {
        width: 95%;
        height: 95%;
        max-height: 175px;
        opacity: 0.9;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .productItems:hover img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1.0;
        cursor: pointer;
    }

    .productItems {
        color: #777;
        opacity: 0.85;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .productItems:hover {
        color: #5f5f5f;
        opacity: 1.0;
    }
    
    /* adds contrast for the product titles  */  
    .productItems .productTitle {
        color: black;
        opacity: 0.9;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;       
    }

    .productItems:hover .productTitle {
        color: black;
        opacity: 1;
    }
    
    .productItems button {
        cursor: pointer;
    }

    .prditem {
        padding: 15px;
        margin: 15px;
        border-radius: 25px;
        box-shadow: 0px 0px 20px #333;
        font-size: 14px;
        border-left: 12px solid #881203 !important;
        border-top: 0px solid #000 !important;
        border-right: 0px solid #000 !important;
        border-bottom: 0px solid #000 !important;
        transition: all 0.3s ease-in-out;
    }
    
    .prditem:hover {
        box-shadow: 0px 0px 10px #111;
        border-left: 24px solid #881203 !important;
    }
    
    .productTitle {
        font-size: 1.02em; 
        font-weight: 600;
    }
    
    .productDescription {
        font-size: 0.98em;
        font-weight: 400;
    }

    /* Changes Image appearance if color option is selecte */
    .color {
        filter: sepia(0) grayscale(0);
        transition: all 0.5s ease-in-out;
    }
    .sepia {
        filter: sepia(1.0) grayscale(0.80);
        transition: all 0.5s ease-in-out;
    }
    .bw {
        filter: sepia(0.0) grayscale(1);
        transition: all 0.5s ease-in-out;
    }
    .otc {
        filter: sepia(0.55) grayscale(0.25);
        transition: all 0.5s ease-in-out;
    }
    .hideDiv {
        transition: all 0.3s ease-in-out;
        opacity: 0;
        height: 0;
        display: none;
        }

/* CART VIEW */

    .item{
        border-bottom: 2px dotted #eeeeee; 
        padding-top: 30px;
        padding: 20px;
        transition: all 0.3s ease-in-out
    }

    .pDecription {
        transition: all 0.3s ease-in-out
    }
    
    .item img{
        cursor: pointer;
    }
    
    .item:hover {
        background-color: #f5f5f5;
        border-radius: 20px;
        box-shadow: 0px 0px 10px #ddd;
    }

    .item:hover img {
        transform: scale(1.1);
    }


    .additionalPrice .alert{
        transition: all 0.3s ease-in-out;
    }

    .additionalPrice:hover .alert {
        transform: scale(1.05) translateX(10px);
        box-shadow: 0px 0px 10px #777;
    }

/* SOCIAL MEDIA ICONS */

    /* STYLE */
    .snlistbox {
        width: 280px; 
        padding: 5px;
        margin: 5px;
        border-radius: 2px;
        background-color: rgba(255, 255, 255);
        background-color: rgba(255, 255, 255, 0.50);
        border: 1px solid #FFF;
        display: inline-block;
        overflow: visible; 
        text-align: left; 
        position: relative;
    }

    .snlistboximg {
        max-width: 128px;
        position: relative;
        display: inline-block;
        margin-top: 0px;
        text-align: left;
        vertical-align: middle;
    }

    .snlistboxtext {
        display: inline-block;
        width: 200px;
        text-align: left;
        vertical-align: middle;
    }

    .socialshareicons {
        display: table-row;
        background-color: #242424;
        box-shadow: 2px 2px 3px 2px #999;
        display: flex;
        width: 100%;
        justify-content: space-around;
    }
    .socialshareicons ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .socialshareicons a {
        color: darkgray;
    }
    .socialshareicons li {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin: 25px;
        overflow: hidden;
        opacity: 0.6;
        transition: 0.5s;
    }
    .socialshareicons li:hover {
        opacity: 1;
        transition: 0.5s;
    }


    /* BEHAVIOR */
    /* adds opacity to media buttons at rest; but, grow, increase opacity, and give shadow */   
    .socialMedia {
        position: relative;
        margin-bottom: 15px;
        padding: 5px; 
        border-radius: 5px;
        height: 100%;
        opacity: 0.75;
        box-shadow: 0px 0px 3px 0px #696969;
        -webkit-transition: opacity 0.2s ease-out, box-shadow 0.3s ease;
        -moz-transition: opacity 0.2s ease-out, box-shadow 0.3s ease;
        -ms-transition: opacity 0.2s ease-out, box-shadow 0.3s ease;
        -o-transition: opacity 0.2s ease-out, box-shadow 0.3s ease;
        transition: opacity 0.2s ease-out, box-shadow 0.3s ease;
    }

    .socialMedia:hover {
        opacity: 1;
        box-shadow: 0px 0px 6px 0px #696969;
    }
    
    /* specific to icons not in a box to media buttons at rest; but, grow, increase opacity, and give shadow */   
    .socialMediaIcon {
        opacity: 0.75;
        margin-bottom: 10px;
        margin-top: 10px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .socialMediaIcon:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1.0;
    }
    
    .socialTextBox {
        display: table;
        min-height: 50px;
        height: 100%;
    }
    
    .socialText {
        display: table-cell;
        vertical-align: middle;
    }


/*  FOOTER */
    .footer {
      display: table;
      left: 0px;
      right: 0px;
      width: 100%;
      background-color: #333333;
      color: white;
      overflow: hidden;
    }

    .footertext {
      text-align: center;
      margin: 0 auto;
      width: 90%;
      padding: 20px;
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 40px;
      -moz-column-gap: 40px;
      column-gap: 40px;
      -webkit-column-rule: 2px solid white;
      -moz-column-rule: 2px solid white;
      column-rule: 2px solid white;
    }

/*  Terms of Use Section  */
    .bottom {
      min-height: 75px;
      display: table;
      text-align: center;
      width: 100%;
    }
    .bottomtext {
      text-align: center;
      margin: 0 auto;
      width: 90%;
      padding: 20px;
      text-align: center;
      vertical-align: middle;
      text-shadow: 3px, 3px, 3px #000;
    }
    .poweredby {
        padding-top: 10px; padding-bottom: 10px;
        height: 40px;
    }

/***********************************/
/*    END PAGE SPECIFIC STYLES     */
/***********************************/

/**windows**/

#backgroundPopup{  
    display:none;  
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6*/  
    height:100%;  
    width:100%;  
    top:0;  
    left:0;  
    background:#000000;  
    border:1px solid #cecece;  
    z-index:10;  
} 
/*
Regular Window
*/
.popupWindow{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	width:600px;  
	border:1px solid grey;  
	z-index:9999;  
	padding:0px;  
	font-size:13px; 
	text-align: left;
	overflow: visible;
        color: #ffffff;
        padding-bottom: 10px;
} 
.popupwindowcontent {
        margin:10px;
	padding: 10px;
	overflow: auto;
	font-size: 16px;
	line-height: 18px;

}
.popupWindow p {
	    	display:inline;
	    	font-size:13px;
	    	font-weight:normal;
}
.popupWindowClose{  
	font-size:14px;  
	line-height:14px;  
	right:-8px;  
	top: -8px;  
	position:absolute;  
	color:#6fa5fd;  
	font-weight:700;  
	display:block;  
} 
/*
Enlarge Image Window
*/
.popupWindowFull{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/
	width:100%; 
        height: 100%; 
	z-index:9999;  
	padding: 0px;  
        margin: 0px;
	font-size:13px; 
	text-align: left;
	overflow: visible;
        color: #ffffff;
}
.popupwindowcontentfull {
        width:100%;
        height: 100%;
        margin:10px;
	padding: 10px;
	overflow: hidden;
}
.popupWindowCloseFull{  
	font-size:14px;  
	line-height:14px;  
	right: 0px;  
	top: -5%;  
	position:absolute;  
	color:#6fa5fd;  
	font-weight:700;  
	display:block;  
}  
/*
Cookie Window
*/
.popupWindowCookie{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/
	width:100%; 
        min-height: 120px; 
	z-index:9999;   
	padding: 20px 50px 0px 50px;  
        margin: 0px;
        bottom: 40px;
	font-size:13px; 
	text-align: left;
	overflow: visible;
        color: #ffffff;
}
.popupWindowCloseCookie{
	font-size:14px;  
	line-height:14px;  
	right: 0px;  
    top: -5%;
	position:absolute;  
	color:#6fa5fd;  
	font-weight:700;  
	display:block;  
}  
.cookie-content-wrapper{
    display:flex; justify-content:space-between; -webkit-box-align:center; align-items:center;;
}
.cookie-text a{
    text-decoration:underline !important;
}
.cookie-button{
    margin-left: 20px; 
}

.featureBadge {
    max-width: 320px;
    margin: 0 auto;
    filter: drop-shadow(5px 5px 5px #000); 
    animation: rotate 10s infinite alternate;
    
}

@keyframes rotate {
  0% {
      transform: rotateY(0deg) rotateX(0deg) translateY(0px) translateX(0px); 
    }
  50% {
      transform: rotateY(16deg) rotateX(10deg) translateY(-10px) translateX(20px);
    }
  75% {
      transform: rotateY(0deg) rotateX(4deg) translateY(-2px) translateX(-3px);
    }
  90% {
      transform: rotateY(22deg) rotateX(1deg) translateY(2px) translateX(3px);
    }
  100% {
      transform: rotateY(-17deg) rotateX(2deg) translateY(-8px) translateX(-15px); 
    }
}

#float-image {
    position: static;
    top: 10%;
    left: 15%;
    max-width: 480px;
}