/*.gblock_mine {
  height: 20vw;
  width: 20vw;
  
  display: inline-block;
  text-align: center;
  line-height: 20vw;
  font-size: 5vw;
  margin: 1%;
  position: relative;
  border-radius:6%;	
  color: white;
  text-shadow: 2px 2px 5px darkviolet;	
	
}


.gblock_mine:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  width: inherit;
   background: rgba(200, 120, 200, 0);
  transition: all 0.4s;
}
.gblock_mine:hover:before {
  background: #f0f;
}
g_maine{
	margin:50px;
	width:100%
}*/
.square {
	font-size:2vw;
    float:left;
    position: relative;
    width: 18%;
    padding-bottom : 18%; /* = width for a 1:1 aspect ratio */
    margin:1%;
    overflow:hidden;
	border-radius:6%;	
}

.rect_home  {
    font-size: 2vw;
    float: left;
    position: relative;
    width: 24.4%;
    padding-bottom: 16%;
    margin: 0.3%;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0px 42px 0px 0px #6e6969b8;
}

.rectangle {
    font-size: 2vw;
    float: left;
    position: relative;
    width: 48%;
    padding-bottom: 18%;
    margin: 1%;
    overflow: hidden;
    border-radius: 18px;
	box-shadow: 2px 2px 2px 2px #6e6969b8;
	

}
.rectangle:hover {
    cursor: pointer;
}

.contentOfSq  {
    position:absolute;
    height:100%; /* = 100% - 2*5% padding */
    width:100%; /* = 100% - 2*5% padding */
	overflow: hidden;
    left: 0px;
	background-repeat: no-repeat;
    background-size: 100% 100%;
    
}
.table{
    display:table;
    height:100%;
    width:100%;
}
.table-cell{
    display:table-cell;
    vertical-align: bottom;
    height:100%;
    width:100%;
	
} 

.gblock_mine {
	
	color:#fff;
	 text-shadow: 3px 3px 2px #1a0026;	
	 text-align: center;
     direction: ltr;
	
}

.rect_text {
	
	color:#fff;
	 text-shadow: 3px 3px 2px #1a0026;	
	 text-align: center;
      padding-bottom: 1.5%;
	
}

.mytooltip {
 
	display: flex;
   justify-content: end;
   align-items: center;
   padding-bottom: 8%;	
	flex-direction: column-reverse;
	height:100%;
	cursor: pointer;
	
}

.mytooltip .tooltiptext {
  visibility: hidden;
	
  display: inline-block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
  line-break: strict;
   hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  width:95%;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 5px  10px  5px;
  z-index: 1;
  bottom: 150%;

  opacity: 0;
  transition: opacity 0.3s;
	font-size:1.4vw;
}

.mytooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.mytooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


.color_copy {
    width: 100%;
    height: 30%;
    margin-bottom: 0px;
    display: block;
    text-align: center;
	 display: contents;
	background: transparent !important;
}


.controlButtons{
   display: flex;                  /* establish flex container */
  flex-direction: row;            /* default value; can be omitted */
  flex-wrap: nowrap;              /* default value; can be omitted */
 
  background:#69B8FF;	
	position: -webkit-sticky; 
    position: sticky;
    top: 80px;
	justify-content: center;
    
}

.buutonsConatiner{
	 display: flex;
  align-items: center;
  justify-content: center;
	
	margin-bottom:2px;
}

.buttonsOfcolor , .buttonsOfcolor:focus {
	background: white;
    color: #69B8FF;
    border-radius: 25px;
	margin: 0;
	width: 120px;
    padding: 10px;
	height: 40px;
 	
}
.buttonsOfcolor:hover:focus{
	  color: #69B8FF !important;
}
.material-icons {
  vertical-align: middle;
}

.activeBorderCss{
	border:3px solid aliceblue; 
	border-radius: 30px; padding: 2px;
}
// برای جلوگیری از نمایش متن قبل از لود آیکون
i.material-icons:before{
	display:none;
}
/* image list other*/

/*01 responive light box plugin*/
.rl-gallery-item img {
  
    border-radius: 15px  !important;
	object-fit: unset !important;
	box-shadow: 2px 2px 2px 1px #6e6969b8 !important;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {

    width: 20px;
	height: 20px;
}
/*01*/
/* paginaton in images*/
.pagii {
	display: flex;
	width: 100%;
	justify-content: center;
	padding-top: 45px;
}

.page-numbers.current {
    color: #fff;
	background: #69b8ff;
}

.page-numbers {
    padding: 12px;
    font-size: 30px;
    border-radius: 18px;
    margin: 5px;
}
.page-numbers:hover {
    background: #117dde;
    color: white;
}

/* paginaton in images*/

.cat_title {
    font-size: 35px;
    text-align: center;
    padding: 10px;
	color: #3FA5FF;
}

.listu {
  
  width: 100%
  display: flex !important;
  flex-direction: row;
  overflow: hidden;
   border-radius: 25px;
   height: 165px;
  
}

.listuh2 {
  
  width: 100%
  display: flex !important;
  flex-direction: row;
  overflow: hidden;
   border-radius: 20px;
   height: 370px;
  
}

.arrow {
    display: flex;
   
    vertical-align: center;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
    cursor: pointer;
}
.material-icons-round.mystyle2 {
    font-size: 65px;
	cursor:pointer;
	margin-inline: -20px;
	max-width: 65px;
    overflow: hidden;
	max-height: 250px;
}
.material-icons-round.mystyle2h2 {
    font-size: 40px;
    cursor: pointer;
   
    max-width: 65px;
    overflow: hidden;
    max-height: 250px;
    color: #dcdcd9;
}



.othh {
	
	padding-top: 20px;}


.other {
    display: flex;
    flex-direction: row;
	justify-content: center;
    align-items: center;
	margin-bottom: 20px;
	direction: ltr;
}

.otherh2 {
    display: flex;
    flex-direction: row;
	justify-content: center;
    align-items: center;
	
	direction: ltr;
}


.slick-slide {
 margin:0 5px;	
/*box-shadow: 2px 0px 1px 1px #6e6969b8;*/
	
}




.item {
 
  width: 250px;
  height: 165px;
  float: left;
  position: relative;
  min-width: 250px;
  border-radius: 25px;
	background-repeat: no-repeat;
    background-size: 100% 100%;
	cursor:pointer;
}

.itemh2 {
 
  width: 250px;
  height: 99%;
  float: left;
  position: relative;
  min-width: 250px;
  border-radius: 20px;
	background-repeat: no-repeat;
    background-size: 100% 100%;
	cursor:pointer;
	border-color: #f3f3f3;
	border-style: solid;
	border-width:4px;
	margin: 0 8px;
}

.slick-list {
    margin: 0 -8px !important;
}



/* image list other*/

@media (max-width: 480px){
	


	
	.square {
    float:left;
    position: relative;
    width: 47%;
    padding-bottom : 47%; /* = width for a 1:1 aspect ratio */
    margin:1.5%;
    overflow:hidden;
	border-radius:6%;	
	font-size:5vw;
  }
	
	
	.rectangle, .rect_home {
    font-size: 6vw;
    float: left;
    position: relative;
    width: 94%;
    padding-bottom: 85%;
    margin: 2%;
   
    overflow: hidden;
    border-radius: 12px;
   
}
	
	.mytooltip .tooltiptext {
    width:100px;
	font-size:4.2vw;	
}
	
	.gblock_mine {
	
	 text-shadow: 1px 1px 5px #1a0026;	
	 

}
	.rect_text {
	  text-shadow: 1px 1px 5px #1a0026;	
     
   }
	
	.buttonsOfcolor , .buttonsOfcolor:focus {
	 width: 90px;
     padding: 8px;
	height: 35px;
 	
}
.activeBorderCss{
	border:1.5px solid aliceblue; 
	
}	
	.material-icons-round.mystyle2 {
		display:none;
	}	

	
	
}