/* 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 */


.logo img {
	padding: 10px 0;
}

/******** Menu ********/
#top .av_header_glassy.av_header_transparency #header_main {
	background-color: rgba(255,255,255,0.25);
}
#avia-menu a {
	font-size: 0.9rem;
	text-shadow: 1px 1px 2px rgba(128,128,128,0.5);
}

/******** Easy Slider Height ********/
.avia-slideshow-inner,
.slideshow_caption {
	top: 0%;
	padding: 0;
	max-height: 550px !important;
}
.avia-caption-title,
.avia-caption-content {
	font-family: Coda,"Helvetica Neue",Helvetica,"Arial Unicode MS",Arial,sans-serif !important;
	text-transform: none !important;
}


.search_not_found h3, .search_not_found div { display: none !important; }
.error404 .avia_combo_widget, .error404 h3 { display: none !important; }




/*
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 */

}