/*
 * dr-foundation.css - the structural layer, loaded BEFORE the child stylesheet.
 *
 * GENERATED, then committed. Regenerate with scratchpad/build_foundation.py.
 * Do not hand-edit: the next regeneration will overwrite it.
 *
 * Replaces the 267 KB Avada parent stylesheet (which was pulled in by an @import
 * on line 9 of the child theme - the slowest way to load CSS, since the browser
 * cannot discover the second file until it has parsed the first) and Avada's media.css.
 *
 * Only rules measured to actually match an element survive. The measurement used a
 * real browser across one page per surviving template at four widths - it is not a
 * reading of the CSS:
 *
 *      Avada/style.css   148 of 2705 selectors matched anything    5.5%
 *      inline dynamic     63 of  656                               9.6%
 *      Avada media.css    45 of  298                              15.1%
 *
 * ⚠️ CASCADE ORDER IS LOAD-BEARING. These two files are not interchangeable and must
 * not be merged. In the original page the sources sat on BOTH SIDES of the child
 * theme's stylesheet: the Avada parent was @import-ed above it, while the inline
 * dynamic CSS was printed after wp_head() and therefore beat everything. Merging them
 * into one file ahead of the child stylesheet lets Avada's `body { font-size: 13px }`
 * override the theme option's 16px, and every page renders smaller and hundreds of
 * pixels shorter. That is not hypothetical - it is what the first attempt did, and
 * the pixel diff is what caught it.
 *
 *      dr-foundation.css   loads BEFORE the child stylesheet
 *      dr-overrides.css    loads AFTER it
 */

/*
 * The colours the 175 Avada theme options used to control, in one editable block
 * instead of the same hex value repeated in forty places.
 */
:root {
	--dr-c1: #a0ce4e;
	--dr-c10: #333;
	--dr-c11: rgba(0, 0, 0, 0.1);
	--dr-c12: #f6f6f6;
	--dr-c13: #e0dede;
	--dr-c2: #e7e6e6;
	--dr-c3: rgba(0, 0, 0, 0.12);
	--dr-c4: #d1e990;
	--dr-c5: #aad75b;
	--dr-c6: rgba(144,201,232,1);
	--dr-c7: rgba(90,171,214,1);
	--dr-c8: #747474;
	--dr-c9: #dbdbdb;
	--dr-link: #1a80b6;
	--dr-link-hover: #6e96b4;
	--dr-text: #333333;
	--dr-white: #ffffff;
}

/* ===== from: Avada parent stylesheet ===== */
html { overflow-y:scroll; }
input[type=submit], input[type=text], textarea { -webkit-appearance:none; -webkit-border-radius:0; }
body { margin:0; color:var(--dr-c8); min-width:320px; -webkit-text-size-adjust:100%; font:13px/20px 'PTSansRegular', Arial, Helvetica, sans-serif; }
html { overflow-x: hidden; }
#wrapper { overflow: visible; }
img { border-style:none; vertical-align:top; max-width:100%; }
a { text-decoration:none; color:var(--dr-c10); }
a:hover { color:var(--dr-c1); text-decoration:none; }
input, textarea, select { font:100% Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
form, fieldset { margin:0; padding:0; border-style:none; }
.clearfix:after, #content:after { content: ""; display: table; clear: both; }
.wp-caption { max-width:100% !important; }
#header { padding:0 10px 0; }
.avada-row { margin:0 auto; max-width:940px; }
.avada-row:after { content:""; display:block; clear:both; }
#header-sticky .logo, #header .logo { float:left; overflow:hidden; margin:31px 0; }
#header-sticky .logo a, #header .logo a { height:100%; display:block; }
nav#nav, nav#sticky-nav { float:right; font:14px/16px 'MuseoSlab500Regular', arial, helvetica, sans-serif; z-index: 99999; }
#nav ul, #sticky-nav ul { list-style:none; margin:0; padding:0; }
#nav ul li, #sticky-nav ul li { float:left; padding: 0 35px 0 0; margin: 0; }
#nav ul a, #sticky-nav ul a { display:block; height:83px; line-height:83px; border-top:3px solid transparent; }
#nav ul .current_page_item a, #nav ul .current-menu-item  a, #sticky-nav ul .current_page_item a, #sticky-nav ul .current-menu-item  a { color:var(--dr-c1); text-decoration:none; border-color:var(--dr-c1); }
#nav ul li, #sticky-nav ul li { position:relative; }
.search-page-search-form input[type="submit"] { background: #000000 !important; border: none !important; color: var(--dr-white) !important; font-size: 14px; height: 34px; line-height: 34px; margin: 0; padding: 0 !important; width: 34px; text-indent: 0 !important; display: inline-block !important; cursor: pointer; font-family: FontAwesome !important; }
.search-page-search-form input[type="submit"]:hover { background: var(--dr-c1); }
.search-page-search-form { padding-bottom: 60px; border-bottom: 1px solid #E6E5E6; margin-bottom: 60px; }
.search-page-search-form .seach-form { text-align: right; margin-left:-3px; font-size: 0; }
.search-page-search-form input { color: #AAA9A9; background-color: var(--dr-white); border: 1px solid #D2D2D2; box-shadow: 0 1px 5px var(--dr-c11) inset; -moz-box-shadow: 0 1px 5px var(--dr-c11) inset; -webkit-box-shadow: 0 1px 5px var(--dr-c11) inset; color: var(--dr-c8); font-size: 13px; height: 16px; padding: 8px 2% !important; width: -moz-calc(96% - 39px); width: -webkit-calc(96% - 39px); width: -ms-calc(96% - 39px); width: -o-calc(96% - 39px); width: calc(96% - 39px); display: inline-block !important; }
body #header-sticky.sticky-header { background:transparent !important;margin:0;position:fixed;top:0;left:0;z-index:99998;display:none;padding:0;width:100%;height: 105px; }
body #header-sticky.sticky-header .logo { margin-top:0;margin-bottom:0;max-height:65px;width:auto; float: left; }
body #header-sticky.sticky-header .sticky-shadow { height:102px; background:rgba(255,255,255,0.97) !important; -webkit-box-shadow: 0 1px 3px var(--dr-c3); -moz-box-shadow: 0 1px 3px var(--dr-c3); box-shadow: 0 1px 3px var(--dr-c3); padding: 0 10px; }
.sticky-header #sticky-nav ul li a { border-top-width: 0; padding-top: 3px; }
.sticky-header #sticky-nav ul .current_page_item a, .sticky-header #sticky-nav ul .current-menu-item a, .sticky-header #sticky-nav ul > li > a:hover { border-top-width: 3px; padding-top: 0; }
body #header-sticky.sticky-header .sticky-shadow .mobile-nav-holder { padding-top: 17px; }
#main { padding:55px 10px 45px; background:#fff; clear:both; }
#main h2 { color:var(--dr-c10); margin:0 0 20px; font:18px/20px 'MuseoSlab500Regular', arial, helvetica, sans-serif; }
.read-more:after { font-family: FontAwesome; content:'\f054'; font-size:8px; padding-left:5px; }
.title { margin:0 0 31px; overflow:hidden; display:table; }
.title h2 { display:table-cell;white-space:pre; }
.title h2, #main .post-content .title h2 { float:left; padding:0 8px 0 0 !important; margin:0 !important; font-size:18px !important; }
.title .title-sep-container { display:table-cell; vertical-align:middle; width:100%; position:relative; height:6px; }
.title-sep { display:block; border-top:1px solid var(--dr-c2); border-bottom:1px solid var(--dr-c2); width:100%; position:relative; height:6px; }
#footer { padding:18px 10px 12px; background:#282a2b; border-top:1px solid #4b4c4d; }
.social-networks { list-style:none; margin:0; padding:0; float:right; }
.social-networks li { float:right; margin:0 0 0 20px; position:relative; height:26px; }
.social-networks a { text-indent:-9999px; overflow:hidden; float:left; background-repeat:no-repeat; background-position:top left !important; }
.social-networks .facebook a { background-image:url(../../Avada/images/facebook.png) !important; width:9px; height:17px; }
.social-networks .twitter a { background-image:url(../../Avada/images/twitter.png) !important; width:13px; height:16px; }
.social-networks .linkedin a { background-image:url(../../Avada/images/linkedin.png) !important; width:14px; height:13px; }
.social-networks .tf-pinterest a { background-image:url(../../Avada/images/pinterest.png) !important; width:16px !important; height:20px !important; }
.social-networks .tumblr a { background-image:url(../../Avada/images/tumblr.png) !important; width:15px; height:16px; }
.social-networks .google a { background-image:url(../../Avada/images/google.png) !important; width:21px; height:18px; }
.social-networks .reddit a { background-image:url(../../Avada/images/reddit.png) !important; width:19px; height:15px; }
.social-networks .email a { background-image:url(../../Avada/images/mail.png) !important; width:20px; height:14px; margin-top:2px; }
.popup { display:none; position:absolute; padding:0 0 6px; color:#d1d1d2; font-size:11px; line-height:15px; bottom:110%; left:-17px; background:url(../../Avada/images/bg-popup.png) no-repeat 0 100%; }
.popup p { margin:0 !important; }
.popup .holder { padding:4px 11px; background:#46494a; }
.page-title-container { height:87px; background-position:center center; background-repeat:no-repeat; background-color:var(--dr-c12); border-top:1px solid #d2d3d4; border-bottom:1px solid #d2d3d4; display: table; width:100%; }
.page-title { display: table-cell; vertical-align: middle; width:940px; margin:0 auto; overflow:hidden; }
.page-title-wrapper { width: 100%; margin: 0 auto; max-width: 960px; padding: 0 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.page-title-captions { float:left; width:45%; }
.page-title h1 { font-weight:normal; font:18px 'MuseoSlab500Regular', arial, helvetica, sans-serif; line-height:26px; color:#343333; margin:0; padding:0; }
#content { width:71.1702128%; float:left; }
#content.full-width { width:100% !important; }
#posts-container { position: relative !important; }
.image { position:relative; overflow:hidden; z-index:1; }
.image .image-extras { width:101%; height:100%; background-image: linear-gradient(top, var(--dr-c4) 0%, var(--dr-c5) 100%); background-image: -o-linear-gradient(top, var(--dr-c4) 0%, var(--dr-c5) 100%); background-image: -moz-linear-gradient(top, var(--dr-c4) 0%, var(--dr-c5) 100%); background-image: -webkit-linear-gradient(top, var(--dr-c4) 0%, var(--dr-c5) 100%); background-image: -ms-linear-gradient(top, var(--dr-c4) 0%, var(--dr-c5) 100%); background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, var(--dr-c4)), color-stop(1, var(--dr-c5)) ); position:absolute; top:0; left:0; text-align:center; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -o-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden; }
.image:hover .image-extras { -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -o-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; -webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden; }
.image .image-extras:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.image a { display:block; }
.image .image-extras .image-extras-content { display: inline-block; vertical-align: middle; width:90%; height:auto; }
.image .image-extras .image-extras-content h3, .image .image-extras .image-extras-content a { font:13px 'MuseoSlab500Regular', arial, helvetica, sans-serif !important; color:var(--dr-text) !important; text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); margin:0 !important; margin-top:10px !important; }
.image .image-extras .image-extras-content img { width:auto !important; display:inline !important; }
.image .image-extras .image-extras-content .icon { display:inline; }
.image .image-extras .image-extras-content .icon, .image .image-extras .image-extras-content .icon img { width:35px; height:36px; display:inline-block; vertical-align:top; text-indent:-10000px; }
.image-extras .link-icon { background:url(../../Avada/images/link-ico.png); }
.image-extras .gallery-icon { background:url(../../Avada/images/finder-ico.png); }
.post { margin-bottom:65px; }
#main .post h2 { font:18px 'MuseoSlab500Regular', arial, helvetica, sans-serif; color:var(--dr-text); margin:0 0 25px 0; padding:0; }
#main .post h2 a { color:var(--dr-text); }
.post .post-content { color:var(--dr-c8); }
.post .meta-info { line-height:34px; border-top:1px solid var(--dr-c2); border-bottom:1px solid var(--dr-c2); margin-top:36px; font-size:12px; clear:both; overflow:hidden; min-height:34px; }
.single-post .post .meta-info { margin-bottom:55px; }
.post .meta-info .sep { padding:0px 5px; }
.post .meta-info .alignleft { width:80%; }
.search input, #searchform input { border:1px solid var(--dr-c2); padding:5px 0px; font-size:13px; color:var(--dr-text); text-indent:10px; display:block; }
#sidebar { width:23.4042553%; float:right; }
#sidebar .widget { margin-bottom:45px; position:relative; }
#sidebar .widget h3 { margin:0; padding:0; font:13px 'MuseoSlab500Regular', arial, helvetica, sans-serif; margin-bottom:18px; color:var(--dr-text); }
#sidebar .widget ul { list-style:none; margin:0; padding:0; }
#sidebar .widget li { margin:0; padding:0; }
#sidebar .widget li a { display:block; border-bottom:1px solid var(--dr-c2); color:#838383; padding:10px;padding-left:0; }
.pagination { float:right; margin-top:40px; font-size:9px; }
.pagination a.inactive { border:1px solid var(--dr-c8); display:inline-block; height:15px; line-height:15px; color:var(--dr-c8); padding:0 5px; margin-left:5px; }
.pagination a.inactive:hover { border:1px solid var(--dr-c1); }
.pagination .current { border:1px solid var(--dr-c1); display:inline-block; height:15px; line-height:15px; color:#fff; padding:0 5px; margin-left:5px; background:var(--dr-c1); }
.pagination .pagination-next { margin-left:8px; font-size:12px; }
.share-box { background:#f5f5f5; height:71px; margin-bottom:55px; }
.share-box h4 { color:#343333 !important; margin:0; padding:0 20px 0 25px; font:13px/20px 'MuseoSlab500Regular', arial, helvetica, sans-serif !important; float:left; margin-top:26px; }
.share-box ul { float:right; list-style:none; margin:0; padding:0; margin-top:28px; }
.share-box li { float:left; list-style:none; margin:0; padding:0; margin-right:29px; position:relative; }
.share-box li a { float:left; height:19px; }
.share-box li.facebook a { width:9px; background-position:0 0; }
.share-box li.twitter a { width:13px; background-position:-38px 0; }
.share-box li.linkedin a { width:14px; background-position:-80px 0; }
.share-box li.reddit a { width:19px; background-position:-205px 0; }
.share-box li.tumblr a { width:15px; background-position:-122px 0; }
.share-box li.google a { width:21px; background-position:-250px 0; }
.share-box li.email a { width:20px; background-position:-293px 0; }
.about-author { margin-bottom:55px; overflow:hidden; }
.about-author .title a { color:var(--dr-c1) !important; }
.about-author div.avatar { float:left; margin-right:20px; margin-bottom:5px; }
#respond { margin-bottom: 40px; }
.single-navigation { height:34px; line-height:34px; border-top:1px solid var(--dr-c2); border-bottom:1px solid var(--dr-c2); margin-bottom:60px; text-align:right; }
.single-navigation a[rel=next] { margin-left:15px; }
.single-navigation a[rel=prev]:before { font-family: FontAwesome; content:'\f053'; color:var(--dr-text); padding-right:5px; font-size:8px; }
.single-navigation a[rel=next]:after, .pagination-next:after { font-family: FontAwesome; content:'\f054'; color:var(--dr-text); padding-left:5px; font-size:8px; }
.one_third { margin-right: 4%; float: left; margin-bottom:20px; position:relative; }
.one_third { width: 30.6666%; }
#main .last { margin-right: 0 !important; }
.post-content p { margin:0; margin-bottom:20px; }
.post-slideshow { margin-bottom:30px !important; }
.post-slideshow .image { margin-bottom:0 !important; }
.post-content h1, .post-content h2, .post-content h3 { font-family:'MuseoSlab500Regular', arial, helvetica, sans-serif; color:var(--dr-text); font-weight:normal; }
.error_page .useful_links { width:25.06%; padding-left:5%; }
#sidebar .widget_nav_menu li a { color: var(--dr-c10)!important; display: block; border-bottom: 1px solid var(--dr-c2); padding: 10px 10px 10px 0; }
#sidebar .widget_nav_menu li a:before { font-family: FontAwesome !important; content:'\f054'; font-size:8px; padding-right:10px; }
#sidebar .widget_nav_menu li a { display: block; color: var(--dr-c10); }
.header-v4 #header { border-bottom:1px solid #e1e1e1; }
.header-v4 #header { padding:30px 0px; }
.header-v4 #header .logo { margin:0; }
.header-v4 #small-nav { border-bottom:1px solid #e1e1e1; }
.header-v4 #nav { float:left; }
.header-v4 #nav ul a { border-top:0; padding-top:3px; }
.header-v4 .navigation li:last-child { padding-right:0; }
.header-wrapper .header-v4 #s { width: 268px; }
.meta-info .sep:last-child { display:none; }
.error-image { background:url(../../Avada/images/404_image.png);width:311px;height:133px;margin-top:14px; }
.comment-respond .comment-reply-title { margin-top: 0; padding-top: 1em; }

@-webkit-keyframes mask {
25%  { -webkit-transform: rotate(270deg); }
    50%  { -webkit-transform: rotate( 90deg); }
    75%  { -webkit-transform: rotate(360deg); }
    100% { -webkit-transform: rotate(180deg); }
}

@-moz-keyframes mask {
25%  { -moz-transform: rotate(270deg); }
    50%  { -moz-transform: rotate( 90deg); }
    75%  { -moz-transform: rotate(360deg); }
    100% { -moz-transform: rotate(180deg); }
}

@-ms-keyframes mask {
25%  { -ms-transform: rotate(270deg); }
    50%  { -ms-transform: rotate( 90deg); }
    75%  { -ms-transform: rotate(360deg); }
    100% { -ms-transform: rotate(180deg); }
}

@-o-keyframes mask {
25%  { -o-transform: rotate(270deg); }
    50%  { -o-transform: rotate( 90deg); }
    75%  { -o-transform: rotate(360deg); }
    100% { -o-transform: rotate(180deg); }
}

@keyframes mask {
25%  { transform: rotate(270deg); }
    50%  { transform: rotate( 90deg); }
    75%  { transform: rotate(360deg); }
    100% { transform: rotate(180deg); }
}
#toTop { background-color: var(--dr-text); border-radius: 4px 4px 0 0; bottom: 0; color: var(--dr-white); display: none; height: 28px; position: fixed; right: 30px; text-align: center; text-transform: uppercase; width: 48px; padding-top: 10px; opacity: 0.9; z-index: 10000; transition: all 0.2s ease-in-out 0s; }
#toTop:before { font-family: "fontawesome"; content: "\f077"; }
#toTop:hover { background-color: var(--dr-c1); }
#toTopHover { display:block; overflow:hidden; float:left; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); }
#toTop:active, #toTop:focus { outline:none; background-color: var(--dr-text); }
.flexslider a:active, .flexslider a:focus { outline: none; }
.flexslider .slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; z-index:1000; }
.flexslider { margin: 0; padding: 0; }
.flexslider .slides { overflow:hidden; }
.flexslider .slides li { display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { width: 100%; max-width: 100%; display: block; }
.flexslider .slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .flexslider .slides { display: block; }
.flexslider .slides, .flex-control-nav, .flex-direction-nav { z-index:100; }
.flexslider { margin: 0 0 60px; background-color: transparent; position: relative; zoom: 1; }
.flexslider .slides { zoom: 1; }
.flex-direction-nav { height: 0; }
.flex-direction-nav a { width: 30px; height: 30px; margin: -20px 0 0; background-color:rgba(0, 0, 0, 0.5); background-repeat:no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;z-index:100; overflow:hidden; }
.flex-direction-nav .flex-next { background-image: url(../../Avada/images/arrow-bullet.png); background-position: center center; right: 0; }
.flex-direction-nav .flex-prev { background-image: url(../../Avada/images/arrow-bullet.png); background-position: center center; -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); left: 0; }
.flexslider:hover .flex-next { opacity: 0.8; right: 0px; }
.flexslider:hover .flex-prev { opacity: 0.8; left: 0px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important;filter:alpha(opacity=0);cursor:default;display:none !important; }
.flex-control-nav { width: 100%; position: absolute; bottom: 0px; text-align: center; }

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev { opacity: 1; left: 0; }
	.flex-direction-nav .flex-next { opacity: 1; right: 0; }
}
.alignleft { display: inline; float: left; margin-right: 15px; }
.alignright { display: inline; float: right; margin-left: 15px; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
.mobile-nav-holder { display: none; }
.mobile-nav-holder .mobile-selector { background-image: url("../../Avada/images/mobile_menu_bg.png"); border: 1px solid #DADADA; line-height:29px; width:100%; position: relative; font-size:12px; cursor: pointer; }
.sticky-header .mobile-nav-holder .mobile-selector { width: auto; }
.mobile-nav-holder .mobile-selector span { padding-left: 10px; }
.mobile-nav-holder .mobile-selector .selector-down { border-left: 1px solid #DADADA; height: 29px; margin: 0; right: 5px; top: 0; width: 40px; position: absolute; }
.mobile-nav-holder .mobile-selector .selector-down:before { content: "\f0c9"; font-family: "FontAwesome"; font-size: 24px; margin-left: 12px; color: #C7C5C5 !important; }
#mobile-nav { display: none; border-left: 1px solid var(--dr-c9); border-right: 1px solid var(--dr-c9); list-style-type: none; padding: 0px; margin: 0px; width: 100%; background: var(--dr-white); }
#mobile-nav li a { border-bottom: 1px solid var(--dr-c9); color: var(--dr-text); padding: 10px; font-size: 12px; display: block; line-height: normal; }
#mobile-nav.mobile-sticky-nav { border-bottom: 1px solid var(--dr-c9); height: 200px; overflow-y: scroll; overflow-x: hidden; -webkit-box-shadow: 0 1px 3px var(--dr-c3); -moz-box-shadow: 0 1px 3px var(--dr-c3); box-shadow: 0 1px 3px var(--dr-c3); -moz-box-sizing: border-box; box-sizing: border-box; }
#mobile-nav.mobile-sticky-nav li a { height: auto !important; line-height: normal !important; }
#mobile-nav li a:hover { background-color: var(--dr-c12); border-color: var(--dr-c9); color: var(--dr-text); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
	.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next { background-image: url(../../Avada/images/arrow-bullet@2x.png) !important; -webkit-background-size:5px 8px; -moz-background-size:5px 8px; -o-background-size:5px 8px; background-size:5px 8px; }
	.social-networks .facebook a { background-image:url(../../Avada/images/facebook@2x.png) !important; -webkit-background-size:9px 17px; -moz-background-size:9px 17px; -o-background-size:9px 17px; background-size:9px 17px; }
	.social-networks .twitter a { background-image:url(../../Avada/images/twitter@2x.png) !important; -webkit-background-size:13px 16px; -moz-background-size:13px 16px; -o-background-size:13px 16px; background-size:13px 16px; }
	.social-networks .linkedin a { background-image:url(../../Avada/images/linkedin@2x.png) !important; -webkit-background-size:14px 13px; -moz-background-size:14px 13px; -o-background-size:14px 13px; background-size:14px 13px; }
	.social-networks .tf-pinterest a { background-image:url(../../Avada/images/pinterest@2x.png) !important; -webkit-background-size:16px 20px; -moz-background-size:16px 20px; -o-background-size:16px 20px; background-size:16px 20px; }
	.social-networks .tumblr a { background-image:url(../../Avada/images/tumblr@2x.png) !important; -webkit-background-size:15px 16px; -moz-background-size:15px 16px; -o-background-size:15px 16px; background-size:15px 16px; }
	.social-networks .google a { background-image:url(../../Avada/images/google@2x.png) !important; -webkit-background-size:21px 18px; -moz-background-size:21px 18px; -o-background-size:21px 18px; background-size:21px 18px; }
	.social-networks .reddit a { background-image:url(../../Avada/images/reddit@2x.png) !important; -webkit-background-size:19px 15px; -moz-background-size:19px 15px; -o-background-size:19px 15px; background-size:19px 15px; }
	.social-networks .email a { background-image:url(../../Avada/images/mail@2x.png) !important; -webkit-background-size:20px 14px; -moz-background-size:20px 14px; -o-background-size:20px 14px; background-size:20px 14px; }
	.popup { background-image: url(../../Avada/images/bg-popup@2x.png) !important; -webkit-background-size:23px 6px; -moz-background-size:23px 6px; -o-background-size:23px 6px; background-size:23px 6px; }
	.image-extras .link-icon { background-image:url(../../Avada/images/link-ico@2x.png) !important; -webkit-background-size:35px 36px; -moz-background-size:35px 36px; -o-background-size:35px 36px; background-size:35px 36px; }
	.image-extras .gallery-icon { background-image:url(../../Avada/images/finder-ico@2x.png) !important; -webkit-background-size:35px 36px; -moz-background-size:35px 36px; -o-background-size:35px 36px; background-size:35px 36px; }
	.error-image { background-image:url(../../Avada/images/404_image@2x.png) !important; -webkit-background-size:311px 133px; -moz-background-size:311px 133px; -o-background-size:311px 133px; background-size:311px 133px; }
}
