adding asterisk to required fields in html

california obituaries » babies born on summer solstice » adding asterisk to required fields in html

adding asterisk to required fields in html

You can add an asterisk to a required field purely through CSS. {. I tried removing the float attribute, but it then places the red asterisk in front of the text. How to properly visualize the change of variance of a bivariate Gaussian distribution cut sliced along a fixed variable? How can I change property names when serializing with Json.net? I got the asterisk (*) but still i am redirecting/navigating to my HomeScreen. Why use js if you can achieve the same result without js? to make field data card as Mandatory Field in your Edit form. Most users, however, will not bother to look around they will simply make assumptions. I often find great code here but have to search for the correct references and usings. You add the required * after each label unless it is a checkbox. Then select card un-select card you will find * Mark in the card. License - label added for the . Tried to refresh the data source many times. Yes, the canvas app is having lots of fields added with the setting (Font Size, Type, etc.) Use .form-group.required without the space. Also there is no option to add icons in . Should the asterisk precede or follow the field label? Showing Mandatory Fileds with Asterisk (*), GCC, GCCH, DoD - Federal App Makers (FAM). Welcome to SO! On your side, please consider refresh the SP list connection in your canvas app. Continue with Recommended Cookies. And if you really want to make it fancy, you could combine this technique with a tooltip showing "Required" on hover: Tooltip widgets (or: screen tip, balloon). In order for the asterix to display, you'll need to have the field labels displayed. Browse other questions tagged, Where developers & technologists share private knowledge with coworkers, Reach developers & technologists worldwide. Not necessarily, but red has become the expected required-marker color on the web, which is a reason in its own right to stick with this choice (according to Jakobs Law). Theoretically Correct vs Practical Notation, Ackermann Function without Recursion or Stack. In this tutorial we will show you the solution of HTML mandatory field asterisk, we are going to tell you how you are able to make an HTML webpage in which we use mandatory field asterisk. This solution impossible since the CSS is inserted after the element content, not after the element itself, but something like it would be ideal. Here is an blog post that describes how to do this. Slightly muted colors can have aesthetic benefits, but truly low contrast symbols constitute an accessibility problem for low-vision or elderly users and slow down visual processing of the form for everybody. Adding a star(*) is now an industrial standard that is required in almost every data-centric application consuming any kind of data. ::after will place it after, so rather than putting the asterisk before the element you want and moving it with a float/position you can just place it after naturally. Better practice for 508 compliance (not relying on color), and an asterisk alone is hard to see on a screen. How can I change a sentence based upon input to a command? You can, however, use attribute selectors if the attribute is present: [aria-required="true"] or [aria-required="false"]. The button code is as below. P.S. Here, first we create a heading only for reference. I think it is better to add a class to the label and then style it via css: @DanielBardi sure, you can easily modify the above if thats all you want - you still need something to spit out the metadata saying it is required which is what the above shows :). As the text explanation "required field" even is below the submit button of the form, a screen reader user probably will never read it, as activating the button usually is the last thing a user does when filling a form. Based on the above answer by Renato Saito along with the comments, as well as adding $(document).ready and checking to make sure that we are not adding more than one asterisks (I'm getting that on some of my fields for some reason), I have this: Though this doesn't require modifying the LabelFor, it is the simplest I can think of which only requires 1 line in your ViewModel: Best working for me in MVC with multiple field types, Add a decorated glyphicon icon after a mandatory field (defined via data annotation [Required]) using a helper extension preserving both internalizations/translations labels and html attributes, 1. <input>: This attribute is specified in <input> elements. In this tag a tag is used which helps us to specify a webpage title. You change the variables in your media queries so that you have the input boxes going full width on mobile and as per above on desktop. I do not want to add the symbol directly in the placeholder. Should we add red asterisk before or after the label of required fields, i.e., to the left or the right of the field name? This attribute can be used with any input type such as email, URL, text, file, password, checkbox, radio, etc. It is however dangerous to not mark the required fields in a registration form. The main job is here of jQuery. You could use. We use here an additional attribute that is required in input tag. You also hadnt closed one of your div tags in your posted code. Learn more about Stack Overflow the company, and our products. Set this to true for the fields you want required and the asterisk will appear. perhaps apply a background image of an asterisk? Site design / logo 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA. Thank you for your question. Creating Conditionally Required Fields on HTML Forms for Bank Websites Recently, I was asked by one of our bank website design clients to come up with a way to make one set of input fields required if a particular radio button was checked and another set of input fields if the other radio button was checked. While its not obligatory, marking the optional fields does lighten the users cognitive load: in the absence of that word, the user must look around and infer that the field is optional based on the other fields being marked as required. . By clicking Post Your Answer, you agree to our terms of service, privacy policy and cookie policy. Regarding the needs that you mentioned, I think theForm1.Valid formula could achieve your needs. How can I recognize one? Why was the nose gear of Concorde located so far aft? Using which a web application switches to the native language by analysing Switch Multiple Languages i18n, Pingback: Angular @ng-select | Validation, Multiselection, Custom Property Binding and Checkboxes Freaky Jolly, Your email address will not be published. @brentonstrine Odds are, you shouldn't be using absolute positioning to line up your forms. I'd like to see a solution that made use of ::after for more customizable options, however. Well, the more-diligent users will look around trying to figure it out they will scan the form and find a field that is marked optional (sometimes scrolling the page, like in the American Express example above, where the first optional field appears below the mobile fold); if they do find one, they will assume that anything not marked is required. Making statements based on opinion; back them up with references or personal experience. Thanks for contributing an answer to Stack Overflow! In order for this issue tracker to be effective, it should only contain bug reports and feature requests. For the checkbox you can use the pseudo class :not (). Power Platform and Dynamics 365 Integrations. If you align field labels to the right and right-align your asterisks, you'll create an odd-looking ragged effect. Depending on the context, it might be intuitive (e.g., a login form). In template-driven form, HTML elements use required attribute for required validation and reactive form uses Validators.required with FormControl while creating FormGroup.In reactive form Validators.requiredTrue validates a control for true value and we . Can I add extension methods to an existing static class? This is inspiring, see my way of avoiding having to load a background image. Here is where we are going with minimal CSS: Placeholder text can be added too and is highly recommended. Using red or just an asterisk is not as effective as bolding required fields. Posting code alone does not make for a good answer. The solution is simple: mark all the required fields. 2019-06-16 Would the reflected sun's radiation melt ice in LEO? When using non-semantic elements as form controls, you don't get this CSS pseudoclass selector benefit. Adding Asterisk to required fields on a form helps the user to quickly identify the required fields. Site design / logo 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA. Lets start creating our Directive, we will also get to know, how to create a directive which can be injected anywhere in the multi-module based application with its own module. Buy now! I didn't know that. on What's the difference between a power rail and a signal line? (Or Keep It Set as The Normal Pointer), When Does a Box Establish an Inline Formatting Context, Sass (Not SCSS) Syntax for CSS3 Keyframe Animation, Less: Better to Use Inheritance or Multiple Classes, Twitter Bootstrap 3 Form-Horizontal and Multiple Input Columns on Single Line, How to Override Bootstrap's Panel Heading Background Color, How to Choose The Last 2 Items in a List with CSS Nth-Child, About Us | Contact Us | Privacy Policy | Free Tutorials. We have tutorials, demos, products reviews & offers for web developers & designers. Site design / logo 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA. Not the answer you're looking for? How do you know a field is required? To prevent Internet Explorer from making the SVGs focusable, the focusable="false" attribute is used. Use CSS to automatically add 'required field' asterisk to form inputs, Create a string of variable length, filled with a repeated character, Adding asterisk to required fields in Bootstrap 3, Using RegularExpressionValidator to display asterisk on the next label, How to put red asterisk in front of each required field in phalcon. If a law is new but its interpretation is vague, can the courts directly ask the drafters the intent and official interpretation of their law? If the word optional is next to the field descriptor, that task becomes a tad easier. And as we now do not need the text by itself anymore for screen readers, we can also hide it from them using aria-hidden (see Hiding elements from screen readers using aria-hidden). These arrangements are very easy to accomplish in code. Copyright 1998-2023 Nielsen Norman Group, All Rights Reserved. Instead of trying to hide the plain text asterisk * in the label, we replace it with a decent icon. Disabled form inputs do not appear in the request. Your email address will not be published. However, most users have encountered many, many login forms and they do know that to login you need to enter an email or username and a password. What's the difference between a power rail and a signal line? Before is used here to show because we want to show * as first and remaining content after this. By clicking Accept all cookies, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy. By clicking Accept all cookies, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy. Using the keyboard star (asterisk) symbol Whichever method is used, the word, symbol or image must be part of the label associated with the form control (e.g. It's free to sign up and bid on jobs. Well, they do forget especially if the form is long or if they get interrupted while filling it out (a situation that is common on mobile). This is nasty, but the user can find this information manually. rev2023.3.1.43269. Then - style inputs according to your needs. Adding an asterisk BEFORE the colon on a required form label, Make a div fill the height of the remaining screen space, Why do my list item bullets overlap floating elements. Angular provides RequiredValidator directive for required validation. Thanks for contributing an answer to User Experience Stack Exchange! In this Angular 13 tutorial, you will learn how to make the API search calls to a remote server in an optimized way. After required we give css to this and add content * (asterisk) and color to this. About External Resources. You may place this in your .xhtml file just like in a normal HTML file. http://blogs.planetcloud.co.uk/mygreatdiscovery/post/Creating-tooltips-using-data-annotations-in-ASPNET-MVC.aspx, The open-source game engine youve been waiting for: Godot (Ep. Adding the, Use CSS to automatically add 'required field' asterisk to form inputs, developer.mozilla.org/en-US/docs/Web/HTML/Element/input/, https://developer.mozilla.org/en-US/docs/Web/CSS/pseudo-elements, developer.mozilla.org/en-US/docs/Web/CSS/pseudo-elements, developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes, developer.mozilla.org/en-US/docs/Web/CSS/radial-gradient, https://dev.to/adrianbdesigns/let-s-create-a-floating-label-input-with-html-and-css-only-4mo8, The open-source game engine youve been waiting for: Godot (Ep. .form-group.required .control-label:after {. In any case, there is some value to using different colors for the asterisk and for the field label: it allows users to quickly separate the two and focus on the field label while trying to decode what the field means. I have added a special HTML character but you can simple add an asterisk if that's all you desire. Stack Exchange network consists of 181 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. configured using variables hence it will difficult to add new fields and reconfigure them again. rev2023.3.1.43269. There are some ways to do it. Hey you are floating the asterisk to right. Twitter - Should the asterisk be red? Story Identification: Nanomachines Building Cities. And often there may be cases where other texts than simply "required" are needed (and where there is no standard HTML attribute available), so it's good to have a more flexible solution: namely hidden texts. Add a name and choose a colour. I hope this helps to clarify. After adding the directive, it will check all controls for the required property and append the span with an asterisk sign. A common convention is to append an asterisk (*) to the label of all required fields. To subscribe to this RSS feed, copy and paste this URL into your RSS reader. How does the NLT translate in Romans 8:2? We and our partners use cookies to Store and/or access information on a device. I am looking for to extend HTML extension like IgorWolbers mentioned, but I still haven't worked out the code yet. The name of an invalid field is not automatically announced. Here, in body which is a paired tag and all the content which we write here is going to display on browser screen. Most simple way is add * in every label whose corresponding input field is a must. <style>. How do I fit an e-hub motor axle that is too big? Regarding mandatory mark placement before or after field. Some of our partners may process your data as a part of their legitimate business interest without asking for consent. You are still needing classes on your labels, really the only way to keep the document structure neat is the background image method. So i am accepting your both reply as solution. Saves some searching for the proper namespaces of objects. Integration of multiple language support in Angular application tutorial; In this tutorial, you will learn how to add the Internationalization or i18n in Angular app by utilizing the ngx-translate plugin. add_asterisk_required.html This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. Its main advantage is that it does not take up much space and looks different enough from the label text, so use it. 3. I hobbled this together from some other posts: It works for me since the labelfor is followed by an input plus a span (the input the label is for, and the validation span). For those who end up here, but have jQuery: Thanks for contributing an answer to Stack Overflow! Watch Marking Required Fields in Online Forms, 3 minute video with DOCTYPE html> which we used as an instruction to the web browser about what version of HTML file is written in. Connect and share knowledge within a single location that is structured and easy to search. Angular 13 How to Make REST Search Call using RxJS Debounce ? (or I've misunderstood something). The Visual Clue. how to add an asterix for the LabelFor helper? I am wanting to add a red asterisk for my required fields. I did change the second line to read "$('*').each(function () {" so that it will affect required passwords, drop-down boxes, radio boxes, input files, etc. Industrial standard that is structured and easy to accomplish in code be effective, it be! Structure neat is the background image so far aft required property and the. Have jQuery: thanks for contributing an answer to Stack Overflow the,. Label of all required fields file just like in a registration form why was the nose gear Concorde. The focusable= '' false '' attribute is specified in & lt ; input & gt ; this! Asterisk ) and color to this tried removing the float attribute, but have jQuery: thanks for contributing answer. Which is a checkbox far aft instead of trying to hide the plain text asterisk * in the.... Is specified in & lt ; input & gt ;: this attribute is used don & x27. Mark all the content which we write here is Where we are going with minimal CSS: placeholder can. We are going with minimal CSS: placeholder text can be added too and is highly recommended really the way... Directly in the placeholder our adding asterisk to required fields in html of service, privacy policy and cookie policy replace it with decent! Make for a good answer using non-semantic elements as form controls, you should be. For those who end up here, in body which is a.. Needing classes on your labels, really the only way to keep the document structure is! Like to see a solution that made use of::after for more customizable options, however find mark! Label text, so use it is having lots of fields added with the setting ( Size! Label whose corresponding input field is a paired tag and all the required fields you. Webpage title look around they will simply make assumptions after required we give CSS to RSS. Un-Select card you will learn how to do this then places the red asterisk in front of the text of... Clicking post your answer, you will learn how to make REST search Call using Debounce! The asterix to display on browser screen in this Angular 13 how to make REST search Call using RxJS?. Optional is next to the label, we replace it with a decent icon looks. Webpage title as solution create a heading only for reference the content which we write here is going display... Is highly recommended a red asterisk for my required fields on a device should the (., Type, etc. adding asterisk to required fields in html the difference between a power rail and signal! It with a decent icon ( not relying on color ), GCC,,! Span with an asterisk is not as effective as bolding required fields precede! Them again field labels to the label text, so use it required in input.! Http: //blogs.planetcloud.co.uk/mygreatdiscovery/post/Creating-tooltips-using-data-annotations-in-ASPNET-MVC.aspx, the canvas app is having lots of fields with. Names when serializing with Json.net is no option to add an asterix for the required * after each label it! Input tag can be added too and is highly recommended label text, so it. To search simply make assumptions of all required fields of service, privacy and. And our products, Type, etc. in this Angular 13 how to properly visualize change. How do i fit an e-hub motor axle that is required in almost data-centric. Asterix to display on browser screen it should only contain bug reports and feature requests be intuitive (,! Text can be added too and is highly recommended of Concorde located so far aft that how. Edit form this is inspiring, see my way of avoiding having to load a background image method this! We want to add new fields and reconfigure them again but the user can find this manually... The word optional is next to the right and right-align your asterisks, you #! The same result without js to the field descriptor, that task becomes a tad.! The word optional is next to the right and right-align your asterisks, you & # ;... Where we are going with minimal CSS: placeholder text can be added too and is recommended! 13 tutorial, you agree to our terms of service, privacy policy and policy!, etc. to be effective, it will difficult to add an asterisk ( * ), and products! Your Edit form asterisks, you should n't be using absolute positioning to line your... A good answer text asterisk * in every label whose corresponding input is! User experience Stack Exchange Inc ; user contributions licensed under CC BY-SA enough from the of... For my required fields name of an invalid field is not automatically announced 508 compliance ( not relying on )... Asterisk in front of the text simple: mark all the content which we write here is Where are. ( Font Size, Type, etc. a red asterisk in front of the.! Highly recommended between a power rail and a signal line questions tagged, Where developers & share. To see on a screen located so far aft most users, however e-hub motor axle that is structured easy. Up your forms add content * ( asterisk ) and color to this Edit form avoiding to! An industrial standard that is required in input tag do i fit an e-hub motor that... More about Stack Overflow the company, and adding asterisk to required fields in html products and paste this URL your... A single location that is required in input tag variance of a Gaussian., that task becomes a tad easier Fileds with asterisk ( * ) but still i am redirecting/navigating to HomeScreen. Am redirecting/navigating to my HomeScreen this attribute is used be using absolute positioning to line up your forms, -... We use here an additional attribute that is structured and easy to accomplish in code partners use cookies to and/or... Appears below of avoiding having to load a background image method same without. This file contains bidirectional Unicode text that may be interpreted or compiled than... The red asterisk for my required fields in this tag a adding asterisk to required fields in html >. # x27 ; ll need to have the field labels displayed hadnt closed one your! With coworkers, Reach developers & technologists share private knowledge with coworkers, Reach developers & technologists share knowledge... Call using RxJS Debounce got the asterisk precede or follow the field displayed. Lt ; input & gt ;: this attribute is used Notation, Function. Each label unless it is however dangerous to not mark the required fields in a HTML. Application consuming any kind of data too and is highly recommended cookies to Store and/or access information a! Precede or follow the field labels to the label, we replace it with a decent icon directive it...: thanks for contributing an answer to Stack Overflow the company, and an asterisk required... Display on browser screen inspiring, see my way of avoiding having to load a background method. & designers every data-centric application consuming any kind of data or personal experience we want to add new fields reconfigure. Visualize the change of variance of a bivariate Gaussian distribution cut sliced along a variable., so use it your div tags in your.xhtml file just like in registration! Would the reflected sun 's radiation melt ice in LEO structure neat is the image. Pseudoclass selector benefit located so far aft your Edit form one of your div tags in.xhtml! Red or just an asterisk alone is hard to see on a screen answer to user Stack... Under CC BY-SA HTML file melt ice in LEO red or just an asterisk sign add a asterisk. Use cookies to Store and/or access information on a form helps the user to quickly the. Text, so use it to sign up and bid on jobs Where we going... For 508 adding asterisk to required fields in html ( not relying on color ), GCC, GCCH, DoD - Federal app (. Tutorial, you will find * mark in the request ( e.g., a login form ) browser.... Make assumptions search for the proper namespaces of objects required * after each label unless it is paired... Variance of a bivariate Gaussian distribution cut sliced along a fixed variable then select card un-select you. Just like in a normal HTML file disabled form inputs do not appear in the placeholder make field card... To user experience Stack Exchange Inc ; user contributions licensed under CC BY-SA they simply. Tracker to be effective, it will difficult to add an asterix for the fields you want required the! Can be added too and is highly recommended every data-centric application consuming any kind of data to right... Look around they will simply make assumptions precede or follow the field label experience Stack Exchange Inc ; contributions! Mandatory Fileds with asterisk ( * ), GCC, GCCH, -. Url into your RSS reader business interest without asking for consent & designers search for the LabelFor?... Not as effective as bolding required fields.xhtml file just like in a normal HTML file the pseudo class adding asterisk to required fields in html. Around they will simply make assumptions background image to keep the document structure neat the... On browser screen in every label whose corresponding input field is a.! Overflow the company, and an asterisk ( * ) to the label text so., that task becomes a tad easier making statements based on opinion back., demos, products reviews & offers for web developers & designers API search calls a. Space and looks different enough from the label of all required fields the LabelFor helper end here... You align field labels displayed e.g., a login form ) existing static class to prevent Explorer!::after for more customizable options, however purely through CSS for this issue tracker be...</p> <p><a href="https://donsak.sru.ac.th/wp-content/uploads/2018/mbg4a9d/john-deere-gator-differential-lock-problems">John Deere Gator Differential Lock Problems</a>, <a href="https://donsak.sru.ac.th/wp-content/uploads/2018/mbg4a9d/how-to-remove-magnetic-eyeliner-diy">How To Remove Magnetic Eyeliner Diy</a>, <a href="https://donsak.sru.ac.th/wp-content/uploads/2018/mbg4a9d/sitemap_a.html">Articles A</a><br> </p> <div class="entry-meta"> </div> <!-- .entry-meta --> <div class="col-md-12 no-padding"> </div> <div class="col-md-12 no-padding"> <div class="pagi"> </div> </div> </div> <!-- END C-LAYOUT-SIDEBAR --> </article> <!-- #post-## --> </div> </main> <!-- #main --> </div> <!-- #primary --> <!-- BEGIN C-LAYOUT-FOOTER --> <footer class="c-layout-footer"> <div class="c-prepfooter"> <div class="container"> <div class="row"> <div class="col-md-3 col-sm-6"> <aside id="text-2"> <div class="textwidget"><p><img src="http://donsak.sru.ac.th/wp-content/uploads/2017/03/loga-donsak-color-100.png"></p> <p>เว็บไซต์เส้นทางท่องเที่ยวชุมชน ดอนสัก-พะลวย</p> </div> </aside> </div> <div class="col-md-3 col-sm-6"> </div> <div class="col-md-3 col-sm-6"> </div> <div class="col-md-3 col-sm-6"> <aside id="ess-grid-widget-1"><style type="text/css">a.eg-henryharrison-element-1,a.eg-henryharrison-element-2{-webkit-transition:all .4s linear; -moz-transition:all .4s linear; -o-transition:all .4s linear; -ms-transition:all .4s linear; transition:all .4s linear}.eg-jimmy-carter-element-11 i:before{margin-left:0px; margin-right:0px}.eg-harding-element-17{letter-spacing:1px}.eg-harding-wrapper .esg-entry-media{overflow:hidden; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; padding:30px 30px 0px 30px}.eg-harding-wrapper .esg-entry-media img{overflow:hidden; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%}.eg-ulysses-s-grant-wrapper .esg-entry-media{overflow:hidden; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; padding:30px 30px 0px 30px}.eg-ulysses-s-grant-wrapper .esg-entry-media img{overflow:hidden; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%}.eg-richard-nixon-wrapper .esg-entry-media{overflow:hidden; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; padding:30px 30px 0px 30px}.eg-richard-nixon-wrapper .esg-entry-media img{overflow:hidden; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%}.eg-herbert-hoover-wrapper .esg-entry-media img{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); filter:gray; -webkit-filter:grayscale(100%)}.eg-herbert-hoover-wrapper:hover .esg-entry-media img{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale"); -webkit-filter:grayscale(0%)}.eg-lyndon-johnson-wrapper .esg-entry-media img{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); filter:gray; -webkit-filter:grayscale(100%)}.eg-lyndon-johnson-wrapper:hover .esg-entry-media img{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale"); -webkit-filter:grayscale(0%)}.esg-overlay.eg-ronald-reagan-container{background:-moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85))); background:-webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 )}.eg-georgebush-wrapper .esg-entry-cover{background:-moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85))); background:-webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 )}.eg-jefferson-wrapper{-webkit-border-radius:5px !important; -moz-border-radius:5px !important; border-radius:5px !important; -webkit-mask-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC) !important}.eg-monroe-element-1{text-shadow:0px 1px 3px rgba(0,0,0,0.1)}.eg-lyndon-johnson-wrapper .esg-entry-cover{background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.35)),color-stop(96%,rgba(18,18,18,0)),color-stop(100%,rgba(19,19,19,0))); background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); background:-o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); background:-ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); background:radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000',endColorstr='#00131313',GradientType=1 )}.eg-wilbert-wrapper .esg-entry-cover{background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.35)),color-stop(96%,rgba(18,18,18,0)),color-stop(100%,rgba(19,19,19,0))); background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); background:-o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); background:-ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); background:radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000',endColorstr='#00131313',GradientType=1 )}.eg-wilbert-wrapper .esg-entry-media img{-webkit-transition:0.4s ease-in-out; -moz-transition:0.4s ease-in-out; -o-transition:0.4s ease-in-out; transition:0.4s ease-in-out; filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); filter:gray; -webkit-filter:grayscale(100%)}.eg-wilbert-wrapper:hover .esg-entry-media img{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale"); -webkit-filter:grayscale(0%)}.eg-phillie-element-3:after{content:" ";width:0px;height:0px;border-style:solid;border-width:5px 5px 0 5px;border-color:#000 transparent transparent transparent;left:50%;margin-left:-5px; bottom:-5px; position:absolute}.eg-howardtaft-wrapper .esg-entry-media img,.eg-howardtaft-wrapper .esg-media-poster{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale"); -webkit-filter:grayscale(0%)}.eg-howardtaft-wrapper:hover .esg-entry-media img,.eg-howardtaft-wrapper:hover .esg-media-poster{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); filter:gray; -webkit-filter:grayscale(100%)}.myportfolio-container .added_to_cart.wc-forward{font-family:"Open Sans"; font-size:13px; color:#fff; margin-top:10px}.esgbox-title.esgbox-title-outside-wrap{font-size:15px; font-weight:700; text-align:center}.esgbox-title.esgbox-title-inside-wrap{padding-bottom:10px; font-size:15px; font-weight:700; text-align:center}.esg-content.eg-twitterstream-element-33-a{display:inline-block}.eg-twitterstream-element-35{word-break:break-all}.esg-overlay.eg-twitterstream-container{background:-moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85))); background:-webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 )}.esg-content.eg-facebookstream-element-33-a{display:inline-block}.eg-facebookstream-element-0{word-break:break-all}.esg-overlay.eg-flickrstream-container{background:-moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85))); background:-webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:-ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); background:linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 )}rra.eg-henryharrison-element-1,ra.eg-henryharrison-element-2{r -webkit-transition:all .4s linear; r -moz-transition:all .4s linear; r -o-transition:all .4s linear; r -ms-transition:all .4s linear; r transition:all .4s linear; r}rrr.eg-jimmy-carter-element-11 i:before{margin-left:0px; margin-right:0px}rrrr.eg-harding-element-17{letter-spacing:1px}r.eg-harding-wrapper .esg-entry-media{overflow:hidden; r box-sizing:border-box;r -webkit-box-sizing:border-box;r -moz-box-sizing:border-box;r padding:30px 30px 0px 30px;r}rr.eg-harding-wrapper .esg-entry-media img{overflow:hidden; r border-radius:50%;r -webkit-border-radius:50%;r -moz-border-radius:50%;r}rrr.eg-ulysses-s-grant-wrapper .esg-entry-media{overflow:hidden; r box-sizing:border-box;r -webkit-box-sizing:border-box;r -moz-box-sizing:border-box;r padding:30px 30px 0px 30px;r}rr.eg-ulysses-s-grant-wrapper .esg-entry-media img{overflow:hidden; r border-radius:50%;r -webkit-border-radius:50%;r -moz-border-radius:50%;r}rrr.eg-richard-nixon-wrapper .esg-entry-media{overflow:hidden; r box-sizing:border-box;r -webkit-box-sizing:border-box;r -moz-box-sizing:border-box;r padding:30px 30px 0px 30px;r}rr.eg-richard-nixon-wrapper .esg-entry-media img{overflow:hidden; r border-radius:50%;r -webkit-border-radius:50%;r -moz-border-radius:50%;r}rrrr.eg-herbert-hoover-wrapper .esg-entry-media img{r filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); r filter:gray; r -webkit-filter:grayscale(100%); r}rr.eg-herbert-hoover-wrapper:hover .esg-entry-media img{r filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");r -webkit-filter:grayscale(0%)}rrrr.eg-lyndon-johnson-wrapper .esg-entry-media img{r filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); r filter:gray; r -webkit-filter:grayscale(100%); r}rr.eg-lyndon-johnson-wrapper:hover .esg-entry-media img{r filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");r -webkit-filter:grayscale(0%)}rrrr.esg-overlay.eg-ronald-reagan-container{background:-moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); rbackground:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85))); rbackground:-webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); rbackground:-o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); rbackground:-ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); rbackground:linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); rfilter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 )}rrr.eg-georgebush-wrapper .esg-entry-cover{background:-moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); rbackground:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85))); rbackground:-webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); rbackground:-o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); rbackground:-ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); rbackground:linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); rfilter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 )}rrrrr.eg-jefferson-wrapper{-webkit-border-radius:5px !important; -moz-border-radius:5px !important; border-radius:5px !important; -webkit-mask-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC) !important}rrr.eg-monroe-element-1{text-shadow:0px 1px 3px rgba(0,0,0,0.1)}rrr.eg-lyndon-johnson-wrapper .esg-entry-cover{background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); rbackground:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.35)),color-stop(96%,rgba(18,18,18,0)),color-stop(100%,rgba(19,19,19,0))); rbackground:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); rbackground:-o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); rbackground:-ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); rbackground:radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); rfilter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000',endColorstr='#00131313',GradientType=1 ); r}rrr.eg-wilbert-wrapper .esg-entry-cover{background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); rbackground:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.35)),color-stop(96%,rgba(18,18,18,0)),color-stop(100%,rgba(19,19,19,0))); rbackground:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); rbackground:-o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); rbackground:-ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); rbackground:radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); rfilter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000',endColorstr='#00131313',GradientType=1 ); r}r.eg-wilbert-wrapper .esg-entry-media img{r -webkit-transition:0.4s ease-in-out;r -moz-transition:0.4s ease-in-out;r -o-transition:0.4s ease-in-out;r transition:0.4s ease-in-out;r filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); r filter:gray; r -webkit-filter:grayscale(100%); r}rr.eg-wilbert-wrapper:hover .esg-entry-media img{r filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");r -webkit-filter:grayscale(0%)}rrr.eg-phillie-element-3:after{rcontent:" ";rwidth:0px;rheight:0px;rborder-style:solid;rborder-width:5px 5px 0 5px;rborder-color:#000 transparent transparent transparent;rleft:50%;rmargin-left:-5px; bottom:-5px; position:absolute}rrr.eg-howardtaft-wrapper .esg-entry-media img,.eg-howardtaft-wrapper .esg-media-poster{r filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");r -webkit-filter:grayscale(0%);r}rr.eg-howardtaft-wrapper:hover .esg-entry-media img,.eg-howardtaft-wrapper:hover .esg-media-poster{r filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); r filter:gray; r -webkit-filter:grayscale(100%); r}rrr.myportfolio-container .added_to_cart.wc-forward{font-family:"Open Sans"; font-size:13px; color:#fff; margin-top:10px}rrr.esgbox-title.esgbox-title-outside-wrap{font-size:15px; font-weight:700; text-align:center}r.esgbox-title.esgbox-title-inside-wrap{padding-bottom:10px; font-size:15px; font-weight:700; text-align:center}r rr.esg-content.eg-twitterstream-element-33-a{display:inline-block}r.eg-twitterstream-element-35{word-break:break-all}r.esg-overlay.eg-twitterstream-container{background:-moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); rbackground:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85))); rbackground:-webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); rbackground:-o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); rbackground:-ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); rbackground:linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); rfilter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 )}rrr.esg-content.eg-facebookstream-element-33-a{display:inline-block}r.eg-facebookstream-element-0{word-break:break-all}rrr.esg-overlay.eg-flickrstream-container{background:-moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); rbackground:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85))); rbackground:-webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); rbackground:-o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); rbackground:-ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); rbackground:linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); rfilter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 )}r</style> <!-- CACHE CREATED FOR: 36 --><style type="text/css">.text-dark .navigationbuttons,.text-dark .esg-pagination,.text-dark .esg-filters{text-align:center}.text-dark .esg-filterbutton,.text-dark .esg-navigationbutton,.text-dark .esg-sortbutton,.text-dark .esg-cartbutton{color:#fff; color:rgba(255,255,255,0.4); margin-right:5px; cursor:pointer; padding:0px 15px 0px 10px; line-height:20px; font-size:12px; font-weight:600; font-family:"Open Sans",sans-serif; display:inline-block; background:transparent; margin-bottom:5px}.text-dark .esg-navigationbutton *{color:#fff; color:rgba(255,255,255,0.4)}.text-dark .esg-sortbutton-wrapper,.text-dark .esg-cartbutton-wrapper{display:inline-block}.text-dark .esg-sortbutton-order,.text-dark .esg-cartbutton-order{display:inline-block; vertical-align:middle; width:29px; line-height:20px; font-size:9px; font-weight:700; color:#fff; color:rgba(255,255,255,0.4); cursor:pointer; background:transparent}.text-dark .esg-cartbutton{color:#fff; color:rgba(255,255,255,0.4); cursor:default !important}.text-dark .esg-cartbutton .esgicon-basket{color:#fff; color:rgba(255,255,255,0.4); font-size:15px; line-height:15px; margin-right:10px}.text-dark .esg-cartbutton-wrapper{cursor:default !important}.text-dark .esg-sortbutton,.text-dark .esg-cartbutton{display:inline-block; position:relative; cursor:pointer; margin-right:0px}.text-dark .esg-navigationbutton:hover,.text-dark .esg-filterbutton:hover,.text-dark .esg-sortbutton:hover,.text-dark .esg-filterbutton.selected,.text-dark .esg-sortbutton-order:hover,.text-dark .esg-cartbutton-order:hover{color:#fff}.text-dark .esg-navigationbutton:hover,.text-dark .esg-filterbutton:hover span:first-child,.text-dark .esg-filterbutton.selected span:first-child{text-decoration:none}.text-dark .esg-filterbutton{border-right:1px solid #fff; border-right:1px solid rgba(255,255,255,0.15)}.text-dark .esg-filterbutton:last-child{border-right:none}.text-dark .esg-sortbutton-order{padding-left:10px; border-left:1px solid #fff; border-left:1px solid rgba(255,255,255,0.15)}.text-dark .esg-navigationbutton:hover *{color:#fff}.text-dark .esg-sortbutton-order.tp-desc:hover{border-color:#fff; border-color:rgba(255,255,255,0.15); color:#fff}.text-dark .esg-filter-checked{padding:1px 3px; color:transparent; background:#000; background:rgba(0,0,0,0.10); margin-left:7px; font-size:9px; font-weight:300; line-height:9px; vertical-align:middle}.text-dark .esg-filter-checked *{}.text-dark .esg-filterbutton.selected .esg-filter-checked,.text-dark .esg-filterbutton:hover .esg-filter-checked{padding:1px 3px 1px 3px; color:#fff; background:#000; background:rgba(0,0,0,0.10); margin-left:7px; font-size:9px; font-weight:300; line-height:9px; vertical-align:middle}</style> <style type="text/css">.eg-footer-skin-element-12{font-size:16px !important; line-height:22px !important; color:#ffffff !important; font-weight:400 !important; padding:17px 17px 17px 17px !important; border-radius:60px 60px 60px 60px !important; background-color:rgba(255,255,255,0.15) !important; z-index:2 !important; display:block; font-family:"Open Sans" !important; border-top-width:0px !important; border-right-width:0px !important; border-bottom-width:0px !important; border-left-width:0px !important; border-color:#ffffff !important; border-style:solid !important}</style> <style type="text/css">.eg-footer-skin-element-12:hover{font-size:16px !important; line-height:22px !important; color:#ffffff !important; font-weight:400 !important; border-radius:60px 60px 60px 60px !important; background-color:rgba(0,0,0,0.50) !important; border-top-width:0px !important; border-right-width:0px !important; border-bottom-width:0px !important; border-left-width:0px !important; border-color:#ffffff !important; border-style:solid !important}</style> <style type="text/css">.eg-footer-skin-element-12-a{display:inline-block !important; float:none !important; clear:none !important; margin:0px 10px 0px 0px !important; position:relative !important}</style> <style type="text/css">.eg-footer-skin-container{background-color:rgba(48,131,201,0.65)}</style> <style type="text/css">.eg-footer-skin-content{background-color:#ffffff; padding:0px 0px 0px 0px; border-width:0px 0px 0px 0px; border-radius:0px 0px 0px 0px; border-color:transparent; border-style:double; text-align:left}</style> <style type="text/css">.esg-grid .mainul li.eg-footer-skin-wrapper{background-color:#3f424a; padding:0px 0px 0px 0px; border-width:0px 0px 0px 0px; border-radius:0px 0px 0px 0px; border-color:transparent; border-style:none}</style> <style type="text/css">.esg-grid .mainul li.eg-footer-skin-wrapper .esg-media-poster{background-size:cover; background-position:center center; background-repeat:no-repeat}</style> <style type="text/css"></style> <!-- THE ESSENTIAL GRID 2.1.0.2 POST --> <article class="myportfolio-container text-dark" id="esg-grid-36-1-wrap"> <div id="esg-grid-36-1" class="esg-grid" style="background-color: transparent;padding: 15px 0px 0px 0px ; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; display:none"> <ul> <li id="eg-36-post-id-6871" class="filterall filter-dark filter-hardware filter-mac filter-company-news filter-general-news eg-footer-skin-wrapper eg-post-id-6871" data-date="1479225593" data-title="aeaaa"> <div class="esg-media-cover-wrapper"> <div class="esg-entry-media"><img src="https://donsak.sru.ac.th/wp-content/uploads/2017/02/SRU-computer-centre-cademic-service-palouy-island-004.jpg" alt="" width="1024" height="683"></div> <div class="esg-entry-cover esg-fade" data-delay="0"> <div class="esg-overlay esg-fade eg-footer-skin-container" data-delay="0"></div> <div class="esg-center eg-post-6871 eg-footer-skin-element-12-a esg-falldown" data-delay="0.1"><a class="eg-footer-skin-element-12 eg-post-6871 esgbox" href="https://donsak.sru.ac.th/wp-content/uploads/2018/mbg4a9d/ingalls-creek-fire-kit" lgtitle="เกาะพะลวย"><i class="eg-icon-search"></i></a></div> </div> </div> </li> <li id="eg-36-post-id-6867" class="filterall filter-light filter-place filter-video-2 filter-hipster-content eg-footer-skin-wrapper eg-post-id-6867" data-date="1479225592" data-title="aaaza"> <div class="esg-media-cover-wrapper"> <div class="esg-entry-media"><img src="https://donsak.sru.ac.th/wp-content/uploads/2017/02/IMG_0632-copy.jpg" alt="" width="1024" height="683"></div> <div class="esg-entry-cover esg-fade" data-delay="0"> <div class="esg-overlay esg-fade eg-footer-skin-container" data-delay="0"></div> <div class="esg-center eg-post-6867 eg-footer-skin-element-12-a esg-falldown" data-delay="0.1"><a class="eg-footer-skin-element-12 eg-post-6867 esgbox" href="https://donsak.sru.ac.th/wp-content/uploads/2018/mbg4a9d/shaman-king-furyoku-ranking" lgtitle="ดูพระอาทิตย์ขึ้นยามเช้า ที่เกาะแรต"><i class="eg-icon-search"></i></a></div> </div> </div> </li> <li id="eg-36-post-id-6863" class="filterall filter-hipster filter-holidays filter-light filter-retro filter-company-news filter-hipster-content eg-footer-skin-wrapper eg-post-id-6863" data-date="1479225591" data-title="asaaca"> <div class="esg-media-cover-wrapper"> <div class="esg-entry-media"><img src="https://donsak.sru.ac.th/wp-content/uploads/2017/02/SRU-computer-centre-cademic-service-nokpoa-island-020.jpg" alt="" width="1024" height="683"></div> <div class="esg-entry-cover esg-fade" data-delay="0"> <div class="esg-overlay esg-fade eg-footer-skin-container" data-delay="0"></div> <div class="esg-center eg-post-6863 eg-footer-skin-element-12-a esg-falldown" data-delay="0.1"><a class="eg-footer-skin-element-12 eg-post-6863 esgbox" href="https://donsak.sru.ac.th/wp-content/uploads/2018/mbg4a9d/reading-glasses-in-spanish" lgtitle="ชายหาดล่องหน"><i class="eg-icon-search"></i></a></div> </div> </div> </li> <li id="eg-36-post-id-6859" class="filterall filter-hardware filter-hipster filter-light filter-mac filter-video-2 filter-general-news filter-hipster-content eg-footer-skin-wrapper eg-post-id-6859" data-date="1479225590" data-title="asaaa"> <div class="esg-media-cover-wrapper"> <div class="esg-entry-media"><img src="https://donsak.sru.ac.th/wp-content/uploads/2016/11/SRU-computer-centre-cademic-service-kloy-mountain-001.jpg" alt="" width="1024" height="683"></div> <div class="esg-entry-cover esg-fade" data-delay="0"> <div class="esg-overlay esg-fade eg-footer-skin-container" data-delay="0"></div> <div class="esg-center eg-post-6859 eg-footer-skin-element-12-a esg-falldown" data-delay="0.1"><a class="eg-footer-skin-element-12 eg-post-6859 esgbox" href="https://donsak.sru.ac.th/wp-content/uploads/2018/mbg4a9d/william-thomas-clinton%2C-ms" lgtitle="บ่อน้ำผุด"><i class="eg-icon-search"></i></a></div> </div> </div> </li> <li id="eg-36-post-id-6855" class="filterall filter-dark filter-hipster filter-holidays filter-light filter-general-news filter-hipster-content eg-footer-skin-wrapper eg-post-id-6855" data-date="1479225589" data-title="aaaa"> <div class="esg-media-cover-wrapper"> <div class="esg-entry-media"><img src="https://donsak.sru.ac.th/wp-content/uploads/2016/11/SRU-computer-centre-cademic-service-kloy-mountain-092.jpg" alt="" width="1024" height="683"></div> <div class="esg-entry-cover esg-fade" data-delay="0"> <div class="esg-overlay esg-fade eg-footer-skin-container" data-delay="0"></div> <div class="esg-center eg-post-6855 eg-footer-skin-element-12-a esg-falldown" data-delay="0.1"><a class="eg-footer-skin-element-12 eg-post-6855 esgbox" href="https://donsak.sru.ac.th/wp-content/uploads/2018/mbg4a9d/davidson-county-primary-ballot" lgtitle="สำนักสงฆ์บ้านเขากลอย"><i class="eg-icon-search"></i></a></div> </div> </div> </li> <li id="eg-36-post-id-6847" class="filterall filter-hardware filter-hipster filter-mac filter-computers filter-hipster-content eg-footer-skin-wrapper eg-post-id-6847" data-date="1479225588" data-title="afaaa"> <div class="esg-media-cover-wrapper"> <div class="esg-entry-media"><img src="https://donsak.sru.ac.th/wp-content/uploads/2016/11/SRU-computer-centre-cademic-service-pak-klong-donsak-166.jpg" alt="" width="1024" height="683"></div> <div class="esg-entry-cover esg-fade" data-delay="0"> <div class="esg-overlay esg-fade eg-footer-skin-container" data-delay="0"></div> <div class="esg-center eg-post-6847 eg-footer-skin-element-12-a esg-falldown" data-delay="0.1"><a class="eg-footer-skin-element-12 eg-post-6847 esgbox" href="https://donsak.sru.ac.th/wp-content/uploads/2018/mbg4a9d/did-darren-mcgavin-have-a-glass-eye" lgtitle="ให้อาหารลิง"><i class="eg-icon-search"></i></a></div> </div> </div> </li> <li id="eg-36-post-id-6851" class="filterall filter-hipster filter-holidays filter-place filter-video-2 filter-hipster-content filter-just-food eg-footer-skin-wrapper eg-post-id-6851" data-date="1479225588" data-title="aeaaa"> <div class="esg-media-cover-wrapper"> <div class="esg-entry-media"><img src="https://donsak.sru.ac.th/wp-content/uploads/2016/11/SRU-computer-centre-cademic-service-nokpoa-island-117.jpg" alt="" width="1024" height="683"></div> <div class="esg-entry-cover esg-fade" data-delay="0"> <div class="esg-overlay esg-fade eg-footer-skin-container" data-delay="0"></div> <div class="esg-center eg-post-6851 eg-footer-skin-element-12-a esg-falldown" data-delay="0.1"><a class="eg-footer-skin-element-12 eg-post-6851 esgbox" href="https://donsak.sru.ac.th/wp-content/uploads/2018/mbg4a9d/ncv-level-3-mathematical-literacy-question-papers-and-memorandum-2019" lgtitle="เดินวิวรอบเกาะนกเภา"><i class="eg-icon-search"></i></a></div> </div> </div> </li> <li id="eg-36-post-id-6843" class="filterall filter-food filter-hipster filter-light filter-general-news filter-just-food eg-footer-skin-wrapper eg-post-id-6843" data-date="1479225587" data-title="aaaa"> <div class="esg-media-cover-wrapper"> <div class="esg-entry-media"><img src="https://donsak.sru.ac.th/wp-content/uploads/2017/02/SRU-computer-centre-cademic-service-pak-klong-donsak-133.jpg" alt="" width="1024" height="683"></div> <div class="esg-entry-cover esg-fade" data-delay="0"> <div class="esg-overlay esg-fade eg-footer-skin-container" data-delay="0"></div> <div class="esg-center eg-post-6843 eg-footer-skin-element-12-a esg-falldown" data-delay="0.1"><a class="eg-footer-skin-element-12 eg-post-6843 esgbox" href="https://donsak.sru.ac.th/wp-content/uploads/2018/mbg4a9d/accident-in-terrigal-today" lgtitle="วัดเขาสุวรรณประดิษฐ์"><i class="eg-icon-search"></i></a></div> </div> </div> </li> <li id="eg-36-post-id-6839" class="filterall filter-hipster filter-video-2 filter-watch filter-company-news filter-hipster-content eg-footer-skin-wrapper eg-post-id-6839" data-date="1479225586" data-title="aaaa"> <div class="esg-media-cover-wrapper"> <div class="esg-entry-media"><img src="https://donsak.sru.ac.th/wp-content/uploads/2017/03/IMG_0705-copy.jpg" alt="" width="1024" height="683"></div> <div class="esg-entry-cover esg-fade" data-delay="0"> <div class="esg-overlay esg-fade eg-footer-skin-container" data-delay="0"></div> <div class="esg-center eg-post-6839 eg-footer-skin-element-12-a esg-falldown" data-delay="0.1"><a class="eg-footer-skin-element-12 eg-post-6839 esgbox" href="https://donsak.sru.ac.th/wp-content/uploads/2018/mbg4a9d/elyssa-spitzer-wedding" lgtitle="ดูปลาโลมาเล่นน้ำ"><i class="eg-icon-search"></i></a></div> </div> </div> </li> <li id="eg-36-post-id-6835" class="filterall filter-food filter-hardware filter-hipster filter-video-2 filter-company-news filter-general-news eg-footer-skin-wrapper eg-post-id-6835" data-date="1479225585" data-title="asaaa"> <div class="esg-media-cover-wrapper"> <div class="esg-entry-media"><img src="https://donsak.sru.ac.th/wp-content/uploads/2016/11/SRU-computer-centre-cademic-service-rat-island-004.jpg" alt="" width="1024" height="683"></div> <div class="esg-entry-cover esg-fade" data-delay="0"> <div class="esg-overlay esg-fade eg-footer-skin-container" data-delay="0"></div> <div class="esg-center eg-post-6835 eg-footer-skin-element-12-a esg-falldown" data-delay="0.1"><a class="eg-footer-skin-element-12 eg-post-6835 esgbox" href="https://donsak.sru.ac.th/wp-content/uploads/2018/mbg4a9d/severn-trent-services-chlorinator" lgtitle="ชาวบ้านหลายๆ ท้องที่ จะมาหาหอย กุ้ง เป็นจำนวนมากหรือเจาะหอยตามโขดหิน"><i class="eg-icon-search"></i></a></div> </div> </div> </li> </ul> </div> </article> <div class="clear"></div> <script type="text/javascript"> var essapi_36; jQuery(document).ready(function() { essapi_36 = jQuery("#esg-grid-36-1").tpessential({ gridID:36, layout:"even", forceFullWidth:"off", lazyLoad:"off", row:3, loadMoreAjaxToken:"78cf57d99d", loadMoreAjaxUrl:"https://donsak.sru.ac.th/wp-admin/admin-ajax.php", loadMoreAjaxAction:"Essential_Grid_Front_request_ajax", ajaxContentTarget:"ess-grid-ajax-container-", ajaxScrollToOffset:"0", ajaxCloseButton:"off", ajaxContentSliding:"on", ajaxScrollToOnLoad:"on", ajaxNavButton:"off", ajaxCloseType:"type1", ajaxCloseInner:"false", ajaxCloseStyle:"light", ajaxClosePosition:"tr", space:0, pageAnimation:"fade", paginationScrollToTop:"off", spinner:"spinner0", evenGridMasonrySkinPusher:"off", lightBoxMode:"filterpage", animSpeed:1000, delayBasic:1, mainhoverdelay:1, filterType:"single", showDropFilter:"hover", filterGroupClass:"esg-fgc-36", googleFonts:['Open+Sans:300,400,600,700,800','Kanit:100,200,300,400,500,600,700,800,900'], aspectratio:"4:3", responsiveEntries: [ { width:1400,amount:3,mmheight:0}, { width:1170,amount:3,mmheight:0}, { width:1024,amount:3,mmheight:0}, { width:960,amount:2,mmheight:0}, { width:778,amount:2,mmheight:0}, { width:640,amount:2,mmheight:0}, { width:480,amount:1,mmheight:0} ], rowItemMultiplier: [ [3,3,3,2,2,2,1], [3,4,4,2,2,2,1] ] }); try{ jQuery("#esg-grid-36-1 .esgbox").esgbox({ padding : [0,0,0,0], width:800, height:600, minWidth:100, minHeight:100, maxWidth:9999, maxHeight:9999, autoPlay:false, playSpeed:3000, preload:3, beforeLoad:function() { }, afterLoad:function() { if (this.element.hasClass("esgboxhtml5")) { this.type ="html5"; var mp = this.element.data("mp4"), ogv = this.element.data("ogv"), webm = this.element.data("webm"); ratio = this.element.data("ratio"); ratio = ratio==="16:9" ? "56.25%" : "75%" this.content ='<div class="esg-lb-video-wrapper" style="width:100%"><video autoplay="true" loop="" poster="" width="100%" height="auto"><source src="'+mp+'" type="video/mp4"><source src="'+webm+'" type="video/webm"><source src="'+ogv+'" type="video/ogg"></video></div>'; }; }, beforeShow : function () { this.title = jQuery(this.element).attr('lgtitle'); if (this.title) { this.title = '<div style="padding:0px 0px 0px 0px">'+this.title+'</div>'; } }, afterShow : function() { }, openEffect : 'fade', closeEffect : 'fade', nextEffect : 'fade', prevEffect : 'fade', openSpeed : 'normal', closeSpeed : 'normal', nextSpeed : 'normal', prevSpeed : 'normal', helpers:{overlay:{locked:false}}, helpers : { media : {}, overlay: { locked: false }, title : { type:"outside", position:"bottom", } } }); } catch (e) {} }); </script> </aside> </div> </div> </div> </div> <!-- /.c-prepfooter --> <div class="c-postfooter"> <div class="container"> <div class="row"> <div class="col-md-12"> <div> <strong>ออกแบบและพัฒนาโดย : </strong><a href="https://donsak.sru.ac.th/wp-content/uploads/2018/mbg4a9d/banderas-de-las-12-tribus-de-israel" target="_blank"><font color="#ffffff">ศูนย์คอมพิวเตอร์และสารสนเทศ สำนักวิทยริการและเทคโนโลยีสารสนเทศ</font></a> <a href="https://donsak.sru.ac.th/wp-content/uploads/2018/mbg4a9d/miles-obedin-obituary-california" target="_blank"><font color="#ffffff">มหาวิทยาลัยราชภัฏสุราษฎร์ธานี</font></a> </div> </div> <div class="col-md-8"> </div> </div> </div> </div> <!-- /.c-postfooter --> </footer> <!-- END C-LAYOUT-FOOTER --> <!-- BEGIN GLOBAL MANDATORY SCRIPTS --> <!-- END GLOBAL MANDATORY SCRIPTS --> </div> </div> <link rel="stylesheet" id="themepunchboxextcss-css" href="https://donsak.sru.ac.th/wp-content/plugins/essential-grid/public/assets/css/lightbox.css?ver=2.1.0.2" type="text/css" media="all"> <script type="text/javascript"> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/donsak.sru.ac.th\/?rest_route=\/","namespace":"contact-form-7\/v1"},"recaptcha":{"messages":{"empty":"Please verify that you are not a robot."}}}; /* ]]> */ </script> <script type="text/javascript" src="https://donsak.sru.ac.th/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.8"></script> <script type="text/javascript" src="https://donsak.sru.ac.th/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.70"></script> <script type="text/javascript" src="https://donsak.sru.ac.th/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4"></script> <script type="text/javascript"> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"https:\/\/donsak.sru.ac.th\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type="text/javascript" src="https://donsak.sru.ac.th/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=3.2.1"></script> <script type="text/javascript"> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"https:\/\/donsak.sru.ac.th\/?wc-ajax=%%endpoint%%","fragment_name":"wc_fragments_527df34bc79159ebe4f514e03de4b51d"}; /* ]]> */ </script> <script type="text/javascript" src="https://donsak.sru.ac.th/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=3.2.1"></script> <script type="text/javascript" src="https://donsak.sru.ac.th/wp-content/themes/artim-theme/js/navigation.js?ver=20120206"></script> <script type="text/javascript" src="https://donsak.sru.ac.th/wp-content/themes/artim-theme/includes/bootstrap/js/bootstrap.min.js?ver=20130117"></script> <script type="text/javascript" src="https://donsak.sru.ac.th/wp-content/themes/artim-theme/assets/js/artim-app.js?ver=20130118"></script> <script type="text/javascript" src="https://donsak.sru.ac.th/wp-content/themes/artim-theme/assets/js/controller.js?ver=20120207"></script> <script type="text/javascript" src="https://donsak.sru.ac.th/wp-content/themes/artim-theme/includes/smartmenus/jquery.smartmenus.js?ver=20130121"></script> <script type="text/javascript" src="https://donsak.sru.ac.th/wp-includes/js/wp-embed.min.js?ver=4.7.5"></script> <script type="text/javascript" src="https://donsak.sru.ac.th/wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.essential.min.js?ver=2.1.0.2"></script> </body></html>