@charset "UTF-8";


@font-face {
  font-family: BlackHanSans;
  src: url(../BlackHanSans-Regular.ttf) format("TrueType");
}

@keyframes arrGifPc {
	0% {
		bottom: 70px;
	}
	10% {
		bottom: 65px;
	}
	20% {
		bottom: 70px;
	}
}


@keyframes animationZoom {
	100%{ transform:scale(1.2); }         
}


.backstretch-item img{
		animation: animationZoom 20s ease-in-out 0s infinite normal;
}
	
	
html{
	position: relative;
}

body {
  margin: 0 auto;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  background: #222;
  color: #fff;
  -webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}
a {
  color: #287cba;
  text-decoration: none;
}
img {
  border: 0;
}
h1 {
  line-height: 1em;
}
h2,
.links {
  text-align: center;
  padding: 5px;
}

button{
  position: fixed;
    bottom: 50px;
    margin-left: 5px;
    height: 32px;
    background-color: #cab306;
    border: 1px solid #e08181;
    opacity: 0.7;
    cursor: pointer;
    left: 10px;
  }
 button:hover{
   opacity:  1;
 }
  
.nophoto{
  opacity:  0.1;
}

.hideimg{
	display:none;
}


@keyframes animationZoom {
	0% { transform:scale(1)}
  50% { transform:scale(1.2)}    
}
@keyframes fade-in {
  0% {opacity: 0; transform: translate3d(0,10px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}

@keyframes Backchg {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes Blur {
	0% {filter: blur(55px);}
  100% {filter: blur(0px);}
}


.overlay{
	width: 100%;
	height: 100%;
	background: url(/img/overlay10.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}


header{
	left: 0px;
	top: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 720px;
	width: 100%;
	z-index: 1;
	position: absolute;
}

.backchg{
	opacity: 0;
	animation-name: Backchg;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	background-image:url(/img/ttopbg2.jpg);
	background-size: contain;
	background-repeat: no-repeat;	
}
.centerMiddle {
    margin: -50px 0 0 -200px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 363px;
    height: 100px;
    z-index: 5;
    opacity: 1;
}
.centerMiddle img{
	position:fix;

}
.fade {
    animation-name: fade-in;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

.bl{
		animation: Blur 6s ease 0s infinite alternate;
}

header .arrow{
	position:absolute;
	left:50%;
	right:50%;
	margin:auto;
	bottom:100px;
	font-size: 30px;
	color: #2b82c5;
	text-align:center;
	animation: arrGifPc 3s ease -2s infinite alternate;
	z-index: 5;
}
header .arrow > i:first-child{
	margin-left: 8px;
}

.blur{
	filter: blur(5px)
	-webkit-filter: blur(5px)
	-moz-filter: blur(5px)
	-ms-filter: blur(5px)
}

section.gallary{
	width: 85%;
	margin:0 auto;
}
.main_title{
	font-family: 'Black Han Sans', sans-serif;
}
.flexwrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.insta{
	float: right;
	font-size: 40px;
}

.gallary .selecter{
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0 10px;
}
.gallary .selecter .label{
	font-family: 'Black Han Sans', sans-serif;
}
.gallary .selecter div{
	padding: 0 15px;
	border:1px solid #000;
	cursor:pointer;
  transition: 0.5s;
	position:relative;
}
.gallary .selecter div a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.gallary .selecter .link:hover{
	background-color:rgba(43, 130, 197, 1);
  transition: 0.5s;
}

.gallary .selecter .on{
	background-color:rgba(43, 130, 197, 1);
  transition: 0.5s;
}

.hoverop{
  position: relative;
}
.hoverop::before{
    content: attr(data);
    display: block;
    position: relative;
    transition: color 300ms;
    z-index: 1;
}
.hoverop::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
    background-color: rgba(43, 130, 197, 1);
    transition: width 500ms;
    width: 0;
    z-index: -2;
}
.hoverop:hover::before{
      color: #fff;
}
.hoverop:hover::after{
      width: 100%;
}

.backstretch {
    position: relative !important;
}

.modal_back{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/img/overlay12.png);
	background-color: rgba(0,0,0,0.5);
	z-index: 100;
  transition: 1s;
}

.flexwrap .box{
	position:relative;
	width:200px;
	height:200px; 
	cursor:pointer;
}
.flexwrap .box a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
}

.flexwrap .box .innner{
	position:relative;
	width:100%; 
	height:100%;
	transition: transform 0.5s linear;
}





#loading{
	width:100%;
	text-align:center;
	margin-top:15px;
}
#loading img{
	width:50px;
}

.copy{
	text-align: center;
    font-size: 14px;
		background-color: #2b82c5;
	}

.ptop{
	position: fixed;
	bottom: 10px;
	right: 50px;
	font-size: 30px;
  transition: 0.5s;
    width: 50px;
    height: 50px;
}
.ptop:hover{
	border: 1px solid #287cba;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.ptop:hover i{
	color:#fff;
  transition: 0.5s;
}

.ptop a{
	position:absolute;
	left:10px;
	top:8px;
}



@media (min-width: 482px) {

.flexwrap .box .innner:hover{
	transform: scale(1.1) rotate(2deg);
}

.flexwrap .box .innner:hover::after{
	content: "";
	width: 180px;
	height: 180px;
	border: solid 10px rgba(20, 147, 255, 0.6);
	position: absolute;
	top: 0;
  transition: 0.5s;
}

}


@media (max-width: 481px) {

.flexwrap .box .innner:active{
	transform: scale(1.1) rotate(2deg);
}

.flexwrap .box .innner:active::after{
	content: "";
	width: 180px;
	height: 180px;
	border: solid 10px rgba(20, 147, 255, 0.6);
	position: absolute;
	top: 0;
  transition: 0.5s;
}

section.gallary{
	width: 100%;
	margin:0 auto;
}

.flexwrap .box{
	position:relative;
	width:50%;
	height:unsset; 
	cursor:pointer;
}

.backchg{
	background-image:url(/img/ttopbg_smt.jpg);
	background-size: contain;
}

.centerMiddle {
	top: 50%;
	bottom: 50%;
	margin: auto;
	left: 0;
	width: 100%;
}
.centerMiddle img{
    width: 100%;
}

.ptop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 30px;
  transition: 0.5s;
	z-index: 99999;
}

.insta {
    float: right;
    font-size: 34px;
    margin-right: 5px;
}


}

@media (max-width: 340px) {

section.gallary{
	width: 92%;
	margin:0 auto;
}

.flexwrap .box{
	position:relative;
	width:130px;
	height:130px; 
	cursor:pointer;
}

.centerMiddle img{
	width:100%;
}

.ptop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 30px;
  transition: 0.5s;
	z-index: 999999;
}

}