var texts = {"popup_text":"

This website uses cookies to improve its performance. If you continue to use this site, you agree to the use of cookies. Learn more about our Cookies Policy.<\/p>","popup_text_desc":"

What is a cookie?
A cookie is a small amount of data that often includes an anonymous unique identifier that is sent to your browser from computers on a website \/ website and stored on your computer's hard drive. Any website can send cookies to your browser if your browser preferences allow. However, to protect your privacy, most browsers allow the website to only log in to cookies that have already sent you the same website and not the cookies sent to you by other sites.
How do we use the term \"cookies\" in this app?
The website can store cookies in the form of small text files in the browser on your computer or mobile device when you visit this site. The browser then returns a copy of the cookie to the server each time it connects. Typically, the server uses the cookie to remember the user and save the session. We use the term \"cookie\" in this policy to name all files that collect information in this way.
This site defines and accesses cookies on your computer. We use them to identify you as a repeat visitor, to maintain logged-on user session information, and to track trends and usage patterns. This helps us to better understand and improve the range of services offered on the website.
Use third-party cookies.
This site allows third parties who analyze traffic or provide site content to set and access their own cookies on your computer. The use of cookies from third parties is subject to their own privacy policies. We do not have access to information stored by third parties for you.
For example, the Google Analytics helps statistics on the use of the website. For this purpose, Google Analytics uses cookies - text files that are stored on your computer.
The information you receive through these files about how you use the website - standard internet sign-up information (including your IP address) and visitor behavior information in anonymous form - is provided to and stored by Google. Google uses this information under the terms of use of Google Analytics to evaluate how the website is used and to report on the activities performed on the website.
You can read more here:
https:\/\/developers.google.com\/analytics\/devguides\/collection\/analyticsjs\/cookie-usage<\/a>
https:\/\/policies.google.com\/technologies\/cookies<\/a><\/p>\r\n

You may opt out of using Google Analytics cookies by downloading and installing the Google Analytics Opt-out Browser Add-on<\/a>. The app is associated with Google Analytics JavaScript (ga.js), indicating that website visit information should not be sent to Google Analytics.
Use the social network buttons.
Also, when you share an article using the buttons to social networks (such as Facebook) on this site, the social network that created this button will save this action.<\/p>\r\n

Facilitates using \"transient\" cookies
Cookies are also used to register your consent (or disagreement) with the use of such files on this website so that you do not have to ask this question every time you visit the site.<\/p>\r\n

How do I set my browser to reject cookies?
You have options to set up your browser to block all cookies, including those associated with our services, or to indicate when a cookie is placed. However, it is important to remember that our site may not function properly, not forgetting language preferences, for example, if cookies are disabled.
How is the use of cookies controlled?
You can control and \/ or delete cookies whenever you want. You can delete all the cookies already stored on your computer, and set most browsers to prevent cookies from being stored.<\/p>\r\n

All modern browsers allow you to change the cookie settings. Typically, you can find these settings in your browser's options or preferences menu. To be aware of these settings, the following links can help you or you can use the Help button from your browser menus for more details:<\/p>\r\n

Cookie settings in Internet Explorer<\/a>
Cookie settings in Firefox<\/a>
Cookie settings in Chrome<\/a>
Cookie settings in Safari web<\/a> and iOS<\/a>.<\/p>\r\n

Please remember that if you choose to stop cookies, some sections of our site may not work properly.
If you chose to delete cookies, you should know that your preference settings will be lost. Additionally, if you completely block the storage of cookies, many sites, including this, will not work optimally or may stop working. Therefore, it is not advisable to disable the cookie option when using our internet services.<\/p>\r\n

About our cookie policy and your consent
We know your privacy is important to you. It is also important to us. By visiting the website, surfing, signing up or otherwise using the Services, you agree to the information practices described in this Cookie Policy.
In principle, if you use our site, you accept this Policy. If you agree with the use of cookies described in this app, click the \"Accept\" button.
If you do not agree (but we hope you will), do not use our site.<\/p>\r\n

Contacts and more information
If you have any questions regarding this Cookie Policy, please contact us by email.
More information on how websites use cookies is available at www.allaboutcookies.org.
This document was last updated on May 21, 2018.<\/p>","privacy_person":"","privacy_email":"","agree_btn":"I am informed","coockie_policy_btn":"Privacy policy","understand_button":"I accept","showbottom":1}; var popupElGlobal = null; class Cookie { setCookie(cname, cvalue, exdays) { var expires = ''; if (typeof exdays != 'undefined') { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); expires = "expires="+d.toUTCString(); } document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; } getCookie(cname) { var name = cname + "="; var ca = document.cookie.split(';'); for(var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } } function removePopup(popupEl){ popupEl.remove(); } function cookiesAggreed(popupEl){ cooObj.setCookie('coockie_policy_shown', 1, 10); popupEl.fadeOut(500, function(){ removePopup(popupEl) }); } function showCookiePolicies(){ var top_bottom = 20; var width = (jQuery(this).width() < 880)?'90%':'100%'; var overlayEl = jQuery("

").css({ 'position': 'fixed', 'top': 0, 'left': 0, 'right': 0, 'bottom': 0, 'z-index': 9990, 'background': 'rgba(0, 0, 0, 0.7)' }); var containerEl = jQuery("
").css({ 'position': 'fixed', 'top': top_bottom, 'bottom': top_bottom, 'z-index': 9990, 'background': '#ffffff', 'max-width': 860, 'width': width, 'padding': '20px 20px 60px 20px', 'border-radius': 10, 'left': '50%', 'transform': 'translateX(-50%)' }); var containerInnerEl = jQuery("
").css({ 'overflow': 'auto', 'max-height': '100%' }); var privacyPersonEl = jQuery("").html(texts.privacy_person + ' - '); var privacyPersonEmailEl = jQuery("").attr('href', 'mailto:'+texts.privacy_email).html(texts.privacy_email); var slidingContainerEl = jQuery("
").html(texts.popup_text_desc); slidingContainerEl.find('p').css({ 'margin': '20px 0' }); slidingContainerEl.append(privacyPersonEl); slidingContainerEl.append(privacyPersonEmailEl); containerInnerEl.append(slidingContainerEl); containerInnerEl.find('p').css({ 'font-family': 'Tahoma, Arial', 'font-size': 16, 'text-align': 'left', 'color': '#313131' }); containerEl.append(containerInnerEl); overlayEl.append(containerEl); var understandBtn = jQuery("").css({ 'background-image': 'linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))', 'font-size': '100%', 'padding': '.5em 1em', 'color': 'rgba(0,0,0,.8)', 'border': 'transparent', 'background-color': '#E6E6E6', 'text-decoration': 'none', 'border-radius': 2, 'display': 'inline-block', 'margin': '0px 10px', 'position': 'absolute', 'bottom': 15, 'right': 15, 'font-family': 'Tahoma, Arial', 'cursor': 'pointer' }).text(texts.understand_button); containerEl.append(understandBtn); understandBtn.click(function(){ overlayEl.remove(); cookiesAggreed(popupElGlobal); }); jQuery("body").append(overlayEl); jQuery(window).resize(function(){ if (jQuery(this).width() < 880) { containerEl.css({ 'width':'90%' }); } else { containerEl.css({ 'width':'100%' }); } }); } function showCookiesDialogue(){ if ( jQuery("#pjs_cookie_dlg").length == 0 ) { let cssStyles = { 'position': 'fixed', 'background': 'rgba(0, 0, 0, 0.7)', 'z-index': 9980, 'left': 0, 'right': 0, 'padding': 15, 'color': '#ffffff', 'font-size': 18, 'text-align': 'center', 'display': 'none', 'font-family': 'Tahoma, Arial' } if (texts.showbottom == 1){ cssStyles.bottom = 0; } else { cssStyles.top = 0; } popupElGlobal = jQuery('
').css(cssStyles).html(texts.popup_text); popupElGlobal.find('p').css({ 'margin': '0 0 15px 0' }); var agreeBtnEl = jQuery('').attr('href', 'javascript:;') .css({ 'background-image': 'linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))', 'font-size': '100%', 'padding': '.5em 1em', 'color': 'rgba(0,0,0,.8)', 'border': 'transparent', 'background-color': '#E6E6E6', 'text-decoration': 'none', 'border-radius': 2, 'display': 'inline-block', 'margin': '0px 10px', 'font-family': 'Tahoma, Arial', 'cursor': 'pointer' }).text(texts.agree_btn); popupElGlobal.append(agreeBtnEl); closeXEl = jQuery("").css({ 'position': 'absolute', 'top': 5, 'right': 5, 'width': 26, 'height': 26, 'border-radius': '100%', 'border': 'solid 1px #fff', 'cursor': 'pointer' }); closeXElFirst = jQuery("").css({ 'position': 'absolute', 'top': 3, 'left': 10, 'width': 4, 'height': 18, 'border-radius': 2, 'background': '#fefefe', 'transform': 'rotate(-45deg)' }); closeXElsecond = closeXElFirst.clone(); closeXElsecond.css({ 'transform': 'rotate(45deg)' }); closeXEl.append(closeXElFirst); closeXEl.append(closeXElsecond); closeXEl.click(function(){ removePopup(popupElGlobal); }); agreeBtnEl.click(function(){ cookiesAggreed(popupElGlobal); }); if (typeof texts.popup_text_desc == 'string' && texts.popup_text_desc.length > 0 ){ var policyBtnEl = jQuery('').attr('href', 'javascript:;') .css({ 'background-image': 'linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))', 'font-size': '100%', 'padding': '.5em 1em', 'color': 'rgba(0,0,0,.8)', 'border': 'transparent', 'background-color': '#E6E6E6', 'text-decoration': 'none', 'border-radius': 2, 'display': 'inline-block', 'margin': '0px 10px', 'font-family': 'Tahoma, Arial', 'cursor': 'pointer' }).text(texts.coockie_policy_btn); popupElGlobal.append(policyBtnEl); policyBtnEl.click(function(){ showCookiePolicies(); }); } popupElGlobal.append(closeXEl); jQuery("body").append(popupElGlobal); popupElGlobal.fadeIn(500); } } var cooObj = new Cookie(); jQuery(document).ready(function(){ var coockie_result = cooObj.getCookie('coockie_policy_shown'); if (coockie_result == "") { setTimeout(function(){ showCookiesDialogue() }, 3000); } });