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

}


.slide-entry {
margin-bottom: 20px;
}

.slide-image {
background: white !important;
}

.main_color strong, .main_color b {
    color: #353735;
}

b {
    font-weight: bolder;
}

#header_main .logo a img {
    margin-top: 8px;
}

.bottom_nav_header.social_header .main_menu ul:first-child>li a ,
.bottom_nav_header.social_header .main_menu ul:first-child>li:first-child a {
    border-left-width: 0px;
    border-right-width: 0px;
}
.sub_menu li {
    border-right-width: 0;
}
.news-thumb {
    display: none;
}
