/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */


div.big-preview.multi-big,  .sidebar_left .template-blog div.blog-meta, body.home div.display-last-posts h3, .post_author_timeline{display:none}
body.home div.flex_column.av_two_third.first.avia-builder-el-2.el_after_av_hr.el_before_av_one_third  {background:#fff none repeat scroll 0 0; padding:10px}

@media only screen and (min-width: 1025px) {
  /* Add your Desktop Styles here */
  
  html > body .ngg-album{width:46%; float:left; margin:2%}

}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
  

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}