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

.container {
    padding: 0px !important;
}
.container_wrap {
}
.avia-menu {
	background-color: #ddd;
	margin-bottom: 30px;
}
.logo {
	padding-top: 30px;
}
#footer {
    margin-top: 30px;
}
#top #header.av_seperator_big_border .av-main-nav > li > a {
  padding: 0 15px;
}
.html_header_top.html_bottom_nav_header .main_menu > div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
    height: 50px;
}
.html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
    height: 50px;
    line-height: 50px;
}
.home-icon {
	font-size: 1.5em;
}
#footer p {
	font-size: 12px;
}
.av_facebook_widget_wrap {
    background: transparent none repeat scroll 0 0;
    overflow: visible;
}
/*
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 */

.av-main-nav > li > a {
    font-size: 13px;
    font-weight: 400;
}
.av_seperator_big_border .av-main-nav > li > a {
    min-width: 60px;
}

}



/*
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 */
  
#advanced_menu_hide {
    right: 7.5%;
    top: 40px;
}
#advanced_menu_toggle, #advanced_menu_hide {
    background-color: #fff;
    border-color: #fff !important;
}
#mobile-advanced li {	
    background: white;
}
}