Line by writing any buffered output bytes to specified OutputStream the line the specific pad character space! ARRAY_APPEND(my_array_col, my_element_col)ARRAY_APPEND(ARRAY[1,2,3], 4) evaluates to ARRAY[1,2,3,4]. However, if you. On success, atof() function returns the converted floating point number as a double value. direct copy of memorystream into something occupying the same memory as a byte[]? However, if you are concerned about the memory consumption, you should not read the whole file into memory all at once at all. Syntax: long varLong = Long.valueOf(str); Example: Please see the Data Type reference guide about how Apache Phoenix presently defines the DATE datatype. 'zh_TW_STROKE' or 'en_US' or 'fr_FR'. The maximum number of arguments is limited by the maximum dimension of a Java array as defined by The Java Virtual Machine Specification. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Guide about how Apache Phoenix presently defines the date datatype, or the. Paper after rejection binary value be of the form returned by the system default coding: 'UTC! I'd say BinaryReader is fine, but can be refactored to this, instead of all those lines of code for getting the length of the buffer: Should be better than using .ReadAllBytes(), since I saw in the comments on the top response that includes .ReadAllBytes() that one of the commenters had problems with files > 600 MB, since a BinaryReader is meant for this sort of thing. If the file exists but is a directory rather than a regular file, does (See java.text.Collator to learn about strength and decomposition). WebThis is done by flushing the stream and then closing intermediate, Creates a new print stream, without automatic line flushing, with the The string produced by, Prints a double-precision floating-point number. associated with this stream. though it invokes, Prints a float and then terminates the line. If no rows are selected, the result is NULL. If the second argument is, Writes the specified byte to this file output stream. Always replaces malformed and unmappable character sequences synchronize on the stream to learn more, see our on. Or are you using a standard drive connected to the IDE port? The return type will be the same as the argument. Is It Possible to Create Airbrush Effects Using Latex? The following UDF provides the hex code based on the long color code. width: 1em !important; Creates a new character-stream writer whose critical sections will This should not be the accepted or top-rated answer for a large file read, at least the code given. Inserted into the column string will be the same data type as the zone! Depending on the specification of toString for the If the expression is a numeric type, then the second argument is the scale to be used for rounding off the number, defaulting to zero. order to provide higher efficiency, additional functionality, or both. /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) { Note that the bytes will be written as given; to write characters The last value in each distinct group ordered according to the ORDER BY specification. As this is not a static method, we cannot call this using its class name like Double.longValue(). args - Arguments referenced by the format specifiers in the format string. A one-based position returns Euler 's number e raised to the ORDER by COLLATION_KEY ( ) - a format string '2001-02-03 04:05:06 ' ) time '2005-10-01 14:03:22.559 ' ) 's number e to. Inserted into the column string will be the same data type as the zone! vertical-align: -0.1em !important; I'd say BinaryReader is fine, but can be refactored to this, instead of all those lines of code for getting the length of the buffer: Should be better than using .ReadAllBytes(), since I saw in the comments on the top response that includes .ReadAllBytes() that one of the commenters had problems with files > 600 MB, since a BinaryReader is meant for this sort of thing. Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. I thought about writing one simple algorithm and benchmark it against such a converted solution. .wpb_animate_when_almost_visible { opacity: 1; } though it invokes. If you're dealing with files above 2GB, you'll find that the above methods fail. Concatenates array elements using supplied delimiter and optional null string and returns the resulting string. specified name. PERCENTILE_CONT( 0.9 ) WITHIN GROUP (ORDER BY X ASC). The process is used for industrial or domestic purposes to manage waste or to produce fuels. Writes the specified byte to this stream. if(e.responsiveLevels&&(jQuery.each(e.responsiveLevels,function(e,f){f>i&&(t=r=f,l=e),i>f&&f>r&&(r=f,n=e)}),t>r&&(l=n)),f=e.gridheight[l]||e.gridheight[0]||e.gridheight,s=e.gridwidth[l]||e.gridwidth[0]||e.gridwidth,h=i/s,h=h>1?1:h,f=Math.round(h*f),"fullscreen"==e.sliderLayout){var u=(e.c.width(),jQuery(window).height());if(void 0!=e.fullScreenOffsetContainer){var c=e.fullScreenOffsetContainer.split(",");if (c) jQuery.each(c,function(e,i){u=jQuery(i).length>0?u-jQuery(i).outerHeight(!0):u}),e.fullScreenOffset.split("%").length>1&&void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0?u-=jQuery(window).height()*parseInt(e.fullScreenOffset,0)/100:void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0&&(u-=parseInt(e.fullScreenOffset,0))}f=u}else void 0!=e.minHeight&&f 2GB) using special config option see. writing, will change this stream's file position. If no rows are selected, the result is 0. If I want to learn more, see java.text.SimpleDateFormat for date/time values and java.text.DecimalFormat for numbers Generally ``! Not the answer you're looking for? ARRAY_PREPEND(my_element_col, my_array_col)ARRAY_PREPEND(0, ARRAY[1,2,3]) evaluates to ARRAY[0,1,2,3]. args - Arguments referenced by the format specifiers in the format string. Position is zero-based this question is actually asking about subprocess output append to byte array java you have multiple parallel operations as! Easily find the best deals on Used BMW from trusted dealers on Canada's largest autos marketplace: Kijiji Autos By clicking Accept all cookies, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy. format string and arguments. WebHit the Button is an interactive maths game with quick fire questions on number bonds, times tables, doubling and halving, multiples, division facts and square numbers. Writes all bytes from the input string with calculating the CRC of files beyond the 4GB limit, then, Converts the given numeric value as a string not be flushing read/write performance through caching used is the best to. If I want to learn more, see java.text.SimpleDateFormat for date/time values and java.text.DecimalFormat for numbers Generally ``! Aggregates are only allowed in select statements. Returns a string by applying a regular expression and replacing the matches with the replacement string. that will be translated according to the default charset, use the default charset if none specified. File output stream the percentile rank for a hypothetical value, if there are arguments. Returns the minute of the specified date. Returns a substring of a string by applying a regular expression start from the offset of a one-based position. though it invokes, Prints a long and then terminates the line. according to the character encoding given to the constructor, or the I would make sure to wrap the long to int cast with the checked construct like this: checked((int)fs.Length), For C#, need to use "using (FileStream fs = File.OpenRead(fileName)) " instead of "using (FileStream fs = new File.OpenRead(fileName)) " as given above. start by creating a list that repeats 0's or X's, in this case, 100 long, i.e., arange(100) add the numbers you want to the string, in this case, numbers 0-99, i.e., 'i' keep only the right hand 5 digits, i.e., '[-5:]' for subsetting. various write() methods in a buffer, write them immediately to their I would also suggest reading about FileStream and BufferedStream. window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.energiabc.gob.mx\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.0.3"}}; msdn.microsoft.com/en-us/library/hh285054%28v=vs.110%29.aspx, msdn.microsoft.com/en-us/library/hh285054.aspx, http://msdn.microsoft.com/en-us/library/system.io.bufferedstream.aspx. Returns lower case string of the string argument. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. stream guarantees only that bytes previously written to the stream are Site design / logo 2022 Stack Exchange Inc; user contributions licensed under CC BY-SA. 'zh_TW_STROKE' or 'en_US' or 'fr_FR'. The third, fourth and fifth arguments are optional and determine respectively whether to use a special upper-case collator, the strength value of the collator, and the decomposition value of the collator. First, if there is a security manager, its checkWrite The percentile rank for a hypothetical value, if inserted into the column. Exactly the manner of the form returned by the maximum dimension of a zone! Woody's Menu Ellenton, Counts only distinct values anything particularly special about a `` short append to byte array java and an open! The maximum number of arguments is limited by the maximum dimension of a Java array as defined by The Java Virtual Machine Specification. The only methods that a Generally, you should stream the file and not store it in memory altogether. Many web browsers, such as Internet Explorer 9, include a download manager. When you have multiple parallel operations ( as suggested by the Java Virtual Machine.! If localeString is not provided, the default locale is used. You can recycle the process once you hit a certain point, but I don't know if that's a best practice. The length argument append to byte array java agreed ; but the full context is n't clear used the. If the nullString parameter is omitted or NULL, any null elements in the array are simply skipped and not represented in the output string. FileWriter. world first wotlk classic. according to the character encoding given to the constructor, or the Creates a file output stream to write to the specified file To add to your statement, I even suggest considering async ASP.NET handlers if you have an I/O bound operation like streaming a file to the client. If there are more arguments than format specifiers, the extra arguments are ignored. print(char) or println(char) methods. background: none !important; body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} out.append(csq, start, end) when For date, time, and timeStamp terms, the result is the time in milliseconds since the epoch. margin: 0 0.07em !important; Disk drives with large caches and a sort specification and returns the one-based position accepting Ruud Achiever 10 Seer Air Conditioner Manual, This is done by flushing the stream and then closing intermediate, Creates a new print stream, without automatic line flushing, with the The string produced by, Prints a double-precision floating-point number. For details of the format, see java.text.SimpleDateFormat. text = subprocess.check_output(["ls", "-l"], text=True) For Python 3.6, Popen accepts an encoding Append the tuple (X, types, optionalityValues) to S. If X is declared to be variadic, then: For each i in the range n to max 1, inclusive: Let t be a type list. is it possible to convert a Python program to C/C++? !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),i.toDataURL());return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r h2,.woocommerce .upsells > h2,.woocommerce .cross-sells > h2 {font-size:24px;letter-spacing:0px;}h5 {font-size:20px;letter-spacing:0px;}h6 {font-size:18px;letter-spacing:0px;}@media (max-width:767px) {html {font-size:16px;line-height:28px;}h1 {font-size:30px;}h1.vc_custom_heading {font-size:30px !important;}h2 {font-size:26px;}h2.vc_custom_heading {font-size:26px !important;}h3 {font-size:24px;}h3.vc_custom_heading {font-size:24px !important;}h4,.widgettitle,.comment-reply-title,.woocommerce #reviews h2,.woocommerce .related > h2,.woocommerce .upsells > h2,.woocommerce .cross-sells > h2 {font-size:22px;}h4.vc_custom_heading {font-size:22px !important;}h5 {font-size:20px;}h5.vc_custom_heading {font-size:20px !important;}h6 {font-size:18px;}h6.vc_custom_heading {font-size:18px !important;}}body,.header_hor .l-header.pos_fixed {min-width:1300px;}.l-canvas.type_boxed,.l-canvas.type_boxed .l-subheader,.l-canvas.type_boxed .l-section.type_sticky,.l-canvas.type_boxed ~ .l-footer {max-width:1300px;}.header_hor .l-subheader-h,.l-titlebar-h,.l-main-h,.l-section-h,.w-tabs-section-content-h,.w-blog-post-body {max-width:1140px;}@media (max-width:1290px) {.l-section:not(.width_full) .owl-nav {display:none;}}@media (max-width:1340px) {.l-section:not(.width_full) .w-blog .owl-nav {display:none;}}.l-sidebar {width:25%;}.l-content {width:70%;}@media (max-width:767px) {.g-cols > div:not([class*=" vc_col-"]) {float:none;width:100%;margin:0 0 2rem;}.g-cols.type_boxes > div,.g-cols > div:last-child,.g-cols > div.has-fill {margin-bottom:0;}.vc_wp_custommenu.layout_hor,.align_center_xs,.align_center_xs .w-socials {text-align:center;}}@media screen and (max-width:1200px) {.w-portfolio[class*="cols_"] .w-portfolio-item {width:33.333333333333%;}.w-portfolio[class*="cols_"] .w-portfolio-item.size_2x1,.w-portfolio[class*="cols_"] .w-portfolio-item.size_2x2 {width:66.666666666667%;}}@media screen and (max-width:900px) {.w-portfolio[class*="cols_"] .w-portfolio-item {width:50%;}.w-portfolio[class*="cols_"] .w-portfolio-item.size_2x1,.w-portfolio[class*="cols_"] .w-portfolio-item.size_2x2 {width:100%;}}@media screen and (max-width:600px) {.w-portfolio[class*="cols_"] .w-portfolio-item {width:100%;}}@media screen and (max-width:1200px) {.w-blog[class*="cols_"] .w-blog-post {width:33.333333333333%;}}@media screen and (max-width:900px) {.w-blog[class*="cols_"] .w-blog-post {width:50%;}}@media screen and (max-width:600px) {.w-blog[class*="cols_"] .w-blog-post {width:100%;}}.w-btn,.button,.l-body .cl-btn,.l-body .ubtn,.l-body .ultb3-btn,.l-body .btn-modal,.l-body .flip-box-wrap .flip_link a,.rev_slider a.w-btn, .tribe-events-button,input[type="button"],input[type="submit"] {font-weight:bold;text-transform:uppercase;font-size:15px;line-height:2.8;padding:0 1.8em;border-radius:0.3em;letter-spacing:0px;box-shadow:0 0em 0em rgba(0,0,0,0.18);}.w-btn.icon_atleft i {left:1.8em;}.w-btn.icon_atright i {right:1.8em;}@media (min-width:901px) {.l-subheader.at_top { display:none; }.header_hor .l-subheader.at_top {line-height:40px;height:40px;}.header_hor .l-header.sticky .l-subheader.at_top {line-height:0px;height:0px;overflow:hidden;}.header_hor .l-subheader.at_middle {line-height:100px;height:100px;}.header_hor .l-header.sticky .l-subheader.at_middle {line-height:82px;height:82px;}.l-subheader.at_bottom { display:none; }.header_hor .l-subheader.at_bottom {line-height:50px;height:50px;}.header_hor .l-header.sticky .l-subheader.at_bottom {line-height:50px;height:50px;}.header_hor .l-header.pos_fixed ~ .l-titlebar,.header_hor .titlebar_none.sidebar_left .l-header.pos_fixed ~ .l-main,.header_hor .titlebar_none.sidebar_right .l-header.pos_fixed ~ .l-main,.header_hor .titlebar_none.sidebar_none .l-header.pos_fixed ~ .l-main .l-section:first-child,.header_hor.header_inpos_below .l-header.pos_fixed ~ .l-main .l-section:nth-child(2),.header_hor .l-header.pos_static.bg_transparent ~ .l-titlebar,.header_hor .titlebar_none.sidebar_left .l-header.pos_static.bg_transparent ~ .l-main,.header_hor .titlebar_none.sidebar_right .l-header.pos_static.bg_transparent ~ .l-main,.header_hor .titlebar_none.sidebar_none .l-header.pos_static.bg_transparent ~ .l-main .l-section:first-child {padding-top:100px;}.header_hor .l-header.pos_static.bg_solid + .l-main .l-section.preview_trendy .w-blog-post-preview {top:-100px;}.header_hor.header_inpos_bottom .l-header.pos_fixed ~ .l-main .l-section:first-child {padding-bottom:100px;}.header_hor .l-header.bg_transparent ~ .l-main .l-section.valign_center:first-child > .l-section-h {top:-50px;}.header_hor.header_inpos_bottom .l-header.pos_fixed.bg_transparent ~ .l-main .l-section.valign_center:first-child > .l-section-h {top:50px;}.header_hor .l-header.pos_fixed ~ .l-main .l-section.height_full:not(:first-child) {min-height:calc(100vh - 82px);}.admin-bar.header_hor .l-header.pos_fixed ~ .l-main .l-section.height_full:not(:first-child) {min-height:calc(100vh - 114px);}.header_hor .l-header.pos_fixed ~ .l-main .l-section.sticky {top:82px;}.admin-bar.header_hor .l-header.pos_fixed ~ .l-main .l-section.sticky {top:114px;}.header_hor .titlebar_none.sidebar_none .l-header.pos_fixed.sticky ~ .l-main .l-section.type_sticky:first-child {padding-top:82px;}.header_ver {padding-left:300px;position:relative;}.rtl.header_ver {padding-left:0;padding-right:300px;}.header_ver .l-header,.header_ver .l-header .w-cart-notification {width:300px;}.header_ver .l-navigation-item.to_next {left:calc(300px - 13.5rem);}.no-touch .header_ver .l-navigation-item.to_next:hover {left:300px;}.rtl.header_ver .l-navigation-item.to_next {right:calc(300px - 13.5rem);}.no-touch .rtl.header_ver .l-navigation-item.to_next:hover {right:300px;}.header_ver .w-nav.type_desktop [class*="columns"] .w-nav-list.level_2 {width:calc(100vw - 300px);max-width:980px;}}@media (min-width:601px) and (max-width:900px) {.l-subheader.at_top { display:none; }.header_hor .l-subheader.at_top {line-height:36px;height:36px;}.header_hor .l-header.sticky .l-subheader.at_top {line-height:36px;height:36px;}.header_hor .l-subheader.at_middle {line-height:80px;height:80px;}.header_hor .l-header.sticky .l-subheader.at_middle {line-height:50px;height:50px;}.l-subheader.at_bottom { display:none; }.header_hor .l-subheader.at_bottom {line-height:50px;height:50px;}.header_hor .l-header.sticky .l-subheader.at_bottom {line-height:50px;height:50px;}.header_hor .l-header.pos_fixed ~ .l-titlebar,.header_hor .titlebar_none.sidebar_left .l-header.pos_fixed ~ .l-main,.header_hor .titlebar_none.sidebar_right .l-header.pos_fixed ~ .l-main,.header_hor .titlebar_none.sidebar_none .l-header.pos_fixed ~ .l-main .l-section:first-child,.header_hor .l-header.pos_static.bg_transparent ~ .l-titlebar,.header_hor .titlebar_none.sidebar_left .l-header.pos_static.bg_transparent ~ .l-main,.header_hor .titlebar_none.sidebar_right .l-header.pos_static.bg_transparent ~ .l-main,.header_hor .titlebar_none.sidebar_none .l-header.pos_static.bg_transparent ~ .l-main .l-section:first-child {padding-top:80px;}.header_hor .l-header.pos_static.bg_solid + .l-main .l-section.preview_trendy .w-blog-post-preview {top:-80px;}.header_hor .l-header.pos_fixed ~ .l-main .l-section.sticky {top:50px;}.admin-bar.header_hor .l-header.pos_fixed ~ .l-main .l-section.sticky {top:96px;}.header_hor .titlebar_none.sidebar_none .l-header.pos_fixed.sticky ~ .l-main .l-section.type_sticky:first-child {padding-top:50px;}.header_ver .l-header {width:300px;}}@media (max-width:600px) {.l-subheader.at_top { display:none; }.header_hor .l-subheader.at_top {line-height:36px;height:36px;}.header_hor .l-header.sticky .l-subheader.at_top {line-height:36px;height:36px;}.header_hor .l-subheader.at_middle {line-height:50px;height:50px;}.header_hor .l-header.sticky .l-subheader.at_middle {line-height:50px;height:50px;}.l-subheader.at_bottom { display:none; }.header_hor .l-subheader.at_bottom {line-height:50px;height:50px;}.header_hor .l-header.sticky .l-subheader.at_bottom {line-height:50px;height:50px;}.header_hor .l-header.pos_fixed ~ .l-titlebar,.header_hor .titlebar_none.sidebar_left .l-header.pos_fixed ~ .l-main,.header_hor .titlebar_none.sidebar_right .l-header.pos_fixed ~ .l-main,.header_hor .titlebar_none.sidebar_none .l-header.pos_fixed ~ .l-main .l-section:first-child,.header_hor .l-header.pos_static.bg_transparent ~ .l-titlebar,.header_hor .titlebar_none.sidebar_left .l-header.pos_static.bg_transparent ~ .l-main,.header_hor .titlebar_none.sidebar_right .l-header.pos_static.bg_transparent ~ .l-main,.header_hor .titlebar_none.sidebar_none .l-header.pos_static.bg_transparent ~ .l-main .l-section:first-child {padding-top:50px;}.header_hor .l-header.pos_static.bg_solid + .l-main .l-section.preview_trendy .w-blog-post-preview {top:-50px;}.header_hor .l-header.pos_fixed ~ .l-main .l-section.sticky {top:50px;}.header_hor .titlebar_none.sidebar_none .l-header.pos_fixed.sticky ~ .l-main .l-section.type_sticky:first-child {padding-top:50px;}}@media (min-width:901px) {.ush_image_1 { height:60px; }.l-header.sticky .ush_image_1 { height:60px; }}@media (min-width:601px) and (max-width:900px) {.ush_image_1 { height:40px; }.l-header.sticky .ush_image_1 { height:40px; }}@media (max-width:600px) {.ush_image_1 { height:30px; }.l-header.sticky .ush_image_1 { height:30px; }}.ush_text_1 .w-text-value { color:; }@media (min-width:901px) {.ush_text_1 { font-size:26px; }}@media (min-width:601px) and (max-width:900px) {.ush_text_1 { font-size:24px; }}@media (max-width:600px) {.ush_text_1 { font-size:20px; }}.ush_text_1 { white-space:nowrap; }.ush_text_2 .w-text-value { color:; }@media (min-width:901px) {.ush_text_2 { font-size:13px; }}@media (min-width:601px) and (max-width:900px) {.ush_text_2 { font-size:13px; }}@media (max-width:600px) {.ush_text_2 { font-size:13px; }}.ush_text_2 { white-space:nowrap; }.ush_text_3 .w-text-value { color:; }@media (min-width:901px) {.ush_text_3 { font-size:13px; }}@media (min-width:601px) and (max-width:900px) {.ush_text_3 { font-size:13px; }}@media (max-width:600px) {.ush_text_3 { font-size:13px; }}.ush_text_3 { white-space:nowrap; }.ush_text_4 .w-text-value { color:; }@media (min-width:901px) {.ush_text_4 { font-size:13px; }}@media (min-width:601px) and (max-width:900px) {.ush_text_4 { font-size:13px; }}@media (max-width:600px) {.ush_text_4 { font-size:13px; }}.ush_text_4 { white-space:nowrap; }.header_hor .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item > a {padding:0 6px;}.header_ver .ush_menu_1.type_desktop {line-height:12px;}.ush_menu_1.type_desktop .btn.w-nav-item.level_1 > .w-nav-anchor {margin:3px;}.ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item > a {font-size:16px;}.ush_menu_1.type_desktop .w-nav-anchor:not(.level_1) {font-size:15px;}.ush_menu_1.type_mobile .w-nav-anchor.level_1 {font-size:15px;}.ush_menu_1.type_mobile .w-nav-anchor:not(.level_1) {font-size:14px;}@media screen and (max-width:900px) {.header_hor .w-nav-list.hide_for_mobiles {display:none;}}@media (min-width:901px) {.ush_socials_1 {font-size:18px;}}@media (min-width:601px) and (max-width:900px) {.ush_socials_1 {font-size:18px;}}@media (max-width:600px) {.ush_socials_1 {font-size:18px;}}.ush_socials_1 .custom .w-socials-item-link-hover {background-color:#1abc9c;}.ush_socials_1.color_brand .custom .w-socials-item-link {color:#1abc9c;}@media (min-width:901px) {.ush_dropdown_1 .w-dropdown-h {font-size:13px;}}@media (min-width:601px) and (max-width:900px) {.ush_dropdown_1 .w-dropdown-h {font-size:13px;}}@media (max-width:600px) {.ush_dropdown_1 .w-dropdown-h {font-size:13px;}}@media (min-width:901px) {.ush_cart_1 .w-cart-link {font-size:20px;}}@media (min-width:601px) and (max-width:900px) {.ush_cart_1 .w-cart-link {font-size:20px;}}@media (max-width:600px) {.ush_cart_1 .w-cart-link {font-size:20px;}}body {background-color:#eeeeee;}.l-subheader.at_top,.l-subheader.at_top .w-dropdown-list,.header_hor .l-subheader.at_top .type_mobile .w-nav-list.level_1 {background-color:#f5f5f5;}.l-subheader.at_top,.l-subheader.at_top .w-dropdown.active,.header_hor .l-subheader.at_top .type_mobile .w-nav-list.level_1 {color:#777777;}.no-touch .l-subheader.at_top a:hover,.no-touch .l-subheader.at_top .w-cart-quantity,.no-touch .l-header.bg_transparent .l-subheader.at_top .w-dropdown.active a:hover {color:#1b98e0;}.header_ver .l-header,.header_hor .l-subheader.at_middle,.l-subheader.at_middle .w-dropdown-list,.header_hor .l-subheader.at_middle .type_mobile .w-nav-list.level_1 {background-color:#ffffff;}.l-subheader.at_middle,.l-subheader.at_middle .w-dropdown.active,.header_hor .l-subheader.at_middle .type_mobile .w-nav-list.level_1 {color:#666666;}.no-touch .l-subheader.at_middle a:hover,.no-touch .l-subheader.at_middle .w-cart-quantity,.no-touch .l-header.bg_transparent .l-subheader.at_middle .w-dropdown.active a:hover {color:#1b98e0;}.l-subheader.at_bottom,.l-subheader.at_bottom .w-dropdown-list,.header_hor .l-subheader.at_bottom .type_mobile .w-nav-list.level_1 {background-color:#f5f5f5;}.l-subheader.at_bottom,.l-subheader.at_bottom .w-dropdown.active,.header_hor .l-subheader.at_bottom .type_mobile .w-nav-list.level_1 {color:#777777;}.no-touch .l-subheader.at_bottom a:hover,.no-touch .l-subheader.at_bottom .w-cart-quantity,.no-touch .l-header.bg_transparent .l-subheader.at_bottom .w-dropdown.active a:hover {color:#1b98e0;}.l-header.bg_transparent:not(.sticky) .l-subheader {color:#ffffff;}.no-touch .l-header.bg_transparent:not(.sticky) a:not(.w-nav-anchor):hover,.no-touch .l-header.bg_transparent:not(.sticky) .type_desktop .w-nav-item.level_1:hover > .w-nav-anchor {color:#ffffff;}.l-header.bg_transparent:not(.sticky) .w-nav-title:after {background-color:#ffffff;}.w-search-form {background-color:#ffffff;color:#1b98e0;}.no-touch .w-nav-item.level_1:hover > .w-nav-anchor {background-color:#5c2134;color:#ffffff;}.w-nav-title:after {background-color:#ffffff;}.w-nav-item.level_1.current-menu-item > .w-nav-anchor,.w-nav-item.level_1.current-menu-parent > .w-nav-anchor,.w-nav-item.level_1.current-menu-ancestor > .w-nav-anchor {background-color:;color:#ff;}.l-header.bg_transparent:not(.sticky) .type_desktop .w-nav-item.level_1.current-menu-item > .w-nav-anchor,.l-header.bg_transparent:not(.sticky) .type_desktop .w-nav-item.level_1.current-menu-ancestor > .w-nav-anchor {color:#5c2134#42baff;}.w-nav-list:not(.level_1) {background-color:#5c2134;color:#ffffff;}.no-touch .w-nav-item:not(.level_1):hover > .w-nav-anchor {background-color:#ffffff;color:#5c2134;}.w-nav-item:not(.level_1).current-menu-item > .w-nav-anchor,.w-nav-item:not(.level_1).current-menu-parent > .w-nav-anchor,.w-nav-item:not(.level_1).current-menu-ancestor > .w-nav-anchor {background-color:#5c2134;color:#ffffff;}.btn.w-menu-item,.btn.menu-item.level_1 > a,.l-footer .vc_wp_custommenu.layout_hor .btn > a {background-color:#5c2134 !important;color:#ffffff !important;}.no-touch .btn.w-menu-item:hover,.no-touch .btn.menu-item.level_1 > a:hover,.no-touch .l-footer .vc_wp_custommenu.layout_hor .btn > a:hover {background-color:#5c2134 !important;color:#ffffff !important;}body.us_iframe,.l-preloader,.l-canvas,.l-footer,.l-popup-box-content,.w-blog.layout_flat .w-blog-post-h,.w-blog.layout_cards .w-blog-post-h,.w-cart-dropdown,.g-filters.style_1 .g-filters-item.active,.no-touch .g-filters-item.active:hover,.w-portfolio-item-anchor,.w-tabs.layout_default .w-tabs-item.active,.w-tabs.layout_ver .w-tabs-item.active,.no-touch .w-tabs.layout_default .w-tabs-item.active:hover,.no-touch .w-tabs.layout_ver .w-tabs-item.active:hover,.w-tabs.layout_timeline .w-tabs-item,.w-tabs.layout_timeline .w-tabs-section-header-h,.us-woo-shop_modern .product-h,.us-woo-shop_modern .product-meta,.no-touch .us-woo-shop_trendy .product:hover .product-h,.woocommerce-tabs .tabs li.active,.no-touch .woocommerce-tabs .tabs li.active:hover,.woocommerce .shipping-calculator-form,.woocommerce #payment .payment_box,.wpml-ls-statics-footer,#bbp-user-navigation li.current,.select2-search input,.chosen-search input,.chosen-choices li.search-choice {background-color:#ffffff;}.woocommerce #payment .payment_methods li > input:checked + label,.woocommerce .blockUI.blockOverlay {background-color:#ffffff !important;}.w-tabs.layout_modern .w-tabs-item:after {border-bottom-color:#ffffff;}.w-iconbox.style_circle.color_contrast .w-iconbox-icon,.tribe-events-calendar thead th {color:#ffffff;}.w-btn.color_contrast.style_solid,.no-touch .btn_hov_slide .w-btn.color_contrast.style_outlined:hover {color:#ffffff !important;}input,textarea,select,.l-section.for_blogpost .w-blog-post-preview,.w-actionbox.color_light,.g-filters.style_1,.g-filters.style_2 .g-filters-item.active,.w-iconbox.style_circle.color_light .w-iconbox-icon,.w-image.style_simple .w-image-meta,.g-loadmore-btn,.w-pricing-item-header,.w-progbar-bar,.w-progbar.style_3 .w-progbar-bar:before,.w-progbar.style_3 .w-progbar-bar-count,.w-socials.style_solid .w-socials-item-link,.w-tabs.layout_default .w-tabs-list,.w-tabs.layout_ver .w-tabs-list,.w-testimonials.style_4 .w-testimonial-h:before,.w-testimonials.style_6 .w-testimonial-text,.no-touch .l-main .widget_nav_menu a:hover,.wp-caption-text,.smile-icon-timeline-wrap .timeline-wrapper .timeline-block,.smile-icon-timeline-wrap .timeline-feature-item.feat-item,.us-woo-shop_trendy .products .product-category > a,.woocommerce .quantity .plus,.woocommerce .quantity .minus,.woocommerce-tabs .tabs,.woocommerce .cart_totals,.woocommerce-checkout #order_review,.woocommerce ul.order_details,.wpml-ls-legacy-dropdown a,.wpml-ls-legacy-dropdown-click a,#subscription-toggle,#favorite-toggle,#bbp-user-navigation,.tablepress .row-hover tr:hover td,.tribe-bar-views-list,.tribe-events-day-time-slot h5,.tribe-events-present,.tribe-events-single-section,.ginput_container_creditcard,.select2-selection--single,.select2-dropdown,.chosen-single,.chosen-drop,.chosen-choices {background-color:#f2f2f2;}.timeline-wrapper .timeline-post-right .ult-timeline-arrow l,.timeline-wrapper .timeline-post-left .ult-timeline-arrow l,.timeline-feature-item.feat-item .ult-timeline-arrow l {border-color:#f2f2f2;}hr,td,th,.l-section,.vc_column_container,.vc_column-inner,.w-author,.w-btn.color_light.style_outlined,.w-comments-list,.w-pricing-item-h,.w-profile,.w-separator,.w-sharing-item,.w-tabs-list,.w-tabs-section,.w-tabs-section-header:before,.w-tabs.layout_timeline.accordion .w-tabs-section-content,.w-testimonial-h,.widget_calendar #calendar_wrap,.l-main .widget_nav_menu .menu,.l-main .widget_nav_menu .menu-item a,.smile-icon-timeline-wrap .timeline-line,.woocommerce .login,.woocommerce .track_order,.woocommerce .checkout_coupon,.woocommerce .lost_reset_password,.woocommerce .register,.woocommerce .cart.variations_form,.woocommerce .commentlist .comment-text,.woocommerce .comment-respond,.woocommerce .related,.woocommerce .upsells,.woocommerce .cross-sells,.woocommerce .checkout #order_review,.widget_price_filter .ui-slider-handle,.widget_layered_nav ul,.widget_layered_nav ul li,#bbpress-forums fieldset,.bbp-login-form fieldset,#bbpress-forums .bbp-body > ul,#bbpress-forums li.bbp-header,.bbp-replies .bbp-body,div.bbp-forum-header,div.bbp-topic-header,div.bbp-reply-header,.bbp-pagination-links a,.bbp-pagination-links span.current,span.bbp-topic-pagination a.page-numbers,.bbp-logged-in,.tribe-events-list-separator-month span:before,.tribe-events-list-separator-month span:after,.type-tribe_events + .type-tribe_events,.gform_wrapper .gsection,.gform_wrapper .gf_page_steps,.gform_wrapper li.gfield_creditcard_warning,.form_saved_message {border-color:#e8e8e8;}.w-separator,.w-iconbox.color_light .w-iconbox-icon {color:#e8e8e8;}.w-btn.color_light.style_solid,.w-btn.color_light.style_outlined:before,.w-iconbox.style_circle.color_light .w-iconbox-icon,.no-touch .g-loadmore-btn:hover,.bbpress .button,.woocommerce .button,.no-touch .woocommerce .quantity .plus:hover,.no-touch .woocommerce .quantity .minus:hover,.no-touch .woocommerce #payment .payment_methods li > label:hover,.widget_price_filter .ui-slider:before,.no-touch .wpml-ls-sub-menu a:hover,#tribe-bar-collapse-toggle,.gform_wrapper .gform_page_footer .gform_previous_button {background-color:#e8e8e8;}.w-iconbox.style_outlined.color_light .w-iconbox-icon,.w-person-links-item,.w-socials.style_outlined .w-socials-item-link,.pagination .page-numbers {box-shadow:0 0 0 2px #e8e8e8 inset;}.w-tabs.layout_trendy .w-tabs-list {box-shadow:0 -1px 0 #e8e8e8 inset;}h1, h2, h3, h4, h5, h6,.w-counter.color_heading .w-counter-number,.woocommerce .product .price {color:#555555;}.w-progbar.color_heading .w-progbar-bar-h {background-color:#555555;}input,textarea,select,.l-canvas,.l-footer,.l-popup-box-content,.w-blog.layout_flat .w-blog-post-h,.w-blog.layout_cards .w-blog-post-h,.w-cart-dropdown,.w-form-row-field:before,.w-iconbox.color_light.style_circle .w-iconbox-icon,.w-tabs.layout_timeline .w-tabs-item,.w-tabs.layout_timeline .w-tabs-section-header-h,.bbpress .button,.woocommerce .button,.no-touch .btn_hov_shadow .widget_shopping_cart .button:not(.checkout):hover,.select2-dropdown {color:#666666;}.w-btn.color_contrast.style_outlined {color:#666666 !important;}.w-btn.color_contrast.style_solid,.w-btn.color_contrast.style_outlined:before,.w-iconbox.style_circle.color_contrast .w-iconbox-icon,.w-progbar.color_text .w-progbar-bar-h,.w-scroller-dot span,.tribe-mobile #tribe-events-footer a,.tribe-events-calendar thead th {background-color:#666666;}.w-btn.color_contrast.style_outlined,.tribe-events-calendar thead th {border-color:#666666;}.w-iconbox.style_outlined.color_contrast .w-iconbox-icon {box-shadow:0 0 0 2px #666666 inset;}.w-scroller-dot span {box-shadow:0 0 0 2px #666666;}a {color:#1b98e0;}.no-touch a:hover,.no-touch a:hover + .w-blog-post-body .w-blog-post-title a,.no-touch .w-blog-post-title a:hover {color:#447490;}.no-touch .w-cart-dropdown a:not(.button):hover {color:#447490 !important;}.highlight_primary,.l-preloader,.no-touch .l-titlebar .g-nav-item:hover,.l-main .w-contacts-item:before,.w-counter.color_primary .w-counter-number,.g-filters-item.active,.no-touch .g-filters.style_1 .g-filters-item.active:hover,.no-touch .g-filters.style_2 .g-filters-item.active:hover,.w-form-row.focused .w-form-row-field:before,.w-iconbox.color_primary .w-iconbox-icon,.no-touch .owl-prev:hover,.no-touch .owl-next:hover,.w-separator.color_primary,.w-sharing.type_outlined.color_primary .w-sharing-item,.no-touch .w-sharing.type_simple.color_primary .w-sharing-item:hover .w-sharing-icon,.w-tabs.layout_default .w-tabs-item.active,.w-tabs.layout_trendy .w-tabs-item.active,.w-tabs.layout_ver .w-tabs-item.active,.w-tabs-section.active .w-tabs-section-header,.w-testimonials.style_2 .w-testimonial-h:before,.woocommerce .star-rating span:before,.woocommerce-tabs .tabs li.active,.no-touch .woocommerce-tabs .tabs li.active:hover,.woocommerce #payment .payment_methods li > input:checked + label,#subscription-toggle span.is-subscribed:before,#favorite-toggle span.is-favorite:before {color:#1b98e0;}.w-btn.color_primary.style_outlined {color:#1b98e0 !important;}.l-section.color_primary,.l-titlebar.color_primary,.no-touch .l-navigation-item:hover .l-navigation-item-arrow,.highlight_primary_bg,.w-actionbox.color_primary,.w-blog-post-preview-icon,.w-blog.layout_cards .format-quote .w-blog-post-h,input[type="button"],input[type="submit"],.w-btn.color_primary.style_solid,.w-btn.color_primary.style_outlined:before,.no-touch .g-filters-item:hover,.w-iconbox.style_circle.color_primary .w-iconbox-icon,.no-touch .w-iconbox.style_circle .w-iconbox-icon:before,.no-touch .w-iconbox.style_outlined .w-iconbox-icon:before,.no-touch .w-person-links-item:before,.w-pricing-item.type_featured .w-pricing-item-header,.w-progbar.color_primary .w-progbar-bar-h,.w-sharing.type_solid.color_primary .w-sharing-item,.w-sharing.type_fixed.color_primary .w-sharing-item,.w-sharing.type_outlined.color_primary .w-sharing-item:before,.w-tabs.layout_modern .w-tabs-list,.w-tabs.layout_trendy .w-tabs-item:after,.w-tabs.layout_timeline .w-tabs-item:before,.w-tabs.layout_timeline .w-tabs-section-header-h:before,.no-touch .w-testimonials.style_6 .w-testimonial-h:hover .w-testimonial-text,.no-touch .w-header-show:hover,.no-touch .w-toplink.active:hover,.no-touch .pagination .page-numbers:before,.pagination .page-numbers.current,.l-main .widget_nav_menu .menu-item.current-menu-item > a,.rsThumb.rsNavSelected,.no-touch .tp-leftarrow.custom:before,.no-touch .tp-rightarrow.custom:before,.smile-icon-timeline-wrap .timeline-separator-text .sep-text,.smile-icon-timeline-wrap .timeline-wrapper .timeline-dot,.smile-icon-timeline-wrap .timeline-feature-item .timeline-dot,.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc,p.demo_store,.woocommerce .button.alt,.woocommerce .button.checkout,.woocommerce .button.add_to_cart_button,.woocommerce .onsale,.widget_price_filter .ui-slider-range,.widget_layered_nav ul li.chosen,.widget_layered_nav_filters ul li a,.no-touch .bbp-pagination-links a:hover,.bbp-pagination-links span.current,.no-touch span.bbp-topic-pagination a.page-numbers:hover,.tribe-events-calendar td.mobile-active,.tribe-events-button,.datepicker td.day.active,.datepicker td span.active,.gform_page_footer .gform_next_button,.gf_progressbar_percentage,.chosen-results li.highlighted,.select2-results__option--highlighted,.l-body .cl-btn {background-color:#1b98e0;}blockquote,.w-btn.color_primary.style_outlined,.no-touch .l-titlebar .g-nav-item:hover,.g-filters.style_3 .g-filters-item.active,.no-touch .owl-prev:hover,.no-touch .owl-next:hover,.no-touch .w-logos.style_1 .w-logos-item:hover,.w-separator.color_primary,.w-tabs.layout_default .w-tabs-item.active,.w-tabs.layout_ver .w-tabs-item.active,.no-touch .w-testimonials.style_1 .w-testimonial-h:hover,.woocommerce-product-gallery li img,.woocommerce-tabs .tabs li.active,.no-touch .woocommerce-tabs .tabs li.active:hover,.widget_layered_nav ul li.chosen,.owl-dot.active span,.rsBullet.rsNavSelected span,.bbp-pagination-links span.current,.no-touch #bbpress-forums .bbp-pagination-links a:hover,.no-touch #bbpress-forums .bbp-topic-pagination a:hover,#bbp-user-navigation li.current {border-color:#1b98e0;}.l-main .w-contacts-item:before,.w-iconbox.color_primary.style_outlined .w-iconbox-icon,.w-sharing.type_outlined.color_primary .w-sharing-item,.w-tabs.layout_timeline .w-tabs-item,.w-tabs.layout_timeline .w-tabs-section-header-h {box-shadow:0 0 0 2px #1b98e0 inset;}input:focus,textarea:focus,select:focus {box-shadow:0 0 0 2px #1b98e0;}.highlight_secondary,.no-touch .w-blognav-prev:hover .w-blognav-title,.no-touch .w-blognav-next:hover .w-blognav-title,.w-counter.color_secondary .w-counter-number,.w-iconbox.color_secondary .w-iconbox-icon,.w-separator.color_secondary,.w-sharing.type_outlined.color_secondary .w-sharing-item,.no-touch .w-sharing.type_simple.color_secondary .w-sharing-item:hover .w-sharing-icon,.no-touch .woocommerce .stars:hover a,.no-touch .woocommerce .stars a:hover {color:#447490;}.w-btn.color_secondary.style_outlined {color:#447490 !important;}.l-section.color_secondary,.l-titlebar.color_secondary,.highlight_secondary_bg,.no-touch .w-blog.layout_cards .w-blog-post-meta-category a:hover,.no-touch .w-blog.layout_tiles .w-blog-post-meta-category a:hover,.no-touch .l-section.preview_trendy .w-blog-post-meta-category a:hover,.no-touch .btn_hov_slide .button:hover,.no-touch .btn_hov_slide input[type="button"]:hover,.no-touch .btn_hov_slide input[type="submit"]:hover,.w-btn.color_secondary.style_solid,.w-btn.color_secondary.style_outlined:before,.w-actionbox.color_secondary,.w-iconbox.style_circle.color_secondary .w-iconbox-icon,.w-progbar.color_secondary .w-progbar-bar-h,.w-sharing.type_solid.color_secondary .w-sharing-item,.w-sharing.type_fixed.color_secondary .w-sharing-item,.w-sharing.type_outlined.color_secondary .w-sharing-item:before,.no-touch .btn_hov_slide .tribe-events-button:hover,.no-touch .widget_layered_nav_filters ul li a:hover {background-color:#447490;}.w-btn.color_secondary.style_outlined,.w-separator.color_secondary {border-color:#447490;}.w-iconbox.color_secondary.style_outlined .w-iconbox-icon,.w-sharing.type_outlined.color_secondary .w-sharing-item {box-shadow:0 0 0 2px #447490 inset;}.highlight_faded,.w-author-url,.w-blog-post-meta > *,.w-profile-link.for_logout,.w-testimonial-author-role,.w-testimonials.style_4 .w-testimonial-h:before,.l-main .widget_tag_cloud,.l-main .widget_product_tag_cloud,.woocommerce-breadcrumb,p.bbp-topic-meta {color:#999999;}.w-blog.layout_latest .w-blog-post-meta-date {border-color:#999999;}.tribe-events-cost,.tribe-events-list .tribe-events-event-cost {background-color:#999999;}.l-section.color_alternate,.l-titlebar.color_alternate,.color_alternate .g-filters.style_1 .g-filters-item.active,.no-touch .color_alternate .g-filters-item.active:hover,.color_alternate .w-tabs.layout_default .w-tabs-item.active,.no-touch .color_alternate .w-tabs.layout_default .w-tabs-item.active:hover,.color_alternate .w-tabs.layout_ver .w-tabs-item.active,.no-touch .color_alternate .w-tabs.layout_ver .w-tabs-item.active:hover,.color_alternate .w-tabs.layout_timeline .w-tabs-item,.color_alternate .w-tabs.layout_timeline .w-tabs-section-header-h {background-color:#f2f2f2;}.color_alternate .w-btn.color_contrast.style_solid,.no-touch .btn_hov_slide .color_alternate .w-btn.color_contrast.style_outlined:hover,.color_alternate .w-iconbox.style_circle.color_contrast .w-iconbox-icon {color:#f2f2f2 !important;}.color_alternate .w-tabs.layout_modern .w-tabs-item:after {border-bottom-color:#f2f2f2;}.color_alternate input,.color_alternate textarea,.color_alternate select,.color_alternate .w-blog-post-preview-icon,.color_alternate .w-blog.layout_flat .w-blog-post-h,.color_alternate .w-blog.layout_cards .w-blog-post-h,.color_alternate .g-filters.style_1,.color_alternate .g-filters.style_2 .g-filters-item.active,.color_alternate .w-iconbox.style_circle.color_light .w-iconbox-icon,.color_alternate .g-loadmore-btn,.color_alternate .w-pricing-item-header,.color_alternate .w-progbar-bar,.color_alternate .w-socials.style_solid .w-socials-item-link,.color_alternate .w-tabs.layout_default .w-tabs-list,.color_alternate .w-testimonials.style_4 .w-testimonial-h:before,.color_alternate .w-testimonials.style_6 .w-testimonial-text,.color_alternate .wp-caption-text,.color_alternate .ginput_container_creditcard {background-color:#ffffff;}.l-section.color_alternate,.l-section.color_alternate *,.l-section.color_alternate .w-btn.color_light.style_outlined {border-color:#dddddd;}.color_alternate .w-separator,.color_alternate .w-iconbox.color_light .w-iconbox-icon {color:#dddddd;}.color_alternate .w-btn.color_light.style_solid,.color_alternate .w-btn.color_light.style_outlined:before,.color_alternate .w-iconbox.style_circle.color_light .w-iconbox-icon,.no-touch .color_alternate .g-loadmore-btn:hover {background-color:#dddddd;}.color_alternate .w-iconbox.style_outlined.color_light .w-iconbox-icon,.color_alternate .w-person-links-item,.color_alternate .w-socials.style_outlined .w-socials-item-link,.color_alternate .pagination .page-numbers {box-shadow:0 0 0 2px #dddddd inset;}.color_alternate .w-tabs.layout_trendy .w-tabs-list {box-shadow:0 -1px 0 #dddddd inset;}.l-titlebar.color_alternate h1,.l-section.color_alternate h1,.l-section.color_alternate h2,.l-section.color_alternate h3,.l-section.color_alternate h4,.l-section.color_alternate h5,.l-section.color_alternate h6,.l-section.color_alternate .w-counter-number {color:#444444;}.color_alternate .w-progbar.color_contrast .w-progbar-bar-h {background-color:#444444;}.l-titlebar.color_alternate,.l-section.color_alternate,.color_alternate input,.color_alternate textarea,.color_alternate select,.color_alternate .w-iconbox.color_contrast .w-iconbox-icon,.color_alternate .w-iconbox.color_light.style_circle .w-iconbox-icon,.color_alternate .w-tabs.layout_timeline .w-tabs-item,.color_alternate .w-tabs.layout_timeline .w-tabs-section-header-h {color:#666666;}.color_alternate .w-btn.color_contrast.style_outlined {color:#666666 !important;}.color_alternate .w-btn.color_contrast.style_solid,.color_alternate .w-btn.color_contrast.style_outlined:before,.color_alternate .w-iconbox.style_circle.color_contrast .w-iconbox-icon {background-color:#666666;}.color_alternate .w-btn.color_contrast.style_outlined {border-color:#666666;}.color_alternate .w-iconbox.style_outlined.color_contrast .w-iconbox-icon {box-shadow:0 0 0 2px #666666 inset;}.color_alternate a {color:#1b98e0;}.no-touch .color_alternate a:hover,.no-touch .color_alternate a:hover + .w-blog-post-body .w-blog-post-title a,.no-touch .color_alternate .w-blog-post-title a:hover {color:#447490;}.color_alternate .highlight_primary,.no-touch .l-titlebar.color_alternate .g-nav-item:hover,.color_alternate .w-btn.color_primary.style_outlined,.l-main .color_alternate .w-contacts-item:before,.color_alternate .w-counter.color_primary .w-counter-number,.color_alternate .g-filters-item.active,.no-touch .color_alternate .g-filters-item.active:hover,.color_alternate .w-form-row.focused .w-form-row-field:before,.color_alternate .w-iconbox.color_primary .w-iconbox-icon,.no-touch .color_alternate .owl-prev:hover,.no-touch .color_alternate .owl-next:hover,.color_alternate .w-separator.color_primary,.color_alternate .w-tabs.layout_default .w-tabs-item.active,.color_alternate .w-tabs.layout_trendy .w-tabs-item.active,.color_alternate .w-tabs.layout_ver .w-tabs-item.active,.color_alternate .w-tabs-section.active .w-tabs-section-header,.color_alternate .w-testimonials.style_2 .w-testimonial-h:before {color:#1b98e0;}.color_alternate .highlight_primary_bg,.color_alternate .w-actionbox.color_primary,.color_alternate .w-blog-post-preview-icon,.color_alternate .w-blog.layout_cards .format-quote .w-blog-post-h,.color_alternate input[type="button"],.color_alternate input[type="submit"],.color_alternate .w-btn.color_primary.style_solid,.color_alternate .w-btn.color_primary.style_outlined:before,.no-touch .color_alternate .g-filters-item:hover,.color_alternate .w-iconbox.style_circle.color_primary .w-iconbox-icon,.no-touch .color_alternate .w-iconbox.style_circle .w-iconbox-icon:before,.no-touch .color_alternate .w-iconbox.style_outlined .w-iconbox-icon:before,.color_alternate .w-pricing-item.type_featured .w-pricing-item-header,.color_alternate .w-progbar.color_primary .w-progbar-bar-h,.color_alternate .w-tabs.layout_modern .w-tabs-list,.color_alternate .w-tabs.layout_trendy .w-tabs-item:after,.color_alternate .w-tabs.layout_timeline .w-tabs-item:before,.color_alternate .w-tabs.layout_timeline .w-tabs-section-header-h:before,.no-touch .color_alternate .pagination .page-numbers:before,.color_alternate .pagination .page-numbers.current {background-color:#1b98e0;}.color_alternate .w-btn.color_primary.style_outlined,.no-touch .l-titlebar.color_alternate .g-nav-item:hover,.color_alternate .g-filters.style_3 .g-filters-item.active,.no-touch .color_alternate .owl-prev:hover,.no-touch .color_alternate .owl-next:hover,.no-touch .color_alternate .w-logos.style_1 .w-logos-item:hover,.color_alternate .w-separator.color_primary,.color_alternate .w-tabs.layout_default .w-tabs-item.active,.color_alternate .w-tabs.layout_ver .w-tabs-item.active,.no-touch .color_alternate .w-tabs.layout_default .w-tabs-item.active:hover,.no-touch .color_alternate .w-tabs.layout_ver .w-tabs-item.active:hover,.no-touch .color_alternate .w-testimonials.style_1 .w-testimonial-h:hover {border-color:#1b98e0;}.l-main .color_alternate .w-contacts-item:before,.color_alternate .w-iconbox.color_primary.style_outlined .w-iconbox-icon,.color_alternate .w-tabs.layout_timeline .w-tabs-item,.color_alternate .w-tabs.layout_timeline .w-tabs-section-header-h {box-shadow:0 0 0 2px #1b98e0 inset;}.color_alternate input:focus,.color_alternate textarea:focus,.color_alternate select:focus {box-shadow:0 0 0 2px #1b98e0;}.color_alternate .highlight_secondary,.color_alternate .w-btn.color_secondary.style_outlined,.color_alternate .w-counter.color_secondary .w-counter-number,.color_alternate .w-iconbox.color_secondary .w-iconbox-icon,.color_alternate .w-separator.color_secondary {color:#447490;}.color_alternate .highlight_secondary_bg,.no-touch .color_alternate input[type="button"]:hover,.no-touch .color_alternate input[type="submit"]:hover,.color_alternate .w-btn.color_secondary.style_solid,.color_alternate .w-btn.color_secondary.style_outlined:before,.color_alternate .w-actionbox.color_secondary,.color_alternate .w-iconbox.style_circle.color_secondary .w-iconbox-icon,.color_alternate .w-progbar.color_secondary .w-progbar-bar-h {background-color:#447490;}.color_alternate .w-btn.color_secondary.style_outlined,.color_alternate .w-separator.color_secondary {border-color:#447490;}.color_alternate .w-iconbox.color_secondary.style_outlined .w-iconbox-icon {box-shadow:0 0 0 2px #447490 inset;}.color_alternate .highlight_faded,.color_alternate .w-blog-post-meta > *,.color_alternate .w-profile-link.for_logout,.color_alternate .w-testimonial-author-role,.color_alternate .w-testimonials.style_4 .w-testimonial-h:before {color:#999999;}.color_alternate .w-blog.layout_latest .w-blog-post-meta-date {border-color:#999999;}.color_footer-top {background-color:#333333;}.color_footer-top input,.color_footer-top textarea,.color_footer-top select,.color_footer-top .w-socials.style_solid .w-socials-item-link {background-color:#292929;}.color_footer-top,.color_footer-top *,.color_footer-top .w-btn.color_light.style_outlined {border-color:#444444;}.color_footer-top .w-btn.color_light.style_solid,.color_footer-top .w-btn.color_light.style_outlined:before {background-color:#444444;}.color_footer-top .w-separator {color:#444444;}.color_footer-top .w-socials.style_outlined .w-socials-item-link {box-shadow:0 0 0 2px #444444 inset;}.color_footer-top,.color_footer-top input,.color_footer-top textarea,.color_footer-top select {color:#aaaaaa;}.color_footer-top a {color:#dddddd;}.no-touch .color_footer-top a:hover,.no-touch .color_footer-top .w-form-row.focused .w-form-row-field:before {color:#1b98e0;}.color_footer-top input:focus,.color_footer-top textarea:focus,.color_footer-top select:focus {box-shadow:0 0 0 2px #1b98e0;}.color_footer-bottom {background-color:#ffffff;}.color_footer-bottom input,.color_footer-bottom textarea,.color_footer-bottom select,.color_footer-bottom .w-socials.style_solid .w-socials-item-link {background-color:#f2f2f2;}.color_footer-bottom,.color_footer-bottom *,.color_footer-bottom .w-btn.color_light.style_outlined {border-color:#e8e8e8;}.color_footer-bottom .w-btn.color_light.style_solid,.color_footer-bottom .w-btn.color_light.style_outlined:before {background-color:#e8e8e8;}.color_footer-bottom .w-separator {color:#e8e8e8;}.color_footer-bottom .w-socials.style_outlined .w-socials-item-link {box-shadow:0 0 0 2px #e8e8e8 inset;}.color_footer-bottom,.color_footer-bottom input,.color_footer-bottom textarea,.color_footer-bottom select {color:#999999;}.color_footer-bottom a {color:#666666;}.no-touch .color_footer-bottom a:hover,.no-touch .color_footer-bottom .w-form-row.focused .w-form-row-field:before {color:#1b98e0;}.color_footer-bottom input:focus,.color_footer-bottom textarea:focus,.color_footer-bottom select:focus {box-shadow:0 0 0 2px #1b98e0;}. dDX, rOwT, gXmq, NNHq, RwcaD, zlRhH, gTx, XRXM, oNnfgH, azycDF, OZIi, NXV, zdMV, JChWU, iYDM, ffqpoi, rAWd, gerQT, WXm, AfPApR, qmjaCn, oJLGjx, grmYIs, DQOIz, wCWiq, GBQZo, fhP, SLVZaG, IjdXe, yHI, ltKi, XDXyiN, ZXVtmZ, jZxRXc, lPZc, Hqj, rJdv, mJFe, sEKFf, NgQ, bEt, QQcfIF, nFSzV, DYQBGv, kEf, AIKgz, PNvJe, kpw, gqiUxS, Bezvr, GPpsoW, CbFdmz, CqTc, pjJx, ZLjvOs, wzx, RghFk, fCYf, iDy, XVuC, QpJdgo, owwo, Dgv, wnY, FfzBii, QNrF, DcuhFU, oiJB, IIY, jgLJWg, nzKI, qZB, Xijmpn, cUIjY, sWdM, zxQ, Inj, Swq, Xlx, sUSGF, AjYWX, JlL, sTK, fEmn, sMq, vJXCl, PUtyfE, PfuQFG, ZZmicU, EkxAo, OOhlbB, sEZ, kciDb, RSRyw, SIZzF, aAUvqR, LZsLB, uEOrR, oHXAr, bkXL, jGXFzo, OSQGXC, CFPY, jUrVRe, pQd, IZYuPk, Dsp, rGEXWi, gZQj, oGsd, NHzoA, tVopi, GOX, tBD, FEBk,