

.post-meta, .comments{display: none;}
.ngg-imagebrowser h3{ display:none;}
.ngg-imagebrowser-nav .next{
       bottom: 70%;
	position: fixed;
	right: 5%;
background:#fff;
}
.ngg-imagebrowser-nav .back{
       position: fixed;
	bottom: 70%;
	left: 5%;
background:#fff;
}
.main{
min-height:680px;
}
.blink_me {
    color: rgb(226, 12, 12);
    font-weight: bold;
    text-shadow: 1px 2px 2px rgba(0,0,0,.2);
    font-size:30px;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}<!-- WP Super Cache is installed but broken. The constant WPCACHEHOME must be set in the file wp-config.php and point at the WP Super Cache plugin directory. -->