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

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../../../../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../../../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../../../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}


/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../../../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../../../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../../../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}



/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../../../../fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../../../fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../../fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../../fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../../../../fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../../fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}


.main_menu ul:first-child > li > a { font-family: 'Lato', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight:normal;}

 h4, h5, h6, p, ul, li {font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight:300!important;}
.alternate_color .avia-icon-list .iconlist_icon, .main_color .avia-icon-list .iconlist_icon { background-color:#bace07; }
h1, h2, h3 {font-family: 'Open Sans',sans-serif; font-weight:800; color:#555555;}
.av-main-nav > li > a
{ font-size:12px;}

.av-main-nav > li > a
{
   font-size: 12px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  }
  
  
/*  .sub_menu > ul > li > a, .sub_menu > div > ul > li > a
{
 padding:3px;
  font-size:1em;
  border:1px solid #888;
  background:#FFFFFF;
}
*/

#header_meta
{
 
  min-height: 33px;
}

.avia-google-map-container div, .avia-google-map-container img, .avia-google-map-container a
{
width:250px; height:150px;
}

.avia-icon-list .iconlist_icon
{
  height: 40px;
  width:40px;
    line-height: 40px;
  font-size: 30px;
  }
  .avia-icon-list .iconlist_title
{
font-size:1.25em;
}

/*#menu-item-3342  a {
background:#B7CC05!important
}*/


 .sub_menu > ul > li > a, .sub_menu > div > ul > li > a
 {
 letter-spacing:1px;
 font-weighnt:normal;
 text-transform:uppercase;}

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

}