body{
margin:0px;
padding:0px;
background-color:#f4f5f8;
-moz-animation: fadein 5s;
-webkit-animation: fadein 5s;
-o-animation: fadein 5s;	
}
*{
margin:0px;
padding:0px;	
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}



/*----Home Landing Page Start----*/
.home_landing{
padding:25px 0px;
position:relative;
}
.home_landing .museum .tatto1{
margin-left: -25px;
top: -605px;
position: absolute;
width:30%;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
/*animation: 1s ease-out 1s 1 slideInFromLeft;*/
}
.home_landing .museum .tatto1:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.home_landing .museum .tatto2{
margin-top:0px;
margin-left:15px;
width:88%;
/*animation: 3s ease-out 2s 1 slideInFromLeft;*/
}

.home_landing .movie_theatre .tatto3{
left: -40px;
position: absolute;
top: -550px;	
width:85%;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
/*animation: 1s ease-out 8s 1 slideInFromLeft;*/
}

.home_landing .movie_theatre .tatto3:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}

@keyframes myanimation { 
	from { 
		transform: rotate(0deg) scale(1); 
		border-radius: 0px; 
	} 
	to { 
		border-radius: 100px; 
		transform: rotate(360deg) scale(0.7); 
	} 
} 
  
@keyframes reverse { 
	from { 
		border-radius: 100px; 
		transform: rotate(360deg) scale(0.7); 
	} 
	to { 
		border-radius: 0px; 
		transform: rotate(0deg) scale(1); 
	} 
} 
.home_landing .library .tatto4{
position: absolute;
top:-560px;	
left:0px;
width:70%;	
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
/*animation: 1.2s ease-out 10s 1 slideInFromLeft;*/
}
.home_landing .library .tatto4:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.home_landing .library .tatto6{
width:14%;
display:block;
transition:0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
position: absolute;
right: 110px;
top: -200px;
/*animation: 1s ease-out 12s 1 slideInFromLeft;*/
}
.home_landing .library .tatto6:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);			
}
.home_landing .radio_s .tatto7{
width:62%;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
position: absolute;
top:-315px;
left: 90px;
/*animation: 1s ease-out 14s 1 slideInFromLeft;*/
}
.home_landing .radio_s .tatto7:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.home_landing .cemetery .tatto8{
width:62%;
transition:0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
position: absolute;
top:-300px;
left: 65px;
/*animation: 1s ease-out 16s 1 slideInFromBottom;*/
}

.home_landing .cemetery .tatto8:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);		
}
@keyframes wait {
from { transform: translateY(110px); }
to { transform: translateY(100px); }
}

@keyframes slideInFromBottom {
  from { transform: translateY(110px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.home_landing .social_web .tatto9{
width:65%;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
position: absolute;
top: -170px;
right: 24px;
/*animation: 1s ease-out 18s 1 slideInFromBottom;*/	
}
.home_landing .social_web .tatto9:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.home_landing .gift_shop .tatto10{
width:75%;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
position: absolute;
right:0px;
top:-140px;
/*animation: 1s ease-out 20s 1 slideInFromBottom;*/
}
.home_landing .gift_shop .tatto10:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
/*----Home Landing Page End----*/


/*----Collapse Menu Start----*/
.button_container {
position:absolute;
right:15px;
cursor:pointer;
z-index:100;
-webkit-transition: opacity .25s ease;
transition: opacity .25s ease;
width:70px;
}
.button_container.active .top {
-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
transform: translateY(11px) translateX(0) rotate(45deg);
/*background-image:url("../images/movie-theater-img/hamaburger1_1.png");*/
}
.button_container.active .middle {
opacity: 0;
background: #FFF;
}
.button_container.active .bottom {
-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
transform: translateY(-11px) translateX(0) rotate(-45deg);
margin-top:-50px;
/*background-image:url("../images/movie-theater-img/hamaburger1_1.png");*/
}
.button_container span {
background:#000000;
border:none;
height:5px;
width:100%;
position:absolute;
top:0;
left:0;
-webkit-transition: all .35s ease;
transition:all .35s ease;
cursor:pointer;
}
.button_container span:nth-of-type(2) {
top: 11px;
}
.button_container span:nth-of-type(3) {
top: 22px;
}

.menu_overlay {
position: fixed;
background: #090706;
top: 0;
left: 0;
width: 100%;
height:100%;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity .35s, visibility .35s, height .35s;
transition: opacity .35s, visibility .35s, height .35s;
overflow: hidden;
z-index:1;
}
.menu_overlay.open {
opacity: .9;
visibility: visible;
height: 100%;
}
.menu_overlay.open li {
-webkit-animation: fadeInRight .5s ease forwards;
animation: fadeInRight .5s ease forwards;
-webkit-animation-delay: .35s;
animation-delay: .35s;
}
.menu_overlay.open li:nth-of-type(2) {
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
.menu_overlay.open li:nth-of-type(3) {
-webkit-animation-delay: .45s;
animation-delay: .45s;
}
.menu_overlay.open li:nth-of-type(4) {
-webkit-animation-delay: .50s;
animation-delay: .50s;
}
.menu_overlay ul li:nth-child(7){
margin-top:6px;	
}
.menu_overlay nav {
position: relative;
height: 70%;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 50px;
font-weight: 400;
text-align: center;
}
.menu_overlay ul {
list-style: none;
padding: 0;
margin: 0 auto;
display: inline-block;
position: relative;
}
.menu_overlay ul li {
display: block;
position: relative;
opacity: 0;
}
.menu_overlay ul li a {
display: block;
position: relative;
color:#FFF;
text-decoration:none;
overflow: hidden;
font-size:25px;
line-height: 45px;
}
.menu_overlay ul li a:hover:after, .menu_overlay ul li a:focus:after, .menu_overlay ul li a:active:after {
width: 100%;
}
.menu_overlay ul li a:after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
height: 3px;
background: #FFF;
-webkit-transition: .35s;
transition: .35s;
}

@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
left: 20%;
}
100% {
opacity: 1;
left: 0;
}
}

@keyframes fadeInRight {
0% {
opacity: 0;
left: 20%;
}
100% {
opacity: 1;
left: 0;
}
}
/*----Collapse Menu End----*/


/*----Movie Theater Page Start----*/
.movie_theater{
padding:25px 0px 55px;	
}
	
.movie_theater .movie_back_stuff{
width:25%;	
}	
.movie_theater .movie_tatto_home{
width:25%;
}
.movie_theater .movie_tatto1{
width:50%;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.movie_theater .movie_tatto1:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.movie_theater .movie_tatto3{
width:50%;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.movie_theater .movie_tatto3:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}	
.movie_theater .movie_tatto4{
float:right;	
}
.movie_theater .movie_tatto5{
width: 60%;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
}
.movie_theater .movie_tatto5:hover{
transform: scale(1.2) rotateZ(-4deg);
-moz-transform: scale(1.2) rotateZ(-4deg);
-webkit-transform: scale(1.2) rotateZ(-4deg);
-o-transform: scale(1.2) rotateZ(-4deg);	
}
.movie_theater .movie_tatto6{
width: 60%;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
}
.movie_theater .movie_tatto6:hover{
transform: scale(1.2) rotateZ(-4deg);
-moz-transform: scale(1.2) rotateZ(-4deg);
-webkit-transform: scale(1.2) rotateZ(-4deg);
-o-transform: scale(1.2) rotateZ(-4deg);		
}
.movie_theater .movie_tatto7{
width: 50%;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
}
.movie_theater .movie_tatto7:hover{
transform: scale(1.2) rotateZ(-4deg);
-moz-transform: scale(1.2) rotateZ(-4deg);
-webkit-transform: scale(1.2) rotateZ(-4deg);
-o-transform: scale(1.2) rotateZ(-4deg);		
}
.movie_theater  .movie_gl_production_tatto1{
float:right;
}
.movie_theater .movie_gl_production_tatto2{
margin-bottom:40px;	
}
.movie_theater .movie_gl_production_tatto3{
margin-bottom:80px;	
}
.movie_theater .movie_gl_production_tatto4{
margin-bottom:40px;	
transform-origin: bottom;
align-self: flex-end;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-name: bounce-3;
animation-timing-function: ease;
}
.stuff-i-acted{
padding:25px 0px 55px;
}
.stuff-i-acted .stuff-i-acted1{
width:60%;	
}
.stuff-i-acted .stuff-i-acted2{
width:60%;
margin-top:40px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;	
}
.stuff-i-acted .stuff-i-acted2:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.stuff-i-acted .stuff-i-acted4{
width:55%;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;	
}
.stuff-i-acted .stuff-i-acted4:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.stuff-i-acted .stuff-i-acted5{
float:right;	
}
.stuff-i-acted .stuff_padd{
margin-bottom:80px;	
}
.stuff-i-acted .stuff-i-acted22{
float:right;	
width:55%;
margin-top: -145px;
margin-right: -70px;
transform-origin: bottom;
align-self: flex-end;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-name: bounce-3;
animation-timing-function: ease;	
}
@keyframes bounce-3 {
0%   { transform: scale(1,1)    translateY(0); }
10%  { transform: scale(1.1,.9) translateY(0); }
30%  { transform: scale(.9,1.1) translateY(-200px); }
50%  { transform: scale(1,1)    translateY(0); }
100% { transform: scale(1,1)    translateY(0); }
}
.stuff-i-acted .stuff-i-acted23{
float:left;	
width:40%;
margin-left: 80px;
align-self: flex-end;
animation-duration: 4.5s;
animation-iteration-count: infinite;
animation-name: bounce-3;
animation-timing-function: ease;	
}
@keyframes bounce-3 {
0%   { transform: scale(1,1)    translateY(0); }
10%  { transform: scale(1.1,.9) translateY(0); }
30%  { transform: scale(.9,1.1) translateY(-200px); }
50%  { transform: scale(1,1)    translateY(0); }
100% { transform: scale(1,1)    translateY(0); }
}
.stuff-i-acted .stuff-i-acted24{
float: right;
width: 35%;
margin-right: -30px;
margin-top: 40px;
animation: 
pulse 8s ease infinite alternate, 
nudge 7s linear infinite alternate;
}
/*----Movie Theater Page End----*/


/*----Library Page Start----*/
.library_main{
padding:25px 0px 55px;		
}	
.library_main .library_tatto1{
margin-bottom:20px;
transition: width 2s, height 2s, background-color 2s, transform 2s;
display:block
}
.library_main .library_tatto1:hover{
 transform: rotate(360deg);	
}
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform:     translateY(-30px);
		transform:         translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform:     translateY(-15px);
		transform:         translateY(-15px)
	}
}
.library_main .library_tatto2{
margin-left:40px;
-webkit-animation: shake 0.4s ease-in-out 0.4s infinite alternate;
}
@-webkit-keyframes shake {
 from {
    -webkit-transform: rotate(10deg);
 }
 to {
   -webkit-transform-origin:center center;
   -webkit-transform: rotate(-10deg);
 }

}
.library_main .library_tatto3{
transition: width 2s, height 2s, background-color 2s, transform 2s;
display:block
}
.library_main .library_tatto3:hover{
 transform: rotate(360deg);	
}
@keyframes stretch {
  0% {
    transform: scale(.4);
  }
  50% {
  }
  100% {
    transform: scale(1.1);
  }
}
.library_main .library_tatto5{
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
}
.library_main .library_tatto5:hover{
transform: scale(1.3) rotateZ(-3deg);
-moz-transform: scale(1.3) rotateZ(-3deg);
-webkit-transform: scale(1.3) rotateZ(-3deg);
-o-transform: scale(1.3) rotateZ(-3deg);
}
.library_main .library_tatto6{
margin-right:10%;
float:right;
margin-top:18%;
-webkit-animation: shake 0.4s ease-in-out 0.4s infinite alternate;
}
@-webkit-keyframes shake {
 from {
    -webkit-transform: rotate(10deg);
 }
 to {
   -webkit-transform-origin:center center;
   -webkit-transform: rotate(-10deg);
 }

}

@keyframes pulse {
  0%, 100% {

  }
  50% {

  }
}

@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }
  
  50% {
    transform: translate(150px, 0);
  }
  
  80% {
    transform: translate(-150px, 0);
  }
}
.library_main .library_tatto7{
animation: 
pulse 3s ease infinite alternate, 
nudge 5s linear infinite alternate;
}
.library_main .library_tatto8{
-webkit-animation: shake 0.4s ease-in-out 0.4s infinite alternate;
}
@-webkit-keyframes shake {
 from {
    -webkit-transform: rotate(10deg);
 }
 to {
   -webkit-transform-origin:center center;
   -webkit-transform: rotate(-10deg);
 }

}

.library_main .library_tatto9{
float:right;
margin-right:40px;	
-webkit-animation: shake 0.4s ease-in-out 0.4s infinite alternate;
}
@-webkit-keyframes shake {
 from {
    -webkit-transform: rotate(10deg);
 }
 to {
   -webkit-transform-origin:center center;
   -webkit-transform: rotate(-10deg);
 }
}

.library_main .library_tatto10{
margin-top:25px;
}
.library_main .library_tatto10:hover{
animation: 
pulse 3s ease infinite alternate, 
nudge 5s linear infinite alternate;	
}
.library_main .library_tatto11{
float:right;
}
.library_main .library_tatto11:hover{
animation: 
pulse 3s ease infinite alternate, 
nudge 5s linear infinite alternate;	
}
.library_main .library_tatto12{
margin-top:100px;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: 
}
.library_main .library_tatto12:hover{
animation-name: bounce;
-moz-animation-name: bounce;			
}
.library_main .library_tatto13{
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: 
}
.library_main .library_tatto13:hover{
animation-name: bounce;
-moz-animation-name: bounce;			
}
.library_main .library_tatto14{
float:right;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: 
}
.library_main .library_tatto14:hover{
animation-name: bounce;
-moz-animation-name: bounce;		
}

.library_main .library_tatto15{
position:relative
}
.library_main .purple-iframe{
position: absolute;
left: 0;
right: 0;
top: 10%;
width:100%;
height:470px;	
}
.library_main .library_tatto16{
margin-left: 25%;
margin-top: -20px;
}

.library_main .library_tatto17{
margin-top:-100px;
margin-left: 12%;
}

.library_main .library_tatto18{
float:right;
}
.library_main .library_tatto18:hover{
animation: 
pulse 3s ease infinite alternate, 
nudge 5s linear infinite alternate;	
}
.library_main .library_tatto19:hover{
animation: 
pulse 3s ease infinite alternate, 
nudge 3s linear infinite alternate;	
}
.library_main .library_tatto20{
margin-top: -102px;
margin-left: 10px;
display:none;
}
.library_main .library_tatto21{
margin-left:130px;	
-webkit-animation: shake 0.4s ease-in-out 0.4s infinite alternate;
}
@-webkit-keyframes shake {
 from {
    -webkit-transform: rotate(10deg);
 }
 to {
   -webkit-transform-origin:center center;
   -webkit-transform: rotate(-10deg);
 }
}

.library_main .library_tatto22{
-webkit-animation: shake 0.4s ease-in-out 0.4s infinite alternate;
margin-top:100px;
float:right;
}
@-webkit-keyframes shake {
 from {
    -webkit-transform: rotate(10deg);
 }
 to {
   -webkit-transform-origin:center center;
   -webkit-transform: rotate(-10deg);
 }
}

.library_main .library_tatto9{
float:right;	
-webkit-animation: shake 0.4s ease-in-out 0.4s infinite alternate;
}
@-webkit-keyframes shake {
 from {
    -webkit-transform: rotate(10deg);
 }
 to {
   -webkit-transform-origin:center center;
   -webkit-transform: rotate(-10deg);
 }
}
/*----Library Page End----*/

/*----Radio Station Start----*/
.radio_station{
padding:25px 0px 55px;			
}
.radio_station .radio_station_tatoo1{
width: 30%;
padding-left:30px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;	
}
.radio_station .radio_station_tatoo1:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.radio_station .radio_station_tatoo2{
width:70%;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.radio_station .radio_station_tatoo2:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);		
}		
.radio_station .radio_station_tatoo4{
width:20%;
float:right;
padding-right:30px;		
}
.radio_station .radio_station_tatoo5{
width:60%;
padding-left:30px;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
}
.radio_station .radio_station_tatoo5:hover{
 transform: scale(1.2) rotateZ(-4deg);
-moz-transform: scale(1.2) rotateZ(-4deg);
-webkit-transform: scale(1.2) rotateZ(-4deg);
-o-transform: scale(1.2) rotateZ(-4deg);		
}
.radio_station .radio_station_tatoo16{
width:58%;
padding-left:60px;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
}
.radio_station .radio_station_tatoo16:hover{
 transform: scale(1.2) rotateZ(-4deg);
-moz-transform: scale(1.2) rotateZ(-4deg);
-webkit-transform: scale(1.2) rotateZ(-4deg);
-o-transform: scale(1.2) rotateZ(-4deg);		
}

.radio_station .radio_station_tatoo6{
width:50%;
margin-top: 80%;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;	
}
.radio_station .radio_station_tatoo6:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);			
}
.radio_station .radio_station_tatoo7{
width:60%;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
margin-left: 10%;
}

.radio_station .radio_station_tatoo7:hover{
 transform: scale(1.2) rotateZ(-4deg);
-moz-transform: scale(1.2) rotateZ(-4deg);
-webkit-transform: scale(1.2) rotateZ(-4deg);
-o-transform: scale(1.2) rotateZ(-4deg);		
}	
.radio_station .radio_station_tatoo15{
width: 35%;
margin-top: 80px;
margin-left: -15%;
float:right;
margin-right:40px;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
}	
.radio_station .radio_station_tatoo15:hover{
 transform: scale(1.2) rotateZ(-4deg);
-moz-transform: scale(1.2) rotateZ(-4deg);
-webkit-transform: scale(1.2) rotateZ(-4deg);
-o-transform: scale(1.2) rotateZ(-4deg);		
}
.radio_station .radio_station_tatoo8{
margin-top:10%;
padding-left:30px;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
}
.radio_station .radio_station_tatoo8:hover{
 transform: scale(1.2) rotateZ(-4deg);
-moz-transform: scale(1.2) rotateZ(-4deg);
-webkit-transform: scale(1.2) rotateZ(-4deg);
-o-transform: scale(1.2) rotateZ(-4deg);		
}
.radio_station .radio_station_tatoo9{
width: 50%;
position: absolute;
bottom: 0;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;	
}
.radio_station .radio_station_tatoo9:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);		
}
.radio_station .radio_station_tatoo11{
width: 45%;
padding-right:30px;
float:right;
margin-top: 60%;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;	
}
.radio_station .radio_station_tatoo11:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);					
}
.radio_station .radio_station_tatoo12{
width: 12%;
float: right;
margin-top: 100px;
margin-right: 210px;
margin-bottom: 50px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;	
}
.radio_station .radio_station_tatoo12:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.radio_station .radio_station_tatoo10{
width:55%;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
}
.radio_station .radio_station_tatoo10:hover{
 transform: scale(1.5) rotateZ(-5deg);
-moz-transform: scale(1.5) rotateZ(-5deg);
-webkit-transform: scale(1.5) rotateZ(-5deg);
-o-transform: scale(1.5) rotateZ(-5deg);		
}
.radio_station .radio_station_tatoo13{
width: 48%;
float: right;
margin-top: -70px;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
}
.radio_station .radio_station_tatoo13:hover{
 transform: scale(1.5) rotateZ(-5deg);
-moz-transform: scale(1.5) rotateZ(-5deg);
-webkit-transform: scale(1.5) rotateZ(-5deg);
-o-transform: scale(1.5) rotateZ(-5deg);			
}
.radio_audio{
width:100%;	
}
/*----Radio Station End----*/

/*----Social Web Start----*/
.social_web{
padding:25px 0px 55px;		
}
.social_web .social_web_tatoo_1{
width:30%;	
} 
.social_web .social_web_tatoo_3{
width:30%;	
float:right;
}
.social_web .social_web_tatoo_4{
float:right;
width:50%;
margin-top:30px;
transition: width 2s, height 2s, background-color 2s, transform 2s;
display: block;
}
.social_web .social_web_tatoo_4:hover{
transform: rotate(360deg);	
}
.social_web .social_web_tatoo_5{
float:left;
width:40%;
margin-top:30px;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
}
.social_web .social_web_tatoo_5:hover{
transform: scale(1.5) rotateZ(-5deg);
-moz-transform: scale(1.5) rotateZ(-5deg);
-webkit-transform: scale(1.5) rotateZ(-5deg);
-o-transform: scale(1.5) rotateZ(-5deg);
}

.social_web .social_web_tatoo_6{
float:right;
width:40%;
margin-top:30px;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
}
.social_web .social_web_tatoo_6:hover{
transform: scale(1.5) rotateZ(-5deg);
-moz-transform: scale(1.5) rotateZ(-5deg);
-webkit-transform: scale(1.5) rotateZ(-5deg);
-o-transform: scale(1.5) rotateZ(-5deg);	
}
.social_web .social_web_tatoo_7{
float:left;
width:40%;
margin-top:30px;
transition: width 2s, height 2s, background-color 2s, transform 2s;
display: block;
}
.social_web .social_web_tatoo_7:hover{
transform: rotate(360deg);	
}
.social_web .social_web_tatoo_8{
width:16%;
margin-top:30px;
transition: width 2s, height 2s, background-color 2s, transform 2s;
display: block;
}
.social_web .social_web_tatoo_8:hover{
transform: rotate(360deg);	
}
.cemetery .cemetry-grid .agileits-gallery-grids {
margin: 2em 0;
}
.cemetery .cemetry-grid img{
height:350px;
object-fit:contain;
}
.cemetery .cemetry-grid{
margin-bottom:20px;
}
.cemetery .cemetry-grid a {
display: block;
/*overflow: hidden;*/
position:relative;
}
.cemetery .agile-b-wrapper{
background: rgba(0, 0, 0, 0.58);
position: absolute;
width: 100%;
height: 0%;
text-align: center;
top: 0;
left: 0;
transition: .5s all;
opacity: 0;
}
.cemetery .cemetry-grid a:hover .agile-b-wrapper{
height: 100%;
opacity: 1;
}

.cemetery .gallery-grid-top .agile-b-wrapper i.fa.fa-search-plus {
font-size: 2em;
color: #fff;
margin:54% 0 0 0;
}

.cemetery .gallery-grid-middle .agile-b-wrapper i.fa.fa-search-plus {
font-size: 2em;
color: #fff;
margin: 2.5em 0 0 0;
}
.cemetery .gallery-grid-bottom .agile-b-wrapper i.fa.fa-search-plus {
font-size: 2em;
color: #fff;
margin: 4em 0 0 0;
}
.cemetery .gallery h3, .team h3, .contact h3{
text-align: center;
}
.cemetery .gallery h3 {
 color: #000000;
}
.cemetery .team h3{
 color:#FFFFFF;
}

.cemetery .btn-danger{
color: #fff;
background-color: #b00007;
border: 2px solid #ffffff;
border-radius: 50px !important;
padding: 8px 35px;
font-size: 16px;
font-weight: 600;	
}
.cemetery .btn-danger:hover{
background-color: #ffffff;
border-color: #ffffff;
color: #000000;	
}

.cemetery-mobile .cemetry-grid .agileits-gallery-grids {
margin: 2em 0;
}
.cemetery-mobile .cemetry-grid{
margin-bottom:20px;
}
.cemetery-mobile .cemetry-grid a {
display: block;
/*overflow: hidden;*/
position:relative;
}
.cemetery-mobile .agile-b-wrapper{
background: rgba(0, 0, 0, 0.58);
position: absolute;
width: 100%;
height: 0%;
text-align: center;
top: 0;
left: 0;
transition: .5s all;
opacity: 0;
}
.cemetery-mobile .cemetry-grid a:hover .agile-b-wrapper{
height: 100%;
opacity: 1;
}

.cemetery-mobile .gallery-grid-top .agile-b-wrapper i.fa.fa-search-plus {
font-size: 2em;
color: #fff;
margin:54% 0 0 0;
}

.cemetery-mobile .gallery-grid-middle .agile-b-wrapper i.fa.fa-search-plus {
font-size: 2em;
color: #fff;
margin: 2.5em 0 0 0;
}
.cemetery .gallery-grid-bottom .agile-b-wrapper i.fa.fa-search-plus {
font-size: 2em;
color: #fff;
margin: 4em 0 0 0;
}
.cemetery-mobile .gallery h3, .team h3, .contact h3{
text-align: center;
}
.cemetery-mobile .gallery h3 {
 color: #000000;
}
.cemetery-mobile .team h3{
 color:#FFFFFF;
}

.cemetery-mobile .btn-danger{
color: #fff;
background-color: #b00007;
border: 2px solid #ffffff;
border-radius: 50px !important;
padding: 8px 35px;
font-size: 16px;
font-weight: 600;	
}
.cemetery-mobile .btn-danger:hover{
background-color: #ffffff;
border-color: #ffffff;
color: #000000;	
}

/*----Social Web Page End----*/


/*----Cemetery Web Page Start----*/
.cemetery{
padding:25px 0px 55px;		
}
.cemetery .cemetery-tatoo2{
width:35%;
margin-left:60px;
margin-top:50px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.cemetery .cemetery-tatoo2:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.cemetery .cemetery-tatoo3{
width:40%;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;	
}
.cemetery .cemetery-tatoo3:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
@keyframes myanimation { 
	from { 
		transform: rotate(0deg) scale(1); 
		border-radius: 0px; 
	} 
	to { 
		border-radius: 100px; 
		transform: rotate(360deg) scale(0.7); 
	} 
} 
  
@keyframes reverse { 
	from { 
		border-radius: 100px; 
		transform: rotate(360deg) scale(0.7); 
	} 
	to { 
		border-radius: 0px; 
		transform: rotate(0deg) scale(1); 
	} 
} 
.cemetery .cemetery-tatoo5{
width:30%;
animation-name: stretch;
animation-duration: 1.5s; 
animation-timing-function: ease-out; 
animation-delay: 0;
animation-direction: alternate;
animation-iteration-count: infinite;
animation-fill-mode: none;
animation-play-state: running;		
}
.cemetery .cemetery-tatoo6{
width:22%;
float:right;
margin-top: 50px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;	
}
.cemetery .cemetery-tatoo6:hover{
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.cemetery .cemetery-tatoo7{
width:35%;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;	
}
.cemetery .cemetery-tatoo7:hover{
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.cemetery .cemetery-tatoo8{
width:40%;	
margin-top: 50px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;	
}
.cemetery .cemetery-tatoo8:hover{
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.cemetery .cemetery-tatoo9{
width:40%;
float:right;
margin-top: 50px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;		
}
.cemetery .cemetery-tatoo9:hover{
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.cemetery .cemetery-tatoo10{
width:20%;
margin-top: 50px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;	
}
.cemetery .cemetery-tatoo10:hover{
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.cemetery .cemetery-tatoo11{
width:40%;
margin-top: 50px;
transform-origin: bottom;
align-self: flex-end;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-name: bounce-3;
animation-timing-function: ease;	
}
@keyframes bounce-3 {
0%   { transform: scale(1,1)    translateY(0); }
10%  { transform: scale(1.1,.9) translateY(0); }
30%  { transform: scale(.9,1.1) translateY(-200px); }
50%  { transform: scale(1,1)    translateY(0); }
100% { transform: scale(1,1)    translateY(0); }
}
.cemetery .cemetery-ghoost{
float:right;
margin-right:37%;	
}
.cemetery .cemetry-grid .agileits-gallery-grids {
margin: 2em 0;
}
.cemetery .cemetry-grid{
margin-bottom:20px;
}
.cemetery .cemetry-grid a {
display: block;
/*overflow: hidden;*/
position:relative;
}
.cemetery .agile-b-wrapper{
background: rgba(0, 0, 0, 0.58);
position: absolute;
width: 100%;
height: 0%;
text-align: center;
top: 0;
left: 0;
transition: .5s all;
opacity: 0;
}
.cemetery .cemetry-grid a:hover .agile-b-wrapper{
height: 100%;
opacity: 1;
}

.cemetery .gallery-grid-top .agile-b-wrapper i.fa.fa-search-plus {
font-size: 2em;
color: #fff;
margin:63% 0 0 0;
display:none;
}

.cemetery .gallery-grid-middle .agile-b-wrapper i.fa.fa-search-plus {
font-size: 2em;
color: #fff;
margin: 2.5em 0 0 0;
display:none;
}
.cemetery .gallery-grid-bottom .agile-b-wrapper i.fa.fa-search-plus {
font-size: 2em;
color: #fff;
margin: 4em 0 0 0;
display:none;
}
.cemetery .gallery h3, .team h3, .contact h3{
text-align: center;
}
.cemetery .gallery h3 {
 color: #000000;
}
.cemetery .team h3{
 color:#FFFFFF;
}

.cemetery .btn-danger{
color: #fff;
background-color: #b00007;
border: 2px solid #ffffff;
border-radius: 50px !important;
padding: 8px 35px;
font-size: 16px;
font-weight: 600;	
}
.cemetery .btn-danger:hover{
background-color: #ffffff;
border-color: #ffffff;
color: #000000;	
}

.cemetery-mobile .cemetry-grid .agileits-gallery-grids {
margin: 2em 0;
}
.cemetery-mobile .cemetry-grid{
margin-bottom:20px;
}
.cemetery-mobile .cemetry-grid a {
display: block;
/*overflow: hidden;*/
position:relative;
}
.cemetery-mobile .agile-b-wrapper{
background: rgba(0, 0, 0, 0.58);
position: absolute;
width: 100%;
height: 0%;
text-align: center;
top: 0;
left: 0;
transition: .5s all;
opacity: 0;
}
.cemetery-mobile .cemetry-grid a:hover .agile-b-wrapper{
height: 100%;
opacity: 1;
}

.cemetery-mobile .gallery-grid-top .agile-b-wrapper i.fa.fa-search-plus {
font-size: 2em;
color: #fff;
margin:54% 0 0 0;
display:none;
}

.cemetery-mobile .gallery-grid-middle .agile-b-wrapper i.fa.fa-search-plus {
font-size: 2em;
color: #fff;
margin: 2.5em 0 0 0;
display:none;
}
.cemetery .gallery-grid-bottom .agile-b-wrapper i.fa.fa-search-plus {
font-size: 2em;
color: #fff;
margin: 4em 0 0 0;
display:none;
}
.cemetery-mobile .gallery h3, .team h3, .contact h3{
text-align: center;
}
.cemetery-mobile .gallery h3 {
 color: #000000;
}
.cemetery-mobile .team h3{
 color:#FFFFFF;
}

.cemetery-mobile .btn-danger{
color: #fff;
background-color: #b00007;
border: 2px solid #ffffff;
border-radius: 50px !important;
padding: 8px 35px;
font-size: 16px;
font-weight: 600;	
}
.cemetery-mobile .btn-danger:hover{
background-color: #ffffff;
border-color: #ffffff;
color: #000000;	
}
/*----Cemetery Web Page End----*/

/*----Museum Page Start----*/
.museum{
padding:25px 0px 55px;		
}
.museum .museum-tatoo1{
width:120px;
}

.museum .museum-tatoo2{
width:75%;
/*animation-name: stretch;
animation-duration: 1.5s; 
animation-timing-function: ease-out; 
animation-delay: 0;
animation-direction: alternate;
animation-iteration-count: infinite;
animation-fill-mode: none;
animation-play-state: running;*/
}
.museum .museum-tatoo3{
float:right;
width:85px;	
}
.museum_hover img{
margin-bottom:20px;	
}
.museum_hover img{
/*width: 54%;	
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;	*/
}
/*.museum_hover img:hover{
transform: scale(1.1) rotateZ(0deg);
-moz-transform: scale(1.1) rotateZ(0deg);
-webkit-transform: scale(1.1) rotateZ(0deg);
-o-transform: scale(1.1) rotateZ(0deg);	
}*/
/*----Museum Page End----*/


/*----Quote Rat Start----*/
.quote_rat{
padding:25px 0px 55px;		
}
.quote_rat .quote_rat_tatoo3{
float:right;
width:10%;	
transform-origin: bottom;
align-self: flex-end;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-name: bounce-3;
animation-timing-function: ease;
margin-top:-65px;
}
.quote_rat .quote_rat_tatoo4{
margin-bottom:40px;
}
.quote_rat .quote_rat_tatoo5{
margin-bottom:40px;
}
.quote_rat .quote_rat_tatoo6{
margin-bottom:40px;
}
.quote_rat .quote_rat_tatoo7{
margin-bottom:40px;
}
.quote_rat .quote_rat_tatoo8{
margin-bottom:40px;
}
.quote_rat .quote_rat_tatoo9{
margin-bottom:40px;
width: 60%;
}
.quote_rat .quote_rat_tatoo10{
margin-bottom:40px;
width: 55%;
}
.quote_rat .quote_rat_tatoo11{
margin-bottom:40px;
width: 62%;
}
.quote_rat .quote_rat_tatoo12{
margin-bottom:40px;
}
.quote_rat .quote_rat_tatoo13{
margin-bottom:40px;
}
.quote_rat .quote_rat_tatoo14{
margin-bottom:40px;
}
.quote_rat .quote_rat_tatoo15{
margin-bottom:40px;
}
.quote_rat .quote_rat_tatoo16{
margin-bottom:40px;
}
.quote_rat .quote_rat_tatoo17{
margin-bottom:40px;
width: 62%;
}
.quote_rat .quote_rat_tatoo18{
margin-bottom:40px;
width: 38%;
}
.quote_rat .quote_rat_tatoo19{
margin-bottom:40px;
}
.quote_rat .quote_rat_tatoo20{
margin-bottom:40px;
width: 62%;
}
.quote_rat .quote_rat_tatoo21{
margin-bottom:40px;
}
.quote_rat .quote_rat_tatoo22{
margin-bottom:40px;
width: 38%;
}
.quote_rat .quote_rat_tatoo23{
animation: 
pulse 3s ease infinite alternate, 
nudge 5s linear infinite alternate;
}
/*----Quote Rat End----*/

/*----Tatoo Parlour Start----*/
.tatoo_parlour{
padding:25px 0px;	
}
.tatoo_parlour .tatoo_parlour1{
width:120px;	 
}
.tatoo_parlour .tatoo_parlour4{
float:right;	 
}
.tatoo_parlour .tatoo_parlour6{
 margin-top: -60px;
}
.tatoo_parlour .header_menu{
margin-bottom:85px;
height: 250px;
}
.tatoo_parlour .tatoo_parlour2{
/*transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;	*/
width: 185px;
}
.tatoo_parlour .tatoo_parlour2:hover{
/* transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	*/
}
.tatoo_parlour .tatoo_parlour3{
width:360px;
/*animation-name: stretch;
animation-duration: 1.2s; 
animation-timing-function: ease-out; 
animation-delay: 0;
animation-direction: alternate;
animation-iteration-count: infinite;
animation-fill-mode: none;
animation-play-state: running;	*/
}
.img-fluid.tatoo_parlour1_1 {
width: 50%;
}
.tatoo_parlour .tatoo_parlour8{
 margin-top:-110px;
}
.tatoo_parlour .parlour_3 {
position: absolute;
top: 158px;
left: 0;
right: 0;
}
.tatoo_parlour  .parlour_1{
height:45px;	
}
.tatoo_parlour .tatoo_parlour10{
 margin-top:-250px;
}
.tatoo_parlour .tatoo_parlour12{
margin-top:-230px;
}
.tatoo_parlour .tatoo_parlour13{
float: right;
margin-top: -70px;
}
.tatoo_parlour .tatoo_parlour14{
margin-top: -270px;
float: left;
margin-left: -100px;
}
.tatoo_parlour .tatoo_parlour16{
 margin-top:-260px;
}
.tatoo_parlour .tatoo_parlour17{
margin-top: 20px;
}
.tatoo_parlour .tatoo_parlour18{
margin-top: -350px;
}
.tatoo_parlour .tatoo_parlour19{
margin-top:25px;		
}
.tatoo_parlour .tatoo_parlour20{
margin-top: -190px;
}
.tatoo_parlour .tatoo_parlour21{
margin-top:50px;	
}
.tatoo_parlour .tatoo_parlour22{
margin-top: -200px;
width: 85%;
}
.tatoo_parlour .tatoo_parlour23{
margin-top: 90px;	
}
.tatoo_parlour .tatoo_parlour24{
margin-top: -280px;
width: 70%;
}
.tatoo_parlour .tatoo_parlour25{
margin-top: 70px;	
}
.tatoo_parlour .tatoo_parlour26{
margin-top: -375px;
width: 85%;
}
.tatoo_parlour .tatoo_parlour27{
margin-top: 70px;	
}
.tatoo_parlour .tatoo_parlour28{
margin-top: -430px;
}
.tatoo_parlour .tatoo_parlour29{
margin-top: 40px;	
width: 70%;
}
.tatoo_parlour .tatoo_parlour30{
margin-top:-425px;
width:85%;
}
.tatoo_parlour .tatoo_parlour31{
margin-top: -80px;	
}
.tatoo_parlour .tatoo_parlour32{
margin-top:-320px;	
}
.tatoo_parlour .tatoo_parlour33{
margin-top: -10px;
width: 85%;	
}
.tatoo_parlour .tatoo_parlour34{
margin-top: -370px;	
}
.tatoo_parlour .tatoo_parlour35{
margin-top: 40px;	
}
.tatoo_parlour .tatoo_parlour36{
margin-top: -115px;	
}
.tatoo_parlour .tatoo_parlour37{
margin-top: 40px;
width: 80%;
}
.tatoo_parlour .tatoo_parlour38{
margin-top: -150px;	
}
.tatoo_parlour .tatoo_parlour39{
margin-top: 10px;	
}
.tatoo_parlour .tatoo_parlour40{
margin-top: -39px;
margin-left: -214px;
width: 80%;
}
.tatoo_parlour .tatoo_parlour41{
margin-top: 10px;	
}
.tatoo_parlour .tatoo_parlour42{
margin-top:-55px;
width:88%;
}
.tatoo_parlour .tatoo_parlour43{
margin-top: 10px;	
}
.tatoo_parlour .tatoo_parlour44{
margin-top: 100px;
width: 85%;
}
.tatoo_parlour .tatoo_parlour45{
margin-top: -50px;
width: 80%;
}
.tatoo_parlour .tatoo_parlour46{
margin-top: 80px;
}
.tatoo_parlour .tatoo_parlour47{
margin-top: -100px;
width: 40%;	
}
.tatoo_parlour .tatoo_parlour48{
margin-top: 70px;
width: 80%;
}
.tatoo_parlour .tatoo_parlour49{
margin-top: -325px;	
}
.tatoo_parlour .tatoo_parlour50{
margin-top:60px;
}
.tatoo_parlour .tatoo_parlour51{
margin-top: -300px;	
}
.tatoo_parlour .tatoo_parlour51-1{
margin-top: 60px;
}
.tatoo_parlour .tatoo_parlour52{
margin-top: -370px;	
}
.tatoo_parlour .tatoo_parlour53{
margin-top:40px;	
}
.tatoo_parlour .tatoo_parlour54{
margin-top: -365px;	
}
.tatoo_parlour .tatoo_parlour55{
margin-top:130px;	
}
.tatoo_parlour .tatoo_parlour56{
margin-top: -495px;	
}
.tatoo_parlour .tatoo_parlour57{
margin-top:60px;
width: 75%;	
}
.tatoo_parlour .tatoo_parlour58{
margin-top: -330px;
}
.tatoo_parlour .tatoo_parlour59{
margin-top: 50px;
}
.tatoo_parlour .tatoo_parlour60{
margin-top: -540px;
}
.tatoo_parlour .tatoo_parlour61{
margin-top: 50px;
}
.tatoo_parlour .tatoo_parlour62{
margin-top: -500px;
}
.tatoo_parlour .tatoo_parlour63{
margin-top: 50px;
}
.tatoo_parlour .tatoo_parlour64{
margin-top:-650px;
}
.tatoo_parlour .tatoo_parlour65{
margin-top: 50px;
}
.tatoo_parlour .tatoo_parlour66{
margin-top:-650px;
}
.tatoo_parlour .tatoo_parlour67{
margin-top: 50px;
}
.tatoo_parlour .tatoo_parlour68{
margin-top:-650px;
}
.tatoo_parlour .tatoo_parlour69{
margin-top: 50px;
}
.tatoo_parlour .tatoo_parlour70{
margin-top:-590px;
}
.tatoo_parlour .tatoo_parlour71{
margin-top: 50px;
}
.tatoo_parlour .tatoo_parlour72{
width: 75%;
margin-top: -900px;
}
.tatoo_parlour .tatoo_parlour73{
margin-top: 50px;
}
.tatoo_parlour .tatoo_parlour74{
margin-top:-1000px;
}
.tatoo_parlour .tatoo_parlour75{
margin-top: 50px;
}
.tatoo_parlour .tatoo_parlour76{
margin-top:-890px;
}
.tatoo_parlour .tatoo_parlour77{

}
.tatoo_parlour .tatoo_parlour78{
margin-top: 50px;
}
.tatoo_parlour .tatoo_parlour79{
margin-top:-700px;
}
.tatoo_parlour .tatoo_parlour80{
margin-top: 50px;
}
.tatoo_parlour .tatoo_parlour81{
margin-top: -650px;
width: 85%;
}
.tatoo_parlour .tatoo_parlour82{
margin-top: 50px;
}
.tatoo_parlour .tatoo_parlour83{
margin-top: -540px;
}
.tatoo_parlour .tatoo_parlour84{
margin-top: -825px;
width: 75%;
}
.tatoo_parlour .tatoo_parlour85{
margin-top: -695px;
width: 75%;
}
.tatoo_parlour .tatoo_parlour85-1{
margin-top: 50px;
}
.tatoo_parlour .tatoo_parlour86{
margin-top: 50px;
}
.tatoo_parlour .tatoo_parlour87{
width:85%;
margin-top:-1055px;
}
.tatoo_parlour .tatoo_parlour88{
margin-top: -20px;
}
.tatoo_parlour .tatoo_parlour89{
margin-top: -1145px;
}
.tatoo_parlour .tatoo_parlour90{
margin-top: 50px;
}
.tatoo_parlour .tatoo_parlour91{
margin-top:-1435px;
width:85%;
}
.tatoo_parlour .tatoo_parlour92{
margin-top: 50px;
}
.tatoo_parlour .tatoo_parlour93{
margin-top:-1300px;
}
.tatoo_parlour .tatoo_parlour94{
margin-top: 50px;
}
.tatoo_parlour .tatoo_parlour95{
margin-top:-1320px;
width:85%;
}
.tatoo_parlour .tatoo_parlour96{
margin-top: 30px;
}
.tatoo_parlour .tatoo_parlour97{
margin-top:-1320px;
width:85%;
}
.tatoo_parlour .tatoo_parlour98{
margin-top: 50px;
}
.tatoo_parlour .tatoo_parlour99{
margin-top: -1370px;
width: 90%;
}
.tatoo_parlour .tatoo_parlour100{
margin-top: 60px;
width: 90%;
}
.tatoo_parlour .tatoo_parlour101{
margin-top: -1632px;
width: 80%;
}
.tatoo_parlour .tatoo_parlour102{
margin-top: 50px;
width: 90%;
}
.tatoo_parlour .tatoo_parlour103{
margin-top: -1720px;
width: 90%;
}
.tatoo_parlour .tatoo_parlour104{
margin-top: 50px;
width: 90%;
}
.tatoo_parlour .tatoo_parlour105{
margin-top: -2120px;
width: 90%;
}
.tatoo_parlour .tatoo_parlour106{
margin-top: 50px;
width: 95%;
}
.tatoo_parlour .tatoo_parlour107{
margin-top: -2120px;
width: 90%;
}
.tatoo_parlour .tatoo_parlour108{
margin-top: 20px;
width: 95%;
}
.tatoo_parlour .tatoo_parlour109{
margin-top: -2200px;
width: 95%;
}
.tatoo_parlour .tatoo_parlour110{
margin-top: 50px;
width: 90%;
}
.tatoo_parlour .tatoo_parlour111{
margin-top: -1950px;
width: 95%;
}
.tatoo_parlour .tatoo_parlour111-1{
margin-top: 80px;
width: 70%;
}
.tatoo_parlour .tatoo_parlour112{
margin-top: -1900px;
}
.tatoo_parlour .tatoo_parlour113{
margin-top: -2150px;
}
.tatoo_parlour .tatoo_parlour114{
margin-top: 10px;
width: 95%;
}
.tatoo_parlour .tatoo_parlour115{
width: 95%;
}
.tatoo_parlour .tatoo_parlour116{
margin-top: -700px;
margin-left: -1100px;
}
.tatoo_parlour .tatoo_parlour116-1{
margin-top: -2000px;
width: 95%;
}
.tatoo_parlour .tatoo_parlour117{
margin-top: 20px;
width: 90%;
}
.tatoo_parlour .tatoo_parlour118{
margin-top: 20px;
width: 90%;
}
.tatoo_parlour .tatoo_parlour119{
margin-top: 20px;
width: 90%;
}
.tatoo_parlour .tatoo_parlour120{
margin-top: 20px;
width: 80%;
}
.tatoo_parlour .tatoo_parlour121{
margin-top: 20px;
width: 90%;
}
.tatoo_parlour .tatoo_parlour122{
margin-top: 20px;
width: 90%;
}
.tatoo_parlour .tatoo_parlour123{
margin-top:-60px;
width: 85%;
}
.tatoo_parlour .tatoo_parlour124{
margin-top: 20px;
width: 90%;
margin-left: -180px;
}
.tatoo_parlour .tatoo_parlour125{
margin-top: 20px;
width: 90%;
}
.tatoo_parlour .tatoo_parlour126{
margin-top: -10px;
width: 75%;
}
.tatoo_parlour .tatoo_parlour127{
margin-top: -40px;
width: 90%;
}
.tatoo_parlour .tatoo_parlour128{
margin-top: 50px;
width: 90%;
}
.tatoo_parlour .tatoo_parlour129{
margin-top: -120px;
width: 95%;
}
.tatoo_parlour .tatoo_parlour130{
margin-top: 20px;
width: 90%;
}
.tatoo_parlour .tatoo_parlour131{
margin-top: 40px;
width: 95%;
}
.tatoo_parlour .tatoo_parlour132{
margin-top: -130px;
width: 95%;
}
/*----Tatoo Parlour End----*/

/*----Banner section animation Start----*/
.library_main .library_tatto4{
padding:15px 0px 30px;
width:60%;
-webkit-animation: bummer 8s;
animation: bummer 8s;
-webkit-transform: scale(0,0); 
transform: scale(0,0);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
/*animation-iteration-count:2;*/
}
@-webkit-keyframes bummer {
    100% {
        -webkit-transform: scale(1,1); 
    }
}

@keyframes bummer {
    100% {
        transform: scale(1,1); 
    }
}
.museum .museum-tatoo2_2{
width:75%;
-webkit-animation: bummer 8s;
animation: bummer 8s;
-webkit-transform: scale(0,0); 
transform: scale(0,0);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
/*animation-iteration-count:2;*/
}
.movie_theater .movie_tatto2{
width:85%;
-webkit-animation: bummer 8s;
animation: bummer 8s;
-webkit-transform: scale(0,0); 
transform: scale(0,0);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
/*animation-iteration-count:2;*/
}
.radio_station .radio_station_tatoo3{
width:90%;
-webkit-animation: bummer 8s;
animation: bummer 8s;
-webkit-transform: scale(0,0); 
transform: scale(0,0);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
/*animation-iteration-count:2;*/
}
.social_web .social_web_tatoo_2{
width:80%;
-webkit-animation: bummer 8s;
animation: bummer 8s;
-webkit-transform: scale(0,0); 
transform: scale(0,0);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
/*animation-iteration-count:2;*/	
}
.stuff-i-acted .stuff-i-acted3{
width:85%;
-webkit-animation: bummer 8s;
animation: bummer 8s;
-webkit-transform: scale(0,0); 
transform: scale(0,0);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
/*animation-iteration-count:2;*/
}
.cemetery .cemetery-tatoo4{
width:65%;
-webkit-animation: bummer 8s;
animation: bummer 8s;
-webkit-transform: scale(0,0); 
transform: scale(0,0);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
/*animation-iteration-count:2;*/
}
/*----Banner section animation End----*/

/*----Media screen Start----*/
@media screen and (min-width:320px) and (max-width:575px){
.button_container {
width: 60px;
line-height:16px;
}
.button_container.active .bottom {
-webkit-transform: translateY(-0px) translateX(0) rotate(-50deg);
transform: translateY(-0px) translateX(0) rotate(-50deg);
}
.button_container.active .top {
-webkit-transform: translateY(8px) translateX(0) rotate(50deg);
transform: translateY(8px) translateX(0) rotate(50deg);
}
.home_landing .museum .tatto2 {
margin-top: -115px;
margin-left: auto;
width: 75%;	
}	
.library_main .library_tatto2 {
margin-left:0px;
display:none;
}
.library_main .library_tatto6{
display:none;	
}
.library_main .library_tatto21 {
margin-left:0px;
}
.library_main .library_tatto10:hover {
animation-name: stretch;
animation-duration: 1.5s; 
animation-timing-function: ease-out; 
animation-delay: 0;
animation-direction: alternate;
animation-iteration-count: infinite;
animation-fill-mode: none;
animation-play-state: running;
}
.library_main .library_tatto7{
animation:none;
}
.home_landing .museum .tatto1 {
margin-left: auto;
width: 30%;
float: right;
}
.home_landing{
display:none;	
}
/*.home_landing_mob{
align-content: center;
background-image:url("../images/home/home_bg_mobile.jpg");
background-size:cover;
background-repeat:no-repeat;
height: 100%;
width:100%;
padding:25px 0px;	
}*/	
.home_landing_mob .tatto5_m{
width: 52%;
margin-top: -120px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
margin-right: 46px;
}
.home_landing_mob .tatto5_m:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);		
}
.home_landing_mob .tatto6_m{
width: 30%;
right: 0;
position: absolute;
top: 10%;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.home_landing_mob .tatto6_m:hover{	
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.home_landing_mob .tatto4_m	{
padding:40px 0px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.home_landing_mob .tatto4_m:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.home_landing_mob .tatto3_m	{
padding: 40px 0px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.home_landing_mob .tatto3_m:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);		
}
.home_landing_mob .tatto9_m	{
padding: 40px 0px;
margin-top: -88%;
margin-left: -5px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.home_landing_mob .tatto9_m:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);		
}
.home_landing_mob .tatto1_m{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s; 
}
.home_landing_mob .tatto1_m:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);		
}
.home_landing_mob .tatto8{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.home_landing_mob .tatto8:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);			
}
.home_landing_mob .tatto7_m{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;		
}
.home_landing_mob .tatto7_m:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.home_landing_mob .tatto10_m{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;	
padding:15px 0px;
width:50%;
margin-top: -24px;
}
.home_landing_mob .tatto10_m:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.home_landing_mob .tatto2_m{
width:97.8%;	
}
.movie_theater .movie_back_stuff {
width:auto;
}
.movie_theater .movie_tatto1 {
width:80%;
}
.movie_theater .movie_tatto2 {
width: 100%;
}
.movie_theater .movie_tatto3 {
width: 80%;
}
.movie_theater .movie_tatto5 {
width: 40%;
padding-bottom: 20px;
}
.movie_theater .movie_tatto6 {
width: 40%;
padding: 20px 0px;
}
.movie_theater .movie_tatto7 {
width: 40%;
padding: 20px 0px;
}
.movie_theater .movie_tatto_home {
width: 72%;
}	
.library_main .library_tatto1{
margin:auto;
width:75px;	
}
.library_main {
padding: 10px 0px 55px;
}
.library_main .library_tatto16 {
margin-left: auto;
margin: 50px 0px;
}
.library_main .library_tatto17{
margin-left:auto;	
}
.library_main .library_tatto18 {
float: none;
margin: 50px 0px;
display:none;
}
.library_main .library_tatto19 {
display:none;	
}
.library_main .library_tatto20 {
margin-top: 0;
margin-left: auto;
display:none;
}
.library_main .library_tatto22 {
margin-top: auto;
}
.library_main .purple-iframe {
position: inherit;
left: inherit;
right: inherit;
top: inherit;
width: 100%;
height:295px;
}
.library_main .library_tatto15 {
display: none;
}
.radio_station_mobile_tatoo3{
width: 50%;
float: right;
}
.radio_station{
display:none;	
}
.radio_station_mobile{
padding:25px 0px;	
}
.radio_station_mobile_tatoo1_1{
width: auto;
}
.radio_station_mobile_tatoo1{
width: 60%;	
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.radio_station_mobile_tatoo1:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);		
}
.radio_station_mobile_tatoo4{
width: 50%;
margin-top:115px;
margin-left:40px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.radio_station_mobile_tatoo4:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);		
}
.radio_station_mobile_tatoo5{
width: 85%;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
}
.radio_station_mobile_tatoo5:hover{
 transform: scale(1.5) rotateZ(-5deg);
-moz-transform: scale(1.5) rotateZ(-5deg);
-webkit-transform: scale(1.5) rotateZ(-5deg);
-o-transform: scale(1.5) rotateZ(-5deg);			
}
.radio_station_mobile_tatoo12{
width: 85%;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
margin-right: 30px;
}
.radio_station_mobile_tatoo12:hover{
transform: scale(1.5) rotateZ(-5deg);
-moz-transform: scale(1.5) rotateZ(-5deg);
-webkit-transform: scale(1.5) rotateZ(-5deg);
-o-transform: scale(1.5) rotateZ(-5deg);
}
.radio_station_mobile_tatoo16{
width:70%;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
margin: -8px 25% 10%;
}
.radio_station_mobile_tatoo16:hover{
 transform: scale(1.5) rotateZ(-5deg);
-moz-transform: scale(1.5) rotateZ(-5deg);
-webkit-transform: scale(1.5) rotateZ(-5deg);
-o-transform: scale(1.5) rotateZ(-5deg);			
}

.radio_station_mobile_tatoo6{
width: 55%;
margin-top: 35px;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
}
.radio_station_mobile_tatoo6:hover{
 transform: scale(1.5) rotateZ(-5deg);
-moz-transform: scale(1.5) rotateZ(-5deg);
-webkit-transform: scale(1.5) rotateZ(-5deg);
-o-transform: scale(1.5) rotateZ(-5deg);	
}
.radio_station_mobile_tatoo7{
width: 45%;
margin-top: 50px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.radio_station_mobile_tatoo7:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);		
}
.radio_station_mobile_tatoo8{
margin-top: 30px;
margin-right:0px;
float: none;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
width:60%;
}
.radio_station_mobile_tatoo8:hover{
 transform: scale(1.2) rotateZ(-3deg);
-moz-transform: scale(1.2) rotateZ(-3deg);
-webkit-transform: scale(1.2) rotateZ(-3deg);
-o-transform: scale(1.2) rotateZ(-3deg);
}
.radio_station_mobile_tatoo15{
width:40%;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;	
}
.radio_station_mobile_tatoo15:hover{
 transform: scale(1.2) rotateZ(-3deg);
-moz-transform: scale(1.2) rotateZ(-3deg);
-webkit-transform: scale(1.2) rotateZ(-3deg);
-o-transform: scale(1.2) rotateZ(-3deg);	
}
.radio_station_mobile_tatoo9{
width:44%;
margin-top:40px;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
}
.radio_station_mobile_tatoo9:hover{
 transform: scale(1.5) rotateZ(-5deg);
-moz-transform: scale(1.5) rotateZ(-5deg);
-webkit-transform: scale(1.5) rotateZ(-5deg);
-o-transform: scale(1.5) rotateZ(-5deg);
}
.radio_station_mobile_tatoo10{
width: 45%;
margin-top: 110px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.radio_station_mobile_tatoo10:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);		
}
.radio_station_mobile_tatoo13{
width:36%;
float:right;
margin-top:-35px;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
}
.radio_station_mobile_tatoo13:hover{
 transform: scale(1.5) rotateZ(-5deg);
-moz-transform: scale(1.5) rotateZ(-5deg);
-webkit-transform: scale(1.5) rotateZ(-5deg);
-o-transform: scale(1.5) rotateZ(-5deg);
}	

.social_web .social_web_tatoo_1 {
width: 100%;
}
.social_web .social_web_tatoo_3 {
 width: 100%;
}
.social_web .social_web_tatoo_8 {
 width: 40%;
}
.social_web_mobile{
padding:25px 0px;	
}
.social_web_mobile_tatoo_4{
margin-top:40px;
transition: width 2s, height 2s, background-color 2s, transform 2s;
display: block;
}
.social_web_mobile_tatoo_4:hover{
transform: rotate(360deg);	
}
.social_web_mobile_tatoo_5{
width: 60%;
float: right;
margin-top:40px;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;	
}
.social_web_mobile_tatoo_5:hover{
transform: scale(1.5) rotateZ(-5deg);
-moz-transform: scale(1.5) rotateZ(-5deg);
-webkit-transform: scale(1.5) rotateZ(-5deg);
-o-transform: scale(1.5) rotateZ(-5deg);	
}
.social_web_mobile_tatoo_6{
margin-top:40px;
width: 60%;	
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
}
.social_web_mobile_tatoo_6:hover{
transform: scale(1.5) rotateZ(-5deg);
-moz-transform: scale(1.5) rotateZ(-5deg);
-webkit-transform: scale(1.5) rotateZ(-5deg);
-o-transform: scale(1.5) rotateZ(-5deg);	
}
.social_web_mobile_tatoo_7{
width: 60%;
float: right;
margin-top:40px;	
transition: width 2s, height 2s, background-color 2s, transform 2s;
display: block;
}
.social_web_mobile_tatoo_7:hover{
transform: rotate(360deg);	
}
.social_web_mobile_tatoo_8{
width:35%;	
transition: width 2s, height 2s, background-color 2s, transform 2s;
display: block;
}
.social_web_mobile_tatoo_8:hover{
transform: rotate(360deg);	
}
.social_web{
display:none;	
}
.cemetery{
display:none;	
}
.cemetery-mobile{
padding:25px 0px 55px;		
}
.cemetery-mobile .cemetery-mobile-tatoo1{
width:20%;	
}
.cemetery-mobile .cemetery-mobile-tatoo2{
width:50%;
margin-top:-70px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.cemetery-mobile .cemetery-mobile-tatoo2:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.cemetery-mobile .cemetery-mobile-tatoo4{
width:55%;
margin-top: -10px;
animation-name: stretch;
animation-duration: 1.5s; 
animation-timing-function: ease-out; 
animation-delay: 0;
animation-direction: alternate;
animation-iteration-count: infinite;
animation-fill-mode: none;
animation-play-state: running;	;
}
.cemetery-mobile .cemetery-mobile-tatoo5{
width:60%;
float:right;
margin-top:40px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.cemetery-mobile .cemetery-mobile-tatoo5:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.cemetery-mobile .cemetery-mobile-tatoo6{
margin-top:100px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.cemetery-mobile .cemetery-mobile-tatoo6:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.cemetery-mobile .cemetery-mobile-tatoo7{
width:80%;
margin-top:40px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.cemetery-mobile .cemetery-mobile-tatoo7:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.cemetery-mobile .cemetery-mobile-tatoo8{
width: 75%;
margin-top: 110px;
float: right;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.cemetery-mobile .cemetery-mobile-tatoo8:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.cemetery-mobile .cemetery-mobile-tatoo9{
width:80%;	 
margin-top:40px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.cemetery-mobile .cemetery-mobile-tatoo9:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.cemetery-mobile .cemetery-mobile-tatoo10{
width:45%;	 
margin-top:40px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.cemetery-mobile .cemetery-mobile-tatoo10:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.cemetery-mobile .cemetery-mobile-tatoo11{
width: 40%;
float: right;
margin-right: 40px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.cemetery-mobile .cemetery-mobile-tatoo11:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.quote_rat .quote_rat_tatoo1 {
margin-bottom: 20px !important;
display: block;
float: none;
margin: auto;
}
.quote_rat .quote_rat_tatoo2 {
width: 90%;
margin-bottom: 20px !important;
display: block;
float: none;
margin: auto;
}
.quote_rat .quote_rat_tatoo3 {
width:25%;
margin-bottom: 30px !important;
display: block;
float: none;
margin: auto;
}
.quote_rat .quote_rat_tatoo4 {
width: 90%;
}
.quote_rat .quote_rat_tatoo15 {
width: 65%;
}
.quote_rat .quote_rat_tatoo9 {
width: 100%;
}
.quote_rat .quote_rat_tatoo10 {
width: 86%;
}
.quote_rat .quote_rat_tatoo11 {
width: 100%;
}
.quote_rat .quote_rat_tatoo17 {
width: 100%;
}
.quote_rat .quote_rat_tatoo20{
width: 100%;
}
.quote_rat .quote_rat_tatoo18 {
width: 70%;
}
.quote_rat .quote_rat_tatoo22 {
width: 80%;
}
.tatoo_parlour .header_menu {
margin-bottom: 0px;
height: auto;
}
.tatoo_parlour .tatoo_parlour5 {
margin-top:10px;
}
.tatoo_parlour .tatoo_parlour6 {
margin-top:0px;
}
.tatoo_parlour .tatoo_parlour8 {
margin-top:0px;
}
.tatoo_parlour .tatoo_parlour10 {
margin-top:0px;
}
.tatoo_parlour .tatoo_parlour12 {
margin-top:0px;
}
.tatoo_parlour .tatoo_parlour14 {
margin-top:0px;
float: none;
margin-left:0px;
}
.tatoo_parlour .tatoo_parlour16 {
margin-top:10px;
}
.tatoo_parlour .tatoo_parlour17 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour18 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour19 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour20 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour21 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour22 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour23 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour24 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour25 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour26 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour27 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour28 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour29 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour30 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour31 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour32 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour33 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour34 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour35 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour36 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour37 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour38 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour39 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour40 {
margin-top:10px;
width:auto;
margin-left: 0px;
}
.tatoo_parlour .tatoo_parlour41 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour42 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour43 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour44 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour45 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour46 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour47 {
margin-top:10px;
width: 80%
}
.tatoo_parlour .tatoo_parlour48 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour49 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour50 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour51 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour51-1{
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour52 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour53 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour54 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour55 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour56 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour57 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour58 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour59 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour60 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour61 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour62 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour63 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour64 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour65 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour66 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour67 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour68 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour69 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour70 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour71 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour72 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour73 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour74 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour75 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour76 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour77 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour78 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour79 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour80 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour81 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour82 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour83 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour84 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour85 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour86 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour87 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour88 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour89 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour90 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour91 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour92 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour93 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour94 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour95 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour96 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour97 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour98 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour99 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour100 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour101 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour102 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour103 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour104 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour105 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour106 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour107 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour108 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour109 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour110 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour111{
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour111-1{
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour112 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour113 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour114 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour115 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour116 {
margin-top:10px;
margin-left:0px;
width:auto;
}
.tatoo_parlour .tatoo_parlour116-1{
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour117 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour118 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour119 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour120 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour121 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour122 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour123 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour124 {
margin-top:10px;
margin-left:0px;
width:auto;
}
.tatoo_parlour .tatoo_parlour125 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour126 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour127 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour128 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour129 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour130 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour131 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour132 {
margin-top:10px;
width:auto;
}
.stuff-i-acted .stuff-i-acted1 {
width:auto;
}
.stuff-i-acted .stuff-i-acted2 {
width:80%;
margin-top:0px;
}
.stuff-i-acted .stuff-i-acted3 {
width:100%;
}
.stuff-i-acted .stuff-i-acted4 {
width:auto;
margin-bottom:40px;
}
.stuff-i-acted .stuff_padd {
margin-bottom:0px;
}
.stuff-i-acted .stuff-i-acted6 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted7 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted8 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted9 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted10 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted11 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted12 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted13 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted14 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted15 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted16 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted17 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted18 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted19 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted20 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted21 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted22 {
margin-bottom:40px;
width: 50%;
margin-top: -133px;
margin-right: -15px;
transform-origin: bottom;
align-self: flex-end;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-name: bounce-3;
animation-timing-function: ease;	
}
@keyframes bounce-3 {
0%   { transform: scale(1,1)    translateY(0); }
10%  { transform: scale(1.1,.9) translateY(0); }
30%  { transform: scale(.9,1.1) translateY(-200px); }
50%  { transform: scale(1,1)    translateY(0); }
100% { transform: scale(1,1)    translateY(0); }
}
.stuff-i-acted .stuff-i-acted23 {
margin-bottom:40px;
width: 36%;
margin-left: 82px;
margin-top: -30px;
align-self: flex-end;
animation-duration: 4.5s;
animation-iteration-count: infinite;
animation-name: bounce-3;
animation-timing-function: ease;	
}
@keyframes bounce-3 {
0%   { transform: scale(1,1)    translateY(0); }
10%  { transform: scale(1.1,.9) translateY(0); }
30%  { transform: scale(.9,1.1) translateY(-200px); }
50%  { transform: scale(1,1)    translateY(0); }
100% { transform: scale(1,1)    translateY(0); }
}
.stuff-i-acted .stuff-i-acted24 {
margin-bottom:40px;
width: 34%;
margin-right: -8px;
margin-top: 34px;
animation: 
pulse 8s ease infinite alternate, 
nudge 7s linear infinite alternate;
}
.library_main .library_tatto8{
display:none;	
}
.library_main .library_tatto9{
display:none;	
}
.tatoo_parlour .parlour_3 {
top: 62%;
}
.tatoo_parlour .tatoo_parlour_4{
width:44%;
margin-top:20px;
}
.tatoo_parlour .parlour_1 {
height: 38%;
}
.tatoo_parlour .tatoo_parlour1_1 {
width: 75%;
}
.museum .museum-tatoo4 {
width: 80%;
}
.museum .museum-tatoo5 {
width: 80%;
}
.museum .museum-tatoo6 {
width: 80%;
}
.museum .museum-tatoo7 {
width: 80%;
}
.museum .museum-tatoo8 {
width: 80%;
}
.museum .museum-tatoo9 {
width: 80%;
}
.museum .museum-tatoo10 {
width: 80%;
}
.museum .museum-tatoo11 {
width: 80%;
}
.museum .museum-tatoo12 {
width: 80%;
}
.museum .museum-tatoo13 {
width: 80%;
}
.museum .museum-tatoo14 {
width: 80%;
}
.museum .museum-tatoo15 {
width: 80%;
}
.museum .museum-tatoo16 {
width: 80%;
}
.museum .museum-tatoo17 {
width: 80%;
}
.museum .museum-tatoo18 {
width: 80%;
}
.museum .museum-tatoo19 {
width: 80%;
}
.museum .museum-tatoo20 {
width: 80%;
}
.museum img{
margin-bottom: 15px;
}
/*----Banner section animation Start----*/
.radio_station_mobile_tatoo2{
width:100%;	
-webkit-animation: bummer 8s;
animation: bummer 8s;
-webkit-transform: scale(0,0); 
transform: scale(0,0);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
/*animation-iteration-count:2;*/
margin-top:-15px;	
}
.cemetery-mobile .cemetery-mobile-tatoo3{
width: 90%;
margin-top:-38px;
-webkit-animation: bummer 8s;
animation: bummer 8s;
-webkit-transform: scale(0,0); 
transform: scale(0,0);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
/*animation-iteration-count:2;*/
}
.social_web_mobile_tatoo_2{
-webkit-animation: bummer 8s;
animation: bummer 8s;
-webkit-transform: scale(0,0); 
transform: scale(0,0);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;	
/*animation-iteration-count:2;*/
}
/*----Banner section animation End----*/
.library_main .library_tatto3{
width:242px;	
}
.library_main .library_tatto4{
width:242px;	
}

}

/*----Media screen Start----*/
@media screen and (min-width:575px) and (max-width:767px){
.button_container {
width: 60px;
line-height:16px;
}
.button_container.active .bottom {
-webkit-transform: translateY(-0px) translateX(0) rotate(-50deg);
transform: translateY(-0px) translateX(0) rotate(-50deg);
}
.button_container.active .top {
-webkit-transform: translateY(8px) translateX(0) rotate(50deg);
transform: translateY(8px) translateX(0) rotate(50deg);
}
.home_landing .museum .tatto2 {
margin-top: -115px;
margin-left: auto;
width: 75%;	
}	
.library_main .library_tatto2 {
margin-left:0px;
display:none;
}
.library_main .library_tatto6{
display:none;	
}
.library_main .library_tatto21 {
margin-left:0px;
}
.library_main .library_tatto10:hover {
animation-name: stretch;
animation-duration: 1.5s; 
animation-timing-function: ease-out; 
animation-delay: 0;
animation-direction: alternate;
animation-iteration-count: infinite;
animation-fill-mode: none;
animation-play-state: running;
}
.library_main .library_tatto7{
animation:none;
}
.home_landing .museum .tatto1 {
margin-left: auto;
width: 30%;
float: right;
}
.home_landing{
display:none;	
}
/*.home_landing_mob{
align-content: center;
background-image:url("../images/home/home_bg_mobile.jpg");
background-size:cover;
background-repeat:no-repeat;
height: 100%;
width:100%;
padding:25px 0px;	
}*/	
.home_landing_mob .tatto5_m{
width: 52%;
margin-top: -120px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
margin-right: 46px;
}
.home_landing_mob .tatto5_m:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);		
}
.home_landing_mob .tatto6_m{
width: 30%;
right: 0;
position: absolute;
top: 10%;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.home_landing_mob .tatto6_m:hover{	
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.home_landing_mob .tatto4_m	{
padding:40px 0px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.home_landing_mob .tatto4_m:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.home_landing_mob .tatto3_m	{
padding: 40px 0px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.home_landing_mob .tatto3_m:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);		
}
.home_landing_mob .tatto9_m	{
padding: 40px 0px;
margin-top: -88%;
margin-left: -3px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.home_landing_mob .tatto9_m:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);		
}
.home_landing_mob .tatto1_m{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s; 
}
.home_landing_mob .tatto1_m:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);		
}
.home_landing_mob .tatto8{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.home_landing_mob .tatto8:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);			
}
.home_landing_mob .tatto7_m{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;		
}
.home_landing_mob .tatto7_m:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.home_landing_mob .tatto10_m{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;	
padding:15px 0px;
width:50%;
margin-top: -24px;
}
.home_landing_mob .tatto10_m:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.home_landing_mob .tatto2_m{
width:97.8%;	
}
.movie_theater .movie_back_stuff {
width:auto;
}
.movie_theater .movie_tatto1 {
width:80%;
}
.movie_theater .movie_tatto2 {
width: 100%;
padding: 15px 0px;
}
.movie_theater .movie_tatto3 {
width: 80%;
}
.movie_theater .movie_tatto5 {
width: 40%;
padding-bottom: 20px;
}
.movie_theater .movie_tatto6 {
width: 40%;
padding: 20px 0px;
}
.movie_theater .movie_tatto7 {
width: 40%;
padding: 20px 0px;
}
.movie_theater .movie_tatto_home {
width: 72%;
}	
.library_main .library_tatto1{
margin:auto;	
}
.library_main {
padding: 10px 0px 55px;
}
.library_main .library_tatto16 {
margin-left: auto;
margin: 50px 0px;
}
.library_main .library_tatto17{
margin-left:auto;	
}
.library_main .library_tatto18 {
float: none;
margin: 50px 0px;
display:none;
}
.library_main .library_tatto19 {
display:none;	
}
.library_main .library_tatto20 {
margin-top: 0;
margin-left: auto;
display:none;
}
.library_main .library_tatto22 {
margin-top: auto;
}
.library_main .purple-iframe {
position: inherit;
left: inherit;
right: inherit;
top: inherit;
width: 100%;
height:295px;
}
.library_main .library_tatto15 {
display: none;
}
.radio_station_mobile_tatoo3{
width: 50%;
float: right;
}
.radio_station{
display:none;	
}
.radio_station_mobile{
padding:25px 0px;	
}
.radio_station_mobile_tatoo1_1{
width: auto;
}
.radio_station_mobile_tatoo1{
width: 60%;	
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.radio_station_mobile_tatoo1:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);		
}
.radio_station_mobile_tatoo4{
width: 50%;
margin-top:115px;
margin-left:40px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.radio_station_mobile_tatoo4:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);		
}
.radio_station_mobile_tatoo5{
width: 85%;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
margin-top:10px;
}
.radio_station_mobile_tatoo5:hover{
 transform: scale(1.5) rotateZ(-5deg);
-moz-transform: scale(1.5) rotateZ(-5deg);
-webkit-transform: scale(1.5) rotateZ(-5deg);
-o-transform: scale(1.5) rotateZ(-5deg);			
}
.radio_station_mobile_tatoo12{
width: 85%;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
margin-right: 30px;
}
.radio_station_mobile_tatoo12:hover{
transform: scale(1.5) rotateZ(-5deg);
-moz-transform: scale(1.5) rotateZ(-5deg);
-webkit-transform: scale(1.5) rotateZ(-5deg);
-o-transform: scale(1.5) rotateZ(-5deg);
}
.radio_station_mobile_tatoo16{
width:70%;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
margin: -8px 25% 10%;
}
.radio_station_mobile_tatoo16:hover{
 transform: scale(1.5) rotateZ(-5deg);
-moz-transform: scale(1.5) rotateZ(-5deg);
-webkit-transform: scale(1.5) rotateZ(-5deg);
-o-transform: scale(1.5) rotateZ(-5deg);			
}

.radio_station_mobile_tatoo6{
width: 55%;
margin-top: 35px;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
}
.radio_station_mobile_tatoo6:hover{
 transform: scale(1.5) rotateZ(-5deg);
-moz-transform: scale(1.5) rotateZ(-5deg);
-webkit-transform: scale(1.5) rotateZ(-5deg);
-o-transform: scale(1.5) rotateZ(-5deg);	
}
.radio_station_mobile_tatoo7{
width: 45%;
margin-top: 50px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.radio_station_mobile_tatoo7:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);		
}
.radio_station_mobile_tatoo8{
margin-top: 30px;
margin-right:0px;
float: none;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
width:60%;
}
.radio_station_mobile_tatoo8:hover{
 transform: scale(1.2) rotateZ(-3deg);
-moz-transform: scale(1.2) rotateZ(-3deg);
-webkit-transform: scale(1.2) rotateZ(-3deg);
-o-transform: scale(1.2) rotateZ(-3deg);
}
.radio_station_mobile_tatoo15{
width:40%;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;	
}
.radio_station_mobile_tatoo15:hover{
 transform: scale(1.2) rotateZ(-3deg);
-moz-transform: scale(1.2) rotateZ(-3deg);
-webkit-transform: scale(1.2) rotateZ(-3deg);
-o-transform: scale(1.2) rotateZ(-3deg);	
}
.radio_station_mobile_tatoo9{
width:44%;
margin-top:40px;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
}
.radio_station_mobile_tatoo9:hover{
 transform: scale(1.5) rotateZ(-5deg);
-moz-transform: scale(1.5) rotateZ(-5deg);
-webkit-transform: scale(1.5) rotateZ(-5deg);
-o-transform: scale(1.5) rotateZ(-5deg);
}
.radio_station_mobile_tatoo10{
width: 45%;
margin-top: 110px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.radio_station_mobile_tatoo10:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);		
}
.radio_station_mobile_tatoo13{
width:36%;
float:right;
margin-top:-35px;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
}
.radio_station_mobile_tatoo13:hover{
 transform: scale(1.5) rotateZ(-5deg);
-moz-transform: scale(1.5) rotateZ(-5deg);
-webkit-transform: scale(1.5) rotateZ(-5deg);
-o-transform: scale(1.5) rotateZ(-5deg);
}	

.social_web .social_web_tatoo_1 {
width: 100%;
}
.social_web .social_web_tatoo_3 {
 width: 100%;
}
.social_web .social_web_tatoo_8 {
 width: 40%;
}
.social_web_mobile{
padding:25px 0px;	
}
.social_web_mobile_tatoo_4{
margin-top:40px;
transition: width 2s, height 2s, background-color 2s, transform 2s;
display: block;
}
.social_web_mobile_tatoo_4:hover{
transform: rotate(360deg);	
}
.social_web_mobile_tatoo_5{
width: 60%;
float: right;
margin-top:40px;
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;	
}
.social_web_mobile_tatoo_5:hover{
transform: scale(1.5) rotateZ(-5deg);
-moz-transform: scale(1.5) rotateZ(-5deg);
-webkit-transform: scale(1.5) rotateZ(-5deg);
-o-transform: scale(1.5) rotateZ(-5deg);	
}
.social_web_mobile_tatoo_6{
margin-top:40px;
width: 60%;	
transition: all 1s ease-in-out 0s;
-moz-transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
-o-transition: all 1s ease-in-out 0s;
}
.social_web_mobile_tatoo_6:hover{
transform: scale(1.5) rotateZ(-5deg);
-moz-transform: scale(1.5) rotateZ(-5deg);
-webkit-transform: scale(1.5) rotateZ(-5deg);
-o-transform: scale(1.5) rotateZ(-5deg);	
}
.social_web_mobile_tatoo_7{
width: 60%;
float: right;
margin-top:40px;	
transition: width 2s, height 2s, background-color 2s, transform 2s;
display: block;
}
.social_web_mobile_tatoo_7:hover{
transform: rotate(360deg);	
}
.social_web_mobile_tatoo_8{
width:35%;	
transition: width 2s, height 2s, background-color 2s, transform 2s;
display: block;
}
.social_web_mobile_tatoo_8:hover{
transform: rotate(360deg);	
}
.social_web{
display:none;	
}
.cemetery{
display:none;	
}
.cemetery-mobile{
padding:25px 0px 55px;		
}
.cemetery-mobile .cemetery-mobile-tatoo1{
width:20%;	
}
.cemetery-mobile .cemetery-mobile-tatoo2{
width:50%;
margin-top:-70px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.cemetery-mobile .cemetery-mobile-tatoo2:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.cemetery-mobile .cemetery-mobile-tatoo4{
width:55%;
margin-top: -10px;
animation-name: stretch;
animation-duration: 1.5s; 
animation-timing-function: ease-out; 
animation-delay: 0;
animation-direction: alternate;
animation-iteration-count: infinite;
animation-fill-mode: none;
animation-play-state: running;	;
}
.cemetery-mobile .cemetery-mobile-tatoo5{
width:60%;
float:right;
margin-top:40px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.cemetery-mobile .cemetery-mobile-tatoo5:hover{
 transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.cemetery-mobile .cemetery-mobile-tatoo6{
margin-top:100px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.cemetery-mobile .cemetery-mobile-tatoo6:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.cemetery-mobile .cemetery-mobile-tatoo7{
width:80%;
margin-top:40px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.cemetery-mobile .cemetery-mobile-tatoo7:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.cemetery-mobile .cemetery-mobile-tatoo8{
width: 75%;
margin-top: 110px;
float: right;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.cemetery-mobile .cemetery-mobile-tatoo8:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.cemetery-mobile .cemetery-mobile-tatoo9{
width:80%;	 
margin-top:40px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.cemetery-mobile .cemetery-mobile-tatoo9:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.cemetery-mobile .cemetery-mobile-tatoo10{
width:45%;	 
margin-top:40px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.cemetery-mobile .cemetery-mobile-tatoo10:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.cemetery-mobile .cemetery-mobile-tatoo11{
width: 40%;
float: right;
margin-right: 40px;
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
}
.cemetery-mobile .cemetery-mobile-tatoo11:hover{
transition: 0.70s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);	
}
.quote_rat .quote_rat_tatoo1 {
margin-bottom: 20px !important;
display: block;
float: none;
margin: auto;
}
.quote_rat .quote_rat_tatoo2 {
width: 90%;
margin-bottom: 20px !important;
display: block;
float: none;
margin: auto;
}
.quote_rat .quote_rat_tatoo3 {
width:25%;
margin-bottom: 30px !important;
display: block;
float: none;
margin: auto;
}
.quote_rat .quote_rat_tatoo4 {
width: 90%;
}
.quote_rat .quote_rat_tatoo15 {
width: 65%;
}
.quote_rat .quote_rat_tatoo9 {
width: 100%;
}
.quote_rat .quote_rat_tatoo10 {
width: 86%;
}
.quote_rat .quote_rat_tatoo11 {
width: 100%;
}
.quote_rat .quote_rat_tatoo17 {
width: 100%;
}
.quote_rat .quote_rat_tatoo20{
width: 100%;
}
.quote_rat .quote_rat_tatoo18 {
width: 88%;
}
.quote_rat .quote_rat_tatoo22 {
width: 65%;
}
.tatoo_parlour .header_menu {
margin-bottom: 0px;
height: auto;
}
.tatoo_parlour .tatoo_parlour5 {
margin-top:10px;
}
.tatoo_parlour .tatoo_parlour6 {
margin-top:0px;
}
.tatoo_parlour .tatoo_parlour8 {
margin-top:0px;
}
.tatoo_parlour .tatoo_parlour10 {
margin-top:0px;
}
.tatoo_parlour .tatoo_parlour12 {
margin-top:0px;
}
.tatoo_parlour .tatoo_parlour14 {
margin-top:0px;
float: none;
margin-left:0px;
}
.tatoo_parlour .tatoo_parlour16 {
margin-top:10px;
}
.tatoo_parlour .tatoo_parlour17 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour18 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour19 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour20 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour21 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour22 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour23 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour24 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour25 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour26 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour27 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour28 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour29 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour30 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour31 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour32 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour33 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour34 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour35 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour36 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour37 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour38 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour39 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour40 {
margin-top:10px;
width:auto;
margin-left: 0px;
}
.tatoo_parlour .tatoo_parlour41 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour42 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour43 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour44 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour45 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour46 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour47 {
margin-top:10px;
width: 80%
}
.tatoo_parlour .tatoo_parlour48 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour49 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour50 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour51 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour51-1{
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour52 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour53 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour54 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour55 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour56 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour57 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour58 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour59 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour60 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour61 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour62 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour63 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour64 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour65 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour66 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour67 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour68 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour69 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour70 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour71 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour72 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour73 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour74 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour75 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour76 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour77 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour78 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour79 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour80 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour81 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour82 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour83 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour84 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour85 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour86 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour87 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour88 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour89 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour90 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour91 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour92 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour93 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour94 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour95 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour96 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour97 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour98 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour99 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour100 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour101 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour102 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour103 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour104 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour105 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour106 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour107 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour108 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour109 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour110 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour111{
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour111-1{
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour112 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour113 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour114 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour115 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour116 {
margin-top:10px;
margin-left:0px;
width:auto;
}
.tatoo_parlour .tatoo_parlour116-1{
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour117 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour118 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour119 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour120 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour121 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour122 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour123 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour124 {
margin-top:10px;
margin-left:0px;
width:auto;
}
.tatoo_parlour .tatoo_parlour125 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour126 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour127 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour128 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour129 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour130 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour131 {
margin-top:10px;
width:auto;
}
.tatoo_parlour .tatoo_parlour132 {
margin-top:10px;
width:auto;
}
.stuff-i-acted .stuff-i-acted1 {
width:auto;
}
.stuff-i-acted .stuff-i-acted2 {
width:80%;
margin-top:0px;
}
.stuff-i-acted .stuff-i-acted3 {
width:100%;
}
.stuff-i-acted .stuff-i-acted4 {
width:auto;
margin-bottom:40px;
}
.stuff-i-acted .stuff_padd {
margin-bottom:0px;
}
.stuff-i-acted .stuff-i-acted6 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted7 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted8 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted9 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted10 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted11 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted12 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted13 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted14 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted18 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted19 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted20 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted21 {
margin-bottom:40px;
}
.stuff-i-acted .stuff-i-acted22 {
margin-bottom:40px;
width: 50%;
margin-top: -133px;
margin-right: -15px;
transform-origin: bottom;
align-self: flex-end;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-name: bounce-3;
animation-timing-function: ease;	
}
@keyframes bounce-3 {
0%   { transform: scale(1,1)    translateY(0); }
10%  { transform: scale(1.1,.9) translateY(0); }
30%  { transform: scale(.9,1.1) translateY(-200px); }
50%  { transform: scale(1,1)    translateY(0); }
100% { transform: scale(1,1)    translateY(0); }
}
.stuff-i-acted .stuff-i-acted23 {
margin-bottom:40px;
width: 36%;
margin-left: 82px;
margin-top: -30px;
align-self: flex-end;
animation-duration: 4.5s;
animation-iteration-count: infinite;
animation-name: bounce-3;
animation-timing-function: ease;	
}
@keyframes bounce-3 {
0%   { transform: scale(1,1)    translateY(0); }
10%  { transform: scale(1.1,.9) translateY(0); }
30%  { transform: scale(.9,1.1) translateY(-200px); }
50%  { transform: scale(1,1)    translateY(0); }
100% { transform: scale(1,1)    translateY(0); }
}
.stuff-i-acted .stuff-i-acted24 {
margin-bottom:40px;
width: 34%;
margin-right: -8px;
margin-top: 34px;
animation: 
pulse 8s ease infinite alternate, 
nudge 7s linear infinite alternate;
}
.library_main .library_tatto8{
display:none;	
}
.library_main .library_tatto9{
display:none;	
}
.tatoo_parlour .parlour_3 {
top: 62%;
}
.tatoo_parlour .tatoo_parlour_4{
width:44%;
margin-top:10px;	
}
.tatoo_parlour .parlour_1 {
height: 38%;
}
/*----Banner section animation Start----*/
.radio_station_mobile_tatoo2{
width: 90%;	
-webkit-animation: bummer 8s;
animation: bummer 8s;
-webkit-transform: scale(0,0); 
transform: scale(0,0);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
/*animation-iteration-count:2;*/
margin-top:-15px;	
}
.cemetery-mobile .cemetery-mobile-tatoo3{
width: 90%;
margin-top:-38px;
-webkit-animation: bummer 8s;
animation: bummer 8s;
-webkit-transform: scale(0,0); 
transform: scale(0,0);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
/*animation-iteration-count:2;*/
}
.social_web_mobile_tatoo_2{
-webkit-animation: bummer 8s;
animation: bummer 8s;
-webkit-transform: scale(0,0); 
transform: scale(0,0);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;	
/*animation-iteration-count:2;*/
}
/*----Banner section animation End----*/
.library_main .library_tatto3{
width:242px;	
}
.library_main .library_tatto4{
width:242px;	
}

}


@media screen and (min-width:768px) and (max-width:991px){
.home_landing_mob{	
display:none;	
}
.home_landing .museum .tatto2 {
margin-top:0px;
}
.home_landing .museum .tatto1 {
width: 35%;
top: -410px;
}	
.home_landing .library .tatto4 {
right: 0;
top:-390px;
}	
.home_landing .movie_theatre .tatto3 {
left: -18px;
top:-370px;
}
.home_landing .library .tatto5 {
  margin-left: -70px;
 }
.home_landing .library .tatto6 {
width: 16%;
right: 80px;
top: -150px;
}
.home_landing .social_web .tatto9 {
width: 75%;
right: 1px;
}
.home_landing .gift_shop .tatto10 {
width:60%;
top:-190px;
}
.home_landing .radio_s .tatto7{
top:-200px;	
}
.library_main .library_tatto16 {
margin-left: 3%;
margin: 20px 0px;
}
.library_main .library_tatto17 {
margin-top: -20px;
margin-left: auto;
}
.library_main .library_tatto21 {
margin-left: auto;
}
.library_main .library_tatto20 {
margin-top: auto;
margin-left: 10px;
}
.library_main .purple-iframe {
position: inherit;
left: inherit;
right: inherit;
top: inherit;
width: 100%;
height:420px;
}
.library_main .library_tatto15 {
display: none;
}
.radio_station_mobile{
display:none;	
}
.social_web_mobile{
display:none;	
}
.cemetery-mobile{
display:none;	
}
.cemetery .cemetery-tatoo3 {
width: 35%;
}
.cemetery .cemetery-tatoo4 {
width: 70%;
margin-top: -5px;
}
.cemetery .cemetery-tatoo5 {
width: 40%;
padding-top: 10px;
}
.cemetery .cemetery-tatoo2 {
width: 70%;
}
.cemetery .cemetery-tatoo6 {
width: 25%;
}
.cemetery .cemetery-tatoo7 {
width: 45%;
}
.cemetery .cemetery-tatoo8 {
width: 55%;
}
.cemetery .cemetery-tatoo9 {
width: 50%;
}
.cemetery .cemetery-tatoo10 {
width: 25%;
}
.cemetery .cemetery-tatoo11 {
width: 60%;
}
.cemetery .cemetery-ghoost {
margin-right: 60%;
width: 75% !important;
}
.tatoo_parlour .tatoo_parlour6 {
margin-top: -100px;
}
.tatoo_parlour .tatoo_parlour8 {
margin-top: -180px;
}
.tatoo_parlour .tatoo_parlour12 {
 margin-top: -240px;
}
.tatoo_parlour .tatoo_parlour14 {
float: none;
margin-left:0px;
}
.tatoo_parlour .tatoo_parlour34{
margin-top: -280px;
}
.tatoo_parlour .tatoo_parlour124{
margin-left: -100px;
}
.tatoo_parlour .tatoo_parlour116 {
margin-top: -700px;
margin-left: -700px;
}
.tatoo_parlour .tatoo_parlour31{
margin-top: -20px;
}
.tatoo_parlour .tatoo_parlour40 {
margin-top: -28px;
margin-left: -150px;
}
.tatoo_parlour .tatoo_parlour72 {
margin-top: -750px;
}
.tatoo_parlour .tatoo_parlour74 {
margin-top: -800px;
}
.tatoo_parlour .tatoo_parlour76 {
margin-top: -800px;
}
.tatoo_parlour .tatoo_parlour87 {
margin-top: -900px;
}
.tatoo_parlour .tatoo_parlour89 {
margin-top: -1045px;
}
.tatoo_parlour .tatoo_parlour88 {
margin-top: -16px;
}
.tatoo_parlour .tatoo_parlour91 {
margin-top: -1235px;
}
.tatoo_parlour .tatoo_parlour93 {
margin-top: -1250px;
}
.tatoo_parlour .tatoo_parlour101 {
margin-top: -1532px;
}
.tatoo_parlour .tatoo_parlour103 {
margin-top: -1520px;
}
.tatoo_parlour .tatoo_parlour105 {
margin-top: -1750px;
}
.tatoo_parlour .tatoo_parlour107 {
margin-top: -1720px;
}
.tatoo_parlour .tatoo_parlour109 {
margin-top: -1800px;
}
.tatoo_parlour .tatoo_parlour111 {
margin-top: -1650px;
}
.tatoo_parlour .tatoo_parlour112 {
margin-top: -1500px;
}
.tatoo_parlour .tatoo_parlour113 {
margin-top: -1550px;
}
.tatoo_parlour .tatoo_parlour116-1 {
margin-top: -1600px;
}
.tatoo_parlour .parlour_3 {
top: 115px;
}
.stuff-i-acted .stuff-i-acted1 {
width: 70%;
}
.radio_station .radio_station_tatoo15 {
margin-top: -100px;
}
.radio_station .radio_station_tatoo1 {
width: 50%
}
.stuff-i-acted .stuff-i-acted22 {
width: 60%;
margin-top: -90px;
margin-right: -40px;
}
.quote_rat .quote_rat_tatoo3 {
width: 14%;
}
.home_landing .cemetery .tatto8{
top: -220px;	
}
.quote_rat .quote_rat_tatoo9 {
width: 94%;
}
.quote_rat .quote_rat_tatoo10 {
width: 80%;
}
.quote_rat .quote_rat_tatoo11 {
width: 92%;
}
.quote_rat .quote_rat_tatoo17 {
width: 96%;
}
.quote_rat .quote_rat_tatoo20{
width: 96%;
}
}


@media screen and (min-width:992px) and (max-width:1199px){
.home_landing_mob{	
display:none;	
}
.radio_station_mobile{
display:none;	
}
.social_web_mobile{
display:none;	
}
.cemetery-mobile{
display:none;	
}
.home_landing .social_web .tatto9 {
right:20px;
}
.home_landing .library .tatto6{
top:-190px;	
}
.home_landing .museum .tatto1 {
top:-522px;
}
.home_landing .movie_theatre .tatto3 {
top:-480px;
}
.home_landing .movie_theatre .tatto4 {
top:-525px;
}
.home_landing .library .tatto4{
top:-490px;	
}
.home_landing .radio_s .tatto7{
top: -265px;	
}
.home_landing .cemetery .tatto8{
top:-270px;		
}
.tatoo_parlour .parlour_3 {
top: 140px;
}
.quote_rat .quote_rat_tatoo9 {
width: 71%
}
.quote_rat .quote_rat_tatoo11 {
width: 76%;
}
.quote_rat .quote_rat_tatoo17 {
width: 75%
}
.quote_rat .quote_rat_tatoo20 {
width: 75%;
}
}
@media screen and (min-width:1200px) and (max-width:6000px){
.home_landing_mob{	
display:none;	
}
.radio_station_mobile{
display:none;	
}
.social_web_mobile{
display:none;	
}
.cemetery-mobile{
display:none;	
}
}
/*----Media screen End----*/