/* General */
.logo, .logo a {top: 16px; width: 376px;}
#header_main {border-bottom-style: none !important;}
a {text-decoration: underline;}
.av-main-nav-wrap ul {text-transform: uppercase;}
.main_menu {top: 6px;}
.avia-menu-fx {bottom: 64px;}
.av-main-nav > li > ul {top: 68px;}
.av-main-nav > li > a {padding: 0 8px;}
/*.flex_column .template-blog .post-meta-infos {display: none !important;}
.post-meta-infos {display: none;}*/
#top .fullsize .template-blog .post-title {padding: 15px 0 0 0; text-align: left;}
.title_container {display: none !important;} 
#socket .copyright {float: none;}
#socket .container {text-align: center;}
.news-thumb {display: none !important;}
#top .news-content {font-size: 1.05em; padding: 10px 0;}
.image-overlay-inside:before {content:none !important;}
#footer .textwidget a .image-overlay {display: none !important;}
.news-link:hover, #top .widget ul li .news-link:hover {text-decoration: underline;}
abbr.required {text-decoration: none;}

/* Slideshow edits */
.avia-slideshow-arrows.avia-slideshow-controls a { opacity: 1 !important; }
.avia-slideshow-arrows a::before {line-height: 30px;}
#top .avia-slideshow-arrows a {font-size: 20px; height: 30px; width: 30px;}
.avia-slideshow-dots {display: none !important;}
.avia-builder-el-0, .avia-slideshow {overflow: visible;}
.avia_slideshow { overflow: visible !important; }
.next-slide {right: -45px !important;} 
.prev-slide {left: -45px !important;}
.main_color tr:nth-child(2n+1) {background: #fff none repeat scroll 0 0 !important;}
.grid-entry .inner-entry {padding: 0 20px;}
#top .inner-entry {box-shadow: none;}


.main_color tbody, .main_color tfoot, .main_color thead, .main_color tr, .main_color th, .main_color td {border-color:#ffffff !important;}
div .avia-table {margin: 10px 0;}



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

}