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




/*
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 */
.brnd_main
{
	display:none;	
}
section.av_textblock_section {
    display: none;
}
.first>.av-special-heading {
    margin-top: 0;
}
#advanced_menu_toggle, #advanced_menu_hide {
    background-color: #d6623e !important;
    color: #ffffff !important;
    border: none !important;
}
#footer>.container>div:nth-child(2) {
    width: 50% !important;
}
#footer>.container>div:nth-child(3) {
    display: none;
    float: left;
    width: 0 !important;
}
#footer>.container>div:nth-child(4) {
    width: 50% !important;
}
#socket .social_bookmarks li {
    font-size: 32px !important;
    border-radius: 0 !important;
    padding: 5px;
    min-width: 45px !important;
}
#top .social_bookmarks {
    height: auto !important;
}
span.copyright {
    font-size: 18px !important;
    margin-top: 6px !important;
}
}