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


@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


body, div, span, a, p, h1, h2,h3,h4,h5 {
font-family: 'Lato' !important;
}

.mt-30 {
	margin-top: 30px;
}

.small_icon,
.small_icon img {
	width: auto;
	max-height: 60px;
}

.iconboxes h3 {
	font-weight: 300;
}

div#header_main {
    background-color: #f5f5f5;
    color: #fff!important;
}

.main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content, .main_color .av-share-box ul, #top .main_color .av-related-style-full .related-format-icon, .main_color .related_posts.av-related-style-full a:hover, .main_color.avia-fullwidth-portfolio .pagination .current, .main_color.avia-fullwidth-portfolio .pagination a, .main_color .av-hotspot-fallback-tooltip-inner, .main_color .av-hotspot-fallback-tooltip-count {
    background-color: #f5f5f5;
}


#top .av_header_transparency #header_main, #top .av_header_transparency .avia-menu.av_menu_icon_beside {
	border-color: #f5f5f5;
}

.av-section-color-overlay + .container + .border-extra-diagonal {
	z-index: 0;
}

body .column-top-margin.margin-top-small {
    margin-top: 20px;
}

div#header_main,
#header_main .container,
#top #header .av-main-nav>li>a,
footer
 {
	background: #E5E5E5!important;
}

.html_stretched #wrap_all,html, #scroll-top-link,.socket_color, .socket_color .site-background, .socket_color .first-quote, .socket_color .related_image_wrap, .socket_color .gravatar img .socket_color .hr_content, .socket_color .news-thumb, .socket_color .post-format-icon, .socket_color .ajax_controlls a, .socket_color .tweet-text.avatar_no, .socket_color .toggler, .socket_color .toggler.activeTitle:hover, .socket_color #js_sort_items, .socket_color.inner-entry, .socket_color .grid-entry-title, .socket_color .related-format-icon, .grid-entry .socket_color .avia-arrow, .socket_color .avia-gallery-big, .socket_color .avia-gallery-big, .socket_color .avia-gallery img, .socket_color .grid-content, .socket_color .av-share-box ul, #top .socket_color .av-related-style-full .related-format-icon, .socket_color .related_posts.av-related-style-full a:hover, .socket_color.avia-fullwidth-portfolio .pagination .current, .socket_color.avia-fullwidth-portfolio .pagination a, .socket_color .av-hotspot-fallback-tooltip-inner, .socket_color .av-hotspot-fallback-tooltip-count {
	background: #F5F5F5!important;
}

#after_section_5 {
	display:none;
}

.av-break-at-tablet.flex_column_table_cell.av-equal-height-column .avia-button-wrap {
    margin-top: 30px;
}

.av-break-at-tablet.flex_column_table_cell.av-equal-height-column .avia-button-wrap a {
	position: absolute;
    bottom: 20px;
    left: 83px;
}

#top #wrap_all .all_colors h3 {
    font-size: 21px;
}


#fullscreen_slider_1.avia-builder-el-0.avia-fullscreen-slider .avia-slideshow {
	max-height: 522px;
}

.av-tab-with-icon .av-outer-tab-title {
    min-height: 30px;
}

.tfb-20 a {
	transform: translateY(20px);
}

/*
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 (max-width: 1366px) and (min-width: 1024px) and (orientation: landscape) {
.avia-builder-el-20 {
    height: auto!important;
}
}

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

}