html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}strong{font-weight:bold}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}img{max-width:100%}body{font-family:"Manuale", Helvetica, Arial, sans-serif;font-size:16px;background-color:#fefefe;color:#222}main{min-height:400px;min-height:55vh;padding:20px 0}h1{font-size:4rem;line-height:4.1rem;margin-bottom:10px}h2{font-size:3rem;line-height:3.1rem;margin-bottom:10px}h3{font-size:1.8rem;line-height:2.1rem}@media (max-width: 800px){h1{font-size:2.5rem;line-height:2.7rem}h2{font-size:1.9rem;line-height:2.1rem}h3{font-size:1.6rem;line-height:1.8rem}}h1,h2,h3{margin-bottom:20px;font-family:'Oswald', sans-serif;font-weight:100}h1 strong,h2 strong,h3 strong{color:#FF6060}p{margin-bottom:20px;font-size:1.15rem;font-weight:normal;line-height:2rem;font-family:'Manuale', serif;word-wrap:break-word}a,a:visited{color:#2F2E2E;text-decoration:none}a:hover{color:#676767}.Blank{height:30vh}.Empty{padding:20px;color:#b5b5b5;font-size:2rem}.Numbers>div:nth-child(n+2){margin-left:20px}.Time{font-size:1rem;display:inline-block}.Time .Label{margin-top:5px;color:#b5b5b5;font-family:'Oswald', sans-serif;text-transform:uppercase}.Time .Value{color:black;font-family:'Oswald', sans-serif;font-size:1.4rem;font-weight:100}.Diode{width:20px;height:20px;border-radius:20px;display:block}.Diode.green{background-color:#4EDDC4}.Number{display:inline-block}.Number .Label{color:#b5b5b5;margin-top:5px;font-family:'Oswald', sans-serif;text-transform:uppercase}.Number .Value{margin-bottom:5px;color:black;font-family:'Oswald', sans-serif;font-size:1.5rem;font-weight:200}.Number .Value .Diode{margin:2px 20px}@media (min-width: 800px){.Number .Value .Diode{margin:15px 20px}}@media (min-width: 800px){.Number.big .Value{font-size:3rem}}.ArrowUp{width:0;display:inline-block;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid #4EDDC4}.ArrowDown{width:0;display:inline-block;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #FF6060}.Price{display:flex;align-items:center}.Price .Value{margin-right:5px}.Price .Change{margin-left:3px}.Ticker{text-transform:uppercase;width:50px;height:50px;border-radius:50px;padding:18px 0;text-align:center;background-color:#ECECEC;font-size:.9rem;line-height:.9rem}.category,a.category{display:inline-block;background-color:#FF6060;padding:2px 4px;text-transform:uppercase;font-size:0.8rem;color:#eee;font-family:'Oswald', sans-serif;margin-bottom:8px}.category.big,a.category.big{font-size:1.2rem;text-transform:capitalize}.Tags a,.Tags a:visited{padding:0 3px;color:#676767;font-family:"Oswald";font-weight:200;text-transform:uppercase;font-size:.9rem;margin-right:10px}.Tags a:hover,.Tags a:visited:hover{color:black}.MaxContent{max-width:1200px;margin:0 auto;padding:0 40px}.Alert{padding:0.5rem;margin:0.5rem 0}.Alert.error{color:white;border:1px solid #96343f;background-color:#d44f64}.Alert.warning{color:white;border:1px solid #eebb58;background-color:#edcd6c}.Tabs{display:flex;align-items:center;justify-content:space-around}.Tabs a{flex-grow:3;font-family:'Oswald', sans-serif;text-transform:uppercase;padding:20px;background-color:#ECECEC;text-align:center;margin:0 1px}.Tabs a.active{background-color:white;position:relative}.Tabs a.active:before{content:'';position:absolute;top:-5px;left:0;right:0;height:5px;background-color:#FF6060}.Content{min-height:700px}.CardContent{max-width:620px;margin:20px auto}.NavigationWrapper{height:144px}@media (max-width: 800px){.NavigationWrapper{height:94px}}.Navigation{position:fixed;z-index:10;top:0;left:0;right:0;color:white;font-family:'Oswald', sans-serif;letter-spacing:1px}.Navigation .FlexGrow{flex-grow:3}.Navigation .Menus{align-items:middle}.Navigation .MainNav{background-color:#FF6060}.Navigation .MainNav .MaxContent{padding:20px 40px;display:flex;align-items:flex-end;justify-content:flex-end}.Navigation li.spacer{flex-grow:3}.Navigation li{margin-left:20px}@media (max-width: 800px){.Navigation .Logo svg{width:95px;height:20px}}.Navigation .MobileMenuToggle{padding:4px;display:flex;margin-left:20px;flex-direction:column;cursor:pointer;position:relative;width:20px;height:15px}.Navigation .MobileMenuToggle b{transition-duration:0.2s;width:20px;height:2px;background-color:white;margin-bottom:4px;display:block;position:absolute;left:0;top:0}.Navigation .MobileMenuToggle b:nth-child(2){top:6px}.Navigation .MobileMenuToggle b:last-child{top:12px}@media (min-width: 800px){.Navigation .MobileMenuToggle{display:none}}.Navigation .MobileMenuToggle.active b:first-child{top:5px;transform:rotate(45deg)}.Navigation .MobileMenuToggle.active b:nth-child(2){display:none}.Navigation .MobileMenuToggle.active b:last-child{top:5px;transform:rotate(-45deg)}.Navigation .TopHeader{background-color:#2F2E2E;padding:10px}@media (max-width: 800px){.Navigation .TopHeader{overflow-x:auto}}.Navigation .TopHeader .MaxContent{display:flex;align-items:flex-end;justify-content:space-between}.Navigation .TopHeader .UserMenu{display:flex;font-size:.75rem}.Navigation .TopHeader .UserMenu li{margin-left:10px}.Navigation .TopHeader .UserMenu a,.Navigation .TopHeader .UserMenu a:visited{color:rgba(255,255,255,0.5)}.Navigation .TopHeader .Currencies{font-size:.9rem;font-family:'Oswald', sans-serif;white-space:nowrap;display:flex;justify-content:flex-start}.Navigation .TopHeader .Currencies .Currency{display:flex;margin-right:20px;align-items:center}.Navigation .TopHeader .Currencies .Currency:after{margin-left:20px;content:'•';opacity:0.5}.Navigation .TopHeader .Currencies .Currency:last-child:after{display:none}.Navigation .TopHeader .Currencies .Change{font-size:0.8rem}.Navigation .TopHeader .Currencies .Symbol{margin-right:5px}.Navigation .UserMenu{display:flex;justify-content:flex-end;align-items:center;text-transform:uppercase;font-size:.9rem;color:rgba(255,255,255,0.7)}.Navigation .UserMenu a{color:rgba(255,255,255,0.7)}@media (min-width: 800px){.Navigation .UserMenu{margin-bottom:30px}}@media (max-width: 800px){.Navigation .UserMenu .screenname{width:60px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.Navigation .Menu .MainCategories{display:flex;justify-content:flex-end;text-transform:uppercase}.Navigation .Menu a{color:white;vertical-align:middle}@media (max-width: 800px){.Navigation .Menu{position:fixed;top:94px;left:-100%;width:100%;bottom:0;background-color:#2F2E2E}.Navigation .Menu.active{left:0}.Navigation .Menu .MainCategories{padding:20px;flex-direction:column}.Navigation .Menu .MainCategories a{display:block;padding:10px}}.FormField{margin-bottom:20px}.FormField.NoMargin{margin-bottom:0}.FormField.HasIcon{position:relative}.FormField.HasIcon .Icon{position:absolute;top:0.6rem;left:0.6rem;color:#F8F8F8}.FormField.HasIcon .Input,.FormField.HasIcon .Textarea{padding-left:2rem}.FormField input,.FormField textarea,.FormField .rdw-editor-main{border:1px solid #eee}.FormField label{display:block;padding-bottom:5px;text-transform:uppercase;font-weight:bold;font-size:10px}.FormField .SwitchLabel{margin-left:10px;padding-top:2px}.FormField.row{align-items:center;justify-content:flex-start}.FormField.row label{padding-bottom:0}.FormField .rdw-editor-toolbar{margin-bottom:20px}button.android{width:250px}button,input,textarea,.rdw-editor-main{font-family:'Lato', sans-serif;border:none;background-color:white;padding:14px;font-size:1rem;color:#676767;font-weight:300;border-radius:0}input,textarea,.rdw-editor-main,.rdw-editor-toolbar{width:100%}input:disabled,textarea:disabled,.rdw-editor-main:disabled,.rdw-editor-toolbar:disabled{background-color:#F8F8F8;color:#b5b5b5}input[type="checkbox"]{width:20px;display:inline-block;box-shadow:none}button,.Button,.Button:visited,.rdw-image-modal-btn,.rdw-embedded-modal-btn,.rdw-link-modal-btn{color:white;display:inline-block;padding:10px 20px;background:#FF6060;border-radius:4px;height:initial;width:initial}button:hover,.Button:hover,.Button:visited:hover,.rdw-image-modal-btn:hover,.rdw-embedded-modal-btn:hover,.rdw-link-modal-btn:hover{background:#eb5757;box-shadow:none}button:disabled,.Button:disabled,.Button:visited:disabled,.rdw-image-modal-btn:disabled,.rdw-embedded-modal-btn:disabled,.rdw-link-modal-btn:disabled{background:#F8F8F8;color:#b5b5b5}button.xs,.Button.xs,.Button:visited.xs,.rdw-image-modal-btn.xs,.rdw-embedded-modal-btn.xs,.rdw-link-modal-btn.xs{display:inline-block;padding:4px}button.follow,.Button.follow,.Button:visited.follow,.rdw-image-modal-btn.follow,.rdw-embedded-modal-btn.follow,.rdw-link-modal-btn.follow{padding:5px;border:2px solid #FF6060;background-color:#FF6060;display:inline-block;border-radius:5px;font-size:11px;text-transform:uppercase;width:auto}button.follow:hover,.Button.follow:hover,.Button:visited.follow:hover,.rdw-image-modal-btn.follow:hover,.rdw-embedded-modal-btn.follow:hover,.rdw-link-modal-btn.follow:hover{background-color:#eb5757;color:white}button.unfollow,.Button.unfollow,.Button:visited.unfollow,.rdw-image-modal-btn.unfollow,.rdw-embedded-modal-btn.unfollow,.rdw-link-modal-btn.unfollow{padding:5px;border:2px solid #FF6060;background-color:transparent;color:#FF6060;display:inline-block;border-radius:5px;font-size:11px;text-transform:uppercase;width:auto}button.unfollow:hover,.Button.unfollow:hover,.Button:visited.unfollow:hover,.rdw-image-modal-btn.unfollow:hover,.rdw-embedded-modal-btn.unfollow:hover,.rdw-link-modal-btn.unfollow:hover{background-color:#eb5757;color:white}button:hover,.Button:hover{cursor:pointer;color:#fefefe;background-color:#eb5757}button:disabled{opacity:0.7;color:#999;background-color:#444}button:disabled:hover{background-color:#555}button:focus,textarea:focus,input:focus,textarea{outline:none}.ArticlePage{background-image:url("../img/500.svg");background-repeat:no-repeat;background-position:top left}.ArticlePage .Author{font-family:'Oswald', sans-serif;margin-bottom:10px}.ArticlePage .Author .Name{color:#FF6060}.ArticlePage .Head{padding-top:30px}@media (min-width: 800px){.ArticlePage .Head{display:flex}.ArticlePage .Head .ContentArea{flex-grow:2;max-width:792px;padding-right:20px}}.ArticlePage .ArticleMeta .Time{padding-left:0;padding-right:20px}.ArticlePage .Body{position:relative}.ArticlePage .Body .ContentArea{position:relative;width:100%}.ArticlePage .Body .Related{position:relative}.ArticlePage .Body .Related .Articles .Article{margin-left:0;padding-bottom:20px;margin-bottom:30px;border-bottom:1px solid #ECECEC}.ArticlePage .Body .Related .Articles .Article:last-child{border-bottom:none}.ArticlePage .Body .Tags{margin-top:30px}.ArticlePage .Body .ArticleBody{padding:20px 0}@media (min-width: 800px){.ArticlePage .Body{margin-top:30px;display:flex}.ArticlePage .Body .Related{max-width:396px;padding:20px;margin-left:20px}}.Article{vertical-align:top;margin:1rem 0;width:360px;max-width:100%;min-width:290px;position:relative}.Article img{max-width:100%}.Article.size-lg{display:flex;width:800px;padding-top:30px;margin-bottom:90px;position:relative}.Article.size-lg:after{content:'';position:absolute;left:0;right:0;bottom:-50px;height:1px;background-color:#ECECEC}.Article.size-lg .category{position:absolute;top:0;left:0}.EditArticle{max-width:800px;margin:20px auto}.EditArticle .Slug{color:#b5b5b5;font-size:1rem}.Related{padding:80px 0;margin-top:120px;background-color:#F8F8F8}@media (max-width: 800px){.Related{margin:0 -40px;padding:20px 40px}}.Related h2{margin-top:-160px;padding:30px 0;position:relative;display:inline-block;color:#FF6060}.Related h2:after{content:'';background-color:#F8F8F8;z-index:-1;width:900px;right:-120px;height:100px;top:20px;display:block;position:absolute}.Related .Articles{padding:0;display:flex;flex-wrap:wrap}.Related .Articles .Article{margin:0 20px 0 0;background-image:none}.SameCategory{background-color:#F8F8F8}.SameCategory h2{text-transform:uppercase;font-weight:100;color:#FF6060}.SameCategory h2:after{content:'';background-color:#F8F8F8;z-index:-1;width:900px;right:-120px;height:100px;top:-20px;display:block;position:absolute}@media (min-width: 800px){.SameCategory{padding:80px 0;margin-top:120px}.SameCategory h2{margin-top:-140px;position:relative;display:inline-block}}.SameCategory .Articles{padding:0;display:flex;flex-wrap:wrap}.SameCategory .Articles .Article{margin:0 20px 0 0;background-image:none}.NewsCard{display:flex;position:relative;padding:20px;background-color:#F8F8F8;border:1px solid #ECECEC;margin:20px 0;align-items:center}.NewsCard .category{position:absolute;top:0;left:0}.NewsCard .Thumbnail{width:120px;margin-right:20px}.NewsCard .TextContent{margin-top:10px}.SearchPage .ResultsCount{margin-bottom:20px;font-size:.9rem}.SearchPage h1{margin-top:60px}.SearchPage h2 strong,.SearchPage h1 strong{margin-right:10px}.SearchPage h2 strong:before,.SearchPage h1 strong:before{content:'"'}.SearchPage h2 strong:after,.SearchPage h1 strong:after{content:'"'}.SearchPage .Articles{padding-left:0;padding-top:0;margin-bottom:4rem;display:flex;flex-direction:column}.SearchPage .Articles .Article{margin:0 0 30px 0}.CategoryPage{padding-top:100px}.CategoryPage .CategoryLabel{text-transform:uppercase;font-size:.9rem;color:#676767}.CategoryPage .Article{margin:30px 0 50px 0;padding-bottom:40px;border-bottom:1px solid #ECECEC;width:100%}.CategoryPage .Article h3,.CategoryPage .Article p{max-width:700px}.IcosPage{background-color:#F8F8F8;background-image:url("../img/500.svg");background-repeat:no-repeat;background-position:top left}.IcosPage h1{max-width:550px;margin-bottom:30px;padding:20px 0;position:relative}.IcosPage table{width:100%}.IcosPage table th{padding:5px;text-align:left;text-transform:uppercase;font-weight:bold;font-family:'Oswald', sans-serif;background-color:#F8F8F8}.IcosPage table td{padding:5px}@media (min-width: 800px){.IcosPage table th{padding:30px 10px}.IcosPage table td{padding:10px}}@media (max-width: 800px){.IcosPage table th{display:none}}.IcosPage .Ico{color:#676767;background-color:#F8F8F8}.IcosPage .Ico .NameArea{display:flex;align-items:center;justify-content:flex-start}.IcosPage .Ico .Logo{height:50px}.IcosPage .Ico .Name{font-weight:bold;margin:0 20px}.IcosPage .Ico .Time{margin-right:20px}.IcosPage .Ico .Score{color:#2F2E2E;margin-right:20px}@media (min-width: 800px){.IcosPage .Ico:nth-child(odd){background-color:white}}@media (max-width: 800px){.IcosPage .Ico{border-bottom:1px solid #ECECEC;padding:20px;display:flex;flex-wrap:wrap}}.IcoPage .Head{display:flex;align-items:center}.IcoPage .Head .NameAndTicker{display:flex;justify-content:flex-start;align-items:center}.IcoPage .Head .Grow{flex:10}.IcoPage .Head .Logo{height:50px;margin-right:20px}.IcoPage .Head .Ticker{margin:0 10px 0 0;color:#676767}.IcoPage .Head .Links a{display:flex;align-items:center;justify-content:center;flex-direction:column;text-transform:uppercase;font-size:.9rem}.IcoPage .Head .Links .icon{display:block;background-color:#FF6060;margin-bottom:10px;width:40px;height:40px;border-radius:40px;color:white}@media (max-width: 800px){.IcoPage .Head .Links{padding:20px}}.IcoPage .Head .Name{text-transform:capitalize;margin-right:15px}.IcoPage .BoostButton{text-transform:uppercase;padding:2px 8px;margin-left:5px;position:relative;top:-2px;background-color:#4EDDC4;color:white;border-radius:4px;text-align:center}.IcoPage .UnBoostButton{text-transform:uppercase;padding:2px 8px;margin-left:5px;position:relative;top:-2px;background-color:#FF6060;color:white;border-radius:4px;text-align:center}.IcoPage .Numbers{border-top:1px solid #F8F8F8;border-bottom:1px solid #F8F8F8;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-around}@media (min-width: 800px){.IcoPage .Numbers{margin-top:30px}}.IcoPage .Numbers .Number{display:flex;flex-direction:column;padding:20px 0}.IcoPage .Numbers .Number .Label.active{position:relative}.IcoPage .Numbers .Number .Label.active:before{content:"";position:absolute;left:-30px;top:50%;margin-top:-5px;width:10px;height:10px;border-radius:10px;background-color:#4EDDC4}.IcoPage .Numbers .Number .value,.IcoPage .Numbers .Number .Time{color:#2F2E2E}@media (min-width: 800px){.IcoPage .Numbers .Number .value,.IcoPage .Numbers .Number .Time{font-size:3rem}}.IcoPage .Body{margin-top:30px}@media (min-width: 800px){.IcoPage .Body{display:flex;flex-wrap:wrap}.IcoPage .Body .Social{max-width:396px}.IcoPage .Body .ContentArea{max-width:792px;padding-right:20px}}.HomePage{background-image:url("../img/500.svg");background-repeat:no-repeat;background-position:top left}.HomePage .HomeTop{background-color:#FF6060;height:40px}.HomePage .MaxContent{display:flex;align-items:flex-start}@media (max-width: 800px){.HomePage .MaxContent{display:block}}.HomePage .Articles{flex:5;display:flex;flex-wrap:wrap}.HomePage .Articles .Article{flex:1}.HomePage .Articles .Article.size-lg{min-width:100%;flex-grow:5}.HomePage .Articles .Article.size-lg h2{max-width:420px}.HomePage .Articles .Article.size-md{min-width:220px;margin-right:20px}@media (max-width: 800px){.HomePage .Articles .Article.size-md{min-width:100%;margin-right:0}}.HomePage .TopIcos{background-color:#F8F8F8;color:#676767;padding:20px;flex:2}@media (max-width: 800px){.HomePage .TopIcos{margin:0 -40px;padding:20px 40px}}@media (min-width: 800px){.HomePage .TopIcos{margin-top:30px;margin-left:30px}}.HomePage .TopIcos a{font-family:'Oswald', sans-serif}.HomePage .TopIcos section{margin-bottom:20px}.HomePage .TopIcos .Ico{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #b5b5b5}.HomePage .TopIcos .Ico:last-child{border-bottom:none;margin-bottom:none}.HomePage .TopIcos .Name{margin-bottom:10px;font-size:1.6rem;text-transform:capitalize}.HomePage .TopIcos .Numbers{display:flex;justify-content:flex-start;align-items:center}.HomePage .TopIcos .Numbers .Time{padding-left:0}.HomePage .TopIcos .Header h3{line-height:2.5rem;position:relative}.HomePage .TopIcos .Header h3 a{color:#FF6060}.HomePage .TopIcos .Header h3 .Text{position:relative;z-index:2;text-transform:uppercase}.FooterContainer{background-color:#2F2E2E;padding:50px 20px 20px 20px}.Footer{color:#eee;line-height:1.2rem;font-weight:100;display:flex;align-items:center;justify-content:space-between}.Footer .Logo{display:block;margin-bottom:10px}.Footer p{font-size:0.9rem;line-height:1rem;margin-bottom:0}.Footer .Social a{margin-left:10px}.UserRow{padding:10px;display:flex;justify-content:space-between}.UserRow .Role{color:#bbb}.UserRow .Button{margin-left:10px}.UserRow:nth-child(odd){background-color:#eee}
/*# sourceMappingURL=index.css.map */