
body
{
    background-color:#FFF;
}

#content
{
    background-color:#FFF;
}

#lightbox
{
    z-index:101;
    background-color:#111;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.gallery_faded 		
{ 	
    opacity:0.0125;
    transition: all 2s linear; 	
}

.gallery-more
{
    text-align:center;
}

.gallery-more-icon
{
    font-size:86px;
}

.image_faded 		
{ 	
    opacity:0.0125;
    transition: opacity 1s linear;	
}

.fade-in 			
{ 	
    opacity:1;	
}

.gallery-title-block
{	
    padding:22px 20px
}

.gallery-title
{
    color:#999;
    text-align:center;
    margin:0;
}

.gallery-subtitle
{
    color:#BBB;
    padding-top:0;
    text-align:center;
    margin:0;
}

.gallery-content	
{	
    padding-left:20px;
    background-color:#FFF;
    padding-top:20px;
    padding-bottom:20px;
    /*border-top:1px solid #3F3F3F;border-bottom:1px solid #3F3F3F	*/						
}

.prevnext
{
    background-color:rgba(0,0,0,0.5);
    color:#AAA;
    font-size:24px;
    cursor:pointer;
    padding:10px;
    margin:0px
    
}

.prev
{			
    border-top-right-radius:8px;
    border-bottom-right-radius:8px;
}

.next
{
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
}		

.prevnext:hover
{
    color:#FFF;
}

.prevnext:focus, #overlay:focus, #lightbox_content:focus
{
    outline:none;
}

.more
{
    transition: opacity 0.25s linear; 
    height:350px;
    width:350px;
    background-color:#333;
    margin:4px;color:#EEE;
    cursor:pointer;		
}

.more:hover	
{
    background-color:#444;		
}

.nooutline:focus
{
    outline:none;
}

.hoverwhite:hover
{
    color:white;
}

.swiper-container 
{
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color:black;
}

.spcr-10
{
    height:40px;
}

.swiper-slide-in
{
    height:100%;
}

.swiper-overlay
{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
}

.swiper-title
{
    padding-bottom:20px;
    padding-top:10px;
    text-align:center;
    color:#AAA;
    background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.9));
}

#lightbox-close
{
    padding:10px;
    text-align:center;
    color:#EEE;
    position:fixed;
    top:0;
    right:0;
    z-index:2
}

#lightbox-close-in-small
{
    color:#AAA;
    cursor:pointer;
    float:right;
    padding:10px;
    background-color:rgba(0,0,0,0.5);
    border-radius:4em;
    
}

#lightbox-close-in-large
{
    color:#AAA;
    cursor:pointer;
    float:right;
    padding:20px;
    background-color:rgba(0,0,0,0.5);
    border-radius:4em;
    
}

#small-top
{
    background:black url('../assets/images/ZZ2C430PXINV.png') no-repeat center;
    font-size:64px;
    color:#EEE;
}

#float-menu-button
{
    z-index:200;
    position:fixed;
    top:10px;
    left:10px;
    color:#AAA;
    cursor:pointer;
    padding:20px;
    background-color:rgba(0,0,0,0.5);
    border-radius:10em;
}

#menu-container
{
    width:100%;
    max-width:1200px;
}

.icon-small
{
    font-size:24px;
}

.icon-large
{
    font-size:48px;
}

#cart-counter-sm
{
    padding:4px;
    background-color: #db4437;
    border-radius:18px;
    font-size:20px;
    color:white;
    text-align:center;
    /*border:2px solid orange;*/
    height:22px;
    width:22px;
    position:absolute;
    margin-top:-75px;
    margin-left:30px;
    cursor:pointer;
}

#cart-counter-gt
{
    /*
    box-sizing: border-box;
    padding:0px;
    padding-right:1px;
    
    line-height: 150%;
    background-color:rgb(182, 118, 15);
    border-radius:18px;
    font-size:12px;
    color:white;
    text-align:center;
    border:1px solid white;
    height:20px;
    width:20px;
    position:absolute;    
    margin-top:0px;
    margin-left:58px;
    cursor:pointer;
    font-weight: bold;
    */

    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin: 5px;
    padding: 0 2px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: #db4437;
    color: #fff;
    position:absolute;    
    margin-top:0px;
    margin-left:58px;
    cursor:pointer;

}


.icon-72
{
    font-size:72px;
}

.icon-xl
{
    font-size:124px;
    cursor:pointer;
}

.icon-cart
{
    font-size:92px;
    cursor:pointer;
    margin-right:4px;
}


#photo-content
{
    
}

.imgoverlay
{
    position:relative;
}

.imgoverlay-in
{
    opacity:0;
    transition: all 0.25s linear; 
    /*font-size:1px;*/
    position:absolute;height:100%;width:100%;
    /*margin-bottom:-20px;*/		
}

.imgoverlay-in:hover
{
    opacity:1;
    /*font-size:18px;
    height:100%;*/
    /*margin-bottom:0;*/
}

.imgoverlay-title
{
    background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
    color:white;
    text-align:center;
    margin:4px;
    padding:40px 0 10px 0;
}

.thumbnail					
{	
    margin:4px; 
    height:200px;	
}

.menu-logotext 
{
    font-size:1.3EM;
    color:#777;
    padding-left:22px;
}

.fix-to-top 
{
      position: fixed;  
      top: 0;
      left:0;
      right:0;
      /*border-bottom:1px solid #EEE;*/ 
}

.dark
{
    padding:10px 22px 10px 22px !important;
    box-shadow:4px 4px 4px rgba(0,0,0,0.25);
    /*font-size:18px !important;*/
    opacity:0.9 !important;
    background-color:black !important;
    background: url("../assets/images/ZZ2C220PXINV.png") no-repeat center ;
    color:#AAA !important;
    border-bottom:1px solid #222;
}

#menu-full
{
    padding:14px 22px 14px 22px;
    background-color:transparent;
    z-index:99;
    /*transition: all 0.25s linear;*/
    color:#AAA;font-size:20px;
    opacity:1.0;
}

#sidenav
{
    position:fixed;
    z-index:201;
}

#sidenav-content
{
    margin-top:20px;
    color:#AAA;font-size:20px;
    font-size:52px;
    
}

/* ANGULAR MATERIAl STYLE OVERWRITES */ 

md-sidenav, 
md-sidenav.md-locked-open, 
md-sidenav.md-closed.md-locked-open-add-active 
{
    min-width: 200px !important;
    width: 350px !important;
    max-width: 400px !important;
}

#sidenav-content .menu-item-1
{
    padding:48px;	
    text-decoration: none;
}

#sidenav-content .menu-item-a:hover
{
    
    text-decoration: none;
}

.menu-item:hover
{
    text-decoration:none ;
    color:#CCC;
}

#top-spcr 
{
    height:220px;		
    background: url("../assets/images/ZZ2C220PX.png") no-repeat center ;
    margin-bottom:40px;		
}

#top-spcr.big 
{
    height:440px !important
}

.share-gt
{
    width:96px;
    margin-left:20px;
    font-size:14px;
    /*border:1px solid #999;*/
    border-radius:10px;
    cursor:pointer;
    padding:0;
    background-color:rgba(255, 255, 255, 0.05);
    font-weight:bold;
    transition: all 0.1s ease-in;
    padding-left:10px;
    overflow-x: hidden;
}

.share-sm
{
    width:160px;
    margin-left:20px;
    font-size:24px;
    /*border:1px solid #999;*/
    border-radius:10px;
    cursor:pointer;
    padding:0;
    background-color:rgba(255, 255, 255, 0.25);
    font-weight:bold;
    transition: all 0.1s ease-in;
    padding-left:10px;
    overflow-x: hidden;
}

.share-gt-open
{
    /*width:245px !important;*/
}

.share-gt:hover
{
    background-color:rgba(255, 255, 255, 0.15);
}

.buy_button
{
    width:150px;
    margin-right:20px;
    font-size:14px;
    /*border:1px solid #999;*/
    border-radius:10px;
    cursor:pointer;
    padding:10px 0 10px 0;
    background-color:rgba(255, 255, 255, 0.05);
    font-weight:bold;
    transition: all 0.5s ease-in;
}

.buy_button-sm
{
    width:150px;
    margin-right:20px;
    font-size:24px;
    /*border:1px solid #999;*/
    border-radius:10px;
    cursor:pointer;
    padding:20px 0 20px 0;
    background-color:orange;
    color:black;
    font-weight:bold;
    transition: all 0.5s ease-in;
}

.buy_button:hover
{
    background-color:orange;
    color:black;
}

.FotomotoToolbarClass{
    color:white;
    position:fixed;
    top:-100px;
  }

#fotomoto_view_cart_float
{
    position:fixed;
    top:-500px;
}

.triangle-isosceles {
    position: relative;
    padding: 15px;
    margin: 1em 0 3em;
    color: #000;
    background: #f3961c;
    border-radius: 10px;
    background: linear-gradient(top, #f9d835, #f3961c);
  }
  
  /* creates triangle */
  .triangle-isosceles:after {
    content: "";
    display: block; /* reduce the damage in FF3.0 */
    position: absolute;
    bottom: -15px;
    left: 20px;
    width: 0;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #f3961c transparent;
  }

  #share-bubble
  {
      /*
      opacity:1;
      -webkit-transition: all 2s ease;
      */
      /* Safari */
      /*transition: all 2s ease;*/
  }

  #share-bubble.hidden
  {
      /*opacity:0;*/
  }

  .animate-show-hide.ng-hide {
    opacity: 0;
  }
  
  .animate-show-hide.ng-hide-add,
  .animate-show-hide.ng-hide-remove {
    transition: all linear 0.5s;
  }