
html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
	
}


@font-face
{
	font-family: custom-sans-serif;
	src: local("Microsoft YaHei UI"), local("微軟正黑體"), local("Microsoft JhengHei");
	unicode-range: U+4E00-9FFF;

}

@font-face
{
	font-family: custom-sans-serif;
	src: local("Segoe UI"), local("Roboto");
	unicode-range: U+00-024F;
	
}

.custom-sans-serif
{
	font-family: custom-sans-serif;
}





h1,
h2,
h3,
h4,
h5,
h6
{
  margin: 10px 0;
  font-family: custom-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: 300;
  color: #2c2d2f;
}

p,div,a {
  font-family: custom-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}




.swal2-container {
  z-index: 2000 !important;
}

.pswp__more {
    top: 80%;
    width: 70px; 
    height: 100px;
    position: absolute;
	margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	text-align: center;
	width: 100%;
	
	
    
}


.pswp__more a, .pswp__more a:link {
	color: #ffffff  !important;
}

.pswp__more a:hover {
	background-color: rgb(255,255,255,0.8);
}


.pswp__more .btn-circle.active:hover{
	color: #ffffff !important;
	background-color: #86bc42;
}

.pswp__more .btn-circle.active {
	color: #ffffff !important;
	
	background-color: rgb(134, 188, 66, 0.7);
}



.pswp__more .btn-circle{
    width: 40px;
    height: 40px;
    padding: 4px 0px;
    border-radius: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 1.42857;
	background-color: rgb(255,255,255,0.5);
	color: #ffffff;
	margin-left: 0.5em;
	margin-right: 0.5em;
}




.pswp__more .btn-circle:hover {
	color: #000000  !important;
	background-color: rgb(255,255,255,0.8);
}

.pswp__more .pswp__likecount {
    margin-left: -0.8em;
    font-size: 0.5em;
}




.videowrapper {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}


.pswp__zoom-wrap {
  text-align: center;
}
.pswp__zoom-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 0;
	width: 100%;
  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
video {
  width: 100% !important;
  height: auto !important;
}


.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__caption,
.pswp__ui--idle .pswp__top-bar,
.pswp__ui--idle .pswp__more {
    opacity: 0
}



.themebgcolor {
    background-color: #ffffff;
}

.themebtn {
    background-color: #86bc42;
	border-color: #86bc42;
	color: #ffffff;
}

.themebtn:hover {
    background-color: #72A038;
	border-color: #72A038;
	color: #000000;
}


* { box-sizing: border-box; }



.btn
{
font-weight: 300;
}

.tooltip{
   font-size: 0.7em;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
}


.biggrap {
 margin: 100px 0px 100px 0px;
}
 
/* The overlay effect - lays on top of the container and over the image 
bottom: 5px; 
  opacity:0;
*/

@media only screen and (min-width: 600px) {
	.imagedescriptionoverlay {
	  position: absolute; 
	  background: rgba(0,0,0, 0.8); /* Black see-through */
	  color: #000000; 
	  width: 100%;
	  padding: 10px;
	  text-align: center;
	  transition: bottom .5s ease;
	  bottom: -50px; 
	  height: 50px;
	}

	/* When you mouse over the container, fade in the overlay title */
	.grid-item:hover .imagedescriptionoverlay {
	  opacity: 1;
	  bottom: 5px; 
	}
	
	.covertext {
		font-size: 2em;
	}
	
}

@media only screen and (max-width: 600px) {
	.imagedescriptionoverlay {
	  
 background: rgba(0,0,0, 0.8); /* Black see-through */
	  color: #000000; 
	  width: 100%;
	  padding: 10px;
	  text-align: center;
	  height: 50px;
	  padding: 10px 0px 10px 0px;

	}
	
	.covertext {
		font-size: 1.5em;
	}



}

/*------------------------*/

.imagecartoverlay {
  position: absolute; 
  transition: bottom 0.2s ease;
  bottom: -50px; 
  right: 10px;
}

/* When you mouse over the container, fade in the overlay title */
.grid-item:hover .imagecartoverlay {
  bottom: 10px; 
}

/*------------------------*/


/*------------------------*/

.imagemoreinfooverlay {
  position: absolute; 
  transition: bottom 0.2s ease;
  bottom: -50px; 
  right: 10px;
}

/* When you mouse over the container, fade in the overlay title */
.grid-item:hover .imagemoreinfooverlay {
  bottom: 10px; 
}

/*------------------------*/

.imagefavoriteoverlay {
  position: absolute; 
  transition: bottom 0.5s ease;
  bottom: -50px; 
  right: 45px;
}

/* When you mouse over the container, fade in the overlay title */
.grid-item:hover .imagefavoriteoverlay {
  bottom: 10px; 
}

/*------------------------*/

.imagelikeoverlay {
  position: absolute; 
  transition: bottom 0.7s ease;
  bottom: -50px; 
  right: 65px;
  -webkit-transition: all 0.5s ease;
 }



.grid-item:hover .imagelikeoverlay {
  bottom: 10px; 
}


/*------------------------

*/


.imagelikeoverlay i.fas,
.imagefavoriteoverlay i.fas{
	
	color: #86bc42;
	
	/*
	//green background circle
	background: #86bc42;
	border-radius: 50%;
	box-sizing: content-box;
	padding: 5px;
	bottom: 5px; 
	*/
}





.imagelikeoverlay .likecount span{
	font-size:0.5em;
	margin-left: -0.3em;
	margin-right: 0.3em;
}


/*------------------------*/

.imageactionicon{
	font-size:1.2em;
	color: #666666;
	padding-top: 15px;
}

/*------------------------*/




.hashtaglink {
	 background-color: #333333;
	 color: #bbbbbb;
	 padding:0px 3px 0px 3px ;
	 border-radius: 5px;
	 white-space: nowrap;
	 text-decoration:none;
}

.hashtaglink:hover {
	 background-color: #999999;
	 color: #ffffff;
	  padding:0px 3px 0px 3px ;
	 border-radius: 5px;
	 text-decoration:none;
}

.mentionlink  {
	 background-color: #eeeeee;
	  color: #999999;
	 font-weight:bold;
	 padding:0px 3px 0px 3px ;
	 border-radius: 5px;
	 white-space: nowrap;
	 text-decoration:none;
}

.mentionlink:hover {
	background-color: #999999;
	 color: #ffffff;
	 font-weight:bold;
	 padding:0px 3px 0px 3px ;
	 border-radius: 5px;
	 text-decoration:none;
}
	
.grid-item-masonry	.description
{
	color: #666666;
	padding: 5px;
}
	
	
	
/* ---- grid ---- */

.grid {
  background: #EEE;
  max-width: 1200px;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}


@media only screen and (max-width: 600px) {
	.grid-item-thumbnail200 {
	  width: 33%;
	  float: left;
	  
	  padding: 0px;
	  margin:0px;
	  
	}

	.grid-item-masonry {
	  width: 100%;
	  float: left;
	   padding-right: 0px;
	  padding-left: 0px;
	}
	
	
	.grid-item-masonry-2col {
	  width: 50%;
	  float: left;
	  padding:5px;
	}
	
	.container
	{
		padding-right: 0px;
		padding-left: 0px;

	}
	
	.grid-item {
	  float: left;
	}
	
	
}


@media only screen and (min-width: 600px) {
	.grid-item-thumbnail200 {
	  width: 175px;
	  float: left;
	  margin: 0px;
	}

	.grid-item-masonry {
	  width: 363px;
	  float: left;
	}
	
	
		
	.grid-item {
	  float: left;
	  padding:5px;
	  overflow: hidden;
	}
	
	
} 

figcaption
{
	display:none;
}

.singleview .xpreviewphoto
{
	max-height:300px;
	
}

.singleview .previewphoto 
{
	height:300px;
	padding-top:30px;
	padding-bottom:30px;
	

}



.singleview .spec
{
	color:#999999;
	font-size:0.7em;
	padding-top:10px;
	padding-bottom:10px;
	
}
.singleview .description
{
	padding-top:10px;
	padding-bottom:10px;
}

.singleview .creator {
	padding-top:10px;
	padding-bottom:10px;
	display: inline-block;
white-space: nowrap;
}

.singleview .creatorphoto{
    vertical-align: middle;
	width: 80px;
    height: 80px;
    margin: 0 10px;
    border-radius: 100%;
	float:left;
	border: 1px solid #cccccc;
}

.singleview .creatorname{
    vertical-align: middle;
	font-size: 2em;
	padding-top:0.5em;
	color:#555555;
	
}

.singleview .creator a:link {
	text-decoration:none;
}

.singleview .creator a:hover .creatorname{
	text-decoration:none;
	color:#999999;
}

.singleview .price{
    
	font-size: 2em;
	font-weight: 200;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	
}

.singleview .action{
	padding-top:20px;
	padding-bottom:20px;
	min-height: 58px;
}

.singleview .processcomplete{
	padding-top:0px;
	padding-bottom:0px;
	height: 78px;
	text-align: center;
}


.singleview  .hashtaglink {
	 background-color: #dddddd;
	 color: #333333;
	 padding:0px 3px 0px 3px ;
	 border-radius: 5px;
	 white-space: nowrap;
	 text-decoration:none;
}

.singleview  .hashtaglink:hover {
	 background-color: #ffffff;
	 color: #999999;
	  padding:0px 3px 0px 3px ;
	 border-radius: 5px;
	 text-decoration:none;
}

.singleview  .mentionlink  {
	 background-color: #eeeeee;
	  color: #999999;
	 font-weight:bold;
	 padding:0px 3px 0px 3px ;
	 border-radius: 5px;
	 white-space: nowrap;
	 text-decoration:none;
}

.singleview  .mentionlink:hover {
	background-color: #999999;
	 color: #ffffff;
	 font-weight:bold;
	 padding:0px 3px 0px 3px ;
	 border-radius: 5px;
	 text-decoration:none;
}

.grid-item .imagedescriptionoverlay .action {
	float:right;
}

.grid-item .imagedescriptionoverlay .creator {
	float:left;
}
.grid-item .imagedescriptionoverlay .creator .creatorphoto{
    vertical-align: middle;
	width: 30px;
    height: 30px;
    margin: 0 10px;
    border-radius: 100%;
}

.grid-item .imagedescriptionoverlay a,
.grid-item .imagedescriptionoverlay a:link
{
	color: #666666;
	text-decoration: none;
}

.grid-item .imagedescriptionoverlay a:hover
{
	color: #86bc42;
	text-decoration: none;
}

.grid-item .imagedescriptionoverlay .active
{
	color: #86bc42;
	text-decoration: none;
}

/*--------------------------------*/


.cartview .price{
    
	font-size: 2em;
	font-weight: 200;
	text-align: center;
	
	
}



/*--------------------------------*/

.masthead {
	  height: 100vh;
	  min-height: 500px;
	  background-image: url('/images/b.jpg');
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.6) 100%), url(/images/b.jpg) no-repeat left center; background-size: cover;  
}
	
header.masthead .search {
    position: absolute;
    top: 35%;
	width: 100%;
	text-align: center;
}
header.masthead .upload2 {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
	padding-left:10%;
	padding-right:10%;
}
	
header.masthead .upload {
    position: absolute;
    top: 55%;
    width: 100%;
    text-align: center;
}

header.masthead .topsearch {
	position: absolute;
    top: 43%;
    width: 100%;
    text-align: center;
}

header.masthead .topsearch a{
	color:white;
}


@keyframes fadeIn { 
  from { opacity: 0; } 
}

	
header.masthead .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
	animation: fadeIn 1s infinite alternate;
	}
	
header.masthead .scroll-down .btn {
	font-size: 20px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	letter-spacing: normal;
	color: white;
	border: 2px solid white;
	border-radius: 100% !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}


#navbar {

  position: fixed; /* Make it stick/fixed */
  top: 0; /* Stay on top */
  width: 100%; /* Full width */
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
  z-index: 10;
}


	
.navbar-brand {
	padding-top: .1rem;
	padding-bottom: .1rem;
}
.navaccount {
	display: inline;
}

.navaccount ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navaccount li {
	display: inline-block;
	font-size: .8em;
}

.navaccount li:last-child {
	position: relative;
	padding-left: 10px;
}



.sign-in {
	display: inline;
}

.sign-in ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sign-in li {
	display: inline-block;
	font-size: .8em;
}

.sign-in li:last-child {
	position: relative;
	padding-left: 10px;
}

.sign-in li:last-child:before {
	position: absolute;
	left: 0;
	top: 50%;
	background-image: url(images/slash-white.png);
	background-repeat: no-repeat;
	width: 7px;
	height: 14px;
	content: "";
	margin-top: -7px;
}


.photoleft
{
	margin-left:20px;
	margin-right:20px;	
}

body.modal-open {
    overflow: hidden;
    /*position: fixed;*/
}


/*------------------------*/


:root {
  --main-white-color: white;
  --main-black-color: black;
}


.static {
  position: static;
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
  position: relative;
  height: 100vh;
  background-color: lightgray;
}

.owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}

.owl-carousel .owl-slide-subtitle {
	color:#333333;
	text-shadow: 0 0 0.2em #ffffff;
	 font-weight: bold;
}
.owl-carousel .owl-slide-title {
	color:#333333;
	/*text-shadow: 0 0 0.2em #ffffff;*/
	background: rgb(255,255,255,0.8);
	padding:10px;
}

.owl-slide-text {
	
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-black-color);
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}

.owl-carousel .owl-nav {
  /* 
  left: 50%;
  
  transform: translateX(-50%);
  margin: 0;
  */
  top: 25%;
  width:100%;
  
}

.owl-carousel .owl-nav svg {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
  opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}


@media screen and (max-width: 575px) {
  .owl-carousel .owl-nav {
    top: 25%;
  }
  
  .owl-carousel .owl-nav svg {
    width: 24px;
    height: 24px;
  }
}




.owl-carousel .owl-next {
	right: 10px;
    position: absolute;
}

.owl-carousel .owl-prev {
	left: 10px;
    position: absolute;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	padding:10px!important;
}





.filterselect .btn-light:not(:disabled):not(.disabled).active
{
	background-color:orange;
}

.filterselect .badge-secondary {
    color: #fff;
    background-color: #cccccc;
}


.pswp__caption a {
	color: #aaaaaa;
}

.pswp__caption a:hover {
	color: #ffffff;
}

.pswp__caption__center
{
	text-align:center;
}


#backtotopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(100,100,100,0.5);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#backtotopBtn:hover {
  background-color: rgb(100,100,100,1);
}



/*-------------------------------------------------------------------------------------------*/

.toggle-content {
	display: none;
	height: 0;
	overflow: hidden;
	transition: height 350ms ease-in-out;
}

.toggle-content.is-visible {
	display: block;
	height: auto;
}


/*-------------------------------------------------------------------------------------------*/

body {
	background-color: #131417;
}

.themebgcolor {
    background-color: #131417;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #ffffff;
	border-width: 2px;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
	border-width: 2px;
}


.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
	border-width: 2px;
}


.filterselect .btn-light:not(:disabled):not(.disabled).active
{
	background-color:#444857;
	color:#ffffff;
}

.btn-primary {
    color: #fff;
    background-color: #47cf73;
    border-color: #47bf73;
}


.btn-primary:hover {
    color: #fff;
    background-color: #27af43;
    border-color: #27af43;
}

.badge-dark {
	background-color: #242a30;
	
}

#CurrentFilter {
	color: #aaaaaa; 
}


/*-------------------------------------------------------------------------------------------*/

.togglebox 
{
padding-top: 10px;
padding-bottom: 10px;
}
.togglebox  .box
{
	width:100%;
	max-height: 0px;
	
	transition: 1s;
	overflow: hidden;
	visibility: hidden;
	
}

.togglebox  .box.active
{
	width:100%;
	visibility: visible;
	max-height: 5000px;
	transition: 1s;
}
	
	
.togglebox  .box .boxcontent
{
	
	visibility: hidden;
	opacity: 0;
	
	
}
.togglebox .box.active .boxcontent
{
	transition: 1s  ease;
	visibility: visible;
	opacity: 1;
	

}
.togglebox .box .boxcontent
{
padding: 10px;
}

.togglebox .toggle
{
	position:relative;
	top:0;
	left:30px;
	width:40px;
	height:40px;
	background: #707070;
	transition: 1s;
	
}

.togglebox .toggle span{
	display: block;
	width:20px;
	height:2px;
	background: #ffffff;
	position: absolute;
	top: 19px;
	left: 10px;
	transition: 1s;
}

.togglebox .toggle span:before{
	content: '';
	position: absolute;
	width: 100%;
	height:100%;
	transform: rotate(90deg);
	background:#ffffff;
	transition: 1s;
}

.togglebox .toggle.active
{
	background: #313131;
	
	
	border-radius: 50%;
	transform: scale(.6);
}

.togglebox .toggle.active span
{
	transform: rotate(225deg);
}

.togglebox .toggleboxtitle h1{
	float:left;font-size:30px;font-weight:bold;
	line-height:1.2em;
	margin: 0px;
	padding: 0px;
	color:#ffffff;
	font-weight:normal;
}



.btn-dark.disabled
{
	opacity: .15;
}
