/* 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 */

body {
font-size: 15px; 
line-height: 18px;	
}
#fullscreen_slider_0 h2 {
font-weight: normal;
font-size: 42px !important;	
}
#fullscreen_slider_0 .avia-button {
border: 1px solid #fff !important;
border-radius: 0px;	
}
nav a {
font-size: 13px !important;
font-weight: normal !important;
text-transform: uppercase !important;
color: #060606;
text-transform: uppercase;
/* opacity: .5; */
filter: alpha(opacity=50);
font-weight: normal;	
}
#header_main .container {
width: 100% !important;	
max-width: none;
}
.image-overlay.overlay-type-extern .image-overlay-inside {

display: none !important;

}

.image-overlay {

background: #a81010 !important;}

.image-overlay .image-overlay-inside:before {

content: “” !important;}

h2 {
text-transform: uppercase;
font-size: 36px;
letter-spacing: 1px;	
}
/*
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 */

}