http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a90b1b57/www.hbasecon.com/etc/clientlibs/granite/jquery/granite.min.js
----------------------------------------------------------------------
diff --git a/www.hbasecon.com/etc/clientlibs/granite/jquery/granite.min.js 
b/www.hbasecon.com/etc/clientlibs/granite/jquery/granite.min.js
new file mode 100644
index 0000000..6933872
--- /dev/null
+++ b/www.hbasecon.com/etc/clientlibs/granite/jquery/granite.min.js
@@ -0,0 +1,92 @@
+(function(c,b,d){var a;
+b.Granite=b.Granite||{};
+b.Granite.$=b.Granite.$||c;
+b._g=b._g||{};
+b._g.$=b._g.$||c;
+a=Granite.HTTP;
+c.ajaxSetup({externalize:true,encodePath:true,hook:true,beforeSend:function(f,e){if(typeof
 
G_IS_HOOKED=="undefined"||!G_IS_HOOKED(e.url)){if(e.externalize){e.url=a.externalize(e.url)
+}if(e.encodePath){e.url=a.encodePathOfURI(e.url)
+}}if(e.hook){var g=a.getXhrHook(e.url,e.type,e.data);
+if(g){e.url=g.url;
+if(g.params){if(e.type.toUpperCase()=="GET"){e.url+="?"+c.param(g.params)
+}else{e.data=c.param(g.params)
+}}}}},statusCode:{403:function(e){if(e.getResponseHeader("X-Reason")==="Authentication
 Failed"){a.handleLoginRedirect()
+}}}});
+c.ajaxSettings.traditional=true
+}(jQuery,this));
+(function(e,b){e.Granite=e.Granite||{};
+if(e.Granite.csrf){return
+}e.Granite.csrf={initialised:false,refreshToken:l};
+function h(){this._handler=[]
+}h.prototype={then:function(r,q){this._handler.push({resolve:r,reject:q})
+},resolve:function(){this._execute("resolve",arguments)
+},reject:function(){this._execute("reject",arguments)
+},_execute:function(q,r){if(this._handler===null){throw new Error("Promise 
already completed.")
+}for(var s=0,t=this._handler.length;
+s<t;
+s++){this._handler[s][q].apply(e,r)
+}this.then=function(v,u){(q==="resolve"?v:u).apply(e,r)
+};
+this._handler=null
+}};
+function i(r){var 
s=document.location.host,u=document.location.protocol,t="//"+s,q=u+t;
+return(r==q||r.slice(0,q.length+1)==q+"/")||(r==t||r.slice(0,t.length+1)==t+"/")||!(/^(\/\/|http:|https:).*/.test(r))
+}var k=":cq_csrf_token",j="CSRF-Token",m="/libs/granite/csrf/token.json";
+var p,g;
+function l(){p=new h();
+var q=new XMLHttpRequest();
+q.onreadystatechange=function(){if(q.readyState===4){try{var 
s=JSON.parse(q.responseText);
+g=s.token;
+p.resolve(g)
+}catch(r){p.reject(q.responseText)
+}}};
+q.open("GET",Granite.HTTP.externalize(m),true);
+q.send();
+return p
+}function a(r){var s=r.getAttribute("action");
+if(s&&!i(s)){return
+}var q=r.querySelector('input[name="'+k+'"]');
+if(!q){q=document.createElement("input");
+q.setAttribute("type","hidden");
+q.setAttribute("name",k);
+r.appendChild(q)
+}q.setAttribute("value",g)
+}function n(q){var r=function(u){var s=u.target;
+if(s.nodeName.toLowerCase()==="form"&&g){a(s)
+}};
+if(q.addEventListener){q.addEventListener("submit",r,true)
+}else{if(q.attachEvent){q.attachEvent("submit",r)
+}}}l();
+n(document);
+var d=XMLHttpRequest.prototype.open;
+XMLHttpRequest.prototype.open=function(r,q){if(i(q)&&r.toLowerCase()!=="get"){this._csrf=true
+}return d.apply(this,arguments)
+};
+var c=XMLHttpRequest.prototype.send;
+XMLHttpRequest.prototype.send=function(s){if(!this._csrf){c.apply(this,arguments);
+return
+}if(g){this.setRequestHeader(j,g);
+c.apply(this,arguments);
+return
+}var q=this;
+var r=Array.prototype.slice.call(arguments);
+p.then(function(t){q.setRequestHeader(j,t);
+c.apply(q,r)
+},function(){if(e.console){console.error("Unable to read CSRF meta 
information")
+}c.apply(q,r)
+})
+};
+var f=HTMLFormElement.prototype.submit;
+HTMLFormElement.prototype.submit=function(){a(this);
+return f.apply(this,arguments)
+};
+if(e.Node){var o=Node.prototype.appendChild;
+Node.prototype.appendChild=function(){var q=o.apply(this,arguments);
+if(q.nodeName==="IFRAME"){try{if(q.contentWindow&&!q._csrf){q._csrf=true;
+n(q.contentWindow.document)
+}}catch(r){if(q.src&&q.src.length&&i(q.src)){if(e.console){console.error("Unable
 to attach CSRF token an iframe element on the same origin")
+}}}}return q
+}
+}setInterval(function(){l()
+},300000)
+})(this);
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a90b1b57/www.hbasecon.com/etc/clientlibs/granite/utils.min.js
----------------------------------------------------------------------
diff --git a/www.hbasecon.com/etc/clientlibs/granite/utils.min.js 
b/www.hbasecon.com/etc/clientlibs/granite/utils.min.js
new file mode 100644
index 0000000..4931d3a
--- /dev/null
+++ b/www.hbasecon.com/etc/clientlibs/granite/utils.min.js
@@ -0,0 +1,233 @@
+window.Granite=window.Granite||{};
+Granite.Sling={SELECTOR_INFINITY:".infinity",CHARSET:"_charset_",STATUS:":status",STATUS_BROWSER:"browser",OPERATION:":operation",OPERATION_DELETE:"delete",OPERATION_MOVE:"move",DELETE_SUFFIX:"@Delete",TYPEHINT_SUFFIX:"@TypeHint",COPY_SUFFIX:"@CopyFrom",MOVE_SUFFIX:"@MoveFrom",ORDER:":order",REPLACE:":replace",DESTINATION:":dest",SAVE_PARAM_PREFIX:":saveParamPrefix",IGNORE_PARAM:":ignore",REQUEST_LOGIN_PARAM:"sling:authRequestLogin",LOGIN_URL:"/system/sling/login.html",LOGOUT_URL:"/system/sling/logout.html"};
+(function(a,b){a.Util=(function(){var 
c={patchText:function(f,e){if(e){if(!b.isArray(e)){f=f.replace("{0}",e)
+}else{for(var d=0;
+d<e.length;
+d++){f=f.replace(("{"+d+"}"),e[d])
+}}}return f
+},getTopWindow:function(){var e=window;
+if(this.iFrameTopWindow){return this.iFrameTopWindow
+}try{while(e.parent&&e!==e.parent&&e.parent.location.href){e=e.parent
+}}catch(d){}return e
+},setIFrameMode:function(d){this.iFrameTopWindow=d||window
+},applyDefaults:function(){var f,h=arguments[0]||{};
+for(var e=1;
+e<arguments.length;
+e++){f=arguments[e];
+for(var d in f){var g=f[d];
+if(f.hasOwnProperty(d)&&g!==undefined){if(g!==null&&typeof g==="object"&&!(g 
instanceof Array)){h[d]=c.applyDefaults(h[d],g)
+}else{if(g instanceof Array){h[d]=g.slice(0)
+}else{h[d]=g
+}}}}}return h
+},getKeyCode:function(d){return d.keyCode?d.keyCode:d.which
+}};
+return c
+}())
+}(Granite,jQuery));
+(function(Granite,util,sling,$){Granite.HTTP=(function(){var 
contextPath=null,SCRIPT_URL_REGEXP=/^(?:http|https):\/\/[^\/]+(\/.*)\/(?:etc\.clientlibs|etc(\/.*)*\/clientlibs|libs(\/.*)*\/clientlibs|apps(\/.*)*\/clientlibs).*\.js(\?.*)?$/,ENCODE_PATH_REGEXP=/[^1\w-\.!~\*'\(\)\/%;:@&=\$,]/,loginRedirected=false,self={};
+self.getSchemeAndAuthority=function(url){var end;
+try{if(url.indexOf("://")==-1){return""
+}end=url.indexOf("/",url.indexOf("://")+3);
+return(end==-1)?url:url.substring(0,end)
+}catch(e){return""
+}};
+self.getContextPath=function(){return contextPath
+};
+self.detectContextPath=function(){try{if(window.CQURLInfo){contextPath=CQURLInfo.contextPath||""
+}else{var scripts=document.getElementsByTagName("script");
+for(var i=0;
+i<scripts.length;
+i++){var result=SCRIPT_URL_REGEXP.exec(scripts[i].src);
+if(result){contextPath=result[1];
+return
+}}contextPath=""
+}}catch(e){}};
+self.externalize=function(url){try{if(url.indexOf("/")==0&&contextPath&&url.indexOf(contextPath+"/")!=0){url=contextPath+url
+}}catch(e){}return url
+};
+self.internalize=function(url,doc){if(url.charAt(0)=="/"){if(contextPath===url){return""
+}else{if(contextPath&&url.indexOf(contextPath+"/")==0){return 
url.substring(contextPath.length)
+}else{return url
+}}}if(!doc){doc=document
+}var docHost=self.getSchemeAndAuthority(doc.location.href);
+var urlHost=self.getSchemeAndAuthority(url);
+if(docHost==urlHost){return 
url.substring(urlHost.length+(contextPath?contextPath.length:0))
+}else{return url
+}};
+self.getPath=function(url){if(!url){if(window.CQURLInfo&&CQURLInfo.requestPath){return
 CQURLInfo.requestPath
+}else{url=window.location.pathname
+}}else{url=self.removeParameters(url);
+url=self.removeAnchor(url)
+}url=self.internalize(url);
+var i=url.indexOf(".",url.lastIndexOf("/"));
+if(i!=-1){url=url.substring(0,i)
+}return url
+};
+self.removeAnchor=function(url){if(url.indexOf("#")!=-1){return 
url.substring(0,url.indexOf("#"))
+}return url
+};
+self.removeParameters=function(url){if(url.indexOf("?")!=-1){return 
url.substring(0,url.indexOf("?"))
+}return url
+};
+self.encodePathOfURI=function(url){var parts,delim;
+if(url.indexOf("?")!=-1){parts=url.split("?");
+delim="?"
+}else{if(url.indexOf("#")!=-1){parts=url.split("#");
+delim="#"
+}else{parts=[url]
+}}if(ENCODE_PATH_REGEXP.test(parts[0])){parts[0]=self.encodePath(parts[0])
+}return parts.join(delim)
+};
+self.encodePath=function(path){path=encodeURI(path).replace(/%5B/g,"[").replace(/%5D/g,"]");
+path=path.replace(/\+/g,"%2B");
+path=path.replace(/\?/g,"%3F");
+path=path.replace(/;/g,"%3B");
+path=path.replace(/#/g,"%23");
+path=path.replace(/=/g,"%3D");
+path=path.replace(/\$/g,"%24");
+path=path.replace(/,/g,"%2C");
+path=path.replace(/'/g,"%27");
+path=path.replace(/"/g,"%22");
+return path
+};
+self.handleLoginRedirect=function(){if(!loginRedirected){loginRedirected=true;
+alert(Granite.I18n.get("Your request could not be completed because you have 
been signed out."));
+var l=util.getTopWindow().document.location;
+l.href=self.externalize(sling.LOGIN_URL)+"?resource="+encodeURIComponent(l.pathname+l.search+l.hash)
+}};
+self.getXhrHook=function(url,method,params){method=method||"GET";
+if(window.G_XHR_HOOK&&$.isFunction(G_XHR_HOOK)){var p={url:url,method:method};
+if(params){p.params=params
+}return G_XHR_HOOK(p)
+}return null
+};
+self.eval=function(response){if(typeof 
response!="object"){response=$.ajax({url:response,type:"get",async:false})
+}try{return eval("("+(response.body?response.body:response.responseText)+")")
+}catch(e){}return null
+};
+return self
+}())
+}(Granite,Granite.Util,Granite.Sling,jQuery));
+(function(document,Granite,util,http,$){Granite.I18n=(function(){var 
dicts={},urlPrefix="/libs/cq/i18n/dict.",urlSuffix=".json",manualLocale=undefined,pseudoTranslations=false,languages=null,self={},manualDictionary=false,getDictionaryUrl=function(locale){if(manualDictionary){return
 urlPrefix+locale+urlSuffix
+}var dictionarySrc=$("html").attr("data-i18n-dictionary-src");
+if(!dictionarySrc){return urlPrefix+locale+urlSuffix
+}return 
dictionarySrc.replace("{locale}",encodeURIComponent(locale)).replace("{+locale}",locale)
+};
+self.LOCALE_DEFAULT="en";
+self.PSEUDO_LANGUAGE="zz";
+self.PSEUDO_PATTERN_KEY="_pseudoPattern_";
+self.init=function(config){config=config||{};
+this.setLocale(config.locale);
+this.setUrlPrefix(config.urlPrefix);
+this.setUrlSuffix(config.urlSuffix)
+};
+self.setLocale=function(locale){if(!locale){return
+}manualLocale=locale
+};
+self.getLocale=function(){if($.isFunction(manualLocale)){manualLocale=manualLocale()
+}return manualLocale||document.documentElement.lang||self.LOCALE_DEFAULT
+};
+self.setUrlPrefix=function(prefix){if(!prefix){return
+}urlPrefix=prefix;
+manualDictionary=true
+};
+self.setUrlSuffix=function(suffix){if(!suffix){return
+}urlSuffix=suffix;
+manualDictionary=true
+};
+self.getDictionary=function(locale){locale=locale||self.getLocale();
+if(!dicts[locale]){pseudoTranslations=(locale.indexOf(self.PSEUDO_LANGUAGE)==0);
+try{var 
response=$.ajax(getDictionaryUrl(locale),{async:false,dataType:"json"});
+dicts[locale]=$.parseJSON(response.responseText)
+}catch(e){}if(!dicts[locale]){dicts[locale]={}
+}}return dicts[locale]
+};
+self.get=function(text,snippets,note){var dict,newText,lookupText;
+dict=self.getDictionary();
+lookupText=pseudoTranslations?self.PSEUDO_PATTERN_KEY:note?text+" 
(("+note+"))":text;
+if(dict){newText=dict[lookupText]
+}if(!newText){newText=text
+}if(pseudoTranslations){newText=newText.replace("{string}",text).replace("{comment}",note?note:"")
+}return util.patchText(newText,snippets)
+};
+self.getVar=function(text,note){if(!text){return null
+}return self.get(text,null,note)
+};
+self.getLanguages=function(){if(!languages){try{var 
json=http.eval("/libs/wcm/core/resources/languages.overlay.infinity.json");
+$.each(json,function(name,lang){lang.title=self.getVar(lang.language);
+if(lang.title&&lang.country&&lang.country!="*"){lang.title+=" 
("+self.getVar(lang.country)+")"
+}});
+languages=json
+}catch(e){languages={}
+}}return languages
+};
+self.parseLocale=function(langCode){if(!langCode){return null
+}var pos=langCode.indexOf("_");
+if(pos<0){pos=langCode.indexOf("-")
+}var language,country;
+if(pos<0){language=langCode;
+country=null
+}else{language=langCode.substring(0,pos);
+country=langCode.substring(pos+1)
+}return{code:langCode,language:language,country:country}
+};
+return self
+}())
+}(document,Granite,Granite.Util,Granite.HTTP,jQuery));
+(function(b,c){var a=function(){var 
e={visibility:"hidden",position:"absolute",width:"30px",height:"30px","-webkit-border-radius":"20px","border-radius":"20px",border:"5px
 solid 
orange","-webkit-user-select":"none","user-select":"none",opacity:"0.5","z-index":"2000","pointer-events":"none"};
+var f={};
+var d=[];
+return{debugWithMouse:false,init:function(){var g=this;
+c(document).on("touchstart.touchindicator touchmove.touchindicator 
touchend.touchindicator",function(i){var h=i.originalEvent.touches;
+g.update(h);
+return true
+});
+if(this.debugWithMouse){c(document).on("mousemove.touchindicator",function(h){h.identifer="fake";
+g.update([h]);
+return true
+})
+}},update:function(k){var h={};
+for(var j=0;
+j<k.length;
+j++){var m=k[j];
+var l=m.identifier;
+var g=f[l];
+if(!g){g=d.pop();
+if(!g){g=c("<div></div>").css(e);
+c("body").append(g)
+}}h[l]=g;
+g.offset({left:m.pageX-20,top:m.pageY-20});
+g.css("visibility","visible")
+}for(l in f){if(f.hasOwnProperty(l)&&!h[l]){g=f[l];
+g.css("visibility","hidden");
+d.push(g)
+}}f=h
+}}
+};
+b.TouchIndicator=new a()
+}(Granite,jQuery));
+(function(c,a,b,d){c.OptOutUtil=(function(){var e={};
+var f=[];
+var g=[];
+e.init=function(h){if(h){f=h.cookieNames?h.cookieNames:f;
+g=h.whitelistCookieNames?h.whitelistCookieNames:g
+}};
+e.getCookieNames=function(){return f
+};
+e.getWhitelistCookieNames=function(){return g
+};
+e.isOptedOut=function(){var k=document.cookie.split(";");
+for(var j=0;
+j<k.length;
+j++){var h=k[j];
+var l=d.trim(h.split("=")[0]);
+if(d.inArray(l,e.getCookieNames())>-1){return true
+}}return false
+};
+e.maySetCookie=function(h){return 
!(e.isOptedOut()&&d.inArray(h,e.getWhitelistCookieNames())===-1)
+};
+return e
+}())
+}(Granite,Granite.Util,Granite.HTTP,jQuery));
+Granite.OptOutUtil.init(window.GraniteOptOutConfig);
+Granite.HTTP.detectContextPath();
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/a90b1b57/www.hbasecon.com/etc/designs/sites/clientlibs-events.min.css
----------------------------------------------------------------------
diff --git a/www.hbasecon.com/etc/designs/sites/clientlibs-events.min.css 
b/www.hbasecon.com/etc/designs/sites/clientlibs-events.min.css
new file mode 100644
index 0000000..2cd02b3
--- /dev/null
+++ b/www.hbasecon.com/etc/designs/sites/clientlibs-events.min.css
@@ -0,0 +1,5 @@
+@font-face{font-family:carnevalee-freakshow;src:url(clientlibs-events/fonts/wrangle-fonts/Carnevalee-Freakshow.ttf)}@font-face{font-family:'CalibreWeb-Light';src:url(clientlibs-events/fonts/www_fonts/CalibreWeb-Light.eot);src:url(clientlibs-events/fonts/www_fonts/CalibreWeb-Lightd41d.eot?#iefix)
 format("embedded-opentype") , 
url(clientlibs-events/fonts/www_fonts/CalibreWeb-Light.woff) 
format("woff")}@font-face{font-family:'CalibreWeb-Regular';src:url(clientlibs-events/fonts/www_fonts/CalibreWeb-Regular.eot);src:url(clientlibs-events/fonts/www_fonts/CalibreWeb-Regulard41d.eot?#iefix)
 format("embedded-opentype") , 
url(clientlibs-events/fonts/www_fonts/CalibreWeb-Regular.woff) 
format("woff")}@font-face{font-family:'CalibreWeb-Medium';src:url(clientlibs-events/fonts/www_fonts/CalibreWeb-Medium.eot);src:url(clientlibs-events/fonts/www_fonts/CalibreWeb-Mediumd41d.eot?#iefix)
 format("embedded-opentype") , 
url(clientlibs-events/fonts/www_fonts/CalibreWeb-Medium.woff) 
format("woff")}@font-fa
 
ce{font-family:'CalibreWeb-Semibold';src:url(clientlibs-events/fonts/www_fonts/CalibreWeb-Semibold.eot);src:url(clientlibs-events/fonts/www_fonts/CalibreWeb-Semiboldd41d.eot?#iefix)
 format("embedded-opentype") , 
url(clientlibs-events/fonts/www_fonts/CalibreWeb-Semibold.woff) 
format("woff")}@font-face{font-family:'CalibreWeb-Thin';src:url(clientlibs-events/fonts/www_fonts/CalibreWeb-Thin.eot);src:url(clientlibs-events/fonts/www_fonts/CalibreWeb-Thind41d.eot?#iefix)
 format("embedded-opentype") , 
url(clientlibs-events/fonts/www_fonts/CalibreWeb-Thin.woff) 
format("woff")}@font-face{font-family:'Glyphicons 
Halflings';src:url(clientlibs-events/fonts/bootstrap/glyphicons-halflings-regular.eot);src:url(clientlibs-events/fonts/bootstarp/glyphicons-halflings-regulard41d.html?#iefix)
 format("embedded-opentype") , 
url(clientlibs-events/fonts/bootstrap/glyphicons-halflings-regular.woff2) 
format("woff2") , 
url(clientlibs-events/fonts/bootstrap/glyphicons-halflings-regular.woff) 
format("woff") , u
 rl(clientlibs-events/fonts/bootstrap/glyphicons-halflings-regular.ttf) 
format("truetype") , 
url(clientlibs-events/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
 
format("svg")}@font-face{font-family:'FontAwesome';src:url(clientlibs-events/fonts/fa-fonts/fontawesome-webfont3295.eot?v=4.5.0);src:url(clientlibs-events/fonts/fa-fonts/fontawesome-webfontd41d.eot?#iefix&v=4.5.0)
 format("embedded-opentype") , 
url(clientlibs-events/fonts/fa-fonts/fontawesome-webfont3295.woff2?v=4.5.0) 
format("woff2") , 
url(clientlibs-events/fonts/fa-fonts/fontawesome-webfont3295.woff?v=4.5.0) 
format("woff") , 
url(clientlibs-events/fonts/fa-fonts/fontawesome-webfont3295.ttf?v=4.5.0) 
format("truetype") , 
url(clientlibs-events/fonts/fa-fonts/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular)
 
format("svg");font-weight:normal;font-style:normal}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figur
 
e,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px
 
dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em
 
0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em
 
40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html
 
input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;c
 ursor:pointer}button[disabled],html 
input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px
 solid silver;margin:0 2px;padding:.35em .625em 
.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}[class^="icon-"],[class*="
 
icon-"]{font-family:'icomoon';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antia
 
liased;-moz-osx-font-smoothing:grayscale}.icon-roles-marketing:before{content:"\e800"}.icon-roles-information:before{content:"\e801"}.icon-roles-security:before{content:"\e802"}.icon-roles-operations:before{content:"\e803"}.icon-roles-risk:before{content:"\e807"}.icon-persona-business:before{content:"\e622"}.icon-persona-developer:before{content:"\e623"}.icon-persona-it:before{content:"\e624"}.icon-persona-partners:before{content:"\e625"}.icon-financial-services:before{content:"\e601"}.icon-healthcare-lifesciences:before{content:"\e602"}.icon-insurance:before{content:"\e603"}.icon-media:before{content:"\e605"}.icon-public-sector:before{content:"\e606"}.icon-technology:before{content:"\e608"}.icon-telecom:before{content:"\e609"}.icon-travel:before{content:"\e60a"}.icon-energy:before{content:"\e806"}.icon-manufacturing:before{content:"\e805"}.icon-retail:before{content:"\e804"}.icon-file-text2:before{content:"\e60b"}.icon-location:before{content:"\e60c"}.icon-user:before{content:"\e60
 
d"}.icon-users:before{content:"\e60e"}.icon-search:before{content:"\e60f"}.icon-lock:before{content:"\e610"}.icon-sphere:before{content:"\e611"}.icon-earth:before{content:"\e612"}.icon-play2:before{content:"\e613"}.icon-circle-up:before{content:"\e614"}.icon-circle-right:before{content:"\e615"}.icon-circle-down:before{content:"\e616"}.icon-circle-left:before{content:"\e617"}.icon-share:before{content:"\e618"}.icon-google-plus3:before{content:"\e619"}.icon-facebook3:before{content:"\e61a"}.icon-twitter3:before{content:"\e61b"}.icon-youtube:before{content:"\e61c"}.icon-youtube2:before{content:"\e61d"}.icon-youtube3:before{content:"\e61e"}.icon-vimeo3:before{content:"\e61f"}.icon-linkedin:before{content:"\e620"}.icon-linkedin2:before{content:"\e621"}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons
 
Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{
 
content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e0
 
19"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e04
 
3"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphi
 
con-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{co
 
ntent:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart
 
:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:b
 
efore{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:bef
 
ore{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"
 
\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equa
 
lizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:
 
"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triang
 
le-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}body{-webkit-font-smoothing:antialiased!important;text-shadow:1px
 1px 1px 
rgba(0,0,0,.004);min-width:300px;box-sizing:border-box;font-family:"CalibreWeb-Regular",sans-serif;font-size:20px;background:#000}div{box-sizing:border-box}main{background:#fff}strong,b{font-weight:normal;font-family:"CalibreWeb-Medium"}a{font-family:"CalibreWeb-Medium";text-decoration:none}a:hover{text-decoration:none}.txt-center{text-align:center}.txt-left{text-align:left}.txt-right{text-align:right}img{max-width:100%}p{margin:0;padding:16px
 0}h1{font-size:2em;text-align:center;mar
 gin:0 0 15px 
0}h2{font-size:1.8em}h3{margin-bottom:0;font-size:1.5em;font-weight:normal}h3 
a{font-family:"CalibreWeb-Regular"}h1,h2,h3{font-family:"CalibreWeb-Thin"}h4{font-weight:normal;font-family:"CalibreWeb-Semibold"}button{margin:0;padding:0;border:0;background:transparent;font-family:inherit;font-size:1em;cursor:pointer;outline:0}button::-moz-focus-inner{padding:0;border:0}.small{font-size:14px}.top{margin-top:3em}.bottom{margin-bottom:3em}.container{width:100%;max-width:1170px;margin:0
 auto}.event-container{width:100%;max-width:1170px;margin:0 auto;padding:0 
20px}.wconf{font-size:1em}#demandbase-autocomplete{display:none}.gate{display:none}.chevron:after{font-size:14px;padding-left:5px;font-family:'Glyphicons
 
Halflings';content:"\e258";position:relative;top:1px}.chevron-down:after{font-size:14px;padding-left:5px;font-family:'Glyphicons
 
Halflings';content:"\e259";position:relative;top:1px}.grey{background:#f1f0f1;word-wrap:break-word}.darkblue{background:#29a7de;word-wrap:brea
 k-word}.darkblue h1,.darkblue h2,.darkblue 
h3{color:#fff}.darkred{background:#b0082c}.darkred h1,.darkred h2,.darkred 
h3{color:#fff}.black{background:#000}.black h1,.black h2,.black h3,.black 
h4,.black h5,.black h6,.black p,.black ul,.black ol,.black 
li{color:#fff}header{width:100%;display:block;height:auto}header 
button{float:right;margin-top:20px;padding:5px 
10px;border-radius:3px;border:1px solid #dedede}@media (min-width:960px){header 
button{display:none}}header #event-util{width:100%;display:none}header 
#event-util p{padding:10px 0}@media (min-width:600px){header 
#event-util{display:block}}header .event-container{overflow:hidden}header 
#event-logo{float:left}@media (min-width:600px){header 
#event-logo{float:left}}header nav{padding:20px 0}header 
ul{float:left;padding:0;clear:both;width:100%;margin-top:26px}@media 
(min-width:600px){header ul{float:right;clear:none;width:auto}}header ul 
li{display:block;padding:20px 0;border:1px solid 
#fff;text-transform:uppercase}@media (min-wid
 th:600px){header ul li{border:0;background:0;display:inline-block;padding:0 0 
0 25px}}header ul li 
a{font-family:"CalibreWeb-Regular";padding:20px;text-decoration:none}@media 
(min-width:600px){header ul li 
a{padding:0}}#main-banner{position:relative;background-position:center 
center;background-repeat:no-repeat;background-size:cover;width:100%}#main-banner
 .mcontainer{max-width:1170px;width:100%;margin:0 
auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:0
 
20px;top:45%;transform:translate(-45%,-50%)}.sessions-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;background:rgba(0,0,0,.6);color:#fff;transform:translate(-50%,-60%)}.sessions-center
 h1{padding:60px 0}.sessions-center 
.event-details{position:relative;text-align:center;width:100%;height:100%}.sessions-center
 .event-details h1,.sessions-center .event-details h2,.sessions-center 
.event-details h3,.sessions-center .event-details h4,.sessions-center 
.event-details h5,.s
 essions-center .event-details h6{padding:60px 0}.webinar-center 
.webinar-container{width:100%;padding:0 
20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff}.webinar-center
 .webinar-container h1{margin-bottom:0}.webinar-center .webinar-container 
p{padding-top:0;padding-bottom:20px}.webinar-center .webinar-container 
.scroll_link{border:1px solid #fff;padding:10px 
14px;border-radius:3px}.webinar-center .webinar-container .scroll_link 
a{color:#fff}.webinar-shim{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.4)}.banner-min-height-600{min-height:400px}@media
 (min-width:600px){.banner-min-height-600{min-height:400px}}@media 
(min-width:960px){.banner-min-height-600{min-height:600px}}.banner-min-height-300{min-height:500px}.banner-logo{width:70%;text-align:center}.banner-logo
 img{width:100%}.banner-logo 
h3{margin-top:0;font-family:"CalibreWeb-Regular";color:#fff;text-transform:none;padding-top:20px;padding-bottom:58px}#event-details{width:100%;b
 ottom:0;background:linear-gradient(to 
right,#6f1514,#ce2723);text-align:center;font-size:1em;margin:0 
auto;margin-top:20px}@media 
(min-width:960px){#event-details{margin-top:80px}}#event-details 
p{max-width:90%;margin:0 
auto}.ab-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-60%)}.center{margin:0
 
auto}.right{float:right}.bar-bottom{position:absolute;bottom:0;max-width:1170px;left:50%;transform:translate(-50%,0)}.hide-mobile{display:none}@media
 
(min-width:960px){.hide-mobile{display:block}}.sticky{position:fixed;z-index:200;width:100%;box-shadow:0
 1px 4px rgba(0,0,0,.3)}footer .sticky_link{float:right;margin:20px 
0}.footer-banner{width:100%;padding:20px 0;text-align:center}.footer-banner 
img{margin-top:-60px}#copy{float:left;font-size:14px;margin:20px 0}@media 
(min-width:900px){#copy{max-width:50%}}#copy p{padding:5px 0}.red .accordion 
h3{color:#cd2929;font-family:"CalibreWeb-Regular"}.red 
#event-details{color:#fff}.red #event-details a{color:#fff;font-family:"Ca
 libreWeb-Semibold"}.red .grid-item .name{color:#cd2929}.red .sessions-center 
h1,.red .webinar-center h1{color:#fff}.red a{color:#cd2929}.red 
header{background:#fff}.red header 
#event-util{background:#cd2929;color:#fff}.red header 
.sticky{background:#fff}.red header nav a{color:#000}.red h1{color:#cd2929}.red 
footer{background:#cd2929;color:#fff}.blue{color:#666}.blue .accordion 
h3{color:#29a7de;font-family:"CalibreWeb-Regular"}.blue .accordion 
.acc_plus{background:url(clientlibs-events/css/assets/icons/xplus_sm.png.pagespeed.ic.omhsxIbQPH.png);padding:7px;float:right}.blue
 .accordion 
.acc_minus{background:url(clientlibs-events/css/assets/icons/xminus_sm.png.pagespeed.ic.dQt-uO8m7u.png);padding:7px;float:right}.blue
 .darkblue h1,.blue .darkblue h2,.blue .darkblue h3{color:#fff}.blue 
#event-details{color:#fff}.blue #event-details 
a{color:#fff;font-family:"CalibreWeb-Semibold"}.blue .grid-item 
.name{color:#29a7de}.blue a{color:#29a7de}.blue header{background:#fff}.blue 
header #event-ut
 il{background:#29a7de;color:#fff}.blue header .sticky{background:#fff}.blue 
header nav a{color:#000}.blue h1{color:#29a7de}.blue h2{color:#8e8e8e}.blue 
.sessions-center h1,.blue .webinar-center h1{color:#fff}.blue 
footer{background:#29a7de;color:#fff}.blue footer a{color:#fff}.red-black 
.accordion{background:#b0082c}.red-black .accordion 
h3{color:#fff;font-family:"CalibreWeb-Regular"}.red-black .accordion 
.table{padding:0}.red-black .accordion .table 
td{padding:10px;min-width:0}.red-black .accordion .table 
th{background:#f2dede;color:#000;min-width:0}.red-black .accordion 
.acc_plus{background:url(clientlibs-events/css/assets/icons/xwhite_plus_sm.png.pagespeed.ic.jqf_V18Myb.png);padding:7px;float:right}.red-black
 .accordion 
.acc_minus{background:url(clientlibs-events/css/assets/icons/xwhite_minus_sm.png.pagespeed.ic.xzzjHf20pJ.png);padding:7px;float:right}.red-black
 .accordion_content{display:none;width:100%;padding:.5em;margin:0 
auto}.red-black #event-details{color:#fff}.red-black #
 event-details a{color:#fff;font-family:"CalibreWeb-Semibold"}.red-black 
.grid-item .name{color:#cd2929}.red-black a{color:#ffd8a3}.red-black header 
#event-util{color:#fff}.red-black header 
.sticky{color:#fff;z-index:9000}.red-black header 
.sticky-nav{background-color:#000}.red-black header nav 
a.sticky_link{color:#fff}.red-black header nav 
a{color:#fff;background-color:#000}.red-black h1{font-size:2.5em}.red-black 
.data-dash-section{color:#fff;background-attachment:fixed;background-position:center
 top;background-repeat:no-repeat;background-size:cover}.red-black 
.data-dash-section h2{padding:0;margin:0}.red-black .data-dash-section 
p{padding:0;margin:.75em 0}.red-black .data-dash-section 
ol{list-style-position:inside;padding:0}.red-black 
footer{background:#cd2929;color:#fff}.red-black footer 
.sticky_link{color:#fff}.red-black 
.event-util{background-color:#b0082c}.red-black .strata 
.strata-headline{padding:1em 
0;text-align:center;color:#fff;font-weight:bold;background-color:rgba(0,0,0
 ,.5);position:absolute;top:15%;width:100%;margin:0}.red-black .strata 
.strata-headline h1{font-size:2.5em;margin:0;color:#fff}.red-black .strata 
.strata-headline h3{margin:0;color:#fff}.red-black .strata .strata-headline 
a{background-color:#b0082c;padding:.25em 
.75em;line-height:2em;border-radius:2px;color:#fff;font-size:.8em}.red-black 
#event-util{background:#b0082c}.red-black .sticky-nav{top:0}.red-black .section 
h1{margin:0}.red-black .mobile-btn{color:#fff}.section_padding{padding:60px 
0;overflow:hidden}.www-btn{border:1px solid 
#005984;color:#005984;text-transform:uppercase;border-radius:3px;font-size:18px;padding:10px
 14px;background-color:transparent}.blue-btn{border:1px solid 
#fff;color:#fff;text-transform:uppercase;border-radius:3px;font-size:18px;padding:10px
 
14px;background:#005984}.btn-bottom{position:relative;display:block;padding-top:20px;z-index:5;bottom:1em;left:0;right:0}@media
 screen and 
(min-width:768px){.btn-bottom{position:absolute}}.btn-pad{display:block;width:
 100%}@media screen and 
(min-width:768px){.btn-pad{padding-bottom:4em}}.col-4{width:40%;padding-right:15px;float:left;position:relative}.col-8{width:100%}.embed{overflow:hidden;position:relative;padding:0
 14px}.embed 
iframe{width:100%;position:relative;z-index:2}.scrolloff{pointer-events:none}.overlay{position:absolute;width:100%;height:100%;z-index:3}.items,.spitems{*zoom:1;padding:0
 
24px;margin:0}.items:before,.items:after,.spitems:before,.spitems:after{content:"
 ";display:table}.items:after,.spitems:after{clear:both}.items ul,.spitems 
ul{padding:0;margin:0}.items li,.spitems 
li{list-style:none;float:left}.grid{overflow:hidden}.grid-row{width:100%}.grid-item{width:100%;list-style:none;float:left}@media
 (min-width:600px){.grid-item{width:50%}}@media 
(min-width:960px){.grid-item{width:25%}}.grid-item img{width:100%}.grid-item 
.name,.grid-item .company{margin:0;padding:0 10px 5px 
0;text-align:center}.grid-item .company{padding-bottom:15px}.grid-item 
.description{padding:10px;display:n
 
one;font-size:14px}.grid-item-container{margin:7px}.speakers-item{cursor:pointer;background:#dedede;padding-bottom:10px}.table{padding:0
 14px;overflow-y:hidden}.table tr:first-child 
th{text-align:center;background:#000;color:#fff}.table tr:first-child 
th:nth-child(odd){width:150px}.table tr:first-child th b{color:#fff}.table 
p{display:none}.table 
h3{font-size:20px;display:inline-block;color:#000;font-family:"CalibreWeb-Medium";margin-top:0;padding-top:0}.table
 td,.table th{padding:20px;border:1px solid 
#dedede;min-width:150px;font-weight:normal}.table td .glyphicon,.table th 
.glyphicon{display:inline-block;padding-left:10px;font-size:15px;color:gray}.table
 th{text-align:left;background:#ececec;color:#000}.accordion-menu{padding:0 
20px}.accordion{width:100%;background:#f4f4f4;margin-top:-1px}.accordion 
img{max-width:100%}.accordion 
img.small{width:25%;vertical-align:middle}.accordion 
h3{cursor:pointer;width:95%;margin:0 auto;padding:15px 10px 15px 
0;font-size:1.2em;position:relative}
 .accordion h4{margin-bottom:0}.accordion table p{display:block}.accordion 
a{color:#b0082c}.acc-title{width:90%}.acc-icon{position:absolute;right:0;top:20px}.acc-bottom{margin-bottom:1.5em}.acc-top{margin-top:1.5em}.acc_border{border:1px
 solid 
#dedede}.acc-center{text-align:center}.active_acc{background:#fff}.accordion_content{display:none;width:95%;margin:0
 
auto;padding-bottom:20px}.acc_plus{background:url(clientlibs-events/css/assets/icons/xred_plus_sm.png.pagespeed.ic.wFWUDoADCr.png);padding:7px;float:right}.acc_minus{background:url(clientlibs-events/css/assets/icons/xred_minus_sm.png.pagespeed.ic.MWIDXMJpsO.png);padding:7px;float:right}.floatleft{float:left}.floatright{float:right}.floatnone{float:none;clear:both}.inlineblock{display:inline-block}.clearfix:after{content:"
 
";display:block;height:0;clear:both}.zerobottommargin{margin-bottom:0!important}form{border:0;width:100%;margin:0;padding:0}fieldset{border:0;margin:0;padding:0}@media
 (min-width:700px){.registeronethird,.regist
 eronehalf,.registertwothirds{float:left}}.registeronethird{width:100%}@media 
(min-width:700px){.registeronethird{width:30.33%;margin-right:3%}}.registertwothirds{width:63.66%;margin-right:3%}.registeronehalf{width:100%;margin-bottom:30px}@media
 (min-width:700px){.registeronehalf{width:47%;margin-right:3%}}form#register 
input{margin:0 0 15px 0;padding:5px 
7px;width:97%;border-style:solid;border-width:1px;border-color:#bfbfbf;font-family:"calibre-light";font-size:.9em;color:#787878;height:20px}form#register
 label{margin:0 0 5px 
0;padding:0;width:100%;display:block;font-size:1em;color:#787878;font-weight:300}form#register
 label#requiredfieldslabel{font-size:.75em;margin:0 0 20px 
0;padding:0;display:block;font-weight:300}form#register 
select{width:97%;height:20px;margin:0 0 20px;padding:7px 8px 9px 
8px;display:block;border-style:solid;border-width:1px;border-radius:0;-webkit-appearance:none;background-color:#bfbfbf;box-sizing:content-box;overflow:hidden;background:url(http://files.cloud
 era.com.s3.amazonaws.com/LP/2015/Images/dropdown-arrow.png) no-repeat right 
#fff;font-family:"calibre-light";font-size:.9em;color:#787878}form#register 
#breakout_sessions_1{width:50%}.ui-menu-item{margin:0 0 20px;padding:5px 
7px;display:block;border-style:none;border-width:1px;border-color:#787878;border-radius:0;-webkit-appearance:none;background-color:#fff;box-sizing:content-box;overflow:hidden;font-family:"calibre-light",helvetica,arial,sans-serif;font-size:.9em;color:#787878}form#register
 input.checkbox{width:25px;height:15px}form#register input.checkbox 
span{position:relative;top:-5px}form#register 
input#checkbox1{width:25px;height:15px;margin-bottom:30px}form#register 
input#checkbox1 span{position:relative;top:-5px}div.controls 
button{width:157px;height:45px;margin:0 0 0 
15px;padding:0}button.btn{background-color:#787878;box-shadow:none;border:0;color:#fff;font-family:"calibre-regular",Arial,sans-serif;font-weight:300;text-transform:uppercase;font-size:1em;border-radius:5px;-m
 
oz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer}button.btn-primary{background-color:#004d6f;margin-left:0!important;cursor:pointer}.bsession{width:50%}#session-registration{margin:0
 14px}.morelinks{display:block;padding:0;margin:0 auto 20px 
auto;font-size:1.2em;font-weight:300;width:100%;max-width:160px;text-align:center}form#register
 .weblabel{display:block;padding-left:15px;text-indent:-15px}form#register 
.weblabel 
input{width:13px;height:13px;padding:0;margin:0;margin-right:5px;vertical-align:center;position:relative;top:-1px;*overflow:hidden}.col-control{overflow:hidden}.col-control
 h3{margin-top:0}.col_container{width:100%;max-width:1200px;margin:0 
auto}.col-1{width:100%}@media (min-width:600px){.col-1{padding:0 
15px}}.col-2{width:100%}@media 
(min-width:600px){.col-2{width:50%;float:left;padding:0 
15px}}.col-3{width:100%}@media 
(min-width:600px){.col-3{width:33.3%;float:left;padding:0 
15px}}.col-4{width:100%}@media (min-width:800px){.col-4{width:25%;float:left;pad
 ding:0 15px}}.col-25{width:100%}@media 
(min-width:800px){.col-25{width:25%;float:left;padding-right:15px}}.col-75{width:100%}@media
 
(min-width:800px){.col-75{width:75%;float:left}}.event-box{padding:0;margin:.5em
 0}.event-box .col-xs-12{padding:0}.event-box .col-xs-12 
.event-box-container{position:relative}.event-box .col-xs-12 
.event-box-container 
h2{color:#fff;position:absolute;top:0;left:0;padding:.25em;text-transform:uppercase;font-weight:bold;margin:0;z-index:99}.event-box
 .col-xs-12 .event-box-container 
.overlay-event{width:100%;color:#000;position:absolute;bottom:0;left:0;background-color:rgba(255,255,255,.85);padding:.5em;z-index:99}.event-box
 .col-xs-12 .event-box-container .overlay-event 
p{margin:0;line-height:1em;padding:0}.event-box .col-xs-12 .event-box-container 
.overlay-event p.date{font-weight:normal}.event-box .col-xs-12 
.event-box-container .overlay-event 
a.cta{color:#29a7de;font-size:1.5em}.event-box .col-xs-12 .event-box-container 
.overlay-event .addthisevent{rig
 ht:0}.event-box .col-xs-12 .center{text-align:center}.event-box .col-xs-12 
.shim{top:0;z-index:0;position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.25)}.event-box
 
.addeventatc{display:inline-block;position:relative;z-index:999998;color:#000!important;font-weight:300;line-height:100%;background:#fff;border:1px
 solid;border-color:#e5e6e9 #dfe0e4 
#d0d1d5;font-size:15px;text-decoration:none;padding:13px 12px 12px 
43px;-webkit-border-radius:3px;border-radius:3px;cursor:pointer;-webkit-font-smoothing:antialiased!important;text-shadow:1px
 1px 1px rgba(0,0,0,.004)}.event-box .addeventatc:hover{border:1px solid 
#aab9d4;color:#000;font-size:15px;text-decoration:none}.event-box 
.addeventatc:active{top:1px}.event-box 
.addeventatc-selected{background-color:#f9f9f9}.event-box .addeventatc 
.icon{width:18px;height:18px;position:absolute;z-index:50;left:12px;top:10px;background:url(http://www.hbasecon.com/icon-calendar-t1.svg)
 no-repeat;background-size:18px 18px}.event-box .addeve
 ntatc .start,.event-box .addeventatc .end,.event-box .addeventatc 
.timezone,.event-box .addeventatc .title,.event-box .addeventatc 
.description,.event-box .addeventatc .location,.event-box .addeventatc 
.organizer,.event-box .addeventatc .organizer_email,.event-box .addeventatc 
.facebook_event,.event-box .addeventatc .all_day_event,.event-box .addeventatc 
.date_format,.event-box .addeventatc .alarm_reminder,.event-box .addeventatc 
.recurring,.event-box .addeventatc .attendees{display:none!important}.event-box 
.addeventatc_dropdown{width:200px;position:absolute;z-index:99999;padding:6px 0 
0 
0;background:#fff;text-align:left;display:none;margin-top:-2px;margin-left:-1px;border-top:1px
 solid #c8c8c8;border-right:1px solid #bebebe;border-bottom:1px solid 
#a8a8a8;border-left:1px solid 
#bebebe;-moz-border-radius:2px;-webkit-border-radius:2px;-webkit-box-shadow:1px 
3px 6px rgba(0,0,0,.15);-moz-box-shadow:1px 3px 6px 
rgba(0,0,0,.15);box-shadow:1px 3px 6px rgba(0,0,0,.15)}.event-box .addevent
 atc_dropdown 
span{display:block;line-height:100%;background:#fff;text-decoration:none;font-size:14px;color:#333;padding:9px
 10px 9px 40px}.event-box .addeventatc_dropdown 
span:hover{background-color:#f4f4f4;color:#000;text-decoration:none;font-size:14px}.event-box
 .addeventatc_dropdown 
em{color:#999!important;font-size:12px!important}.event-box 
.addeventatc_dropdown 
.frs{background:#fff;color:#cacaca!important;cursor:pointer;font-size:9px!important;font-style:normal!important;font-weight:normal!important;line-height:110%!important;padding-left:10px;position:absolute;right:10px;text-align:right;text-decoration:none;top:5px;z-index:101}.event-box
 .addeventatc_dropdown .frs:hover{color:#999!important}.event-box 
.addeventatc_dropdown 
.ateappleical{background-image:url(http://www.hbasecon.com/dropdown-apple-t1.png);background-position:13px
 50%;background-repeat:no-repeat}.event-box .addeventatc_dropdown 
.ateoutlook{background-image:url(http://www.hbasecon.com/gfx/dropdown-outlook-t1.png)
 ;background-position:13px 50%;background-repeat:no-repeat}.event-box 
.addeventatc_dropdown 
.ateoutlookcom{background-image:url(http://www.hbasecon.com/gfx/dropdown-outlook-t1.png);background-position:13px
 50%;background-repeat:no-repeat}.event-box .addeventatc_dropdown 
.ategoogle{background-image:url(http://www.hbasecon.com/gfx/dropdown-google-t1.png);background-position:13px
 50%;background-repeat:no-repeat}.event-box .addeventatc_dropdown 
.ateyahoo{background-image:url(http://www.hbasecon.com/gfx/dropdown-yahoo-t1.png);background-position:13px
 50%;background-repeat:no-repeat}.event-box .addeventatc_dropdown 
.atefacebook{background-image:url(http://www.hbasecon.com/gfx/dropdown-facebook-t1.png);background-position:13px
 50%;background-repeat:no-repeat}.event-box .addeventatc_dropdown 
.copyx{height:21px;display:block;position:relative;cursor:default}.event-box 
.addeventatc_dropdown 
.brx{height:1px;overflow:hidden;background:#e0e0e0;position:absolute;z-index:100;left:10px;right:10px;to
 p:9px}.event-box 
.addeventatc{position:absolute;top:0;right:0;margin:.75em}.social-icon-bar{background-color:rgba(0,0,0,.5)}.social-icon-bar
 ul{padding:0;text-align:center;margin:0}.social-icon-bar ul 
li{display:inline-block}.social-icon-bar ul li 
a{height:30px;width:30px;line-height:30px;color:#fff;display:block}.addtocalendar
 
var{display:none}.addtocalendar{position:relative;display:inline-block;background:transparent!important}.atcb-link{display:block;outline:none!important;cursor:pointer;background:#004d6f;padding:10px
 20px}.atcb-link:focus ~ ul,.atcb-link:active ~ 
ul,.atcb-list:hover{visibility:visible}.atcb-list{visibility:hidden;position:absolute;top:100%;left:0;width:120px;z-index:900}.atcb-list,.atcb-item{list-style:none;margin:0;padding:0;background:#fff}.atcb-item{float:none;text-align:left}.atcb-item-link{text-decoration:none;outline:0;display:block}.atcb-item.hover,.atcb-item:hover{position:relative;z-index:900;cursor:pointer;text-decoration:none;outline:0}.atc-style-bl
 ue .atcb-link,.atc-style-blue .atcb-link:hover,.atc-style-blue 
.atcb-link:active,.atc-style-blue 
.atcb-link:focus{margin:0;color:#fff;font-family:"calibre-light";text-decoration:none;outline:0;line-height:20px;vertical-align:middle;border-radius:4px;zoom:1}.atc-style-blue
 .atcb-list{width:160px;border:1px solid #bababa;border-radius:2px;box-shadow:0 
0 5px #aaa}.atc-style-blue .atcb-list,.atc-style-blue 
.atcb-item{background:#fff;color:#000}.atc-style-blue 
.atcb-item,.atc-style-blue 
.atcb-item-link{line-height:1.3em;vertical-align:middle;zoom:1}.atc-style-blue 
.atcb-item-link,.atc-style-blue .atcb-item-link:hover,.atc-style-blue 
.atcb-item-link:active,.atc-style-blue 
.atcb-item-link:focus{font-family:"calibre-light";font-size:14px;text-decoration:none;outline:0;padding:5px
 15px;background:#fff;color:#000}.atc-style-blue 
.atcb-item-link:hover,.atc-style-blue .atcb-item-link:active,.atc-style-blue 
.atcb-item-link:focus{color:#000}.atc-style-blue 
.atcb-item.hover,.atc-style-blue .atcb-i
 tem:hover{color:#000}.textImagefull{padding:0 
20px;overflow:hidden}.textImagefull 
img{width:100%}.fa{display:inline-block;font:14px/1 
FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em
 .25em .15em;border:solid .08em 
#eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-we
 bkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite 
linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite 
steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes 
fa-spin{0{-webkit-transform:rotate(0);transform:rotate(0)}
+100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
+}@keyframes fa-spin{0{-webkit-transform:rotate(0);transform:rotate(0)}
+100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
+}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root
 .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root 
.fa-flip-horizontal,:root 
.fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{position
 
:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:
 
before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f
 
032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f
 
04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\
 
f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content
 
:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{con
 
tent:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:b
 
efore{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.f
 
a-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content
 
:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa
 
-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:bef
 
ore{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:
 
"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa
 
-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{con
 
tent:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{cont
 
ent:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{conte
 
nt:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-
 
life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-
 
binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm
 
:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{con
 
tent:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-co
 
mbinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglas
 
s-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-inte
 
rnet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{cont
 
ent:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
\ No newline at end of file

Reply via email to